++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu May 28 02:08:30 AM UTC 2026 ===================' INFO: =================== Thu May 28 02:08:30 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.133:8081 10.0.0.41:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.133:8081 10.0.0.41:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.133:8081 10.0.0.41:8081 10.0.0.131:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.133:9042 10.0.0.41:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.133:9042 10.0.0.41:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.133:9042 10.0.0.41:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.133:8086 10.0.0.41:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.133:8086 10.0.0.41:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.133:8086 10.0.0.41:8086 10.0.0.131:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.133:8082 10.0.0.41:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.133:8082 10.0.0.41:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.133:8082 10.0.0.41:8082 10.0.0.131:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.133:9161 10.0.0.41:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.133:9161 10.0.0.41:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.133:9161 10.0.0.41:9161 10.0.0.131:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.252,10.20.0.249,10.20.0.19 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.252,10.20.0.249,10.20.0.19 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.133:2181,10.0.0.41:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.133:2181,10.0.0.41:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.133:2181,10.0.0.41:2181,10.0.0.131:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.133:2181 10.0.0.41:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.133:2181 10.0.0.41:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.133:2181 10.0.0.41:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.133:5673,10.0.0.41:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.133:5673,10.0.0.41:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.133:5673,10.0.0.41:5673,10.0.0.131:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.133:6379 10.0.0.41:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.133:6379 10.0.0.41:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.133:6379 10.0.0.41:6379 10.0.0.131:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.133:9092 10.0.0.41:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.133:9092 10.0.0.41:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.133:9092 10.0.0.41:9092 10.0.0.131:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.133 ++ 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.133,10.0.0.41,10.0.0.131 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.133,10.0.0.41,10.0.0.131 + local cassandra=10.0.0.133 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.133 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.133,10.0.0.41,10.0.0.131 +++ local servers=10.0.0.133,10.0.0.41,10.0.0.131 +++ local server_list= +++ IFS=, +++ cut -d ' ' -f 1 +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host +++ local local_ips=,10.0.0.131,10.20.0.19,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.133'\''))' +++ local server_ip=10.0.0.133 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.133 ]] +++ [[ ,10.0.0.131,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.133, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.131,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ echo 10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 05/28/2026 02:08:40.335 7fc4f3b3d740 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/28/2026 02:08:40.492 7fc4f3b3d740 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/28/2026 02:08:40.507 7fc4f3b3d740 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/28/2026 02:08:40.507 7fc4f3b3d740 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.25: /usr/bin/python3 Thu May 28 02:08:59 2026 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 4 import sys 5 from vnc_cfg_api_server.api_server import server_main 6 if __name__ == '__main__': 7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) 8 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5367 vnc_cgitb.enable(format='text') 5368 5369 main(args_str, VncApiServer(args_str)) 5370 #server_main 5371 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2213 else: 2214 self._db_connect(self._args.reset_config) 2215 self._db_init_entries() 2216 2217 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3738 def _db_init_entries(self): 3739 # create singleton defaults if they don't exist already in db 3740 gsc = self.create_singleton_entry(GlobalSystemConfig( 3741 autonomous_system=64512, config_version=CONFIG_VERSION)) 3742 self._gsc_uuid = gsc.uuid gsc undefined self = self.create_singleton_entry = > global GlobalSystemConfig = autonomous_system undefined config_version undefined global CONFIG_VERSION = '1.0' /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4007 if not ok: 4008 (code, msg) = result 4009 raise cfgm_common.exceptions.HttpError(code, msg) 4010 obj_id = result 4011 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/global_system_config:d...52e7c103-3126-4f2d-b4db-0d6d188b0a7f at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: 52e7c103-3126-4f2d-b4db-0d6d188b0a7f at zookeeper __cause__ = None __class__ = __context__ = NoIdError('global_system_config default-global-system-config') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/global_system_config:d...52e7c103-3126-4f2d-b4db-0d6d188b0a7f at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/global_system_config:d...52e7c103-3126-4f2d-b4db-0d6d188b0a7f at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_system_config:d...52e7c103-3126-4f2d-b4db-0d6d188b0a7f at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3992, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2506, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: global_system_config default-global-system-config During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5369, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2215, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3740, in _db_init_entries gsc = self.create_singleton_entry(GlobalSystemConfig( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4009, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: 52e7c103-3126-4f2d-b4db-0d6d188b0a7f at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu May 28 02:09:01 AM UTC 2026 ===================' INFO: =================== Thu May 28 02:09:01 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ 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.133,10.0.0.41,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.133:8081 10.0.0.41:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.133:8081 10.0.0.41:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.133:8081 10.0.0.41:8081 10.0.0.131:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.133:9042 10.0.0.41:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.133:9042 10.0.0.41:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.133:9042 10.0.0.41:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.133:8086 10.0.0.41:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.133:8086 10.0.0.41:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.133:8086 10.0.0.41:8086 10.0.0.131:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.133:8082 10.0.0.41:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.133:8082 10.0.0.41:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.133:8082 10.0.0.41:8082 10.0.0.131:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.133:9161 10.0.0.41:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.133:9161 10.0.0.41:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.133:9161 10.0.0.41:9161 10.0.0.131:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.252,10.20.0.249,10.20.0.19 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.252,10.20.0.249,10.20.0.19 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.133:2181,10.0.0.41:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.133:2181,10.0.0.41:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.133:2181,10.0.0.41:2181,10.0.0.131:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.133:2181 10.0.0.41:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.133:2181 10.0.0.41:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.133:2181 10.0.0.41:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.133:5673,10.0.0.41:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.133:5673,10.0.0.41:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.133:5673,10.0.0.41:5673,10.0.0.131:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.133:6379 10.0.0.41:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.133:6379 10.0.0.41:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.133:6379 10.0.0.41:6379 10.0.0.131:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.133:9092 10.0.0.41:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.133:9092 10.0.0.41:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.133:9092 10.0.0.41:9092 10.0.0.131:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.133 ++ 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.133,10.0.0.41,10.0.0.131 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.133,10.0.0.41,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.133 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.133 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.133,10.0.0.41,10.0.0.131 +++ local servers=10.0.0.133,10.0.0.41,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.131,10.20.0.19,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.133'\''))' +++ local server_ip=10.0.0.133 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.133 ]] +++ [[ ,10.0.0.131,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.133, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.131,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ echo 10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 05/28/2026 02:09:10.334 7f71d862cec0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/28/2026 02:09:10.477 7f71d862cec0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/28/2026 02:09:10.491 7f71d862cec0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/28/2026 02:09:10.491 7f71d862cec0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.131:8082/ Hit Ctrl-C to quit. 10.0.0.131 - - [2026-05-28 02:09:11] "GET / HTTP/1.1" 503 181 0.000256 10.0.0.131 - - [2026-05-28 02:09:11] "GET / HTTP/1.1" 503 181 0.000191 10.0.0.131 - - [2026-05-28 02:09:12] "GET / HTTP/1.1" 200 45871 0.002285 10.0.0.131 - - [2026-05-28 02:09:12] "GET / HTTP/1.1" 200 45871 0.001459 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.131 - - [2026-05-28 02:09:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000622 10.0.0.131 - - [2026-05-28 02:09:12] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000259 10.0.0.131 - - [2026-05-28 02:09:15] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 2.317461 10.0.0.131 - - [2026-05-28 02:09:15] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.005381 10.0.0.131 - - [2026-05-28 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 2.019617 10.0.0.131 - - [2026-05-28 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.41 - - [2026-05-28 02:09:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.396003 /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.41 - - [2026-05-28 02:09:16] "POST /service-appliance-sets HTTP/1.1" 200 555 0.055055 10.0.0.41 - - [2026-05-28 02:09:16] "GET /global-system-config/52e7c103-3126-4f2d-b4db-0d6d188b0a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.013340 10.0.0.41 - - [2026-05-28 02:09:16] "GET /network-ipam/3bd69678-2c77-4661-b08e-89533e06df43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.006206 10.0.0.41 - - [2026-05-28 02:09:16] "POST /service-templates HTTP/1.1" 200 517 0.051311 10.0.0.41 - - [2026-05-28 02:09:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.41 - - [2026-05-28 02:09:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.131 - - [2026-05-28 02:09:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.41 - - [2026-05-28 02:09:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.131 - - [2026-05-28 02:09:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.41 - - [2026-05-28 02:09:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.131 - - [2026-05-28 02:09:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.131 - - [2026-05-28 02:09:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.133 - - [2026-05-28 02:09:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000526 10.0.0.133 - - [2026-05-28 02:09:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.133 - - [2026-05-28 02:09:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.133 - - [2026-05-28 02:09:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.41 - - [2026-05-28 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.037747 10.0.0.41 - - [2026-05-28 02:09:27] "POST /access-control-lists HTTP/1.1" 200 589 0.045799 10.0.0.41 - - [2026-05-28 02:09:27] "POST /route-targets HTTP/1.1" 200 328 0.016517 10.0.0.41 - - [2026-05-28 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.024459 10.0.0.41 - - [2026-05-28 02:09:28] "POST /route-targets HTTP/1.1" 200 328 0.015571 10.0.0.41 - - [2026-05-28 02:09:28] "POST /access-control-lists HTTP/1.1" 200 553 0.083310 10.0.0.41 - - [2026-05-28 02:09:55] "POST /ref-update HTTP/1.1" 200 156 0.028990 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.131 - - [2026-05-28 02:12:20] "GET /obj-perms HTTP/1.1" 200 5075 0.483236 10.0.0.133 - - [2026-05-28 02:13:20] "GET /obj-perms HTTP/1.1" 200 5075 0.084208 10.0.0.41 - - [2026-05-28 02:13:21] "GET /obj-perms HTTP/1.1" 200 5075 0.072895 10.0.0.41 - - [2026-05-28 02:14:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.41 - - [2026-05-28 02:14:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.131 - - [2026-05-28 02:14:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.131 - - [2026-05-28 02:14:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.41 - - [2026-05-28 02:14:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.41 - - [2026-05-28 02:14:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.131 - - [2026-05-28 02:14:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.131 - - [2026-05-28 02:14:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.133 - - [2026-05-28 02:14:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000591 10.0.0.133 - - [2026-05-28 02:14:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000332 10.0.0.133 - - [2026-05-28 02:14:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.133 - - [2026-05-28 02:14:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 [Introspect:8084]10.0.0.131 - - [2026-05-28 02:14:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000971 [Introspect:8084]10.0.0.131 - - [2026-05-28 02:14:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.000938 [Introspect:8084]10.0.0.131 - - [2026-05-28 02:14:58] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001050 [Introspect:8084]10.0.0.131 - - [2026-05-28 02:14:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001004 10.0.0.133 - - [2026-05-28 02:16:17] "GET / HTTP/1.1" 200 36215 0.002205 10.0.0.133 - - [2026-05-28 02:16:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000524 10.0.0.133 - - [2026-05-28 02:16:18] "POST /fqname-to-id HTTP/1.1" 404 186 0.078037 10.0.0.131 - - [2026-05-28 02:16:18] "GET /projects?obj_uuids=e8939351-e20d-4eb9-92c0-0bb54c89b455&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.077666 10.0.0.131 - - [2026-05-28 02:16:18] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.131 - - [2026-05-28 02:16:18] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.044973 10.0.0.131 - - [2026-05-28 02:16:19] "POST /id-to-fqname HTTP/1.1" 200 188 0.005187 10.0.0.131 - - [2026-05-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.035727 10.0.0.131 - - [2026-05-28 02:16:19] "POST /security-groups HTTP/1.1" 200 589 0.055216 10.0.0.131 - - [2026-05-28 02:16:19] "POST /projects HTTP/1.1" 200 581 0.414824 10.0.0.131 - - [2026-05-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.453251 10.0.0.133 - - [2026-05-28 02:16:19] "GET /project/e8939351-e20d-4eb9-92c0-0bb54c89b455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.725571 10.0.0.41 - - [2026-05-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 404 231 0.073678 10.0.0.133 - - [2026-05-28 02:16:20] "GET / HTTP/1.1" 200 36215 0.002700 10.0.0.131 - - [2026-05-28 02:16:24] "GET /projects?obj_uuids=e8939351-e20d-4eb9-92c0-0bb54c89b455&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.133 - - [2026-05-28 02:16:24] "GET /project/e8939351-e20d-4eb9-92c0-0bb54c89b455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.063971 10.0.0.131 - - [2026-05-28 02:16:24] "GET /projects?obj_uuids=e8939351-e20d-4eb9-92c0-0bb54c89b455&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001277 10.0.0.133 - - [2026-05-28 02:16:24] "GET /project/e8939351-e20d-4eb9-92c0-0bb54c89b455?fields=virtual_networks HTTP/1.1" 200 1031 0.080019 10.0.0.131 - - [2026-05-28 02:16:24] "GET /projects?obj_uuids=e8939351-e20d-4eb9-92c0-0bb54c89b455&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001166 10.0.0.133 - - [2026-05-28 02:16:24] "GET /project/e8939351-e20d-4eb9-92c0-0bb54c89b455?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.063990 10.0.0.131 - - [2026-05-28 02:16:24] "GET /projects?obj_uuids=e8939351-e20d-4eb9-92c0-0bb54c89b455&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001064 10.0.0.133 - - [2026-05-28 02:16:24] "GET /project/e8939351-e20d-4eb9-92c0-0bb54c89b455?fields=security_groups HTTP/1.1" 200 1256 0.062825 10.0.0.131 - - [2026-05-28 02:16:25] "GET /projects?obj_uuids=6f21ab47-3c46-4315-9a9a-72a900eb66f6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003691 10.0.0.131 - - [2026-05-28 02:16:25] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.131 - - [2026-05-28 02:16:25] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008541 10.0.0.131 - - [2026-05-28 02:16:25] "POST /id-to-fqname HTTP/1.1" 200 167 0.004827 10.0.0.131 - - [2026-05-28 02:16:25] "POST /fqname-to-id HTTP/1.1" 404 176 0.006684 10.0.0.131 - - [2026-05-28 02:16:25] "POST /security-groups HTTP/1.1" 200 568 0.089565 10.0.0.131 - - [2026-05-28 02:16:25] "POST /projects HTTP/1.1" 200 539 0.351099 10.0.0.131 - - [2026-05-28 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.391811 10.0.0.41 - - [2026-05-28 02:16:25] "POST /access-control-lists HTTP/1.1" 200 575 0.045723 10.0.0.133 - - [2026-05-28 02:16:25] "GET /project/6f21ab47-3c46-4315-9a9a-72a900eb66f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.598359 [Introspect:8084]10.0.0.133 - - [2026-05-28 02:16:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001480 10.0.0.131 - - [2026-05-28 02:16:27] "GET /projects?obj_uuids=6f21ab47-3c46-4315-9a9a-72a900eb66f6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001077 10.0.0.133 - - [2026-05-28 02:16:28] "GET /project/6f21ab47-3c46-4315-9a9a-72a900eb66f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.067184 10.0.0.131 - - [2026-05-28 02:16:29] "GET /obj-perms HTTP/1.1" 200 5075 0.090127 [Introspect:8084]10.0.0.133 - - [2026-05-28 02:16:30] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000697 10.0.0.133 - - [2026-05-28 02:16:31] "GET /obj-perms HTTP/1.1" 200 5075 0.092648 10.0.0.133 - - [2026-05-28 02:16:31] "GET /obj-perms HTTP/1.1" 200 5075 0.006171 10.0.0.133 - - [2026-05-28 02:16:31] "GET /obj-perms HTTP/1.1" 200 5075 0.005100 10.0.0.133 - - [2026-05-28 02:16:31] "GET /obj-perms HTTP/1.1" 200 5075 0.003587 10.0.0.133 - - [2026-05-28 02:16:31] "GET /obj-perms HTTP/1.1" 200 5075 0.005911 10.0.0.133 - - [2026-05-28 02:16:31] "GET /obj-perms HTTP/1.1" 200 5075 0.005069 10.0.0.133 - - [2026-05-28 02:16:32] "GET /obj-perms HTTP/1.1" 200 5075 0.004689 10.0.0.133 - - [2026-05-28 02:16:32] "GET /obj-perms HTTP/1.1" 200 5075 0.005255 10.0.0.133 - - [2026-05-28 02:16:32] "GET /obj-perms HTTP/1.1" 200 5075 0.010887 10.0.0.133 - - [2026-05-28 02:16:32] "GET /obj-perms HTTP/1.1" 200 5075 0.004468 10.0.0.133 - - [2026-05-28 02:16:32] "GET /obj-perms HTTP/1.1" 200 5075 0.012311 10.0.0.131 - - [2026-05-28 02:16:32] "GET /obj-perms HTTP/1.1" 200 5075 0.004784 10.0.0.133 - - [2026-05-28 02:16:32] "GET /obj-perms HTTP/1.1" 200 5075 0.004445 10.0.0.131 - - [2026-05-28 02:16:32] "GET /obj-perms HTTP/1.1" 200 5075 0.005287 10.0.0.131 - - [2026-05-28 02:16:32] "GET /obj-perms HTTP/1.1" 200 5075 0.005249 10.0.0.133 - - [2026-05-28 02:16:34] "GET /obj-perms HTTP/1.1" 200 5075 0.004638 10.0.0.133 - - [2026-05-28 02:16:34] "GET /obj-perms HTTP/1.1" 200 5075 0.005336 10.0.0.133 - - [2026-05-28 02:16:34] "GET /obj-perms HTTP/1.1" 200 5075 0.004472 10.0.0.133 - - [2026-05-28 02:16:34] "GET /obj-perms HTTP/1.1" 200 5075 0.004800 10.0.0.133 - - [2026-05-28 02:16:34] "GET /obj-perms HTTP/1.1" 200 5075 0.010223 10.0.0.133 - - [2026-05-28 02:16:34] "GET /obj-perms HTTP/1.1" 200 5075 0.004616 10.0.0.133 - - [2026-05-28 02:16:34] "GET /obj-perms HTTP/1.1" 200 5075 0.004214 10.0.0.133 - - [2026-05-28 02:16:35] "GET /obj-perms HTTP/1.1" 200 5075 0.005420 10.0.0.133 - - [2026-05-28 02:16:35] "GET /obj-perms HTTP/1.1" 200 5075 0.005205 10.0.0.133 - - [2026-05-28 02:16:35] "GET /obj-perms HTTP/1.1" 200 5075 0.004069 10.0.0.133 - - [2026-05-28 02:16:35] "GET /obj-perms HTTP/1.1" 200 5075 0.004625 10.0.0.133 - - [2026-05-28 02:16:38] "GET /obj-perms HTTP/1.1" 200 5075 0.004661 10.0.0.133 - - [2026-05-28 02:16:38] "GET /obj-perms HTTP/1.1" 200 5075 0.004035 10.0.0.133 - - [2026-05-28 02:16:38] "GET /obj-perms HTTP/1.1" 200 5075 0.004912 10.0.0.133 - - [2026-05-28 02:16:38] "GET /obj-perms HTTP/1.1" 200 5075 0.005513 10.0.0.133 - - [2026-05-28 02:16:39] "GET /obj-perms HTTP/1.1" 200 5075 0.004254 10.0.0.133 - - [2026-05-28 02:16:40] "POST /fqname-to-id HTTP/1.1" 404 199 0.029675 10.0.0.131 - - [2026-05-28 02:16:40] "GET /projects?obj_uuids=8e27b005-49c0-4000-b505-fa58be50c40b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003954 10.0.0.131 - - [2026-05-28 02:16:40] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001170 10.0.0.131 - - [2026-05-28 02:16:40] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009614 10.0.0.131 - - [2026-05-28 02:16:41] "POST /id-to-fqname HTTP/1.1" 200 201 0.001240 10.0.0.131 - - [2026-05-28 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 210 0.005791 10.0.0.131 - - [2026-05-28 02:16:41] "POST /security-groups HTTP/1.1" 200 602 0.043179 10.0.0.41 - - [2026-05-28 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 245 0.005056 10.0.0.131 - - [2026-05-28 02:16:41] "POST /projects HTTP/1.1" 200 607 0.330756 10.0.0.131 - - [2026-05-28 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.367019 10.0.0.133 - - [2026-05-28 02:16:41] "GET /project/8e27b005-49c0-4000-b505-fa58be50c40b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.559165 10.0.0.41 - - [2026-05-28 02:16:41] "POST /access-control-lists HTTP/1.1" 200 607 0.112533 10.0.0.133 - - [2026-05-28 02:16:42] "GET / HTTP/1.1" 200 36215 0.001856 10.0.0.133 - - [2026-05-28 02:16:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000495 10.0.0.133 - - [2026-05-28 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.080571 10.0.0.131 - - [2026-05-28 02:16:44] "GET /projects?obj_uuids=8e27b005-49c0-4000-b505-fa58be50c40b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000795 10.0.0.133 - - [2026-05-28 02:16:44] "GET /project/8e27b005-49c0-4000-b505-fa58be50c40b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.090433 10.0.0.131 - - [2026-05-28 02:16:45] "POST /useragent-kv HTTP/1.1" 200 115 0.013201 10.0.0.133 - - [2026-05-28 02:16:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.347889 10.0.0.133 - - [2026-05-28 02:16:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001580 10.0.0.133 - - [2026-05-28 02:16:45] "GET /virtual-network/c221e3de-850f-4049-a1bd-34fd6cd9a87b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.015063 10.0.0.133 - - [2026-05-28 02:16:45] "GET /virtual-network/c221e3de-850f-4049-a1bd-34fd6cd9a87b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.009146 10.0.0.133 - - [2026-05-28 02:16:45] "POST /neutron/network HTTP/1.1" 200 838 0.018607 10.0.0.133 - - [2026-05-28 02:16:46] "GET /virtual-network/c221e3de-850f-4049-a1bd-34fd6cd9a87b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006614 10.0.0.41 - - [2026-05-28 02:16:47] "GET /obj-perms HTTP/1.1" 200 5071 0.066445 10.0.0.133 - - [2026-05-28 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.001437 10.0.0.131 - - [2026-05-28 02:16:50] "GET /projects?obj_uuids=8e27b005-49c0-4000-b505-fa58be50c40b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001224 10.0.0.133 - - [2026-05-28 02:16:50] "GET /project/8e27b005-49c0-4000-b505-fa58be50c40b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.101765 10.0.0.133 - - [2026-05-28 02:16:51] "POST /neutron/network HTTP/1.1" 200 838 0.092946 10.0.0.133 - - [2026-05-28 02:16:51] "POST /neutron/port HTTP/1.1" 200 117 0.007349 10.0.0.133 - - [2026-05-28 02:16:53] "POST /neutron/port HTTP/1.1" 200 1070 0.052747 10.0.0.133 - - [2026-05-28 02:16:53] "POST /neutron/port HTTP/1.1" 200 1134 0.026288 10.0.0.133 - - [2026-05-28 02:16:53] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.133 - - [2026-05-28 02:16:56] "POST /neutron/security_group HTTP/1.1" 200 2069 0.011018 10.0.0.133 - - [2026-05-28 02:17:01] "GET /obj-perms HTTP/1.1" 200 5071 0.070944 10.0.0.133 - - [2026-05-28 02:17:04] "GET /obj-perms HTTP/1.1" 200 5071 0.005753 10.0.0.133 - - [2026-05-28 02:17:07] "POST /neutron/network HTTP/1.1" 200 838 0.010424 10.0.0.133 - - [2026-05-28 02:17:07] "POST /neutron/port HTTP/1.1" 200 1124 0.016573 10.0.0.133 - - [2026-05-28 02:17:09] "POST /neutron/network HTTP/1.1" 200 838 0.010606 10.0.0.41 - - [2026-05-28 02:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.131 - - [2026-05-28 02:17:10] "GET /projects?obj_uuids=8e27b005-49c0-4000-b505-fa58be50c40b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001266 10.0.0.133 - - [2026-05-28 02:17:10] "GET /project/8e27b005-49c0-4000-b505-fa58be50c40b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053134 10.0.0.131 - - [2026-05-28 02:17:10] "GET /projects?obj_uuids=8e27b005-49c0-4000-b505-fa58be50c40b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002270 10.0.0.133 - - [2026-05-28 02:17:10] "GET /project/8e27b005-49c0-4000-b505-fa58be50c40b?fields=virtual_networks HTTP/1.1" 200 1057 0.080500 10.0.0.131 - - [2026-05-28 02:17:10] "GET /projects?obj_uuids=8e27b005-49c0-4000-b505-fa58be50c40b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000878 10.0.0.133 - - [2026-05-28 02:17:10] "GET /project/8e27b005-49c0-4000-b505-fa58be50c40b?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.090587 10.0.0.131 - - [2026-05-28 02:17:10] "GET /projects?obj_uuids=8e27b005-49c0-4000-b505-fa58be50c40b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001174 10.0.0.133 - - [2026-05-28 02:17:10] "GET /project/8e27b005-49c0-4000-b505-fa58be50c40b?fields=security_groups HTTP/1.1" 200 1295 0.057504 10.0.0.131 - - [2026-05-28 02:17:11] "GET /projects?obj_uuids=6f21ab47-3c46-4315-9a9a-72a900eb66f6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001132 10.0.0.133 - - [2026-05-28 02:17:11] "GET /project/6f21ab47-3c46-4315-9a9a-72a900eb66f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.062373 10.0.0.131 - - [2026-05-28 02:17:18] "DELETE /project/8e27b00549c04000b505fa58be50c40b HTTP/1.1" 404 173 0.012428 10.0.0.131 - - [2026-05-28 02:17:18] "DELETE /project/6f21ab473c4643159a9a72a900eb66f6 HTTP/1.1" 404 173 0.009846 10.0.0.131 - - [2026-05-28 02:17:18] "DELETE /project/e8939351e20d4eb992c00bb54c89b455 HTTP/1.1" 404 173 0.008642 10.0.0.131 - - [2026-05-28 02:17:18] "GET /projects?obj_uuids=8e27b005-49c0-4000-b505-fa58be50c40b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001363 10.0.0.131 - - [2026-05-28 02:17:18] "GET /projects?obj_uuids=e8939351-e20d-4eb9-92c0-0bb54c89b455&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.131 - - [2026-05-28 02:17:18] "GET /project/e8939351-e20d-4eb9-92c0-0bb54c89b455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.094405 10.0.0.131 - - [2026-05-28 02:17:18] "GET /project/8e27b005-49c0-4000-b505-fa58be50c40b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.113370 10.0.0.131 - - [2026-05-28 02:17:18] "GET /projects?obj_uuids=e8939351-e20d-4eb9-92c0-0bb54c89b455&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001649 10.0.0.131 - - [2026-05-28 02:17:18] "GET /projects?obj_uuids=8e27b005-49c0-4000-b505-fa58be50c40b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001068 10.0.0.131 - - [2026-05-28 02:17:18] "GET /project/e8939351-e20d-4eb9-92c0-0bb54c89b455?fields=security_groups HTTP/1.1" 200 1358 0.087575 10.0.0.131 - - [2026-05-28 02:17:18] "GET /project/8e27b005-49c0-4000-b505-fa58be50c40b?fields=security_groups HTTP/1.1" 200 1397 0.144916 10.0.0.131 - - [2026-05-28 02:17:18] "DELETE /security-group/4e8b6cc4-a9e7-4129-8cb0-4feada514333 HTTP/1.1" 200 115 0.121597 10.0.0.131 - - [2026-05-28 02:17:18] "GET /projects?obj_uuids=e8939351-e20d-4eb9-92c0-0bb54c89b455&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001793 10.0.0.131 - - [2026-05-28 02:17:18] "GET /projects?obj_uuids=6f21ab47-3c46-4315-9a9a-72a900eb66f6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001963 10.0.0.131 - - [2026-05-28 02:17:18] "GET /project/e8939351-e20d-4eb9-92c0-0bb54c89b455?fields=application_policy_sets HTTP/1.1" 200 1397 0.160357 10.0.0.131 - - [2026-05-28 02:17:18] "DELETE /security-group/ae12fb89-4a66-46f7-9774-d4a9ae98cc18 HTTP/1.1" 200 115 0.232396 10.0.0.133 - - [2026-05-28 02:17:18] "GET /project/6f21ab47-3c46-4315-9a9a-72a900eb66f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.185740 10.0.0.131 - - [2026-05-28 02:17:18] "GET /projects?obj_uuids=8e27b005-49c0-4000-b505-fa58be50c40b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001154 10.0.0.41 - - [2026-05-28 02:17:18] "DELETE /access-control-list/7dea0bf8-599e-4173-8704-e4207bb2f0dc HTTP/1.1" 200 115 0.180978 10.0.0.131 - - [2026-05-28 02:17:18] "GET /project/8e27b005-49c0-4000-b505-fa58be50c40b?fields=application_policy_sets HTTP/1.1" 200 1436 0.105749 10.0.0.131 - - [2026-05-28 02:17:19] "DELETE /project/e8939351-e20d-4eb9-92c0-0bb54c89b455 HTTP/1.1" 200 115 0.979930 10.0.0.131 - - [2026-05-28 02:17:19] "DELETE /project/8e27b005-49c0-4000-b505-fa58be50c40b HTTP/1.1" 200 115 1.032525 10.0.0.133 - - [2026-05-28 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.035535 10.0.0.131 - - [2026-05-28 02:17:21] "GET /projects?obj_uuids=b41cdc10-b80e-4d76-b1a0-048d509e3e15&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004588 10.0.0.131 - - [2026-05-28 02:17:21] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001545 10.0.0.131 - - [2026-05-28 02:17:21] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008841 10.0.0.131 - - [2026-05-28 02:17:22] "POST /id-to-fqname HTTP/1.1" 200 202 0.001223 10.0.0.131 - - [2026-05-28 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.010503 10.0.0.131 - - [2026-05-28 02:17:22] "POST /security-groups HTTP/1.1" 200 603 0.098988 10.0.0.41 - - [2026-05-28 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 246 0.003506 10.0.0.131 - - [2026-05-28 02:17:22] "POST /projects HTTP/1.1" 200 609 0.410982 10.0.0.131 - - [2026-05-28 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.448651 10.0.0.133 - - [2026-05-28 02:17:22] "GET /project/b41cdc10-b80e-4d76-b1a0-048d509e3e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.628128 10.0.0.41 - - [2026-05-28 02:17:22] "POST /access-control-lists HTTP/1.1" 200 608 0.072858 10.0.0.133 - - [2026-05-28 02:17:23] "GET / HTTP/1.1" 200 36215 0.001966 10.0.0.133 - - [2026-05-28 02:17:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000431 10.0.0.133 - - [2026-05-28 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.347553 10.0.0.131 - - [2026-05-28 02:17:24] "GET /projects?obj_uuids=b41cdc10-b80e-4d76-b1a0-048d509e3e15&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000912 10.0.0.133 - - [2026-05-28 02:17:25] "GET /project/b41cdc10-b80e-4d76-b1a0-048d509e3e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.059148 10.0.0.131 - - [2026-05-28 02:17:25] "GET /obj-perms HTTP/1.1" 200 5075 0.147233 10.0.0.131 - - [2026-05-28 02:17:25] "GET /projects?obj_uuids=b41cdc10-b80e-4d76-b1a0-048d509e3e15&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001224 10.0.0.133 - - [2026-05-28 02:17:25] "POST /neutron/network HTTP/1.1" 200 703 0.448871 10.0.0.133 - - [2026-05-28 02:17:26] "POST /id-to-fqname HTTP/1.1" 200 275 0.004401 10.0.0.133 - - [2026-05-28 02:17:26] "GET /virtual-network/849a1203-9619-4672-aac0-d05c1b7ee528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.008381 10.0.0.133 - - [2026-05-28 02:17:26] "POST /neutron/network HTTP/1.1" 200 922 0.007008 10.0.0.133 - - [2026-05-28 02:17:26] "GET /virtual-network/849a1203-9619-4672-aac0-d05c1b7ee528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.008513 10.0.0.133 - - [2026-05-28 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007139 10.0.0.131 - - [2026-05-28 02:17:26] "GET /projects?obj_uuids=b41cdc10-b80e-4d76-b1a0-048d509e3e15&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001148 10.0.0.133 - - [2026-05-28 02:17:26] "GET /project/b41cdc10-b80e-4d76-b1a0-048d509e3e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.076916 10.0.0.133 - - [2026-05-28 02:17:26] "POST /neutron/network HTTP/1.1" 200 117 0.018094 10.0.0.41 - - [2026-05-28 02:17:26] "POST /route-targets HTTP/1.1" 200 328 0.030274 10.0.0.133 - - [2026-05-28 02:17:26] "POST /neutron/network HTTP/1.1" 200 923 0.013514 10.0.0.133 - - [2026-05-28 02:17:26] "POST /id-to-fqname HTTP/1.1" 200 275 0.001147 10.0.0.133 - - [2026-05-28 02:17:26] "GET /virtual-network/aa15543a-6e83-40d5-973a-2bf36388caf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.005208 10.0.0.133 - - [2026-05-28 02:17:27] "GET /virtual-network/aa15543a-6e83-40d5-973a-2bf36388caf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006998 10.0.0.133 - - [2026-05-28 02:17:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.015444 10.0.0.133 - - [2026-05-28 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.131 - - [2026-05-28 02:17:27] "GET /projects?obj_uuids=b41cdc10-b80e-4d76-b1a0-048d509e3e15&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001177 10.0.0.133 - - [2026-05-28 02:17:27] "GET /project/b41cdc10-b80e-4d76-b1a0-048d509e3e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.068044 10.0.0.41 - - [2026-05-28 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.037888 10.0.0.131 - - [2026-05-28 02:17:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003199 10.0.0.133 - - [2026-05-28 02:17:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.208665 10.0.0.133 - - [2026-05-28 02:17:27] "POST /id-to-fqname HTTP/1.1" 200 276 0.001158 10.0.0.133 - - [2026-05-28 02:17:27] "GET /virtual-network/fc0e611e-2804-48a9-86a8-3fd2c881960b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.005383 10.0.0.133 - - [2026-05-28 02:17:27] "GET /virtual-network/fc0e611e-2804-48a9-86a8-3fd2c881960b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.006572 10.0.0.133 - - [2026-05-28 02:17:27] "POST /neutron/network HTTP/1.1" 200 923 0.009942 10.0.0.133 - - [2026-05-28 02:17:27] "POST /id-to-fqname HTTP/1.1" 200 275 0.001381 10.0.0.131 - - [2026-05-28 02:17:29] "GET /projects?obj_uuids=b41cdc10-b80e-4d76-b1a0-048d509e3e15&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000961 10.0.0.133 - - [2026-05-28 02:17:29] "GET /project/b41cdc10-b80e-4d76-b1a0-048d509e3e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.089992 10.0.0.133 - - [2026-05-28 02:17:29] "POST /neutron/network HTTP/1.1" 200 923 0.007910 10.0.0.133 - - [2026-05-28 02:17:29] "POST /id-to-fqname HTTP/1.1" 200 276 0.001614 10.0.0.133 - - [2026-05-28 02:17:29] "POST /neutron/port HTTP/1.1" 200 117 0.007404 10.0.0.131 - - [2026-05-28 02:17:30] "GET /projects?obj_uuids=b41cdc10-b80e-4d76-b1a0-048d509e3e15&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001109 10.0.0.131 - - [2026-05-28 02:17:30] "GET /projects?obj_uuids=b41cdc10-b80e-4d76-b1a0-048d509e3e15&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002045 10.0.0.133 - - [2026-05-28 02:17:30] "POST /neutron/port HTTP/1.1" 200 1073 0.536628 10.0.0.133 - - [2026-05-28 02:17:30] "GET /project/b41cdc10-b80e-4d76-b1a0-048d509e3e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.108152 10.0.0.133 - - [2026-05-28 02:17:30] "POST /neutron/port HTTP/1.1" 200 1073 0.017130 10.0.0.133 - - [2026-05-28 02:17:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003948 10.0.0.133 - - [2026-05-28 02:17:31] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.133 - - [2026-05-28 02:17:31] "POST /neutron/port HTTP/1.1" 200 117 0.007336 10.0.0.133 - - [2026-05-28 02:17:33] "POST /neutron/network HTTP/1.1" 200 923 0.008919 10.0.0.133 - - [2026-05-28 02:17:33] "POST /neutron/port HTTP/1.1" 200 1071 0.065717 10.0.0.133 - - [2026-05-28 02:17:33] "POST /neutron/port HTTP/1.1" 200 1127 0.027591 10.0.0.133 - - [2026-05-28 02:17:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005879 10.0.0.133 - - [2026-05-28 02:17:33] "POST /neutron/network HTTP/1.1" 200 923 0.014215 10.0.0.133 - - [2026-05-28 02:17:35] "POST /neutron/network HTTP/1.1" 200 923 0.013185 10.0.0.133 - - [2026-05-28 02:17:37] "POST /neutron/network HTTP/1.1" 400 204 0.018500 10.0.0.133 - - [2026-05-28 02:17:37] "POST /neutron/port HTTP/1.1" 200 151 0.232541 10.0.0.133 - - [2026-05-28 02:17:38] "POST /neutron/network HTTP/1.1" 200 117 0.011539 10.0.0.131 - - [2026-05-28 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004052 10.0.0.131 - - [2026-05-28 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003354 10.0.0.133 - - [2026-05-28 02:17:39] "POST /neutron/network HTTP/1.1" 200 151 0.150666 10.0.0.41 - - [2026-05-28 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006221 10.0.0.131 - - [2026-05-28 02:17:40] "GET /projects?obj_uuids=b41cdc10-b80e-4d76-b1a0-048d509e3e15&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001316 10.0.0.41 - - [2026-05-28 02:17:40] "DELETE /route-target/a2f92f73-508e-4258-b873-7ef7a78b6483 HTTP/1.1" 200 115 0.050821 10.0.0.133 - - [2026-05-28 02:17:40] "GET /project/b41cdc10-b80e-4d76-b1a0-048d509e3e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.079327 10.0.0.131 - - [2026-05-28 02:17:40] "GET /projects?obj_uuids=b41cdc10-b80e-4d76-b1a0-048d509e3e15&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001116 10.0.0.133 - - [2026-05-28 02:17:40] "GET /project/b41cdc10-b80e-4d76-b1a0-048d509e3e15?fields=virtual_networks HTTP/1.1" 200 1059 0.066566 10.0.0.131 - - [2026-05-28 02:17:40] "GET /projects?obj_uuids=b41cdc10-b80e-4d76-b1a0-048d509e3e15&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001222 10.0.0.133 - - [2026-05-28 02:17:40] "GET /project/b41cdc10-b80e-4d76-b1a0-048d509e3e15?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.070289 10.0.0.131 - - [2026-05-28 02:17:40] "GET /projects?obj_uuids=b41cdc10-b80e-4d76-b1a0-048d509e3e15&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071 10.0.0.133 - - [2026-05-28 02:17:40] "GET /project/b41cdc10-b80e-4d76-b1a0-048d509e3e15?fields=security_groups HTTP/1.1" 200 1298 0.057429 10.0.0.133 - - [2026-05-28 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.035940 10.0.0.131 - - [2026-05-28 02:17:41] "GET /projects?obj_uuids=d660afd1-872f-469b-8293-3d1782aa06ac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003109 10.0.0.131 - - [2026-05-28 02:17:41] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.131 - - [2026-05-28 02:17:41] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006956 10.0.0.131 - - [2026-05-28 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 192 0.001428 10.0.0.131 - - [2026-05-28 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 201 0.012858 10.0.0.131 - - [2026-05-28 02:17:41] "POST /security-groups HTTP/1.1" 200 593 0.035998 10.0.0.131 - - [2026-05-28 02:17:41] "POST /projects HTTP/1.1" 200 589 0.285985 10.0.0.131 - - [2026-05-28 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.366082 10.0.0.41 - - [2026-05-28 02:17:42] "POST /fqname-to-id HTTP/1.1" 404 235 0.014426 10.0.0.133 - - [2026-05-28 02:17:42] "GET /project/d660afd1-872f-469b-8293-3d1782aa06ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.529682 10.0.0.133 - - [2026-05-28 02:17:43] "GET / HTTP/1.1" 200 36215 0.001750 10.0.0.133 - - [2026-05-28 02:17:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000530 10.0.0.133 - - [2026-05-28 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.066669 10.0.0.131 - - [2026-05-28 02:17:44] "GET /projects?obj_uuids=d660afd1-872f-469b-8293-3d1782aa06ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000829 10.0.0.133 - - [2026-05-28 02:17:44] "GET /project/d660afd1-872f-469b-8293-3d1782aa06ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.060698 10.0.0.133 - - [2026-05-28 02:17:44] "POST /neutron/network HTTP/1.1" 200 117 0.051660 10.0.0.41 - - [2026-05-28 02:17:44] "POST /ref-update HTTP/1.1" 200 156 0.070557 10.0.0.133 - - [2026-05-28 02:17:45] "POST /neutron/network HTTP/1.1" 200 892 0.018111 10.0.0.133 - - [2026-05-28 02:17:45] "POST /id-to-fqname HTTP/1.1" 200 255 0.001189 10.0.0.133 - - [2026-05-28 02:17:45] "GET /virtual-network/f9d89671-51af-4f65-80d3-4d04811ca64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006342 10.0.0.133 - - [2026-05-28 02:17:45] "GET /virtual-network/f9d89671-51af-4f65-80d3-4d04811ca64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006317 10.0.0.133 - - [2026-05-28 02:17:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.011523 10.0.0.133 - - [2026-05-28 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.131 - - [2026-05-28 02:17:45] "GET /projects?obj_uuids=d660afd1-872f-469b-8293-3d1782aa06ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000882 10.0.0.133 - - [2026-05-28 02:17:45] "GET /project/d660afd1-872f-469b-8293-3d1782aa06ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.064270 10.0.0.131 - - [2026-05-28 02:17:45] "POST /useragent-kv HTTP/1.1" 200 115 0.009213 10.0.0.133 - - [2026-05-28 02:17:45] "POST /neutron/subnet HTTP/1.1" 200 715 0.285928 10.0.0.133 - - [2026-05-28 02:17:45] "POST /id-to-fqname HTTP/1.1" 200 255 0.001729 10.0.0.133 - - [2026-05-28 02:17:45] "GET /virtual-network/c3e8c4b3-aa1f-43e5-8dc0-07d5b2b82622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.009492 10.0.0.133 - - [2026-05-28 02:17:46] "GET /virtual-network/c3e8c4b3-aa1f-43e5-8dc0-07d5b2b82622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005353 10.0.0.133 - - [2026-05-28 02:17:46] "POST /neutron/network HTTP/1.1" 200 890 0.007409 10.0.0.133 - - [2026-05-28 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.131 - - [2026-05-28 02:17:46] "GET /projects?obj_uuids=d660afd1-872f-469b-8293-3d1782aa06ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000930 10.0.0.133 - - [2026-05-28 02:17:46] "GET /project/d660afd1-872f-469b-8293-3d1782aa06ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.080207 10.0.0.131 - - [2026-05-28 02:17:46] "GET /projects?obj_uuids=d660afd1-872f-469b-8293-3d1782aa06ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001028 10.0.0.133 - - [2026-05-28 02:17:46] "POST /neutron/network HTTP/1.1" 200 675 0.207734 10.0.0.41 - - [2026-05-28 02:17:46] "POST /route-targets HTTP/1.1" 200 328 0.014835 10.0.0.133 - - [2026-05-28 02:17:46] "POST /id-to-fqname HTTP/1.1" 200 256 0.004647 10.0.0.133 - - [2026-05-28 02:17:46] "GET /virtual-network/038f4b3d-7ccd-4e15-9688-689f628f71f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.007180 10.0.0.133 - - [2026-05-28 02:17:46] "POST /neutron/network HTTP/1.1" 200 891 0.008667 10.0.0.133 - - [2026-05-28 02:17:46] "GET /virtual-network/038f4b3d-7ccd-4e15-9688-689f628f71f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005394 10.0.0.133 - - [2026-05-28 02:17:46] "POST /id-to-fqname HTTP/1.1" 200 255 0.001519 10.0.0.133 - - [2026-05-28 02:17:47] "POST /neutron/network HTTP/1.1" 200 900 0.007620 10.0.0.131 - - [2026-05-28 02:17:48] "GET /projects?obj_uuids=d660afd1-872f-469b-8293-3d1782aa06ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.133 - - [2026-05-28 02:17:48] "GET /project/d660afd1-872f-469b-8293-3d1782aa06ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.092136 10.0.0.133 - - [2026-05-28 02:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.007794 10.0.0.133 - - [2026-05-28 02:17:48] "POST /id-to-fqname HTTP/1.1" 200 256 0.001336 10.0.0.133 - - [2026-05-28 02:17:48] "POST /neutron/network HTTP/1.1" 200 900 0.018925 10.0.0.131 - - [2026-05-28 02:17:49] "GET /projects?obj_uuids=d660afd1-872f-469b-8293-3d1782aa06ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002304 10.0.0.133 - - [2026-05-28 02:17:49] "POST /neutron/port HTTP/1.1" 200 1060 0.033151 10.0.0.133 - - [2026-05-28 02:17:49] "GET /project/d660afd1-872f-469b-8293-3d1782aa06ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.101859 10.0.0.133 - - [2026-05-28 02:17:49] "POST /neutron/port HTTP/1.1" 200 1124 0.043700 10.0.0.133 - - [2026-05-28 02:17:49] "POST /neutron/subnet HTTP/1.1" 200 689 0.011223 10.0.0.133 - - [2026-05-28 02:17:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011480 10.0.0.131 - - [2026-05-28 02:17:50] "GET /projects?obj_uuids=d660afd1-872f-469b-8293-3d1782aa06ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001281 10.0.0.133 - - [2026-05-28 02:17:50] "POST /neutron/port HTTP/1.1" 200 1059 0.388513 10.0.0.133 - - [2026-05-28 02:17:51] "POST /neutron/port HTTP/1.1" 200 1113 0.134773 10.0.0.133 - - [2026-05-28 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 684 0.012489 10.0.0.133 - - [2026-05-28 02:17:52] "POST /neutron/network HTTP/1.1" 200 890 0.008430 10.0.0.133 - - [2026-05-28 02:17:52] "POST /neutron/port HTTP/1.1" 200 1114 0.016769 10.0.0.133 - - [2026-05-28 02:17:52] "POST /neutron/port HTTP/1.1" 200 1113 0.023460 10.0.0.133 - - [2026-05-28 02:17:54] "POST /neutron/network HTTP/1.1" 200 890 0.008132 10.0.0.41 - - [2026-05-28 02:17:54] "DELETE /route-target/9d3eac33-c0b0-470b-bb8f-dadf5e6ae409 HTTP/1.1" 200 115 0.038379 10.0.0.131 - - [2026-05-28 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006861 10.0.0.131 - - [2026-05-28 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003940 10.0.0.133 - - [2026-05-28 02:17:54] "POST /neutron/network HTTP/1.1" 200 151 0.159106 10.0.0.41 - - [2026-05-28 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006827 10.0.0.131 - - [2026-05-28 02:17:54] "GET /projects?obj_uuids=d660afd1-872f-469b-8293-3d1782aa06ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001050 10.0.0.133 - - [2026-05-28 02:17:54] "GET /project/d660afd1-872f-469b-8293-3d1782aa06ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.050824 10.0.0.131 - - [2026-05-28 02:17:54] "GET /projects?obj_uuids=d660afd1-872f-469b-8293-3d1782aa06ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000971 10.0.0.133 - - [2026-05-28 02:17:54] "GET /project/d660afd1-872f-469b-8293-3d1782aa06ac?fields=virtual_networks HTTP/1.1" 200 1038 0.074790 10.0.0.131 - - [2026-05-28 02:17:54] "GET /projects?obj_uuids=d660afd1-872f-469b-8293-3d1782aa06ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001397 10.0.0.133 - - [2026-05-28 02:17:54] "GET /project/d660afd1-872f-469b-8293-3d1782aa06ac?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.076180 10.0.0.131 - - [2026-05-28 02:17:54] "GET /projects?obj_uuids=d660afd1-872f-469b-8293-3d1782aa06ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001982 10.0.0.133 - - [2026-05-28 02:17:55] "GET /project/d660afd1-872f-469b-8293-3d1782aa06ac?fields=security_groups HTTP/1.1" 200 1267 0.053331 10.0.0.133 - - [2026-05-28 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.030436 10.0.0.131 - - [2026-05-28 02:17:55] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003852 10.0.0.131 - - [2026-05-28 02:17:56] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001246 10.0.0.131 - - [2026-05-28 02:17:56] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008086 10.0.0.131 - - [2026-05-28 02:17:56] "POST /id-to-fqname HTTP/1.1" 200 198 0.002651 10.0.0.131 - - [2026-05-28 02:17:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.006217 10.0.0.131 - - [2026-05-28 02:17:56] "POST /security-groups HTTP/1.1" 200 599 0.043785 10.0.0.131 - - [2026-05-28 02:17:56] "POST /projects HTTP/1.1" 200 601 0.305849 10.0.0.131 - - [2026-05-28 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.349363 10.0.0.41 - - [2026-05-28 02:17:56] "POST /access-control-lists HTTP/1.1" 200 606 0.035787 10.0.0.133 - - [2026-05-28 02:17:56] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.531192 10.0.0.133 - - [2026-05-28 02:17:57] "GET / HTTP/1.1" 200 36215 0.001691 10.0.0.133 - - [2026-05-28 02:17:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000528 10.0.0.133 - - [2026-05-28 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.078543 10.0.0.131 - - [2026-05-28 02:17:58] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.133 - - [2026-05-28 02:17:58] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.046224 10.0.0.133 - - [2026-05-28 02:17:58] "POST /neutron/network HTTP/1.1" 200 117 0.050934 10.0.0.41 - - [2026-05-28 02:17:59] "POST /route-targets HTTP/1.1" 200 328 0.014216 10.0.0.133 - - [2026-05-28 02:17:59] "POST /neutron/network HTTP/1.1" 200 909 0.011264 10.0.0.133 - - [2026-05-28 02:17:59] "POST /id-to-fqname HTTP/1.1" 200 267 0.001504 10.0.0.133 - - [2026-05-28 02:17:59] "GET /virtual-network/2cc9ef14-be37-44c1-b9e5-da1e52e98414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.011135 10.0.0.133 - - [2026-05-28 02:17:59] "GET /virtual-network/2cc9ef14-be37-44c1-b9e5-da1e52e98414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006258 10.0.0.133 - - [2026-05-28 02:17:59] "POST /neutron/subnet HTTP/1.1" 200 719 0.012627 10.0.0.133 - - [2026-05-28 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.131 - - [2026-05-28 02:17:59] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000878 10.0.0.133 - - [2026-05-28 02:17:59] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.059171 10.0.0.41 - - [2026-05-28 02:18:00] "POST /ref-update HTTP/1.1" 200 156 0.040820 10.0.0.131 - - [2026-05-28 02:18:00] "POST /useragent-kv HTTP/1.1" 200 115 0.015243 10.0.0.133 - - [2026-05-28 02:18:00] "POST /neutron/subnet HTTP/1.1" 200 730 0.258239 10.0.0.133 - - [2026-05-28 02:18:00] "POST /id-to-fqname HTTP/1.1" 200 267 0.001235 10.0.0.133 - - [2026-05-28 02:18:00] "GET /virtual-network/8c1ad18b-beeb-428a-ad6d-31675492a2e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.006573 10.0.0.133 - - [2026-05-28 02:18:00] "GET /virtual-network/8c1ad18b-beeb-428a-ad6d-31675492a2e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.008189 10.0.0.133 - - [2026-05-28 02:18:00] "POST /neutron/network HTTP/1.1" 200 911 0.008772 10.0.0.133 - - [2026-05-28 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.131 - - [2026-05-28 02:18:00] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.133 - - [2026-05-28 02:18:00] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.069310 10.0.0.131 - - [2026-05-28 02:18:00] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001450 10.0.0.133 - - [2026-05-28 02:18:00] "POST /neutron/network HTTP/1.1" 200 693 0.165758 10.0.0.133 - - [2026-05-28 02:18:01] "POST /id-to-fqname HTTP/1.1" 200 268 0.004518 10.0.0.133 - - [2026-05-28 02:18:01] "GET /virtual-network/b539651f-fd0b-4c23-9b10-ac2dcee2b081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.007800 10.0.0.133 - - [2026-05-28 02:18:01] "POST /neutron/network HTTP/1.1" 200 910 0.008963 10.0.0.133 - - [2026-05-28 02:18:01] "GET /virtual-network/b539651f-fd0b-4c23-9b10-ac2dcee2b081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.011035 10.0.0.133 - - [2026-05-28 02:18:01] "POST /id-to-fqname HTTP/1.1" 200 267 0.001529 10.0.0.131 - - [2026-05-28 02:18:19] "GET /projects?obj_uuids=b41cdc10-b80e-4d76-b1a0-048d509e3e15&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000783 10.0.0.131 - - [2026-05-28 02:18:19] "GET /projects?obj_uuids=d660afd1-872f-469b-8293-3d1782aa06ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000761 10.0.0.131 - - [2026-05-28 02:18:19] "DELETE /project/b6c5b54473b2411694085a9e914d7087 HTTP/1.1" 404 173 0.010742 10.0.0.131 - - [2026-05-28 02:18:19] "DELETE /project/b41cdc10b80e4d76b1a0048d509e3e15 HTTP/1.1" 404 173 0.012294 10.0.0.131 - - [2026-05-28 02:18:19] "DELETE /project/d660afd1872f469b82933d1782aa06ac HTTP/1.1" 404 173 0.016839 10.0.0.131 - - [2026-05-28 02:18:19] "GET /project/b41cdc10-b80e-4d76-b1a0-048d509e3e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.055589 10.0.0.131 - - [2026-05-28 02:18:19] "GET /projects?obj_uuids=b41cdc10-b80e-4d76-b1a0-048d509e3e15&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.131 - - [2026-05-28 02:18:19] "GET /project/d660afd1-872f-469b-8293-3d1782aa06ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.106787 10.0.0.131 - - [2026-05-28 02:18:19] "GET /projects?obj_uuids=d660afd1-872f-469b-8293-3d1782aa06ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001325 10.0.0.131 - - [2026-05-28 02:18:19] "GET /project/b41cdc10-b80e-4d76-b1a0-048d509e3e15?fields=security_groups HTTP/1.1" 200 1400 0.089871 10.0.0.131 - - [2026-05-28 02:18:19] "GET /project/d660afd1-872f-469b-8293-3d1782aa06ac?fields=security_groups HTTP/1.1" 200 1369 0.082358 10.0.0.131 - - [2026-05-28 02:18:19] "DELETE /security-group/2e5d17f3-e8c9-447d-8462-2bd5ffdbf72c HTTP/1.1" 200 115 0.081809 10.0.0.131 - - [2026-05-28 02:18:19] "GET /projects?obj_uuids=b41cdc10-b80e-4d76-b1a0-048d509e3e15&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000946 10.0.0.131 - - [2026-05-28 02:18:19] "DELETE /security-group/b4c66022-5375-4c4f-b97c-4f5d082b304d HTTP/1.1" 200 115 0.083974 10.0.0.131 - - [2026-05-28 02:18:19] "GET /projects?obj_uuids=d660afd1-872f-469b-8293-3d1782aa06ac&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001664 10.0.0.41 - - [2026-05-28 02:18:19] "DELETE /access-control-list/5ae23b53-1be1-450c-bea7-061bd27c1306 HTTP/1.1" 200 115 0.068535 10.0.0.131 - - [2026-05-28 02:18:19] "GET /project/b41cdc10-b80e-4d76-b1a0-048d509e3e15?fields=application_policy_sets HTTP/1.1" 200 1439 0.059342 10.0.0.131 - - [2026-05-28 02:18:19] "GET /project/d660afd1-872f-469b-8293-3d1782aa06ac?fields=application_policy_sets HTTP/1.1" 200 1408 0.123101 10.0.0.41 - - [2026-05-28 02:18:19] "DELETE /access-control-list/612ca90e-d27b-47b9-aec5-abd1f2880171 HTTP/1.1" 200 115 0.078884 10.0.0.131 - - [2026-05-28 02:18:19] "DELETE /project/b41cdc10-b80e-4d76-b1a0-048d509e3e15 HTTP/1.1" 200 115 0.636537 10.0.0.131 - - [2026-05-28 02:18:20] "DELETE /project/d660afd1-872f-469b-8293-3d1782aa06ac HTTP/1.1" 200 115 0.717331 10.0.0.133 - - [2026-05-28 02:18:38] "POST /neutron/network HTTP/1.1" 200 921 0.008511 10.0.0.131 - - [2026-05-28 02:18:39] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001348 10.0.0.133 - - [2026-05-28 02:18:39] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.108869 10.0.0.133 - - [2026-05-28 02:18:39] "POST /neutron/port HTTP/1.1" 200 117 0.009514 10.0.0.133 - - [2026-05-28 02:18:39] "POST /id-to-fqname HTTP/1.1" 200 268 0.001421 10.0.0.133 - - [2026-05-28 02:18:40] "POST /neutron/network HTTP/1.1" 200 921 0.007995 10.0.0.131 - - [2026-05-28 02:18:40] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000943 10.0.0.133 - - [2026-05-28 02:18:40] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.132987 10.0.0.133 - - [2026-05-28 02:18:41] "POST /neutron/port HTTP/1.1" 200 1079 0.063395 10.0.0.133 - - [2026-05-28 02:18:41] "POST /neutron/port HTTP/1.1" 200 1069 0.031932 10.0.0.131 - - [2026-05-28 02:18:41] "GET /projects?obj_uuids=6f21ab47-3c46-4315-9a9a-72a900eb66f6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001034 10.0.0.133 - - [2026-05-28 02:18:41] "GET /project/6f21ab47-3c46-4315-9a9a-72a900eb66f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.103778 10.0.0.133 - - [2026-05-28 02:18:41] "POST /neutron/port HTTP/1.1" 200 1133 0.081969 10.0.0.131 - - [2026-05-28 02:18:41] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.133 - - [2026-05-28 02:18:41] "POST /neutron/network HTTP/1.1" 200 911 0.015015 10.0.0.133 - - [2026-05-28 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.133 - - [2026-05-28 02:18:42] "POST /neutron/port HTTP/1.1" 200 1066 0.720762 10.0.0.133 - - [2026-05-28 02:18:42] "GET /security-group/6532ea7a-6970-4d47-bd5e-c3cb396d9c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.021565 10.0.0.133 - - [2026-05-28 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.131 - - [2026-05-28 02:18:42] "GET /projects?obj_uuids=6f21ab47-3c46-4315-9a9a-72a900eb66f6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001163 10.0.0.133 - - [2026-05-28 02:18:42] "GET /project/6f21ab47-3c46-4315-9a9a-72a900eb66f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.096643 10.0.0.133 - - [2026-05-28 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007499 10.0.0.133 - - [2026-05-28 02:18:42] "GET /security-group/6532ea7a-6970-4d47-bd5e-c3cb396d9c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.019063 10.0.0.133 - - [2026-05-28 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.019407 10.0.0.133 - - [2026-05-28 02:18:42] "POST /neutron/port HTTP/1.1" 200 1120 0.275028 10.0.0.133 - - [2026-05-28 02:18:43] "PUT /security-group/6532ea7a-6970-4d47-bd5e-c3cb396d9c75 HTTP/1.1" 200 263 0.069366 10.0.0.133 - - [2026-05-28 02:18:43] "POST /neutron/subnet HTTP/1.1" 200 689 0.041650 10.0.0.133 - - [2026-05-28 02:18:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.007318 10.0.0.133 - - [2026-05-28 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.131 - - [2026-05-28 02:18:44] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.133 - - [2026-05-28 02:18:44] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.017632 10.0.0.133 - - [2026-05-28 02:18:44] "POST /service-templates HTTP/1.1" 200 545 0.073803 10.0.0.133 - - [2026-05-28 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.018112 10.0.0.133 - - [2026-05-28 02:18:44] "GET /service-template/fb67f3e9-2525-43a6-9452-04d55abb931b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.008095 10.0.0.133 - - [2026-05-28 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.021104 10.0.0.133 - - [2026-05-28 02:18:44] "GET /service-template/fb67f3e9-2525-43a6-9452-04d55abb931b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.004304 10.0.0.133 - - [2026-05-28 02:18:44] "POST /id-to-fqname HTTP/1.1" 200 267 0.004858 10.0.0.133 - - [2026-05-28 02:18:44] "POST /id-to-fqname HTTP/1.1" 200 267 0.003730 10.0.0.133 - - [2026-05-28 02:18:44] "POST /id-to-fqname HTTP/1.1" 200 268 0.002169 10.0.0.133 - - [2026-05-28 02:18:44] "POST /neutron/port HTTP/1.1" 200 2111 0.094354 10.0.0.133 - - [2026-05-28 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.133 - - [2026-05-28 02:18:45] "DELETE /service-template/fb67f3e9-2525-43a6-9452-04d55abb931b HTTP/1.1" 200 115 0.099141 10.0.0.133 - - [2026-05-28 02:18:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.006960 10.0.0.133 - - [2026-05-28 02:18:48] "POST /neutron/network HTTP/1.1" 400 204 0.042763 10.0.0.133 - - [2026-05-28 02:18:52] "POST /neutron/network HTTP/1.1" 200 911 0.027709 10.0.0.133 - - [2026-05-28 02:18:54] "POST /neutron/network HTTP/1.1" 400 204 0.034254 10.0.0.133 - - [2026-05-28 02:18:58] "POST /neutron/network HTTP/1.1" 200 911 0.022954 10.0.0.133 - - [2026-05-28 02:19:01] "POST /neutron/network HTTP/1.1" 400 204 0.049046 10.0.0.133 - - [2026-05-28 02:19:05] "POST /neutron/network HTTP/1.1" 200 911 0.008524 10.0.0.133 - - [2026-05-28 02:19:07] "POST /neutron/network HTTP/1.1" 400 204 0.044095 10.0.0.133 - - [2026-05-28 02:19:11] "POST /neutron/network HTTP/1.1" 200 911 0.022113 10.0.0.133 - - [2026-05-28 02:19:13] "POST /neutron/network HTTP/1.1" 400 204 0.032998 10.0.0.133 - - [2026-05-28 02:19:17] "POST /neutron/network HTTP/1.1" 200 911 0.022943 10.0.0.41 - - [2026-05-28 02:19:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.41 - - [2026-05-28 02:19:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.133 - - [2026-05-28 02:19:20] "POST /neutron/network HTTP/1.1" 400 204 0.064918 10.0.0.131 - - [2026-05-28 02:19:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000598 10.0.0.41 - - [2026-05-28 02:19:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.131 - - [2026-05-28 02:19:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000524 10.0.0.41 - - [2026-05-28 02:19:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.131 - - [2026-05-28 02:19:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.131 - - [2026-05-28 02:19:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.133 - - [2026-05-28 02:19:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000335 10.0.0.133 - - [2026-05-28 02:19:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.133 - - [2026-05-28 02:19:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.133 - - [2026-05-28 02:19:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.133 - - [2026-05-28 02:19:24] "POST /neutron/network HTTP/1.1" 200 911 0.007407 10.0.0.133 - - [2026-05-28 02:19:26] "POST /neutron/network HTTP/1.1" 400 204 0.035898 10.0.0.133 - - [2026-05-28 02:19:26] "GET /obj-perms HTTP/1.1" 200 5075 0.101581 10.0.0.133 - - [2026-05-28 02:19:30] "POST /neutron/network HTTP/1.1" 200 911 0.024535 10.0.0.133 - - [2026-05-28 02:19:32] "POST /neutron/network HTTP/1.1" 400 204 0.015120 10.0.0.133 - - [2026-05-28 02:19:36] "POST /neutron/network HTTP/1.1" 200 911 0.007411 10.0.0.133 - - [2026-05-28 02:19:38] "POST /neutron/network HTTP/1.1" 400 204 0.016896 10.0.0.133 - - [2026-05-28 02:19:40] "POST /neutron/network HTTP/1.1" 200 910 0.007386 10.0.0.133 - - [2026-05-28 02:19:43] "POST /neutron/network HTTP/1.1" 400 204 0.016695 10.0.0.133 - - [2026-05-28 02:19:47] "POST /neutron/network HTTP/1.1" 200 910 0.008693 10.0.0.133 - - [2026-05-28 02:19:49] "POST /neutron/network HTTP/1.1" 400 204 0.016866 10.0.0.133 - - [2026-05-28 02:19:53] "POST /neutron/network HTTP/1.1" 200 910 0.008337 10.0.0.133 - - [2026-05-28 02:19:55] "POST /neutron/network HTTP/1.1" 400 204 0.016129 10.0.0.133 - - [2026-05-28 02:19:59] "POST /neutron/network HTTP/1.1" 200 910 0.007634 10.0.0.133 - - [2026-05-28 02:20:01] "POST /neutron/network HTTP/1.1" 400 204 0.021922 10.0.0.133 - - [2026-05-28 02:20:05] "POST /neutron/network HTTP/1.1" 200 910 0.015693 10.0.0.133 - - [2026-05-28 02:20:07] "POST /neutron/network HTTP/1.1" 400 204 0.017193 10.0.0.133 - - [2026-05-28 02:20:08] "POST /neutron/port HTTP/1.1" 200 151 0.205822 10.0.0.133 - - [2026-05-28 02:20:09] "POST /neutron/network HTTP/1.1" 400 204 0.015659 10.0.0.133 - - [2026-05-28 02:20:11] "POST /neutron/network HTTP/1.1" 200 910 0.006919 10.0.0.133 - - [2026-05-28 02:20:12] "POST /neutron/port HTTP/1.1" 200 117 0.008291 10.0.0.41 - - [2026-05-28 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.133 - - [2026-05-28 02:20:14] "POST /neutron/network HTTP/1.1" 200 909 0.006581 10.0.0.131 - - [2026-05-28 02:20:14] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001427 10.0.0.41 - - [2026-05-28 02:20:14] "DELETE /route-target/2c6a47a0-72bd-4d44-9c45-f95ef2e311d5 HTTP/1.1" 200 115 0.045336 10.0.0.133 - - [2026-05-28 02:20:14] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.077552 10.0.0.131 - - [2026-05-28 02:20:14] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001174 10.0.0.133 - - [2026-05-28 02:20:14] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.067896 10.0.0.131 - - [2026-05-28 02:20:16] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001232 10.0.0.133 - - [2026-05-28 02:20:16] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.060337 10.0.0.131 - - [2026-05-28 02:20:16] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002400 10.0.0.133 - - [2026-05-28 02:20:16] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.057075 10.0.0.131 - - [2026-05-28 02:20:18] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.133 - - [2026-05-28 02:20:18] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.054556 10.0.0.131 - - [2026-05-28 02:20:18] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000872 10.0.0.133 - - [2026-05-28 02:20:18] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.052500 10.0.0.131 - - [2026-05-28 02:20:20] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001285 10.0.0.133 - - [2026-05-28 02:20:20] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.042761 10.0.0.131 - - [2026-05-28 02:20:20] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.133 - - [2026-05-28 02:20:20] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.042314 10.0.0.131 - - [2026-05-28 02:20:22] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001992 10.0.0.133 - - [2026-05-28 02:20:22] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.051560 10.0.0.131 - - [2026-05-28 02:20:22] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.133 - - [2026-05-28 02:20:23] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.060220 10.0.0.131 - - [2026-05-28 02:20:25] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.133 - - [2026-05-28 02:20:25] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.064681 10.0.0.131 - - [2026-05-28 02:20:25] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.133 - - [2026-05-28 02:20:25] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.059304 10.0.0.131 - - [2026-05-28 02:20:27] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.133 - - [2026-05-28 02:20:27] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.058467 10.0.0.131 - - [2026-05-28 02:20:27] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001908 10.0.0.133 - - [2026-05-28 02:20:27] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.053934 10.0.0.131 - - [2026-05-28 02:20:29] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.133 - - [2026-05-28 02:20:29] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.073128 10.0.0.131 - - [2026-05-28 02:20:29] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.133 - - [2026-05-28 02:20:29] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.052318 10.0.0.131 - - [2026-05-28 02:20:31] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001441 10.0.0.133 - - [2026-05-28 02:20:31] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.060139 10.0.0.131 - - [2026-05-28 02:20:31] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001178 10.0.0.133 - - [2026-05-28 02:20:31] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.057290 10.0.0.131 - - [2026-05-28 02:20:33] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001245 10.0.0.133 - - [2026-05-28 02:20:33] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.048228 10.0.0.131 - - [2026-05-28 02:20:33] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.133 - - [2026-05-28 02:20:33] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.050743 10.0.0.131 - - [2026-05-28 02:20:35] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001230 10.0.0.133 - - [2026-05-28 02:20:35] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.059602 10.0.0.131 - - [2026-05-28 02:20:35] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001252 10.0.0.133 - - [2026-05-28 02:20:36] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.066632 10.0.0.131 - - [2026-05-28 02:20:38] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.133 - - [2026-05-28 02:20:38] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.060018 10.0.0.131 - - [2026-05-28 02:20:38] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001464 10.0.0.133 - - [2026-05-28 02:20:38] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.064861 10.0.0.131 - - [2026-05-28 02:20:40] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.133 - - [2026-05-28 02:20:40] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.050292 10.0.0.131 - - [2026-05-28 02:20:40] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.133 - - [2026-05-28 02:20:40] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.075071 10.0.0.131 - - [2026-05-28 02:20:42] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.133 - - [2026-05-28 02:20:42] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.052308 10.0.0.131 - - [2026-05-28 02:20:42] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002356 10.0.0.133 - - [2026-05-28 02:20:42] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.060753 10.0.0.131 - - [2026-05-28 02:20:44] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001493 10.0.0.133 - - [2026-05-28 02:20:44] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.062934 10.0.0.131 - - [2026-05-28 02:20:44] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000861 10.0.0.133 - - [2026-05-28 02:20:44] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.060605 10.0.0.131 - - [2026-05-28 02:20:46] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001021 10.0.0.133 - - [2026-05-28 02:20:46] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.048738 10.0.0.131 - - [2026-05-28 02:20:46] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001153 10.0.0.133 - - [2026-05-28 02:20:46] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.074675 10.0.0.131 - - [2026-05-28 02:20:48] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001171 10.0.0.133 - - [2026-05-28 02:20:49] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.065112 10.0.0.131 - - [2026-05-28 02:20:49] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000987 10.0.0.133 - - [2026-05-28 02:20:49] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.070414 10.0.0.131 - - [2026-05-28 02:20:51] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.133 - - [2026-05-28 02:20:51] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.050210 10.0.0.131 - - [2026-05-28 02:20:51] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000956 10.0.0.133 - - [2026-05-28 02:20:51] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.054959 10.0.0.131 - - [2026-05-28 02:20:53] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001573 10.0.0.133 - - [2026-05-28 02:20:53] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.051340 10.0.0.131 - - [2026-05-28 02:20:53] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001319 10.0.0.133 - - [2026-05-28 02:20:53] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.056587 10.0.0.131 - - [2026-05-28 02:20:55] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.133 - - [2026-05-28 02:20:55] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.060446 10.0.0.131 - - [2026-05-28 02:20:55] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001730 10.0.0.133 - - [2026-05-28 02:20:55] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.056250 10.0.0.131 - - [2026-05-28 02:20:57] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.133 - - [2026-05-28 02:20:57] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.053901 10.0.0.131 - - [2026-05-28 02:20:57] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001686 10.0.0.133 - - [2026-05-28 02:20:57] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.057025 10.0.0.131 - - [2026-05-28 02:20:59] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.133 - - [2026-05-28 02:20:59] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.052200 10.0.0.131 - - [2026-05-28 02:20:59] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001016 10.0.0.133 - - [2026-05-28 02:20:59] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.056987 10.0.0.131 - - [2026-05-28 02:21:02] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001168 10.0.0.133 - - [2026-05-28 02:21:02] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.046729 10.0.0.131 - - [2026-05-28 02:21:02] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.133 - - [2026-05-28 02:21:02] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.055999 10.0.0.131 - - [2026-05-28 02:21:04] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001534 10.0.0.133 - - [2026-05-28 02:21:04] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.061001 10.0.0.131 - - [2026-05-28 02:21:04] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001175 10.0.0.133 - - [2026-05-28 02:21:04] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.069276 10.0.0.131 - - [2026-05-28 02:21:06] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.133 - - [2026-05-28 02:21:06] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045794 10.0.0.131 - - [2026-05-28 02:21:06] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001216 10.0.0.133 - - [2026-05-28 02:21:06] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.050396 10.0.0.131 - - [2026-05-28 02:21:08] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000960 10.0.0.133 - - [2026-05-28 02:21:08] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.065383 10.0.0.131 - - [2026-05-28 02:21:08] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000900 10.0.0.133 - - [2026-05-28 02:21:08] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.071216 10.0.0.131 - - [2026-05-28 02:21:10] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.133 - - [2026-05-28 02:21:10] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.055529 10.0.0.131 - - [2026-05-28 02:21:10] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001689 10.0.0.133 - - [2026-05-28 02:21:10] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.046731 10.0.0.131 - - [2026-05-28 02:21:12] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001124 10.0.0.133 - - [2026-05-28 02:21:12] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045404 10.0.0.131 - - [2026-05-28 02:21:12] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.133 - - [2026-05-28 02:21:12] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.051980 10.0.0.131 - - [2026-05-28 02:21:15] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.133 - - [2026-05-28 02:21:15] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.043999 10.0.0.131 - - [2026-05-28 02:21:15] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.133 - - [2026-05-28 02:21:15] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.046170 10.0.0.131 - - [2026-05-28 02:21:17] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.133 - - [2026-05-28 02:21:17] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.061593 10.0.0.131 - - [2026-05-28 02:21:17] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.133 - - [2026-05-28 02:21:17] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.068013 10.0.0.131 - - [2026-05-28 02:21:19] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.031227 10.0.0.133 - - [2026-05-28 02:21:19] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.121450 10.0.0.131 - - [2026-05-28 02:21:19] "GET /projects?obj_uuids=b6c5b544-73b2-4116-9408-5a9e914d7087&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001003 10.0.0.133 - - [2026-05-28 02:21:19] "GET /project/b6c5b544-73b2-4116-9408-5a9e914d7087?fields=virtual_networks HTTP/1.1" 200 1337 0.069892 10.0.0.133 - - [2026-05-28 02:21:20] "POST /fqname-to-id HTTP/1.1" 404 189 0.038830 10.0.0.131 - - [2026-05-28 02:21:20] "GET /projects?obj_uuids=b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004336 10.0.0.131 - - [2026-05-28 02:21:20] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.131 - - [2026-05-28 02:21:20] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.075444 10.0.0.131 - - [2026-05-28 02:21:20] "POST /id-to-fqname HTTP/1.1" 200 191 0.010220 10.0.0.131 - - [2026-05-28 02:21:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.005017 10.0.0.131 - - [2026-05-28 02:21:20] "POST /security-groups HTTP/1.1" 200 592 0.082185 10.0.0.131 - - [2026-05-28 02:21:20] "POST /projects HTTP/1.1" 200 587 0.311779 10.0.0.131 - - [2026-05-28 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.348361 10.0.0.133 - - [2026-05-28 02:21:20] "GET /project/b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.583809 10.0.0.41 - - [2026-05-28 02:21:20] "POST /fqname-to-id HTTP/1.1" 404 234 0.050019 10.0.0.133 - - [2026-05-28 02:21:22] "GET / HTTP/1.1" 200 36215 0.001842 10.0.0.133 - - [2026-05-28 02:21:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000468 10.0.0.133 - - [2026-05-28 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.066106 10.0.0.131 - - [2026-05-28 02:21:23] "GET /projects?obj_uuids=b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000982 10.0.0.133 - - [2026-05-28 02:21:23] "GET /project/b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.065538 10.0.0.131 - - [2026-05-28 02:21:23] "GET /projects?obj_uuids=b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002552 10.0.0.133 - - [2026-05-28 02:21:23] "POST /neutron/network HTTP/1.1" 200 670 0.193820 10.0.0.41 - - [2026-05-28 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.034237 10.0.0.133 - - [2026-05-28 02:21:23] "POST /id-to-fqname HTTP/1.1" 200 253 0.004334 10.0.0.133 - - [2026-05-28 02:21:23] "GET /virtual-network/bb41ce75-bfe5-4e52-9671-4fc6e95d35e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.005686 10.0.0.133 - - [2026-05-28 02:21:23] "POST /neutron/network HTTP/1.1" 200 886 0.008300 10.0.0.133 - - [2026-05-28 02:21:23] "GET /virtual-network/bb41ce75-bfe5-4e52-9671-4fc6e95d35e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.005607 10.0.0.133 - - [2026-05-28 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.131 - - [2026-05-28 02:21:23] "GET /projects?obj_uuids=b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911 10.0.0.133 - - [2026-05-28 02:21:23] "GET /project/b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.054927 10.0.0.133 - - [2026-05-28 02:21:23] "POST /neutron/network HTTP/1.1" 200 117 0.018095 10.0.0.133 - - [2026-05-28 02:21:24] "POST /neutron/network HTTP/1.1" 200 889 0.008931 10.0.0.133 - - [2026-05-28 02:21:24] "POST /id-to-fqname HTTP/1.1" 200 253 0.001040 10.0.0.133 - - [2026-05-28 02:21:24] "GET /virtual-network/ad6ccc5e-a51f-4fe2-bd68-e1c353fc1d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006989 10.0.0.133 - - [2026-05-28 02:21:24] "GET /virtual-network/ad6ccc5e-a51f-4fe2-bd68-e1c353fc1d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005385 10.0.0.133 - - [2026-05-28 02:21:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.009628 10.0.0.133 - - [2026-05-28 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.131 - - [2026-05-28 02:21:24] "GET /projects?obj_uuids=b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000871 10.0.0.133 - - [2026-05-28 02:21:24] "GET /project/b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041473 10.0.0.41 - - [2026-05-28 02:21:24] "POST /route-targets HTTP/1.1" 200 328 0.016662 10.0.0.131 - - [2026-05-28 02:21:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007340 10.0.0.133 - - [2026-05-28 02:21:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.211125 10.0.0.133 - - [2026-05-28 02:21:25] "POST /id-to-fqname HTTP/1.1" 200 254 0.001376 10.0.0.133 - - [2026-05-28 02:21:25] "GET /virtual-network/db2fadce-8fc8-4309-910f-207dfffd9aa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006717 10.0.0.133 - - [2026-05-28 02:21:25] "GET /virtual-network/db2fadce-8fc8-4309-910f-207dfffd9aa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.008418 10.0.0.133 - - [2026-05-28 02:21:25] "POST /neutron/network HTTP/1.1" 200 892 0.007483 10.0.0.133 - - [2026-05-28 02:21:25] "POST /id-to-fqname HTTP/1.1" 200 253 0.001194 10.0.0.131 - - [2026-05-28 02:21:26] "GET /projects?obj_uuids=b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000932 10.0.0.133 - - [2026-05-28 02:21:26] "GET /project/b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.081401 10.0.0.133 - - [2026-05-28 02:21:26] "POST /neutron/network HTTP/1.1" 200 889 0.009646 10.0.0.133 - - [2026-05-28 02:21:26] "POST /id-to-fqname HTTP/1.1" 200 254 0.001223 10.0.0.133 - - [2026-05-28 02:21:26] "POST /neutron/port HTTP/1.1" 200 117 0.008924 10.0.0.131 - - [2026-05-28 02:21:27] "GET /projects?obj_uuids=b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001104 10.0.0.133 - - [2026-05-28 02:21:27] "POST /neutron/port HTTP/1.1" 200 1061 0.451437 10.0.0.133 - - [2026-05-28 02:21:27] "POST /neutron/port HTTP/1.1" 200 1115 0.171524 10.0.0.131 - - [2026-05-28 02:21:27] "GET /projects?obj_uuids=b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001235 10.0.0.133 - - [2026-05-28 02:21:27] "GET /project/b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.132895 10.0.0.133 - - [2026-05-28 02:21:27] "POST /neutron/subnet HTTP/1.1" 200 698 0.023468 10.0.0.133 - - [2026-05-28 02:21:28] "POST /neutron/network HTTP/1.1" 200 889 0.009821 10.0.0.133 - - [2026-05-28 02:21:28] "POST /neutron/port HTTP/1.1" 200 117 0.007073 10.0.0.41 - - [2026-05-28 02:21:28] "GET /obj-perms HTTP/1.1" 200 5075 0.065815 10.0.0.133 - - [2026-05-28 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.009404 10.0.0.133 - - [2026-05-28 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.013616 10.0.0.131 - - [2026-05-28 02:21:29] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001950 10.0.0.133 - - [2026-05-28 02:21:29] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.011481 10.0.0.133 - - [2026-05-28 02:21:29] "POST /neutron/port HTTP/1.1" 200 1062 0.025245 10.0.0.133 - - [2026-05-28 02:21:29] "POST /service-templates HTTP/1.1" 200 545 0.059228 10.0.0.133 - - [2026-05-28 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.133 - - [2026-05-28 02:21:29] "GET /service-template/051af968-2d83-4050-b5a3-46b791db5f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007566 10.0.0.133 - - [2026-05-28 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.131 - - [2026-05-28 02:21:29] "GET /obj-perms HTTP/1.1" 200 5075 0.160812 10.0.0.133 - - [2026-05-28 02:21:29] "GET /service-template/051af968-2d83-4050-b5a3-46b791db5f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.013109 10.0.0.133 - - [2026-05-28 02:21:29] "POST /id-to-fqname HTTP/1.1" 200 253 0.001385 10.0.0.133 - - [2026-05-28 02:21:29] "POST /id-to-fqname HTTP/1.1" 200 253 0.001108 10.0.0.133 - - [2026-05-28 02:21:29] "POST /id-to-fqname HTTP/1.1" 200 254 0.001346 10.0.0.133 - - [2026-05-28 02:21:29] "POST /neutron/port HTTP/1.1" 200 1126 0.023149 10.0.0.133 - - [2026-05-28 02:21:29] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.133 - - [2026-05-28 02:21:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011891 10.0.0.133 - - [2026-05-28 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.133 - - [2026-05-28 02:21:29] "DELETE /service-template/051af968-2d83-4050-b5a3-46b791db5f3a HTTP/1.1" 200 115 0.051398 10.0.0.133 - - [2026-05-28 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.004585 10.0.0.133 - - [2026-05-28 02:21:32] "POST /neutron/port HTTP/1.1" 200 1126 0.021196 10.0.0.133 - - [2026-05-28 02:21:32] "POST /neutron/port HTTP/1.1" 200 1125 0.042532 10.0.0.133 - - [2026-05-28 02:21:34] "POST /neutron/network HTTP/1.1" 200 889 0.008328 10.0.0.41 - - [2026-05-28 02:21:34] "DELETE /route-target/f6b1b171-dc5e-4d0d-a284-b0d9c6a102ac HTTP/1.1" 200 115 0.035162 10.0.0.131 - - [2026-05-28 02:21:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004633 10.0.0.131 - - [2026-05-28 02:21:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004131 10.0.0.133 - - [2026-05-28 02:21:34] "POST /neutron/network HTTP/1.1" 200 151 0.149468 10.0.0.41 - - [2026-05-28 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.131 - - [2026-05-28 02:21:34] "GET /projects?obj_uuids=b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001052 10.0.0.133 - - [2026-05-28 02:21:34] "GET /project/b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.064259 10.0.0.131 - - [2026-05-28 02:21:34] "GET /projects?obj_uuids=b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002249 10.0.0.133 - - [2026-05-28 02:21:35] "GET /project/b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a?fields=virtual_networks HTTP/1.1" 200 1037 0.046760 10.0.0.131 - - [2026-05-28 02:21:35] "GET /projects?obj_uuids=b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000980 10.0.0.133 - - [2026-05-28 02:21:35] "GET /project/b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.050227 10.0.0.131 - - [2026-05-28 02:21:35] "GET /projects?obj_uuids=b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001135 10.0.0.133 - - [2026-05-28 02:21:35] "GET /project/b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a?fields=security_groups HTTP/1.1" 200 1265 0.049695 10.0.0.133 - - [2026-05-28 02:21:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.034170 10.0.0.131 - - [2026-05-28 02:21:36] "GET /projects?obj_uuids=29a6e443-68bf-4688-b209-494130681220&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003637 10.0.0.131 - - [2026-05-28 02:21:36] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002448 10.0.0.131 - - [2026-05-28 02:21:36] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009911 10.0.0.131 - - [2026-05-28 02:21:36] "POST /id-to-fqname HTTP/1.1" 200 195 0.005334 10.0.0.131 - - [2026-05-28 02:21:36] "POST /fqname-to-id HTTP/1.1" 404 204 0.004000 10.0.0.131 - - [2026-05-28 02:21:36] "POST /security-groups HTTP/1.1" 200 596 0.079380 10.0.0.131 - - [2026-05-28 02:21:36] "POST /projects HTTP/1.1" 200 595 0.298905 10.0.0.41 - - [2026-05-28 02:21:36] "POST /access-control-lists HTTP/1.1" 200 603 0.033605 10.0.0.131 - - [2026-05-28 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.374433 10.0.0.133 - - [2026-05-28 02:21:36] "GET /project/29a6e443-68bf-4688-b209-494130681220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.538340 10.0.0.133 - - [2026-05-28 02:21:38] "GET / HTTP/1.1" 200 36215 0.001360 10.0.0.133 - - [2026-05-28 02:21:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.133 - - [2026-05-28 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.073317 10.0.0.131 - - [2026-05-28 02:21:38] "GET /projects?obj_uuids=29a6e443-68bf-4688-b209-494130681220&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001303 10.0.0.133 - - [2026-05-28 02:21:38] "GET /project/29a6e443-68bf-4688-b209-494130681220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.051547 10.0.0.133 - - [2026-05-28 02:21:39] "POST /neutron/network HTTP/1.1" 200 117 0.043192 10.0.0.41 - - [2026-05-28 02:21:39] "POST /route-targets HTTP/1.1" 200 328 0.016340 10.0.0.131 - - [2026-05-28 02:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.008796 10.0.0.133 - - [2026-05-28 02:21:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.213229 10.0.0.133 - - [2026-05-28 02:21:39] "POST /id-to-fqname HTTP/1.1" 200 261 0.001211 10.0.0.133 - - [2026-05-28 02:21:39] "GET /virtual-network/cc71c615-fbb7-4a56-b18a-e71d728c2033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.005711 10.0.0.133 - - [2026-05-28 02:21:39] "GET /virtual-network/cc71c615-fbb7-4a56-b18a-e71d728c2033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.006756 10.0.0.41 - - [2026-05-28 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.039392 10.0.0.133 - - [2026-05-28 02:21:39] "POST /neutron/network HTTP/1.1" 200 1075 0.009315 10.0.0.133 - - [2026-05-28 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005670 10.0.0.131 - - [2026-05-28 02:21:40] "GET /projects?obj_uuids=29a6e443-68bf-4688-b209-494130681220&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002255 10.0.0.133 - - [2026-05-28 02:21:40] "GET /project/29a6e443-68bf-4688-b209-494130681220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.065815 10.0.0.133 - - [2026-05-28 02:21:40] "POST /neutron/network HTTP/1.1" 200 117 0.015615 10.0.0.41 - - [2026-05-28 02:21:40] "POST /ref-update HTTP/1.1" 200 156 0.029990 10.0.0.41 - - [2026-05-28 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.007342 10.0.0.131 - - [2026-05-28 02:21:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008502 10.0.0.133 - - [2026-05-28 02:21:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.273010 10.0.0.133 - - [2026-05-28 02:21:40] "POST /id-to-fqname HTTP/1.1" 200 261 0.001404 10.0.0.133 - - [2026-05-28 02:21:40] "GET /virtual-network/9e7df2f1-d630-4ccd-9df2-3a2f5eff1ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.005436 10.0.0.133 - - [2026-05-28 02:21:40] "GET /virtual-network/9e7df2f1-d630-4ccd-9df2-3a2f5eff1ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.005056 10.0.0.133 - - [2026-05-28 02:21:41] "POST /neutron/network HTTP/1.1" 200 1075 0.009633 10.0.0.133 - - [2026-05-28 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.131 - - [2026-05-28 02:21:41] "GET /projects?obj_uuids=29a6e443-68bf-4688-b209-494130681220&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001077 10.0.0.133 - - [2026-05-28 02:21:41] "GET /project/29a6e443-68bf-4688-b209-494130681220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.043094 10.0.0.133 - - [2026-05-28 02:21:41] "POST /neutron/network HTTP/1.1" 200 117 0.014777 10.0.0.131 - - [2026-05-28 02:21:41] "POST /useragent-kv HTTP/1.1" 200 115 0.009989 10.0.0.133 - - [2026-05-28 02:21:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.193386 10.0.0.133 - - [2026-05-28 02:21:41] "POST /id-to-fqname HTTP/1.1" 200 262 0.001223 10.0.0.133 - - [2026-05-28 02:21:41] "GET /virtual-network/6b97ed98-6d6d-4905-af04-9b02aa9511ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2748 0.006329 10.0.0.133 - - [2026-05-28 02:21:41] "GET /virtual-network/6b97ed98-6d6d-4905-af04-9b02aa9511ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2748 0.006762 10.0.0.133 - - [2026-05-28 02:21:41] "POST /neutron/network HTTP/1.1" 200 1077 0.009133 10.0.0.133 - - [2026-05-28 02:21:42] "POST /id-to-fqname HTTP/1.1" 200 261 0.001377 10.0.0.133 - - [2026-05-28 02:21:42] "POST /neutron/network HTTP/1.1" 200 1085 0.007657 10.0.0.131 - - [2026-05-28 02:21:43] "GET /projects?obj_uuids=29a6e443-68bf-4688-b209-494130681220&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001203 10.0.0.133 - - [2026-05-28 02:21:43] "GET /project/29a6e443-68bf-4688-b209-494130681220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.083975 10.0.0.133 - - [2026-05-28 02:21:43] "POST /neutron/port HTTP/1.1" 200 117 0.006738 10.0.0.133 - - [2026-05-28 02:21:43] "POST /id-to-fqname HTTP/1.1" 200 262 0.001321 10.0.0.133 - - [2026-05-28 02:21:43] "POST /neutron/network HTTP/1.1" 200 1085 0.007832 10.0.0.131 - - [2026-05-28 02:21:44] "GET /projects?obj_uuids=29a6e443-68bf-4688-b209-494130681220&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000932 10.0.0.133 - - [2026-05-28 02:21:44] "GET /project/29a6e443-68bf-4688-b209-494130681220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.148569 10.0.0.133 - - [2026-05-28 02:21:44] "POST /neutron/port HTTP/1.1" 200 1172 0.030940 10.0.0.133 - - [2026-05-28 02:21:44] "POST /neutron/port HTTP/1.1" 200 1236 0.028530 10.0.0.133 - - [2026-05-28 02:21:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008450 10.0.0.133 - - [2026-05-28 02:21:44] "POST /neutron/port HTTP/1.1" 200 117 0.001105 10.0.0.133 - - [2026-05-28 02:21:45] "POST /neutron/network HTTP/1.1" 200 1075 0.009453 10.0.0.133 - - [2026-05-28 02:21:46] "POST /neutron/port HTTP/1.1" 200 1172 0.031423 10.0.0.133 - - [2026-05-28 02:21:46] "POST /neutron/port HTTP/1.1" 200 1236 0.025528 10.0.0.133 - - [2026-05-28 02:21:46] "POST /neutron/subnet HTTP/1.1" 200 1385 0.027107 10.0.0.133 - - [2026-05-28 02:21:46] "POST /neutron/network HTTP/1.1" 200 1077 0.011884 10.0.0.133 - - [2026-05-28 02:21:47] "POST /neutron/port HTTP/1.1" 200 1236 0.020689 10.0.0.133 - - [2026-05-28 02:21:48] "POST /neutron/port HTTP/1.1" 200 1236 0.027266 10.0.0.133 - - [2026-05-28 02:21:48] "POST /neutron/port HTTP/1.1" 200 117 0.006576 10.0.0.133 - - [2026-05-28 02:21:48] "POST /neutron/network HTTP/1.1" 200 117 0.012019 10.0.0.41 - - [2026-05-28 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.131 - - [2026-05-28 02:21:49] "POST /useragent-kv HTTP/1.1" 200 115 0.025940 10.0.0.131 - - [2026-05-28 02:21:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004910 10.0.0.131 - - [2026-05-28 02:21:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002725 10.0.0.131 - - [2026-05-28 02:21:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005875 10.0.0.133 - - [2026-05-28 02:21:49] "POST /neutron/network HTTP/1.1" 200 151 0.226763 10.0.0.41 - - [2026-05-28 02:21:49] "DELETE /route-target/c2bc930d-49a3-4d79-b4d5-47dc8818fe6c HTTP/1.1" 200 115 0.074876 10.0.0.131 - - [2026-05-28 02:21:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004218 10.0.0.131 - - [2026-05-28 02:21:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.131 - - [2026-05-28 02:21:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003029 10.0.0.131 - - [2026-05-28 02:21:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005353 10.0.0.133 - - [2026-05-28 02:21:49] "POST /neutron/network HTTP/1.1" 200 151 0.176104 10.0.0.131 - - [2026-05-28 02:21:49] "GET /projects?obj_uuids=29a6e443-68bf-4688-b209-494130681220&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001080 10.0.0.133 - - [2026-05-28 02:21:49] "GET /project/29a6e443-68bf-4688-b209-494130681220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.119761 10.0.0.131 - - [2026-05-28 02:21:49] "GET /projects?obj_uuids=29a6e443-68bf-4688-b209-494130681220&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000899 10.0.0.133 - - [2026-05-28 02:21:49] "GET /project/29a6e443-68bf-4688-b209-494130681220?fields=virtual_networks HTTP/1.1" 200 1044 0.058434 10.0.0.131 - - [2026-05-28 02:21:49] "GET /projects?obj_uuids=29a6e443-68bf-4688-b209-494130681220&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001090 10.0.0.133 - - [2026-05-28 02:21:49] "GET /project/29a6e443-68bf-4688-b209-494130681220?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.079940 10.0.0.131 - - [2026-05-28 02:21:49] "GET /projects?obj_uuids=29a6e443-68bf-4688-b209-494130681220&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001147 10.0.0.133 - - [2026-05-28 02:21:49] "GET /project/29a6e443-68bf-4688-b209-494130681220?fields=security_groups HTTP/1.1" 200 1276 0.071394 10.0.0.133 - - [2026-05-28 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.031191 10.0.0.131 - - [2026-05-28 02:21:51] "GET /projects?obj_uuids=912161da-1917-414c-beec-346fe1223f8e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006426 10.0.0.131 - - [2026-05-28 02:21:51] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.131 - - [2026-05-28 02:21:51] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008059 10.0.0.131 - - [2026-05-28 02:21:51] "POST /id-to-fqname HTTP/1.1" 200 198 0.001518 10.0.0.131 - - [2026-05-28 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.008646 10.0.0.131 - - [2026-05-28 02:21:51] "POST /security-groups HTTP/1.1" 200 599 0.076195 10.0.0.41 - - [2026-05-28 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.004901 10.0.0.131 - - [2026-05-28 02:21:51] "POST /projects HTTP/1.1" 200 601 0.291349 10.0.0.131 - - [2026-05-28 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.366246 10.0.0.41 - - [2026-05-28 02:21:51] "POST /access-control-lists HTTP/1.1" 200 604 0.032200 10.0.0.133 - - [2026-05-28 02:21:51] "GET /project/912161da-1917-414c-beec-346fe1223f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.522411 10.0.0.133 - - [2026-05-28 02:21:52] "GET / HTTP/1.1" 200 36215 0.001443 10.0.0.133 - - [2026-05-28 02:21:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000498 10.0.0.133 - - [2026-05-28 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.073633 10.0.0.131 - - [2026-05-28 02:21:53] "GET /projects?obj_uuids=912161da-1917-414c-beec-346fe1223f8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.133 - - [2026-05-28 02:21:53] "GET /project/912161da-1917-414c-beec-346fe1223f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.044551 10.0.0.131 - - [2026-05-28 02:21:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006537 10.0.0.133 - - [2026-05-28 02:21:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.285969 10.0.0.133 - - [2026-05-28 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 267 0.001184 10.0.0.133 - - [2026-05-28 02:21:54] "GET /virtual-network/8e3d5087-5e05-4fed-9d4a-09e841738df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006220 10.0.0.133 - - [2026-05-28 02:21:54] "GET /virtual-network/8e3d5087-5e05-4fed-9d4a-09e841738df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.007549 10.0.0.133 - - [2026-05-28 02:21:54] "POST /neutron/network HTTP/1.1" 200 910 0.006580 10.0.0.133 - - [2026-05-28 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.131 - - [2026-05-28 02:21:54] "GET /projects?obj_uuids=912161da-1917-414c-beec-346fe1223f8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.133 - - [2026-05-28 02:21:54] "GET /project/912161da-1917-414c-beec-346fe1223f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.058174 10.0.0.131 - - [2026-05-28 02:21:54] "GET /projects?obj_uuids=912161da-1917-414c-beec-346fe1223f8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001189 10.0.0.133 - - [2026-05-28 02:21:54] "POST /neutron/network HTTP/1.1" 200 691 0.173095 10.0.0.41 - - [2026-05-28 02:21:54] "POST /route-targets HTTP/1.1" 200 328 0.016106 10.0.0.133 - - [2026-05-28 02:21:55] "POST /id-to-fqname HTTP/1.1" 200 267 0.003908 10.0.0.133 - - [2026-05-28 02:21:55] "GET /virtual-network/d7b2675e-7cd4-4f65-acfa-b62bcc9611ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.013224 10.0.0.133 - - [2026-05-28 02:21:55] "POST /neutron/network HTTP/1.1" 200 908 0.007381 10.0.0.133 - - [2026-05-28 02:21:55] "GET /virtual-network/d7b2675e-7cd4-4f65-acfa-b62bcc9611ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.008717 10.0.0.133 - - [2026-05-28 02:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.131 - - [2026-05-28 02:21:55] "GET /projects?obj_uuids=912161da-1917-414c-beec-346fe1223f8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.133 - - [2026-05-28 02:21:55] "GET /project/912161da-1917-414c-beec-346fe1223f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.055030 10.0.0.133 - - [2026-05-28 02:21:55] "POST /neutron/network HTTP/1.1" 200 117 0.017607 10.0.0.41 - - [2026-05-28 02:21:55] "POST /ref-update HTTP/1.1" 200 156 0.040283 10.0.0.133 - - [2026-05-28 02:21:55] "POST /neutron/network HTTP/1.1" 200 913 0.009970 10.0.0.133 - - [2026-05-28 02:21:55] "POST /id-to-fqname HTTP/1.1" 200 268 0.001324 10.0.0.133 - - [2026-05-28 02:21:55] "GET /virtual-network/62666855-d59d-46a5-909e-614a3dd47fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.006984 10.0.0.133 - - [2026-05-28 02:21:55] "GET /virtual-network/62666855-d59d-46a5-909e-614a3dd47fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005567 10.0.0.133 - - [2026-05-28 02:21:55] "POST /neutron/subnet HTTP/1.1" 200 730 0.011149 10.0.0.133 - - [2026-05-28 02:21:55] "POST /id-to-fqname HTTP/1.1" 200 267 0.000967 10.0.0.131 - - [2026-05-28 02:21:56] "GET /projects?obj_uuids=912161da-1917-414c-beec-346fe1223f8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001157 10.0.0.133 - - [2026-05-28 02:21:56] "GET /project/912161da-1917-414c-beec-346fe1223f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.078005 10.0.0.133 - - [2026-05-28 02:21:57] "POST /neutron/port HTTP/1.1" 200 117 0.006169 10.0.0.133 - - [2026-05-28 02:21:57] "POST /id-to-fqname HTTP/1.1" 200 268 0.001232 10.0.0.133 - - [2026-05-28 02:21:57] "POST /neutron/network HTTP/1.1" 200 923 0.008544 10.0.0.131 - - [2026-05-28 02:21:58] "GET /projects?obj_uuids=912161da-1917-414c-beec-346fe1223f8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001287 10.0.0.133 - - [2026-05-28 02:21:58] "GET /project/912161da-1917-414c-beec-346fe1223f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.090243 10.0.0.133 - - [2026-05-28 02:21:58] "POST /neutron/port HTTP/1.1" 200 1066 0.112468 10.0.0.133 - - [2026-05-28 02:21:58] "POST /neutron/port HTTP/1.1" 200 1120 0.163489 10.0.0.133 - - [2026-05-28 02:21:58] "POST /neutron/port HTTP/1.1" 200 117 0.007139 10.0.0.133 - - [2026-05-28 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 689 0.010946 10.0.0.133 - - [2026-05-28 02:21:59] "POST /neutron/network HTTP/1.1" 200 923 0.007544 10.0.0.133 - - [2026-05-28 02:21:59] "POST /neutron/port HTTP/1.1" 200 1069 0.033557 10.0.0.133 - - [2026-05-28 02:21:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004827 10.0.0.133 - - [2026-05-28 02:22:00] "POST /neutron/network HTTP/1.1" 200 913 0.008480 10.0.0.133 - - [2026-05-28 02:22:00] "POST /neutron/port HTTP/1.1" 200 1130 0.018891 10.0.0.133 - - [2026-05-28 02:22:01] "POST /neutron/port HTTP/1.1" 200 1133 0.023934 10.0.0.133 - - [2026-05-28 02:22:02] "POST /neutron/network HTTP/1.1" 200 908 0.007920 10.0.0.133 - - [2026-05-28 02:22:02] "POST /neutron/network HTTP/1.1" 200 913 0.007177 10.0.0.41 - - [2026-05-28 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005491 10.0.0.131 - - [2026-05-28 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006154 10.0.0.131 - - [2026-05-28 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003440 10.0.0.133 - - [2026-05-28 02:22:02] "POST /neutron/network HTTP/1.1" 200 151 0.133964 10.0.0.131 - - [2026-05-28 02:22:02] "GET /projects?obj_uuids=912161da-1917-414c-beec-346fe1223f8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.41 - - [2026-05-28 02:22:02] "DELETE /route-target/1cfb2840-261f-41db-8ee6-c15bf799bda7 HTTP/1.1" 200 115 0.026331 10.0.0.133 - - [2026-05-28 02:22:03] "GET /project/912161da-1917-414c-beec-346fe1223f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.095204 10.0.0.131 - - [2026-05-28 02:22:03] "GET /projects?obj_uuids=912161da-1917-414c-beec-346fe1223f8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001478 10.0.0.133 - - [2026-05-28 02:22:03] "GET /project/912161da-1917-414c-beec-346fe1223f8e?fields=virtual_networks HTTP/1.1" 200 1051 0.065930 10.0.0.131 - - [2026-05-28 02:22:03] "GET /projects?obj_uuids=912161da-1917-414c-beec-346fe1223f8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106 10.0.0.133 - - [2026-05-28 02:22:03] "GET /project/912161da-1917-414c-beec-346fe1223f8e?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.048305 10.0.0.131 - - [2026-05-28 02:22:03] "GET /projects?obj_uuids=912161da-1917-414c-beec-346fe1223f8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.133 - - [2026-05-28 02:22:03] "GET /project/912161da-1917-414c-beec-346fe1223f8e?fields=security_groups HTTP/1.1" 200 1286 0.048359 10.0.0.133 - - [2026-05-28 02:22:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.034259 10.0.0.131 - - [2026-05-28 02:22:04] "GET /projects?obj_uuids=5aaa9349-3f8f-4853-9417-eaf426305b2b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003145 10.0.0.131 - - [2026-05-28 02:22:04] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001598 10.0.0.131 - - [2026-05-28 02:22:04] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008165 10.0.0.131 - - [2026-05-28 02:22:04] "POST /id-to-fqname HTTP/1.1" 200 195 0.004210 10.0.0.131 - - [2026-05-28 02:22:04] "POST /fqname-to-id HTTP/1.1" 404 204 0.004864 10.0.0.131 - - [2026-05-28 02:22:04] "POST /security-groups HTTP/1.1" 200 596 0.085826 10.0.0.131 - - [2026-05-28 02:22:04] "POST /projects HTTP/1.1" 200 595 0.315516 10.0.0.41 - - [2026-05-28 02:22:04] "POST /fqname-to-id HTTP/1.1" 404 238 0.009192 10.0.0.131 - - [2026-05-28 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.391093 10.0.0.133 - - [2026-05-28 02:22:04] "GET /project/5aaa9349-3f8f-4853-9417-eaf426305b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.546228 10.0.0.133 - - [2026-05-28 02:22:05] "GET / HTTP/1.1" 200 36215 0.001796 10.0.0.133 - - [2026-05-28 02:22:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000508 10.0.0.133 - - [2026-05-28 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.064747 10.0.0.131 - - [2026-05-28 02:22:06] "GET /projects?obj_uuids=5aaa9349-3f8f-4853-9417-eaf426305b2b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001397 10.0.0.133 - - [2026-05-28 02:22:06] "GET /project/5aaa9349-3f8f-4853-9417-eaf426305b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.048918 10.0.0.41 - - [2026-05-28 02:22:07] "POST /ref-update HTTP/1.1" 200 156 0.028238 10.0.0.131 - - [2026-05-28 02:22:07] "POST /useragent-kv HTTP/1.1" 200 115 0.008824 10.0.0.133 - - [2026-05-28 02:22:07] "POST /neutron/subnet HTTP/1.1" 200 715 0.308535 10.0.0.133 - - [2026-05-28 02:22:07] "POST /id-to-fqname HTTP/1.1" 200 261 0.001371 10.0.0.133 - - [2026-05-28 02:22:07] "GET /virtual-network/1e16c317-0a74-46a7-bb4f-6a126e4fc701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006608 10.0.0.133 - - [2026-05-28 02:22:07] "GET /virtual-network/1e16c317-0a74-46a7-bb4f-6a126e4fc701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.009135 10.0.0.133 - - [2026-05-28 02:22:07] "POST /neutron/network HTTP/1.1" 200 899 0.007074 10.0.0.133 - - [2026-05-28 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.131 - - [2026-05-28 02:22:07] "GET /projects?obj_uuids=5aaa9349-3f8f-4853-9417-eaf426305b2b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001049 10.0.0.133 - - [2026-05-28 02:22:07] "GET /project/5aaa9349-3f8f-4853-9417-eaf426305b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.058859 10.0.0.131 - - [2026-05-28 02:22:07] "GET /projects?obj_uuids=5aaa9349-3f8f-4853-9417-eaf426305b2b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001483 10.0.0.133 - - [2026-05-28 02:22:07] "POST /neutron/network HTTP/1.1" 200 682 0.173767 10.0.0.133 - - [2026-05-28 02:22:08] "POST /id-to-fqname HTTP/1.1" 200 261 0.003651 10.0.0.133 - - [2026-05-28 02:22:08] "GET /virtual-network/a0fb4e5f-9b83-4342-bba5-a16593c8bba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.006295 10.0.0.133 - - [2026-05-28 02:22:08] "POST /neutron/network HTTP/1.1" 200 902 0.007825 10.0.0.133 - - [2026-05-28 02:22:08] "GET /virtual-network/a0fb4e5f-9b83-4342-bba5-a16593c8bba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.005856 10.0.0.133 - - [2026-05-28 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.131 - - [2026-05-28 02:22:08] "GET /projects?obj_uuids=5aaa9349-3f8f-4853-9417-eaf426305b2b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002229 10.0.0.133 - - [2026-05-28 02:22:08] "GET /project/5aaa9349-3f8f-4853-9417-eaf426305b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.042159 10.0.0.133 - - [2026-05-28 02:22:08] "POST /neutron/network HTTP/1.1" 200 117 0.017878 10.0.0.41 - - [2026-05-28 02:22:08] "POST /route-targets HTTP/1.1" 200 328 0.013929 10.0.0.133 - - [2026-05-28 02:22:09] "POST /neutron/network HTTP/1.1" 200 905 0.009845 10.0.0.133 - - [2026-05-28 02:22:09] "POST /id-to-fqname HTTP/1.1" 200 262 0.001255 10.0.0.133 - - [2026-05-28 02:22:09] "GET /virtual-network/df8342b1-7614-4c27-9590-e274ed9d857e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.005592 10.0.0.133 - - [2026-05-28 02:22:09] "GET /virtual-network/df8342b1-7614-4c27-9590-e274ed9d857e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.006330 10.0.0.133 - - [2026-05-28 02:22:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.011625 10.0.0.133 - - [2026-05-28 02:22:09] "POST /id-to-fqname HTTP/1.1" 200 261 0.001470 10.0.0.131 - - [2026-05-28 02:22:10] "GET /projects?obj_uuids=5aaa9349-3f8f-4853-9417-eaf426305b2b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001572 10.0.0.133 - - [2026-05-28 02:22:10] "GET /project/5aaa9349-3f8f-4853-9417-eaf426305b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.096135 10.0.0.133 - - [2026-05-28 02:22:10] "POST /neutron/port HTTP/1.1" 200 117 0.006597 10.0.0.133 - - [2026-05-28 02:22:10] "POST /id-to-fqname HTTP/1.1" 200 262 0.001539 10.0.0.133 - - [2026-05-28 02:22:10] "POST /neutron/network HTTP/1.1" 200 915 0.009391 10.0.0.133 - - [2026-05-28 02:22:11] "POST /neutron/port HTTP/1.1" 200 1066 0.021166 10.0.0.131 - - [2026-05-28 02:22:11] "GET /projects?obj_uuids=5aaa9349-3f8f-4853-9417-eaf426305b2b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000937 10.0.0.133 - - [2026-05-28 02:22:11] "GET /project/5aaa9349-3f8f-4853-9417-eaf426305b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.084066 10.0.0.133 - - [2026-05-28 02:22:11] "POST /neutron/network HTTP/1.1" 200 905 0.041841 10.0.0.133 - - [2026-05-28 02:22:11] "POST /neutron/subnet HTTP/1.1" 200 704 0.010010 10.0.0.133 - - [2026-05-28 02:22:11] "POST /neutron/network HTTP/1.1" 200 902 0.007448 10.0.0.133 - - [2026-05-28 02:22:12] "POST /neutron/network HTTP/1.1" 200 915 0.007816 10.0.0.133 - - [2026-05-28 02:22:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003455 10.0.0.133 - - [2026-05-28 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.131 - - [2026-05-28 02:22:12] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.133 - - [2026-05-28 02:22:12] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007216 10.0.0.133 - - [2026-05-28 02:22:12] "POST /neutron/port HTTP/1.1" 200 1067 0.026529 10.0.0.133 - - [2026-05-28 02:22:12] "POST /service-templates HTTP/1.1" 200 545 0.034976 10.0.0.133 - - [2026-05-28 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.133 - - [2026-05-28 02:22:12] "GET /service-template/719fe75a-e958-43fb-a4d0-c12cffc5d7ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.007390 10.0.0.133 - - [2026-05-28 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.011381 10.0.0.133 - - [2026-05-28 02:22:12] "GET /service-template/719fe75a-e958-43fb-a4d0-c12cffc5d7ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.004241 10.0.0.133 - - [2026-05-28 02:22:12] "POST /id-to-fqname HTTP/1.1" 200 261 0.001243 10.0.0.133 - - [2026-05-28 02:22:12] "POST /id-to-fqname HTTP/1.1" 200 261 0.001566 10.0.0.133 - - [2026-05-28 02:22:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004220 10.0.0.133 - - [2026-05-28 02:22:13] "POST /id-to-fqname HTTP/1.1" 200 262 0.001640 10.0.0.133 - - [2026-05-28 02:22:13] "POST /neutron/network HTTP/1.1" 200 905 0.007429 10.0.0.133 - - [2026-05-28 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.133 - - [2026-05-28 02:22:13] "DELETE /service-template/719fe75a-e958-43fb-a4d0-c12cffc5d7ef HTTP/1.1" 200 115 0.034454 10.0.0.133 - - [2026-05-28 02:22:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.003413 10.0.0.133 - - [2026-05-28 02:22:15] "POST /neutron/network HTTP/1.1" 200 902 0.008231 10.0.0.133 - - [2026-05-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 1121 0.018875 10.0.0.133 - - [2026-05-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 1120 0.039228 10.0.0.131 - - [2026-05-28 02:22:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005270 10.0.0.131 - - [2026-05-28 02:22:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004528 10.0.0.133 - - [2026-05-28 02:22:17] "POST /neutron/network HTTP/1.1" 200 151 0.151701 10.0.0.41 - - [2026-05-28 02:22:17] "DELETE /route-target/fb1b6880-0d8c-4ecc-ab83-3481b6fbbf14 HTTP/1.1" 200 115 0.030874 10.0.0.133 - - [2026-05-28 02:22:18] "POST /neutron/network HTTP/1.1" 200 899 0.008022 10.0.0.41 - - [2026-05-28 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007209 10.0.0.131 - - [2026-05-28 02:22:18] "GET /projects?obj_uuids=5aaa9349-3f8f-4853-9417-eaf426305b2b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001153 10.0.0.133 - - [2026-05-28 02:22:18] "GET /project/5aaa9349-3f8f-4853-9417-eaf426305b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.073513 10.0.0.131 - - [2026-05-28 02:22:18] "GET /projects?obj_uuids=5aaa9349-3f8f-4853-9417-eaf426305b2b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001750 10.0.0.133 - - [2026-05-28 02:22:18] "GET /project/5aaa9349-3f8f-4853-9417-eaf426305b2b?fields=virtual_networks HTTP/1.1" 200 1044 0.047373 10.0.0.131 - - [2026-05-28 02:22:18] "GET /projects?obj_uuids=5aaa9349-3f8f-4853-9417-eaf426305b2b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001040 10.0.0.133 - - [2026-05-28 02:22:18] "GET /project/5aaa9349-3f8f-4853-9417-eaf426305b2b?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.054286 10.0.0.131 - - [2026-05-28 02:22:18] "GET /projects?obj_uuids=5aaa9349-3f8f-4853-9417-eaf426305b2b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001053 10.0.0.133 - - [2026-05-28 02:22:18] "GET /project/5aaa9349-3f8f-4853-9417-eaf426305b2b?fields=security_groups HTTP/1.1" 200 1276 0.057115 10.0.0.133 - - [2026-05-28 02:22:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.031478 10.0.0.131 - - [2026-05-28 02:22:19] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002986 10.0.0.131 - - [2026-05-28 02:22:19] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.131 - - [2026-05-28 02:22:19] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007151 10.0.0.131 - - [2026-05-28 02:22:20] "POST /id-to-fqname HTTP/1.1" 200 199 0.005504 10.0.0.131 - - [2026-05-28 02:22:20] "POST /fqname-to-id HTTP/1.1" 404 208 0.004700 10.0.0.131 - - [2026-05-28 02:22:20] "POST /security-groups HTTP/1.1" 200 600 0.043084 10.0.0.131 - - [2026-05-28 02:22:20] "POST /projects HTTP/1.1" 200 603 0.289210 10.0.0.131 - - [2026-05-28 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.367887 10.0.0.41 - - [2026-05-28 02:22:20] "POST /access-control-lists HTTP/1.1" 200 607 0.041040 10.0.0.133 - - [2026-05-28 02:22:20] "GET /project/4b631c19-6b35-4318-9a28-76cbbdce5342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.586029 10.0.0.131 - - [2026-05-28 02:22:20] "DELETE /project/4b631c196b3543189a2876cbbdce5342 HTTP/1.1" 404 173 0.026887 10.0.0.131 - - [2026-05-28 02:22:20] "DELETE /project/b31e5bb180a14c7aac5cb2a08ead764a HTTP/1.1" 404 173 0.028852 10.0.0.131 - - [2026-05-28 02:22:20] "DELETE /project/29a6e44368bf4688b209494130681220 HTTP/1.1" 404 173 0.010795 10.0.0.131 - - [2026-05-28 02:22:20] "DELETE /project/5aaa93493f8f48539417eaf426305b2b HTTP/1.1" 404 173 0.012393 10.0.0.131 - - [2026-05-28 02:22:20] "DELETE /project/912161da1917414cbeec346fe1223f8e HTTP/1.1" 404 173 0.022098 10.0.0.131 - - [2026-05-28 02:22:20] "GET /projects?obj_uuids=5aaa9349-3f8f-4853-9417-eaf426305b2b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001013 10.0.0.131 - - [2026-05-28 02:22:20] "GET /projects?obj_uuids=912161da-1917-414c-beec-346fe1223f8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000900 10.0.0.131 - - [2026-05-28 02:22:20] "GET /projects?obj_uuids=29a6e443-68bf-4688-b209-494130681220&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000851 10.0.0.131 - - [2026-05-28 02:22:20] "GET /projects?obj_uuids=b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000924 10.0.0.131 - - [2026-05-28 02:22:20] "GET /project/5aaa9349-3f8f-4853-9417-eaf426305b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.080347 10.0.0.131 - - [2026-05-28 02:22:20] "GET /projects?obj_uuids=5aaa9349-3f8f-4853-9417-eaf426305b2b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002685 10.0.0.131 - - [2026-05-28 02:22:20] "GET /project/29a6e443-68bf-4688-b209-494130681220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.099613 10.0.0.131 - - [2026-05-28 02:22:20] "GET /project/b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.102687 10.0.0.131 - - [2026-05-28 02:22:20] "GET /projects?obj_uuids=29a6e443-68bf-4688-b209-494130681220&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001784 10.0.0.131 - - [2026-05-28 02:22:20] "GET /project/912161da-1917-414c-beec-346fe1223f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.137784 10.0.0.131 - - [2026-05-28 02:22:20] "GET /projects?obj_uuids=b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001624 10.0.0.131 - - [2026-05-28 02:22:20] "GET /projects?obj_uuids=912161da-1917-414c-beec-346fe1223f8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001256 10.0.0.131 - - [2026-05-28 02:22:20] "GET /project/5aaa9349-3f8f-4853-9417-eaf426305b2b?fields=security_groups HTTP/1.1" 200 1378 0.137045 10.0.0.131 - - [2026-05-28 02:22:20] "GET /project/29a6e443-68bf-4688-b209-494130681220?fields=security_groups HTTP/1.1" 200 1378 0.133362 10.0.0.131 - - [2026-05-28 02:22:20] "GET /project/b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a?fields=security_groups HTTP/1.1" 200 1367 0.159171 10.0.0.131 - - [2026-05-28 02:22:20] "GET /project/912161da-1917-414c-beec-346fe1223f8e?fields=security_groups HTTP/1.1" 200 1388 0.142466 10.0.0.131 - - [2026-05-28 02:22:20] "DELETE /security-group/ea9e190b-775e-45ae-a603-36893ffa8d2e HTTP/1.1" 200 115 0.100410 10.0.0.131 - - [2026-05-28 02:22:20] "GET /projects?obj_uuids=5aaa9349-3f8f-4853-9417-eaf426305b2b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001045 10.0.0.131 - - [2026-05-28 02:22:20] "DELETE /security-group/91271f19-01db-4914-8489-00653c3453f7 HTTP/1.1" 200 115 0.111052 10.0.0.131 - - [2026-05-28 02:22:20] "GET /projects?obj_uuids=29a6e443-68bf-4688-b209-494130681220&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000998 10.0.0.131 - - [2026-05-28 02:22:20] "GET /project/5aaa9349-3f8f-4853-9417-eaf426305b2b?fields=application_policy_sets HTTP/1.1" 200 1417 0.071110 10.0.0.41 - - [2026-05-28 02:22:20] "DELETE /access-control-list/1922c363-3d61-4edf-bff5-3178ad775258 HTTP/1.1" 200 115 0.094408 10.0.0.131 - - [2026-05-28 02:22:20] "DELETE /security-group/505b80c9-8e52-4c00-920f-d2ae94460b65 HTTP/1.1" 200 115 0.128679 10.0.0.131 - - [2026-05-28 02:22:20] "GET /projects?obj_uuids=b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001420 10.0.0.131 - - [2026-05-28 02:22:20] "DELETE /security-group/1a8813c4-e993-46b2-8f4c-2f6ef4bbe90c HTTP/1.1" 200 115 0.159528 10.0.0.131 - - [2026-05-28 02:22:21] "GET /projects?obj_uuids=912161da-1917-414c-beec-346fe1223f8e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001584 10.0.0.131 - - [2026-05-28 02:22:21] "GET /project/29a6e443-68bf-4688-b209-494130681220?fields=application_policy_sets HTTP/1.1" 200 1417 0.134430 10.0.0.131 - - [2026-05-28 02:22:21] "GET /project/b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a?fields=application_policy_sets HTTP/1.1" 200 1406 0.128446 10.0.0.131 - - [2026-05-28 02:22:21] "GET /project/912161da-1917-414c-beec-346fe1223f8e?fields=application_policy_sets HTTP/1.1" 200 1427 0.120990 10.0.0.131 - - [2026-05-28 02:22:21] "DELETE /project/5aaa9349-3f8f-4853-9417-eaf426305b2b HTTP/1.1" 200 115 0.777483 10.0.0.41 - - [2026-05-28 02:22:21] "DELETE /access-control-list/41dc64b2-d0c2-4638-a6e0-e5017126eac8 HTTP/1.1" 200 115 0.093811 10.0.0.131 - - [2026-05-28 02:22:21] "DELETE /project/29a6e443-68bf-4688-b209-494130681220 HTTP/1.1" 200 115 0.865451 10.0.0.131 - - [2026-05-28 02:22:21] "DELETE /project/b31e5bb1-80a1-4c7a-ac5c-b2a08ead764a HTTP/1.1" 200 115 0.874581 10.0.0.131 - - [2026-05-28 02:22:21] "DELETE /project/912161da-1917-414c-beec-346fe1223f8e HTTP/1.1" 200 115 0.916525 10.0.0.41 - - [2026-05-28 02:22:21] "DELETE /access-control-list/73d760a7-310d-416b-9868-6987d3481742 HTTP/1.1" 200 115 0.057863 10.0.0.133 - - [2026-05-28 02:22:23] "GET / HTTP/1.1" 200 36215 0.002088 10.0.0.133 - - [2026-05-28 02:22:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000552 10.0.0.133 - - [2026-05-28 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.071854 10.0.0.131 - - [2026-05-28 02:22:24] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000885 10.0.0.133 - - [2026-05-28 02:22:24] "GET /project/4b631c19-6b35-4318-9a28-76cbbdce5342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.048501 10.0.0.131 - - [2026-05-28 02:22:24] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001537 10.0.0.133 - - [2026-05-28 02:22:24] "POST /neutron/network HTTP/1.1" 200 694 0.197653 10.0.0.41 - - [2026-05-28 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.007135 10.0.0.41 - - [2026-05-28 02:22:24] "POST /ref-update HTTP/1.1" 200 156 0.034990 10.0.0.133 - - [2026-05-28 02:22:25] "POST /neutron/network HTTP/1.1" 200 1088 0.021757 10.0.0.133 - - [2026-05-28 02:22:25] "POST /id-to-fqname HTTP/1.1" 200 269 0.001131 10.0.0.133 - - [2026-05-28 02:22:25] "GET /virtual-network/b5c575b9-dda6-4d77-956b-7831cc8cc2c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.005865 10.0.0.133 - - [2026-05-28 02:22:25] "GET /virtual-network/b5c575b9-dda6-4d77-956b-7831cc8cc2c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.007028 10.0.0.133 - - [2026-05-28 02:22:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.014370 10.0.0.133 - - [2026-05-28 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.131 - - [2026-05-28 02:22:25] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000896 10.0.0.133 - - [2026-05-28 02:22:25] "GET /project/4b631c19-6b35-4318-9a28-76cbbdce5342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.069189 10.0.0.131 - - [2026-05-28 02:22:25] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001371 10.0.0.133 - - [2026-05-28 02:22:25] "POST /neutron/network HTTP/1.1" 200 694 0.185209 10.0.0.41 - - [2026-05-28 02:22:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.004223 10.0.0.133 - - [2026-05-28 02:22:26] "POST /neutron/network HTTP/1.1" 200 1084 0.017231 10.0.0.133 - - [2026-05-28 02:22:26] "POST /id-to-fqname HTTP/1.1" 200 269 0.001614 10.0.0.133 - - [2026-05-28 02:22:26] "GET /virtual-network/d03156e5-9cbd-467b-8bd1-5c07b8db9f3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2757 0.006554 10.0.0.133 - - [2026-05-28 02:22:26] "GET /virtual-network/d03156e5-9cbd-467b-8bd1-5c07b8db9f3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2757 0.005706 10.0.0.133 - - [2026-05-28 02:22:26] "POST /neutron/subnet HTTP/1.1" 200 823 0.010025 10.0.0.133 - - [2026-05-28 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.131 - - [2026-05-28 02:22:26] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000792 10.0.0.133 - - [2026-05-28 02:22:26] "GET /project/4b631c19-6b35-4318-9a28-76cbbdce5342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.047007 10.0.0.131 - - [2026-05-28 02:22:26] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001123 10.0.0.133 - - [2026-05-28 02:22:26] "POST /neutron/network HTTP/1.1" 200 696 0.161113 10.0.0.41 - - [2026-05-28 02:22:26] "POST /route-targets HTTP/1.1" 200 328 0.017670 10.0.0.133 - - [2026-05-28 02:22:27] "POST /neutron/network HTTP/1.1" 200 1091 0.023809 10.0.0.133 - - [2026-05-28 02:22:27] "POST /id-to-fqname HTTP/1.1" 200 270 0.001541 10.0.0.133 - - [2026-05-28 02:22:27] "GET /virtual-network/50a0517d-fe77-47b3-8ad7-ae3698408754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2774 0.006153 10.0.0.133 - - [2026-05-28 02:22:27] "GET /virtual-network/50a0517d-fe77-47b3-8ad7-ae3698408754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2774 0.006469 10.0.0.133 - - [2026-05-28 02:22:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.012093 10.0.0.133 - - [2026-05-28 02:22:27] "POST /id-to-fqname HTTP/1.1" 200 269 0.001709 10.0.0.131 - - [2026-05-28 02:22:28] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000935 10.0.0.133 - - [2026-05-28 02:22:28] "GET /project/4b631c19-6b35-4318-9a28-76cbbdce5342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.075517 10.0.0.133 - - [2026-05-28 02:22:28] "POST /neutron/network HTTP/1.1" 200 1084 0.014472 10.0.0.133 - - [2026-05-28 02:22:28] "POST /id-to-fqname HTTP/1.1" 200 270 0.001356 10.0.0.133 - - [2026-05-28 02:22:28] "POST /neutron/port HTTP/1.1" 200 117 0.007522 10.0.0.131 - - [2026-05-28 02:22:29] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001209 10.0.0.133 - - [2026-05-28 02:22:29] "POST /neutron/port HTTP/1.1" 200 1173 0.468187 10.0.0.133 - - [2026-05-28 02:22:29] "POST /neutron/port HTTP/1.1" 200 1227 0.120816 10.0.0.133 - - [2026-05-28 02:22:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006855 10.0.0.131 - - [2026-05-28 02:22:30] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000961 10.0.0.133 - - [2026-05-28 02:22:30] "POST /neutron/port HTTP/1.1" 200 117 0.000902 10.0.0.133 - - [2026-05-28 02:22:30] "GET /project/4b631c19-6b35-4318-9a28-76cbbdce5342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.094453 10.0.0.133 - - [2026-05-28 02:22:30] "POST /neutron/port HTTP/1.1" 200 1237 0.022313 10.0.0.133 - - [2026-05-28 02:22:31] "POST /neutron/network HTTP/1.1" 200 1101 0.013045 10.0.0.133 - - [2026-05-28 02:22:32] "POST /neutron/port HTTP/1.1" 200 1178 0.029426 10.0.0.133 - - [2026-05-28 02:22:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003090 10.0.0.133 - - [2026-05-28 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.133 - - [2026-05-28 02:22:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004544 10.0.0.131 - - [2026-05-28 02:22:32] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.133 - - [2026-05-28 02:22:32] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008379 10.0.0.133 - - [2026-05-28 02:22:32] "POST /neutron/port HTTP/1.1" 200 117 0.000984 10.0.0.133 - - [2026-05-28 02:22:32] "POST /service-templates HTTP/1.1" 200 545 0.035756 10.0.0.133 - - [2026-05-28 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004813 10.0.0.133 - - [2026-05-28 02:22:32] "GET /service-template/c30c4318-eba9-4c77-a3fd-a30835dfbb6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.008773 10.0.0.133 - - [2026-05-28 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.133 - - [2026-05-28 02:22:32] "GET /service-template/c30c4318-eba9-4c77-a3fd-a30835dfbb6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.004809 10.0.0.133 - - [2026-05-28 02:22:32] "POST /id-to-fqname HTTP/1.1" 200 269 0.001691 10.0.0.133 - - [2026-05-28 02:22:32] "POST /id-to-fqname HTTP/1.1" 200 269 0.001743 10.0.0.133 - - [2026-05-28 02:22:32] "POST /id-to-fqname HTTP/1.1" 200 270 0.001244 10.0.0.133 - - [2026-05-28 02:22:32] "POST /neutron/port HTTP/1.1" 200 2325 0.032250 10.0.0.133 - - [2026-05-28 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.133 - - [2026-05-28 02:22:32] "DELETE /service-template/c30c4318-eba9-4c77-a3fd-a30835dfbb6c HTTP/1.1" 200 115 0.033554 10.0.0.133 - - [2026-05-28 02:22:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003685 10.0.0.133 - - [2026-05-28 02:22:34] "POST /neutron/network HTTP/1.1" 400 204 0.014793 10.0.0.133 - - [2026-05-28 02:22:35] "POST /neutron/port HTTP/1.1" 200 1237 0.019900 10.0.0.133 - - [2026-05-28 02:22:35] "POST /neutron/port HTTP/1.1" 200 151 0.323742 10.0.0.41 - - [2026-05-28 02:22:36] "DELETE /route-target/f5f9d087-c728-4894-aff4-a7b4068d2cc8 HTTP/1.1" 200 115 0.021157 10.0.0.133 - - [2026-05-28 02:22:36] "POST /neutron/network HTTP/1.1" 200 1091 0.010837 10.0.0.131 - - [2026-05-28 02:22:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003261 10.0.0.41 - - [2026-05-28 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.131 - - [2026-05-28 02:22:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003237 10.0.0.131 - - [2026-05-28 02:22:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002109 10.0.0.131 - - [2026-05-28 02:22:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002548 10.0.0.133 - - [2026-05-28 02:22:37] "POST /neutron/network HTTP/1.1" 200 151 0.149820 10.0.0.131 - - [2026-05-28 02:22:37] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000884 10.0.0.133 - - [2026-05-28 02:22:37] "GET /project/4b631c19-6b35-4318-9a28-76cbbdce5342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.086251 10.0.0.131 - - [2026-05-28 02:22:37] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001492 10.0.0.133 - - [2026-05-28 02:22:37] "GET /project/4b631c19-6b35-4318-9a28-76cbbdce5342?fields=virtual_networks HTTP/1.1" 200 1052 0.058305 10.0.0.131 - - [2026-05-28 02:22:37] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000944 10.0.0.133 - - [2026-05-28 02:22:37] "GET /project/4b631c19-6b35-4318-9a28-76cbbdce5342?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.041027 10.0.0.131 - - [2026-05-28 02:22:37] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000902 10.0.0.133 - - [2026-05-28 02:22:37] "GET /project/4b631c19-6b35-4318-9a28-76cbbdce5342?fields=security_groups HTTP/1.1" 200 1288 0.048887 10.0.0.133 - - [2026-05-28 02:22:38] "POST /fqname-to-id HTTP/1.1" 404 200 0.030421 10.0.0.131 - - [2026-05-28 02:22:38] "GET /projects?obj_uuids=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003694 10.0.0.131 - - [2026-05-28 02:22:38] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.131 - - [2026-05-28 02:22:38] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007251 10.0.0.131 - - [2026-05-28 02:22:38] "POST /id-to-fqname HTTP/1.1" 200 202 0.002807 10.0.0.131 - - [2026-05-28 02:22:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.012044 10.0.0.131 - - [2026-05-28 02:22:39] "POST /security-groups HTTP/1.1" 200 603 0.045918 10.0.0.131 - - [2026-05-28 02:22:39] "POST /projects HTTP/1.1" 200 609 0.284565 10.0.0.41 - - [2026-05-28 02:22:39] "POST /access-control-lists HTTP/1.1" 200 610 0.035656 10.0.0.131 - - [2026-05-28 02:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.369888 10.0.0.133 - - [2026-05-28 02:22:39] "GET /project/782f8813-dfbd-4ff4-8211-8e7140fa9954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.538640 10.0.0.133 - - [2026-05-28 02:22:40] "GET / HTTP/1.1" 200 36215 0.001717 10.0.0.133 - - [2026-05-28 02:22:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000652 10.0.0.133 - - [2026-05-28 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.071877 10.0.0.131 - - [2026-05-28 02:22:42] "GET /projects?obj_uuids=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000884 10.0.0.133 - - [2026-05-28 02:22:42] "GET /project/782f8813-dfbd-4ff4-8211-8e7140fa9954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.038059 10.0.0.41 - - [2026-05-28 02:22:42] "POST /route-targets HTTP/1.1" 200 328 0.014622 10.0.0.131 - - [2026-05-28 02:22:42] "POST /useragent-kv HTTP/1.1" 200 115 0.011747 10.0.0.133 - - [2026-05-28 02:22:42] "POST /neutron/subnet HTTP/1.1" 200 734 0.264411 10.0.0.133 - - [2026-05-28 02:22:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001617 10.0.0.133 - - [2026-05-28 02:22:42] "GET /virtual-network/5fded9c2-269b-4889-8c5f-a725402eb241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008048 10.0.0.133 - - [2026-05-28 02:22:42] "GET /virtual-network/5fded9c2-269b-4889-8c5f-a725402eb241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006733 10.0.0.133 - - [2026-05-28 02:22:42] "POST /neutron/network HTTP/1.1" 200 840 0.007506 10.0.0.133 - - [2026-05-28 02:22:43] "GET /virtual-network/5fded9c2-269b-4889-8c5f-a725402eb241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006555 10.0.0.133 - - [2026-05-28 02:22:44] "GET /obj-perms HTTP/1.1" 200 5073 0.078564 10.0.0.133 - - [2026-05-28 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.131 - - [2026-05-28 02:22:44] "GET /projects?obj_uuids=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001022 10.0.0.133 - - [2026-05-28 02:22:44] "GET /project/782f8813-dfbd-4ff4-8211-8e7140fa9954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.056252 10.0.0.131 - - [2026-05-28 02:22:45] "GET /projects?obj_uuids=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.133 - - [2026-05-28 02:22:45] "POST /neutron/network HTTP/1.1" 200 619 0.183657 10.0.0.41 - - [2026-05-28 02:22:45] "POST /ref-update HTTP/1.1" 200 156 0.053375 10.0.0.133 - - [2026-05-28 02:22:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.003678 10.0.0.133 - - [2026-05-28 02:22:45] "GET /virtual-network/5c07edfc-a210-4dec-aac9-4f2adea02a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005930 10.0.0.133 - - [2026-05-28 02:22:45] "POST /neutron/network HTTP/1.1" 200 840 0.011509 10.0.0.133 - - [2026-05-28 02:22:45] "GET /virtual-network/5c07edfc-a210-4dec-aac9-4f2adea02a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007690 10.0.0.133 - - [2026-05-28 02:22:45] "GET /virtual-network/5c07edfc-a210-4dec-aac9-4f2adea02a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006848 10.0.0.41 - - [2026-05-28 02:22:46] "GET /obj-perms HTTP/1.1" 200 5073 0.062837 10.0.0.133 - - [2026-05-28 02:22:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001547 10.0.0.133 - - [2026-05-28 02:23:19] "POST /neutron/network HTTP/1.1" 200 850 0.010514 10.0.0.131 - - [2026-05-28 02:23:20] "GET /projects?obj_uuids=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000958 10.0.0.133 - - [2026-05-28 02:23:20] "GET /project/782f8813-dfbd-4ff4-8211-8e7140fa9954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.104195 10.0.0.133 - - [2026-05-28 02:23:20] "POST /neutron/port HTTP/1.1" 200 117 0.007033 10.0.0.133 - - [2026-05-28 02:23:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.001488 10.0.0.133 - - [2026-05-28 02:23:20] "POST /neutron/network HTTP/1.1" 200 850 0.007153 10.0.0.131 - - [2026-05-28 02:23:21] "DELETE /project/782f8813dfbd4ff482118e7140fa9954 HTTP/1.1" 404 173 0.003973 10.0.0.131 - - [2026-05-28 02:23:21] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000909 10.0.0.131 - - [2026-05-28 02:23:21] "GET /projects?obj_uuids=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000976 10.0.0.131 - - [2026-05-28 02:23:21] "GET /project/4b631c19-6b35-4318-9a28-76cbbdce5342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.074348 10.0.0.131 - - [2026-05-28 02:23:21] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001153 10.0.0.133 - - [2026-05-28 02:23:21] "GET /project/782f8813-dfbd-4ff4-8211-8e7140fa9954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.235563 10.0.0.131 - - [2026-05-28 02:23:21] "GET /project/4b631c19-6b35-4318-9a28-76cbbdce5342?fields=security_groups HTTP/1.1" 200 1390 0.161502 10.0.0.133 - - [2026-05-28 02:23:21] "POST /neutron/port HTTP/1.1" 200 1074 0.116697 10.0.0.131 - - [2026-05-28 02:23:21] "DELETE /security-group/6518cb1f-24d0-4ce3-a53d-4876188e7341 HTTP/1.1" 200 115 0.106501 10.0.0.131 - - [2026-05-28 02:23:21] "GET /projects?obj_uuids=4b631c19-6b35-4318-9a28-76cbbdce5342&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001339 10.0.0.131 - - [2026-05-28 02:23:22] "GET /project/4b631c19-6b35-4318-9a28-76cbbdce5342?fields=application_policy_sets HTTP/1.1" 200 1429 0.128401 10.0.0.133 - - [2026-05-28 02:23:22] "POST /neutron/port HTTP/1.1" 200 1138 0.058965 10.0.0.133 - - [2026-05-28 02:23:22] "POST /neutron/subnet HTTP/1.1" 200 708 0.019934 10.0.0.131 - - [2026-05-28 02:23:22] "DELETE /project/4b631c19-6b35-4318-9a28-76cbbdce5342 HTTP/1.1" 200 115 0.828544 10.0.0.133 - - [2026-05-28 02:23:22] "POST /neutron/port HTTP/1.1" 200 117 0.014771 10.0.0.133 - - [2026-05-28 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005541 10.0.0.131 - - [2026-05-28 02:23:22] "GET /projects?obj_uuids=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000994 10.0.0.133 - - [2026-05-28 02:23:22] "GET /project/782f8813-dfbd-4ff4-8211-8e7140fa9954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.083233 10.0.0.133 - - [2026-05-28 02:23:22] "GET /virtual-network/5fded9c2-269b-4889-8c5f-a725402eb241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007381 10.0.0.133 - - [2026-05-28 02:23:22] "GET /floating-ip-pools?parent_id=5fded9c2-269b-4889-8c5f-a725402eb241&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003515 10.0.0.133 - - [2026-05-28 02:23:22] "GET /virtual-network/5fded9c2-269b-4889-8c5f-a725402eb241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.019641 10.0.0.133 - - [2026-05-28 02:23:22] "POST /floating-ip-pools HTTP/1.1" 200 611 0.083677 10.0.0.131 - - [2026-05-28 02:23:22] "GET /projects?obj_uuids=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001414 10.0.0.133 - - [2026-05-28 02:23:22] "POST /ref-update HTTP/1.1" 200 156 0.048515 10.0.0.133 - - [2026-05-28 02:23:22] "GET /virtual-network/5fded9c2-269b-4889-8c5f-a725402eb241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.010218 10.0.0.133 - - [2026-05-28 02:23:23] "POST /neutron/port HTTP/1.1" 200 1074 0.729895 10.0.0.133 - - [2026-05-28 02:23:23] "GET /virtual-network/5fded9c2-269b-4889-8c5f-a725402eb241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.020117 10.0.0.133 - - [2026-05-28 02:23:23] "POST /neutron/port HTTP/1.1" 200 1138 0.051065 10.0.0.133 - - [2026-05-28 02:23:24] "POST /neutron/port HTTP/1.1" 200 1138 0.081805 10.0.0.133 - - [2026-05-28 02:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.003942 10.0.0.133 - - [2026-05-28 02:23:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.033055 10.0.0.131 - - [2026-05-28 02:23:30] "GET /obj-perms HTTP/1.1" 200 5075 0.071076 10.0.0.133 - - [2026-05-28 02:23:39] "POST /neutron/port HTTP/1.1" 200 1138 0.063957 10.0.0.133 - - [2026-05-28 02:23:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014377 10.0.0.133 - - [2026-05-28 02:23:54] "POST /neutron/port HTTP/1.1" 200 1138 0.075067 10.0.0.133 - - [2026-05-28 02:24:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011992 10.0.0.133 - - [2026-05-28 02:24:10] "POST /neutron/port HTTP/1.1" 200 1138 0.019357 10.0.0.133 - - [2026-05-28 02:24:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009742 10.0.0.41 - - [2026-05-28 02:24:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.41 - - [2026-05-28 02:24:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.131 - - [2026-05-28 02:24:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.41 - - [2026-05-28 02:24:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.131 - - [2026-05-28 02:24:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000623 10.0.0.41 - - [2026-05-28 02:24:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.131 - - [2026-05-28 02:24:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000579 10.0.0.131 - - [2026-05-28 02:24:21] "GET /global-system-configs HTTP/1.1" 401 293 0.001142 10.0.0.133 - - [2026-05-28 02:24:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000580 10.0.0.133 - - [2026-05-28 02:24:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000648 10.0.0.133 - - [2026-05-28 02:24:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000597 10.0.0.133 - - [2026-05-28 02:24:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.133 - - [2026-05-28 02:24:25] "POST /neutron/port HTTP/1.1" 200 1138 0.023858 10.0.0.133 - - [2026-05-28 02:24:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007398 10.0.0.133 - - [2026-05-28 02:24:41] "POST /neutron/port HTTP/1.1" 200 1138 0.020991 10.0.0.133 - - [2026-05-28 02:24:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007869 10.0.0.133 - - [2026-05-28 02:24:46] "POST /neutron/port HTTP/1.1" 200 1138 0.020157 10.0.0.133 - - [2026-05-28 02:24:46] "GET /virtual-machine/0afa4b0c-3fd3-475f-8b1a-ec961a77b09b HTTP/1.1" 401 293 0.000533 10.0.0.133 - - [2026-05-28 02:24:46] "GET /virtual-machine/0afa4b0c-3fd3-475f-8b1a-ec961a77b09b HTTP/1.1" 200 1305 0.056824 10.0.0.133 - - [2026-05-28 02:24:46] "GET /virtual-machine-interface/0530dc7f-3cf4-40e3-adb4-241e607a3555 HTTP/1.1" 200 3010 0.006247 10.0.0.133 - - [2026-05-28 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.133 - - [2026-05-28 02:24:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003925 10.0.0.133 - - [2026-05-28 02:24:46] "GET /virtual-networks?parent_id=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003458 10.0.0.133 - - [2026-05-28 02:24:46] "GET /virtual-network/5c07edfc-a210-4dec-aac9-4f2adea02a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006590 10.0.0.133 - - [2026-05-28 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.133 - - [2026-05-28 02:24:50] "GET /virtual-network/5c07edfc-a210-4dec-aac9-4f2adea02a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006447 10.0.0.133 - - [2026-05-28 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.133 - - [2026-05-28 02:24:54] "GET /virtual-network/5c07edfc-a210-4dec-aac9-4f2adea02a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006456 10.0.0.133 - - [2026-05-28 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005135 10.0.0.133 - - [2026-05-28 02:24:58] "GET /virtual-network/5c07edfc-a210-4dec-aac9-4f2adea02a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006522 10.0.0.133 - - [2026-05-28 02:24:58] "POST /neutron/port HTTP/1.1" 200 1138 0.020447 10.0.0.133 - - [2026-05-28 02:24:58] "POST /neutron/subnet HTTP/1.1" 200 708 0.009578 10.0.0.133 - - [2026-05-28 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.133 - - [2026-05-28 02:25:02] "GET /virtual-network/5c07edfc-a210-4dec-aac9-4f2adea02a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006766 10.0.0.133 - - [2026-05-28 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.133 - - [2026-05-28 02:25:06] "GET /virtual-network/5c07edfc-a210-4dec-aac9-4f2adea02a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.010182 10.0.0.133 - - [2026-05-28 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.133 - - [2026-05-28 02:25:10] "GET /virtual-network/5c07edfc-a210-4dec-aac9-4f2adea02a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006206 10.0.0.133 - - [2026-05-28 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.133 - - [2026-05-28 02:25:14] "GET /virtual-network/5c07edfc-a210-4dec-aac9-4f2adea02a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007694 10.0.0.133 - - [2026-05-28 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006723 10.0.0.133 - - [2026-05-28 02:25:18] "GET /virtual-network/5c07edfc-a210-4dec-aac9-4f2adea02a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006207 10.0.0.133 - - [2026-05-28 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.133 - - [2026-05-28 02:25:22] "GET /virtual-network/5c07edfc-a210-4dec-aac9-4f2adea02a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.010164 10.0.0.133 - - [2026-05-28 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.133 - - [2026-05-28 02:25:24] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003920 10.0.0.133 - - [2026-05-28 02:25:24] "GET /virtual-networks?parent_id=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003266 10.0.0.133 - - [2026-05-28 02:25:24] "GET /virtual-network/5c07edfc-a210-4dec-aac9-4f2adea02a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008355 10.0.0.133 - - [2026-05-28 02:25:24] "POST /neutron/port HTTP/1.1" 200 1138 0.023045 10.0.0.133 - - [2026-05-28 02:25:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007721 10.0.0.133 - - [2026-05-28 02:25:32] "GET /obj-perms HTTP/1.1" 200 5075 0.059699 10.0.0.133 - - [2026-05-28 02:25:35] "POST /neutron/port HTTP/1.1" 200 1138 0.018531 10.0.0.133 - - [2026-05-28 02:25:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009068 10.0.0.131 - - [2026-05-28 02:25:45] "GET /projects?obj_uuids=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001263 10.0.0.133 - - [2026-05-28 02:25:45] "POST /neutron/floatingip HTTP/1.1" 200 532 0.239133 10.0.0.133 - - [2026-05-28 02:25:45] "POST /neutron/floatingip HTTP/1.1" 200 581 0.080747 10.0.0.133 - - [2026-05-28 02:25:45] "POST /neutron/port HTTP/1.1" 200 1138 0.018622 10.0.0.133 - - [2026-05-28 02:25:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007869 10.0.0.133 - - [2026-05-28 02:25:46] "GET /virtual-machine/1493a837-1150-44f1-a99c-7d83a2f3c3bd HTTP/1.1" 200 1306 0.012389 10.0.0.133 - - [2026-05-28 02:25:46] "GET /virtual-machine-interface/68c3f221-7561-4f2a-9947-578c156d0f0c HTTP/1.1" 200 3011 0.007133 10.0.0.133 - - [2026-05-28 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.133 - - [2026-05-28 02:25:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004354 10.0.0.133 - - [2026-05-28 02:25:46] "GET /virtual-networks?parent_id=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004000 10.0.0.133 - - [2026-05-28 02:25:46] "GET /virtual-network/5fded9c2-269b-4889-8c5f-a725402eb241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006495 10.0.0.133 - - [2026-05-28 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.133 - - [2026-05-28 02:25:47] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004549 10.0.0.133 - - [2026-05-28 02:25:47] "GET /virtual-networks?parent_id=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003547 10.0.0.133 - - [2026-05-28 02:25:47] "GET /virtual-network/5fded9c2-269b-4889-8c5f-a725402eb241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008261 10.0.0.133 - - [2026-05-28 02:25:51] "POST /neutron/port HTTP/1.1" 200 1138 0.019400 10.0.0.133 - - [2026-05-28 02:25:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005513 10.0.0.133 - - [2026-05-28 02:25:51] "POST /neutron/network HTTP/1.1" 200 840 0.008616 10.0.0.133 - - [2026-05-28 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.133 - - [2026-05-28 02:25:52] "GET /routing-instance/53f1878e-455b-41c5-a575-da22e7b38f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004270 10.0.0.133 - - [2026-05-28 02:25:52] "GET /route-target/10e6e54b-847f-4f09-b63c-7ac1257d0c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004845 10.0.0.133 - - [2026-05-28 02:25:59] "POST /neutron/port HTTP/1.1" 200 1138 0.024400 10.0.0.133 - - [2026-05-28 02:25:59] "POST /neutron/subnet HTTP/1.1" 200 708 0.009554 10.0.0.133 - - [2026-05-28 02:26:43] "POST /neutron/floatingip HTTP/1.1" 200 581 0.017266 10.0.0.133 - - [2026-05-28 02:26:43] "POST /neutron/floatingip HTTP/1.1" 200 115 0.070320 10.0.0.133 - - [2026-05-28 02:26:43] "GET /floating-ip-pool/93decd28-936d-44f7-b808-8cb09c015b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.005189 10.0.0.133 - - [2026-05-28 02:26:43] "POST /ref-update HTTP/1.1" 200 156 0.019330 10.0.0.133 - - [2026-05-28 02:26:43] "DELETE /floating-ip-pool/93decd28-936d-44f7-b808-8cb09c015b65 HTTP/1.1" 200 115 0.039189 10.0.0.133 - - [2026-05-28 02:26:44] "POST /neutron/port HTTP/1.1" 200 1138 0.020102 10.0.0.133 - - [2026-05-28 02:26:44] "POST /neutron/port HTTP/1.1" 200 1138 0.054295 10.0.0.133 - - [2026-05-28 02:26:46] "POST /neutron/network HTTP/1.1" 200 840 0.006959 10.0.0.41 - - [2026-05-28 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.047180 10.0.0.41 - - [2026-05-28 02:26:46] "DELETE /route-target/10e6e54b-847f-4f09-b63c-7ac1257d0c1d HTTP/1.1" 200 115 0.026220 10.0.0.131 - - [2026-05-28 02:26:46] "POST /useragent-kv HTTP/1.1" 200 115 0.073263 10.0.0.131 - - [2026-05-28 02:26:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002789 10.0.0.133 - - [2026-05-28 02:26:46] "POST /neutron/network HTTP/1.1" 200 151 0.232088 10.0.0.131 - - [2026-05-28 02:26:48] "GET /projects?obj_uuids=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.133 - - [2026-05-28 02:26:48] "GET /project/782f8813-dfbd-4ff4-8211-8e7140fa9954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.094590 10.0.0.131 - - [2026-05-28 02:26:48] "GET /projects?obj_uuids=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001438 10.0.0.133 - - [2026-05-28 02:26:48] "GET /project/782f8813-dfbd-4ff4-8211-8e7140fa9954?fields=virtual_networks HTTP/1.1" 200 1057 0.050066 10.0.0.131 - - [2026-05-28 02:26:48] "GET /projects?obj_uuids=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.133 - - [2026-05-28 02:26:48] "GET /project/782f8813-dfbd-4ff4-8211-8e7140fa9954?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.059310 10.0.0.131 - - [2026-05-28 02:26:48] "GET /projects?obj_uuids=782f8813-dfbd-4ff4-8211-8e7140fa9954&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001164 10.0.0.133 - - [2026-05-28 02:26:48] "GET /project/782f8813-dfbd-4ff4-8211-8e7140fa9954?fields=security_groups HTTP/1.1" 200 1296 0.054630 10.0.0.133 - - [2026-05-28 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.040214 10.0.0.131 - - [2026-05-28 02:26:49] "GET /projects?obj_uuids=319bc038-2568-4bc1-9008-cdcd907f841a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002988 10.0.0.131 - - [2026-05-28 02:26:49] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001241 10.0.0.131 - - [2026-05-28 02:26:49] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.042445 10.0.0.131 - - [2026-05-28 02:26:49] "POST /id-to-fqname HTTP/1.1" 200 190 0.005679 10.0.0.131 - - [2026-05-28 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.007252 10.0.0.131 - - [2026-05-28 02:26:50] "POST /security-groups HTTP/1.1" 200 591 0.034497 10.0.0.131 - - [2026-05-28 02:26:50] "POST /projects HTTP/1.1" 200 585 0.266728 10.0.0.131 - - [2026-05-28 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.304599 10.0.0.41 - - [2026-05-28 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 233 0.012068 10.0.0.133 - - [2026-05-28 02:26:50] "GET /project/319bc038-2568-4bc1-9008-cdcd907f841a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.515630 10.0.0.133 - - [2026-05-28 02:26:51] "GET / HTTP/1.1" 200 36215 0.001449 10.0.0.131 - - [2026-05-28 02:26:54] "GET /projects?obj_uuids=319bc038-2568-4bc1-9008-cdcd907f841a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001175 10.0.0.133 - - [2026-05-28 02:26:54] "GET /project/319bc038-2568-4bc1-9008-cdcd907f841a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.047364 10.0.0.131 - - [2026-05-28 02:26:54] "GET /projects?obj_uuids=319bc038-2568-4bc1-9008-cdcd907f841a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.133 - - [2026-05-28 02:26:54] "GET /project/319bc038-2568-4bc1-9008-cdcd907f841a?fields=virtual_networks HTTP/1.1" 200 1034 0.052622 10.0.0.131 - - [2026-05-28 02:26:54] "GET /projects?obj_uuids=319bc038-2568-4bc1-9008-cdcd907f841a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001238 10.0.0.133 - - [2026-05-28 02:26:54] "GET /project/319bc038-2568-4bc1-9008-cdcd907f841a?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.051054 10.0.0.131 - - [2026-05-28 02:26:54] "GET /projects?obj_uuids=319bc038-2568-4bc1-9008-cdcd907f841a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001285 10.0.0.133 - - [2026-05-28 02:26:54] "GET /project/319bc038-2568-4bc1-9008-cdcd907f841a?fields=security_groups HTTP/1.1" 200 1261 0.058858 10.0.0.133 - - [2026-05-28 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.041160 10.0.0.131 - - [2026-05-28 02:26:55] "GET /projects?obj_uuids=dd85c821-5ac3-4d77-a827-294578ef40a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004331 10.0.0.131 - - [2026-05-28 02:26:55] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000853 10.0.0.131 - - [2026-05-28 02:26:55] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007734 10.0.0.131 - - [2026-05-28 02:26:56] "POST /id-to-fqname HTTP/1.1" 200 185 0.003532 10.0.0.131 - - [2026-05-28 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.007264 10.0.0.131 - - [2026-05-28 02:26:56] "POST /security-groups HTTP/1.1" 200 586 0.078937 10.0.0.131 - - [2026-05-28 02:26:56] "POST /projects HTTP/1.1" 200 575 0.325001 10.0.0.41 - - [2026-05-28 02:26:56] "POST /access-control-lists HTTP/1.1" 200 593 0.033243 10.0.0.131 - - [2026-05-28 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.407300 10.0.0.133 - - [2026-05-28 02:26:56] "GET /project/dd85c821-5ac3-4d77-a827-294578ef40a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.567608 10.0.0.133 - - [2026-05-28 02:26:57] "GET / HTTP/1.1" 200 36215 0.002315 10.0.0.131 - - [2026-05-28 02:27:03] "GET /projects?obj_uuids=dd85c821-5ac3-4d77-a827-294578ef40a8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001346 10.0.0.133 - - [2026-05-28 02:27:03] "GET /project/dd85c821-5ac3-4d77-a827-294578ef40a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.062033 10.0.0.131 - - [2026-05-28 02:27:03] "GET /projects?obj_uuids=dd85c821-5ac3-4d77-a827-294578ef40a8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000978 10.0.0.133 - - [2026-05-28 02:27:03] "GET /project/dd85c821-5ac3-4d77-a827-294578ef40a8?fields=virtual_networks HTTP/1.1" 200 1025 0.049748 10.0.0.131 - - [2026-05-28 02:27:03] "GET /projects?obj_uuids=dd85c821-5ac3-4d77-a827-294578ef40a8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001035 10.0.0.133 - - [2026-05-28 02:27:03] "GET /project/dd85c821-5ac3-4d77-a827-294578ef40a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.060084 10.0.0.131 - - [2026-05-28 02:27:03] "GET /projects?obj_uuids=dd85c821-5ac3-4d77-a827-294578ef40a8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001619 10.0.0.133 - - [2026-05-28 02:27:03] "GET /project/dd85c821-5ac3-4d77-a827-294578ef40a8?fields=security_groups HTTP/1.1" 200 1247 0.051545 10.0.0.133 - - [2026-05-28 02:27:04] "POST /fqname-to-id HTTP/1.1" 404 187 0.042301 10.0.0.131 - - [2026-05-28 02:27:04] "GET /projects?obj_uuids=64b9ad54-18a6-4474-a588-55ad55874e50&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003199 10.0.0.131 - - [2026-05-28 02:27:05] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001326 10.0.0.131 - - [2026-05-28 02:27:05] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009093 10.0.0.131 - - [2026-05-28 02:27:05] "POST /id-to-fqname HTTP/1.1" 200 189 0.004339 10.0.0.131 - - [2026-05-28 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 198 0.006328 10.0.0.131 - - [2026-05-28 02:27:05] "POST /security-groups HTTP/1.1" 200 590 0.077171 10.0.0.41 - - [2026-05-28 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 233 0.004014 10.0.0.131 - - [2026-05-28 02:27:05] "POST /projects HTTP/1.1" 200 583 0.302984 10.0.0.131 - - [2026-05-28 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.351693 10.0.0.133 - - [2026-05-28 02:27:05] "GET /project/64b9ad54-18a6-4474-a588-55ad55874e50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.530288 10.0.0.41 - - [2026-05-28 02:27:05] "POST /access-control-lists HTTP/1.1" 200 595 0.061412 10.0.0.133 - - [2026-05-28 02:27:06] "GET / HTTP/1.1" 200 36215 0.002117 10.0.0.131 - - [2026-05-28 02:27:10] "GET /projects?obj_uuids=64b9ad54-18a6-4474-a588-55ad55874e50&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001082 10.0.0.133 - - [2026-05-28 02:27:10] "GET /project/64b9ad54-18a6-4474-a588-55ad55874e50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.043033 10.0.0.131 - - [2026-05-28 02:27:10] "GET /projects?obj_uuids=64b9ad54-18a6-4474-a588-55ad55874e50&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000951 10.0.0.133 - - [2026-05-28 02:27:10] "GET /project/64b9ad54-18a6-4474-a588-55ad55874e50?fields=virtual_networks HTTP/1.1" 200 1032 0.043872 10.0.0.131 - - [2026-05-28 02:27:10] "GET /projects?obj_uuids=64b9ad54-18a6-4474-a588-55ad55874e50&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001320 10.0.0.133 - - [2026-05-28 02:27:10] "GET /project/64b9ad54-18a6-4474-a588-55ad55874e50?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.050657 10.0.0.131 - - [2026-05-28 02:27:10] "GET /projects?obj_uuids=64b9ad54-18a6-4474-a588-55ad55874e50&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001517 10.0.0.133 - - [2026-05-28 02:27:10] "GET /project/64b9ad54-18a6-4474-a588-55ad55874e50?fields=security_groups HTTP/1.1" 200 1258 0.055548 10.0.0.133 - - [2026-05-28 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.032191 10.0.0.131 - - [2026-05-28 02:27:11] "GET /projects?obj_uuids=c97923cb-ae52-481f-aad8-3afa5f9f17ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003342 10.0.0.131 - - [2026-05-28 02:27:11] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.131 - - [2026-05-28 02:27:11] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007329 10.0.0.131 - - [2026-05-28 02:27:11] "POST /id-to-fqname HTTP/1.1" 200 190 0.001047 10.0.0.131 - - [2026-05-28 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.003236 10.0.0.131 - - [2026-05-28 02:27:12] "POST /security-groups HTTP/1.1" 200 591 0.033940 10.0.0.41 - - [2026-05-28 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.003976 10.0.0.131 - - [2026-05-28 02:27:12] "POST /projects HTTP/1.1" 200 585 0.255086 10.0.0.131 - - [2026-05-28 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.329972 10.0.0.41 - - [2026-05-28 02:27:12] "POST /access-control-lists HTTP/1.1" 200 596 0.035393 10.0.0.133 - - [2026-05-28 02:27:12] "GET /project/c97923cb-ae52-481f-aad8-3afa5f9f17ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.497765 10.0.0.133 - - [2026-05-28 02:27:13] "GET / HTTP/1.1" 200 36215 0.002846 10.0.0.131 - - [2026-05-28 02:27:16] "GET /projects?obj_uuids=c97923cb-ae52-481f-aad8-3afa5f9f17ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000947 10.0.0.133 - - [2026-05-28 02:27:16] "GET /project/c97923cb-ae52-481f-aad8-3afa5f9f17ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050465 10.0.0.131 - - [2026-05-28 02:27:16] "GET /projects?obj_uuids=c97923cb-ae52-481f-aad8-3afa5f9f17ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001940 10.0.0.133 - - [2026-05-28 02:27:16] "GET /project/c97923cb-ae52-481f-aad8-3afa5f9f17ab?fields=virtual_networks HTTP/1.1" 200 1035 0.057943 10.0.0.131 - - [2026-05-28 02:27:16] "GET /projects?obj_uuids=c97923cb-ae52-481f-aad8-3afa5f9f17ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001258 10.0.0.133 - - [2026-05-28 02:27:16] "GET /project/c97923cb-ae52-481f-aad8-3afa5f9f17ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.053653 10.0.0.131 - - [2026-05-28 02:27:16] "GET /projects?obj_uuids=c97923cb-ae52-481f-aad8-3afa5f9f17ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001117 10.0.0.133 - - [2026-05-28 02:27:16] "GET /project/c97923cb-ae52-481f-aad8-3afa5f9f17ab?fields=security_groups HTTP/1.1" 200 1262 0.053883 10.0.0.133 - - [2026-05-28 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 192 0.036330 10.0.0.131 - - [2026-05-28 02:27:18] "GET /projects?obj_uuids=55edb2f3-fb8d-4b61-9c9a-6871f485ff2a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003756 10.0.0.131 - - [2026-05-28 02:27:18] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.131 - - [2026-05-28 02:27:18] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007138 10.0.0.131 - - [2026-05-28 02:27:18] "POST /id-to-fqname HTTP/1.1" 200 194 0.001853 10.0.0.131 - - [2026-05-28 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 203 0.008395 10.0.0.131 - - [2026-05-28 02:27:18] "POST /security-groups HTTP/1.1" 200 595 0.037826 10.0.0.131 - - [2026-05-28 02:27:18] "POST /projects HTTP/1.1" 200 593 0.264632 10.0.0.131 - - [2026-05-28 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.338242 10.0.0.41 - - [2026-05-28 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 237 0.018296 10.0.0.133 - - [2026-05-28 02:27:18] "GET /project/55edb2f3-fb8d-4b61-9c9a-6871f485ff2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.499865 10.0.0.133 - - [2026-05-28 02:27:19] "GET / HTTP/1.1" 200 36215 0.001819 10.0.0.131 - - [2026-05-28 02:27:22] "DELETE /project/782f8813-dfbd-4ff4-8211-8e7140fa9954 HTTP/1.1" 404 177 0.026045 10.0.0.131 - - [2026-05-28 02:27:22] "DELETE /project/64b9ad5418a64474a58855ad55874e50 HTTP/1.1" 404 173 0.024868 10.0.0.131 - - [2026-05-28 02:27:22] "DELETE /project/55edb2f3fb8d4b619c9a6871f485ff2a HTTP/1.1" 404 173 0.028322 10.0.0.131 - - [2026-05-28 02:27:22] "DELETE /project/c97923cbae52481faad83afa5f9f17ab HTTP/1.1" 404 173 0.021378 10.0.0.131 - - [2026-05-28 02:27:22] "DELETE /project/319bc03825684bc19008cdcd907f841a HTTP/1.1" 404 173 0.014988 10.0.0.131 - - [2026-05-28 02:27:22] "DELETE /project/dd85c8215ac34d77a827294578ef40a8 HTTP/1.1" 404 173 0.029097 10.0.0.131 - - [2026-05-28 02:27:22] "GET /projects?obj_uuids=dd85c821-5ac3-4d77-a827-294578ef40a8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001663 10.0.0.131 - - [2026-05-28 02:27:22] "GET /projects?obj_uuids=319bc038-2568-4bc1-9008-cdcd907f841a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001110 10.0.0.131 - - [2026-05-28 02:27:22] "GET /projects?obj_uuids=c97923cb-ae52-481f-aad8-3afa5f9f17ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001360 10.0.0.131 - - [2026-05-28 02:27:22] "GET /projects?obj_uuids=64b9ad54-18a6-4474-a588-55ad55874e50&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000931 10.0.0.131 - - [2026-05-28 02:27:22] "GET /project/319bc038-2568-4bc1-9008-cdcd907f841a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.066488 10.0.0.131 - - [2026-05-28 02:27:22] "GET /project/64b9ad54-18a6-4474-a588-55ad55874e50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.094102 10.0.0.131 - - [2026-05-28 02:27:22] "GET /project/c97923cb-ae52-481f-aad8-3afa5f9f17ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.106059 10.0.0.131 - - [2026-05-28 02:27:22] "GET /projects?obj_uuids=319bc038-2568-4bc1-9008-cdcd907f841a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001450 10.0.0.131 - - [2026-05-28 02:27:22] "GET /project/dd85c821-5ac3-4d77-a827-294578ef40a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.123765 10.0.0.131 - - [2026-05-28 02:27:22] "GET /projects?obj_uuids=64b9ad54-18a6-4474-a588-55ad55874e50&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001441 10.0.0.131 - - [2026-05-28 02:27:22] "GET /projects?obj_uuids=c97923cb-ae52-481f-aad8-3afa5f9f17ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001381 10.0.0.131 - - [2026-05-28 02:27:22] "GET /projects?obj_uuids=dd85c821-5ac3-4d77-a827-294578ef40a8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001154 10.0.0.131 - - [2026-05-28 02:27:22] "GET /project/319bc038-2568-4bc1-9008-cdcd907f841a?fields=security_groups HTTP/1.1" 200 1363 0.114923 10.0.0.131 - - [2026-05-28 02:27:22] "GET /project/64b9ad54-18a6-4474-a588-55ad55874e50?fields=security_groups HTTP/1.1" 200 1360 0.133703 10.0.0.131 - - [2026-05-28 02:27:22] "GET /project/dd85c821-5ac3-4d77-a827-294578ef40a8?fields=security_groups HTTP/1.1" 200 1349 0.115017 10.0.0.131 - - [2026-05-28 02:27:22] "GET /project/c97923cb-ae52-481f-aad8-3afa5f9f17ab?fields=security_groups HTTP/1.1" 200 1364 0.145006 10.0.0.131 - - [2026-05-28 02:27:23] "GET /projects?obj_uuids=55edb2f3-fb8d-4b61-9c9a-6871f485ff2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001145 10.0.0.131 - - [2026-05-28 02:27:23] "DELETE /security-group/713b906e-d7bb-4d3b-943a-8d997575a3a0 HTTP/1.1" 200 115 0.156326 10.0.0.131 - - [2026-05-28 02:27:23] "GET /projects?obj_uuids=319bc038-2568-4bc1-9008-cdcd907f841a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002110 10.0.0.131 - - [2026-05-28 02:27:23] "DELETE /security-group/418b76a6-33fe-44ca-9975-ce3a5393a429 HTTP/1.1" 200 115 0.188079 10.0.0.131 - - [2026-05-28 02:27:23] "GET /projects?obj_uuids=64b9ad54-18a6-4474-a588-55ad55874e50&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001744 10.0.0.131 - - [2026-05-28 02:27:23] "DELETE /security-group/94585d10-8dbd-4a1e-911f-0a61f1c8bc8d HTTP/1.1" 200 115 0.204464 10.0.0.131 - - [2026-05-28 02:27:23] "DELETE /security-group/af9accc0-41f4-4daa-a34b-371e87c09f87 HTTP/1.1" 200 115 0.149153 10.0.0.131 - - [2026-05-28 02:27:23] "GET /projects?obj_uuids=dd85c821-5ac3-4d77-a827-294578ef40a8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001027 10.0.0.133 - - [2026-05-28 02:27:23] "GET /project/55edb2f3-fb8d-4b61-9c9a-6871f485ff2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.119487 10.0.0.131 - - [2026-05-28 02:27:23] "GET /projects?obj_uuids=c97923cb-ae52-481f-aad8-3afa5f9f17ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120 10.0.0.131 - - [2026-05-28 02:27:23] "GET /projects?obj_uuids=55edb2f3-fb8d-4b61-9c9a-6871f485ff2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001068 10.0.0.131 - - [2026-05-28 02:27:23] "GET /project/64b9ad54-18a6-4474-a588-55ad55874e50?fields=application_policy_sets HTTP/1.1" 200 1399 0.118187 10.0.0.131 - - [2026-05-28 02:27:23] "GET /project/319bc038-2568-4bc1-9008-cdcd907f841a?fields=application_policy_sets HTTP/1.1" 200 1402 0.182192 10.0.0.41 - - [2026-05-28 02:27:23] "DELETE /access-control-list/7f336d89-eb1b-40d9-865f-6917040d3543 HTTP/1.1" 200 115 0.128281 10.0.0.133 - - [2026-05-28 02:27:23] "GET /project/55edb2f3-fb8d-4b61-9c9a-6871f485ff2a?fields=virtual_networks HTTP/1.1" 200 1042 0.130028 10.0.0.131 - - [2026-05-28 02:27:23] "GET /project/c97923cb-ae52-481f-aad8-3afa5f9f17ab?fields=application_policy_sets HTTP/1.1" 200 1403 0.163665 10.0.0.131 - - [2026-05-28 02:27:23] "GET /project/dd85c821-5ac3-4d77-a827-294578ef40a8?fields=application_policy_sets HTTP/1.1" 200 1388 0.198185 10.0.0.131 - - [2026-05-28 02:27:23] "GET /projects?obj_uuids=55edb2f3-fb8d-4b61-9c9a-6871f485ff2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001168 10.0.0.133 - - [2026-05-28 02:27:23] "GET /project/55edb2f3-fb8d-4b61-9c9a-6871f485ff2a?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.133072 10.0.0.41 - - [2026-05-28 02:27:23] "DELETE /access-control-list/423211ac-9bb4-4b81-9d11-e954d11f3b27 HTTP/1.1" 200 115 0.059313 10.0.0.131 - - [2026-05-28 02:27:23] "GET /projects?obj_uuids=55edb2f3-fb8d-4b61-9c9a-6871f485ff2a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000871 10.0.0.133 - - [2026-05-28 02:27:23] "GET /project/55edb2f3-fb8d-4b61-9c9a-6871f485ff2a?fields=security_groups HTTP/1.1" 200 1273 0.118637 10.0.0.131 - - [2026-05-28 02:27:23] "DELETE /project/319bc038-2568-4bc1-9008-cdcd907f841a HTTP/1.1" 200 115 1.053751 10.0.0.131 - - [2026-05-28 02:27:23] "DELETE /project/64b9ad54-18a6-4474-a588-55ad55874e50 HTTP/1.1" 200 115 1.047055 10.0.0.131 - - [2026-05-28 02:27:23] "DELETE /project/dd85c821-5ac3-4d77-a827-294578ef40a8 HTTP/1.1" 200 115 1.117111 10.0.0.131 - - [2026-05-28 02:27:23] "DELETE /project/c97923cb-ae52-481f-aad8-3afa5f9f17ab HTTP/1.1" 200 115 1.110305 10.0.0.41 - - [2026-05-28 02:27:23] "DELETE /access-control-list/802cb367-8fd7-4438-ac84-5db5c87ceb2d HTTP/1.1" 200 115 0.040370 10.0.0.133 - - [2026-05-28 02:27:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.034641 10.0.0.131 - - [2026-05-28 02:27:24] "GET /projects?obj_uuids=63755923-311b-4fec-b832-cfa277ee0ac8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004047 10.0.0.131 - - [2026-05-28 02:27:25] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001487 10.0.0.131 - - [2026-05-28 02:27:25] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007763 10.0.0.131 - - [2026-05-28 02:27:25] "POST /id-to-fqname HTTP/1.1" 200 185 0.007874 10.0.0.131 - - [2026-05-28 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.009349 10.0.0.131 - - [2026-05-28 02:27:25] "POST /security-groups HTTP/1.1" 200 586 0.085792 10.0.0.131 - - [2026-05-28 02:27:25] "POST /projects HTTP/1.1" 200 575 0.305912 10.0.0.41 - - [2026-05-28 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.011875 10.0.0.131 - - [2026-05-28 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.385264 10.0.0.133 - - [2026-05-28 02:27:25] "GET /project/63755923-311b-4fec-b832-cfa277ee0ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.540110 10.0.0.133 - - [2026-05-28 02:27:26] "GET / HTTP/1.1" 200 36215 0.001908 10.0.0.133 - - [2026-05-28 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.003519 10.0.0.41 - - [2026-05-28 02:27:27] "POST /access-control-lists HTTP/1.1" 200 592 0.034822 10.0.0.41 - - [2026-05-28 02:27:27] "PUT /access-control-list/dd871581-fd57-458e-9e76-4a4895ab43bc HTTP/1.1" 200 273 0.029438 10.0.0.133 - - [2026-05-28 02:27:28] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.048729 10.0.0.133 - - [2026-05-28 02:27:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.178241 10.0.0.133 - - [2026-05-28 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.002911 10.0.0.41 - - [2026-05-28 02:27:28] "PUT /access-control-list/dd871581-fd57-458e-9e76-4a4895ab43bc HTTP/1.1" 200 273 0.023068 10.0.0.41 - - [2026-05-28 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 227 0.005960 10.0.0.41 - - [2026-05-28 02:27:29] "PUT /access-control-list/e27337cb-ec46-49f5-8f0c-2b9ea9a2b37c HTTP/1.1" 200 273 0.031111 10.0.0.133 - - [2026-05-28 02:27:29] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.019181 10.0.0.133 - - [2026-05-28 02:27:29] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.182060 10.0.0.133 - - [2026-05-28 02:27:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000354 10.0.0.133 - - [2026-05-28 02:27:29] "POST /fqname-to-id HTTP/1.1" 404 210 0.039243 10.0.0.41 - - [2026-05-28 02:27:30] "POST /fqname-to-id HTTP/1.1" 404 245 0.005331 10.0.0.41 - - [2026-05-28 02:27:30] "POST /access-control-lists HTTP/1.1" 200 607 0.032571 10.0.0.133 - - [2026-05-28 02:27:30] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.048618 10.0.0.41 - - [2026-05-28 02:27:30] "PUT /access-control-list/f0a0cf9a-8100-48aa-99e9-7a2bc0de6555 HTTP/1.1" 200 273 0.025511 10.0.0.133 - - [2026-05-28 02:27:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.164000 10.0.0.133 - - [2026-05-28 02:27:31] "POST /fqname-to-id HTTP/1.1" 404 210 0.012081 10.0.0.41 - - [2026-05-28 02:27:31] "POST /access-control-lists HTTP/1.1" 200 609 0.041312 10.0.0.41 - - [2026-05-28 02:27:31] "PUT /access-control-list/5a1ef2be-e707-4e00-a5ad-c75d91c00425 HTTP/1.1" 200 273 0.017715 10.0.0.133 - - [2026-05-28 02:27:31] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.014061 10.0.0.133 - - [2026-05-28 02:27:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.183970 10.0.0.41 - - [2026-05-28 02:27:32] "PUT /access-control-list/5a1ef2be-e707-4e00-a5ad-c75d91c00425 HTTP/1.1" 200 273 0.022477 10.0.0.133 - - [2026-05-28 02:27:33] "POST /neutron/router HTTP/1.1" 200 541 0.019058 10.0.0.133 - - [2026-05-28 02:27:33] "POST /neutron/router HTTP/1.1" 200 541 0.018452 10.0.0.133 - - [2026-05-28 02:27:33] "POST /neutron/router HTTP/1.1" 200 541 0.005616 10.0.0.133 - - [2026-05-28 02:27:33] "POST /neutron/router HTTP/1.1" 200 541 0.004078 10.0.0.133 - - [2026-05-28 02:27:33] "POST /neutron/router HTTP/1.1" 200 541 0.004898 10.0.0.133 - - [2026-05-28 02:27:33] "POST /neutron/router HTTP/1.1" 200 541 0.007637 10.0.0.133 - - [2026-05-28 02:27:33] "POST /neutron/router HTTP/1.1" 200 541 0.004132 10.0.0.133 - - [2026-05-28 02:27:34] "POST /neutron/router HTTP/1.1" 200 541 0.003945 10.0.0.133 - - [2026-05-28 02:27:34] "POST /neutron/router HTTP/1.1" 200 541 0.004612 10.0.0.133 - - [2026-05-28 02:27:34] "POST /neutron/router HTTP/1.1" 200 541 0.004516 10.0.0.133 - - [2026-05-28 02:27:34] "POST /neutron/router HTTP/1.1" 200 541 0.005367 10.0.0.133 - - [2026-05-28 02:27:34] "POST /neutron/router HTTP/1.1" 200 542 0.037459 10.0.0.41 - - [2026-05-28 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.013620 10.0.0.131 - - [2026-05-28 02:27:34] "GET /projects?obj_uuids=63755923-311b-4fec-b832-cfa277ee0ac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000908 10.0.0.41 - - [2026-05-28 02:27:34] "GET /logical-router/58e4fb12-228a-4bf4-accb-30c26827764e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.116724 10.0.0.133 - - [2026-05-28 02:27:34] "POST /neutron/router HTTP/1.1" 200 559 0.118112 10.0.0.41 - - [2026-05-28 02:27:34] "GET /obj-perms HTTP/1.1" 200 5075 0.232510 10.0.0.41 - - [2026-05-28 02:27:34] "PUT /logical-router/5b74f189-2633-4592-afd7-9378bf77c485 HTTP/1.1" 200 263 0.030807 10.0.0.133 - - [2026-05-28 02:27:34] "POST /neutron/router HTTP/1.1" 200 559 0.009068 10.0.0.133 - - [2026-05-28 02:27:34] "POST /neutron/router HTTP/1.1" 200 559 0.004378 10.0.0.133 - - [2026-05-28 02:27:34] "POST /neutron/router HTTP/1.1" 200 559 0.005836 10.0.0.133 - - [2026-05-28 02:27:34] "POST /neutron/router HTTP/1.1" 200 559 0.004723 10.0.0.133 - - [2026-05-28 02:27:34] "POST /neutron/router HTTP/1.1" 200 559 0.008750 10.0.0.133 - - [2026-05-28 02:27:34] "POST /neutron/router HTTP/1.1" 200 559 0.004359 10.0.0.133 - - [2026-05-28 02:27:34] "POST /neutron/router HTTP/1.1" 200 559 0.005985 10.0.0.133 - - [2026-05-28 02:27:35] "POST /neutron/router HTTP/1.1" 200 559 0.004458 10.0.0.131 - - [2026-05-28 02:27:35] "GET /obj-perms HTTP/1.1" 200 5075 0.078745 10.0.0.133 - - [2026-05-28 02:27:35] "POST /neutron/router HTTP/1.1" 200 559 0.004401 10.0.0.133 - - [2026-05-28 02:27:35] "POST /neutron/router HTTP/1.1" 200 559 0.004369 10.0.0.133 - - [2026-05-28 02:27:35] "POST /neutron/router HTTP/1.1" 200 559 0.031698 10.0.0.133 - - [2026-05-28 02:27:35] "POST /neutron/router HTTP/1.1" 200 560 0.004408 10.0.0.133 - - [2026-05-28 02:27:35] "POST /neutron/router HTTP/1.1" 200 541 0.007466 10.0.0.41 - - [2026-05-28 02:27:35] "POST /route-targets HTTP/1.1" 200 328 0.020432 10.0.0.133 - - [2026-05-28 02:27:35] "POST /neutron/router HTTP/1.1" 200 541 0.016726 10.0.0.133 - - [2026-05-28 02:27:35] "POST /neutron/router HTTP/1.1" 200 541 0.004386 10.0.0.133 - - [2026-05-28 02:27:35] "POST /neutron/router HTTP/1.1" 200 541 0.004650 10.0.0.133 - - [2026-05-28 02:27:35] "POST /neutron/router HTTP/1.1" 200 541 0.005165 10.0.0.133 - - [2026-05-28 02:27:35] "POST /neutron/router HTTP/1.1" 200 541 0.004813 10.0.0.133 - - [2026-05-28 02:27:36] "POST /neutron/router HTTP/1.1" 200 541 0.004323 10.0.0.133 - - [2026-05-28 02:27:36] "POST /neutron/router HTTP/1.1" 200 541 0.005465 10.0.0.133 - - [2026-05-28 02:27:36] "POST /neutron/router HTTP/1.1" 200 541 0.004284 10.0.0.133 - - [2026-05-28 02:27:36] "POST /neutron/router HTTP/1.1" 200 541 0.004520 10.0.0.133 - - [2026-05-28 02:27:36] "POST /neutron/router HTTP/1.1" 200 541 0.006072 10.0.0.133 - - [2026-05-28 02:27:36] "POST /neutron/router HTTP/1.1" 200 541 0.010920 10.0.0.133 - - [2026-05-28 02:27:36] "POST /neutron/router HTTP/1.1" 200 151 0.082171 10.0.0.41 - - [2026-05-28 02:27:36] "DELETE /route-target/1d60f91b-c063-43b9-8629-2de2cc50171b HTTP/1.1" 200 115 0.025728 10.0.0.133 - - [2026-05-28 02:27:36] "POST /neutron/security_group HTTP/1.1" 200 521 0.006001 10.0.0.41 - - [2026-05-28 02:27:36] "DELETE /access-control-list/a1b6d28a-7d8c-4d03-9bf7-28752271daa5 HTTP/1.1" 200 115 0.064782 10.0.0.133 - - [2026-05-28 02:27:36] "POST /neutron/security_group HTTP/1.1" 200 151 0.082812 10.0.0.41 - - [2026-05-28 02:27:36] "DELETE /access-control-list/e27337cb-ec46-49f5-8f0c-2b9ea9a2b37c HTTP/1.1" 200 115 0.047411 10.0.0.131 - - [2026-05-28 02:27:38] "GET /projects?obj_uuids=63755923-311b-4fec-b832-cfa277ee0ac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001327 10.0.0.133 - - [2026-05-28 02:27:38] "GET /project/63755923-311b-4fec-b832-cfa277ee0ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.046510 10.0.0.131 - - [2026-05-28 02:27:38] "GET /projects?obj_uuids=63755923-311b-4fec-b832-cfa277ee0ac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.133 - - [2026-05-28 02:27:38] "GET /project/63755923-311b-4fec-b832-cfa277ee0ac8?fields=virtual_networks HTTP/1.1" 200 1024 0.062894 10.0.0.131 - - [2026-05-28 02:27:38] "GET /projects?obj_uuids=63755923-311b-4fec-b832-cfa277ee0ac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000967 10.0.0.133 - - [2026-05-28 02:27:38] "GET /project/63755923-311b-4fec-b832-cfa277ee0ac8?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.051902 10.0.0.131 - - [2026-05-28 02:27:38] "GET /projects?obj_uuids=63755923-311b-4fec-b832-cfa277ee0ac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001318 10.0.0.133 - - [2026-05-28 02:27:38] "GET /project/63755923-311b-4fec-b832-cfa277ee0ac8?fields=security_groups HTTP/1.1" 200 1246 0.053690 10.0.0.133 - - [2026-05-28 02:27:39] "POST /fqname-to-id HTTP/1.1" 404 184 0.040625 10.0.0.131 - - [2026-05-28 02:27:39] "GET /projects?obj_uuids=c1b63590-cef8-46fd-a4da-c9236013ca5b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003014 10.0.0.131 - - [2026-05-28 02:27:39] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.131 - - [2026-05-28 02:27:39] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008384 10.0.0.131 - - [2026-05-28 02:27:40] "POST /id-to-fqname HTTP/1.1" 200 186 0.006912 10.0.0.131 - - [2026-05-28 02:27:40] "POST /fqname-to-id HTTP/1.1" 404 195 0.003690 10.0.0.131 - - [2026-05-28 02:27:40] "POST /security-groups HTTP/1.1" 200 587 0.036127 10.0.0.41 - - [2026-05-28 02:27:40] "POST /fqname-to-id HTTP/1.1" 404 230 0.004408 10.0.0.131 - - [2026-05-28 02:27:40] "POST /projects HTTP/1.1" 200 577 0.305210 10.0.0.131 - - [2026-05-28 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.382068 10.0.0.41 - - [2026-05-28 02:27:40] "POST /access-control-lists HTTP/1.1" 200 592 0.031161 10.0.0.133 - - [2026-05-28 02:27:40] "GET /project/c1b63590-cef8-46fd-a4da-c9236013ca5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.551258 10.0.0.133 - - [2026-05-28 02:27:41] "GET / HTTP/1.1" 200 36215 0.002270 10.0.0.133 - - [2026-05-28 02:27:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000477 10.0.0.133 - - [2026-05-28 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.071044 10.0.0.131 - - [2026-05-28 02:27:43] "GET /projects?obj_uuids=c1b63590-cef8-46fd-a4da-c9236013ca5b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000903 10.0.0.133 - - [2026-05-28 02:27:43] "GET /project/c1b63590-cef8-46fd-a4da-c9236013ca5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.048112 10.0.0.133 - - [2026-05-28 02:27:43] "POST /neutron/network HTTP/1.1" 200 117 0.054053 10.0.0.133 - - [2026-05-28 02:27:44] "POST /neutron/network HTTP/1.1" 200 819 0.008837 10.0.0.133 - - [2026-05-28 02:27:44] "POST /id-to-fqname HTTP/1.1" 200 216 0.001246 10.0.0.133 - - [2026-05-28 02:27:44] "GET /virtual-network/6c359c66-ce62-46c4-aebd-5137a7539b9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005541 10.0.0.133 - - [2026-05-28 02:27:44] "GET /virtual-network/6c359c66-ce62-46c4-aebd-5137a7539b9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007683 10.0.0.133 - - [2026-05-28 02:27:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.011735 10.0.0.133 - - [2026-05-28 02:27:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.003679 10.0.0.133 - - [2026-05-28 02:27:44] "GET /virtual-network/6c359c66-ce62-46c4-aebd-5137a7539b9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006608 10.0.0.133 - - [2026-05-28 02:27:45] "GET /virtual-machine-interface/26b2ff5e-b495-4a85-ba7f-1252aff48da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.008943 10.0.0.133 - - [2026-05-28 02:27:45] "GET /virtual-machine-interface/26b2ff5e-b495-4a85-ba7f-1252aff48da7?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.015774 10.0.0.133 - - [2026-05-28 02:27:45] "GET /instance-ip/235f75d5-cf4d-49d8-8cbf-8c5473c727fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.006701 10.0.0.133 - - [2026-05-28 02:27:45] "POST /neutron/port HTTP/1.1" 200 151 0.146434 10.0.0.41 - - [2026-05-28 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007381 10.0.0.133 - - [2026-05-28 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.131 - - [2026-05-28 02:27:48] "GET /projects?obj_uuids=c1b63590-cef8-46fd-a4da-c9236013ca5b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001349 10.0.0.133 - - [2026-05-28 02:27:48] "GET /project/c1b63590-cef8-46fd-a4da-c9236013ca5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.064119 10.0.0.133 - - [2026-05-28 02:27:48] "POST /neutron/network HTTP/1.1" 200 117 0.019141 10.0.0.41 - - [2026-05-28 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.046570 10.0.0.131 - - [2026-05-28 02:27:49] "POST /useragent-kv HTTP/1.1" 200 115 0.011577 10.0.0.133 - - [2026-05-28 02:27:49] "POST /neutron/subnet HTTP/1.1" 200 715 0.256835 10.0.0.133 - - [2026-05-28 02:27:49] "POST /id-to-fqname HTTP/1.1" 200 217 0.002474 10.0.0.133 - - [2026-05-28 02:27:49] "GET /virtual-network/808d9568-2d92-48ad-891f-2fdde116a4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006645 10.0.0.133 - - [2026-05-28 02:27:49] "GET /virtual-network/808d9568-2d92-48ad-891f-2fdde116a4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006136 10.0.0.133 - - [2026-05-28 02:27:49] "POST /neutron/network HTTP/1.1" 200 978 0.009153 10.0.0.131 - - [2026-05-28 02:27:49] "GET /projects?obj_uuids=c1b63590-cef8-46fd-a4da-c9236013ca5b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001692 10.0.0.133 - - [2026-05-28 02:27:50] "POST /neutron/port HTTP/1.1" 200 1020 0.287555 10.0.0.133 - - [2026-05-28 02:27:50] "POST /id-to-fqname HTTP/1.1" 200 217 0.001190 10.0.0.133 - - [2026-05-28 02:27:50] "POST /neutron/port HTTP/1.1" 200 1020 0.048628 10.0.0.133 - - [2026-05-28 02:27:50] "POST /neutron/port HTTP/1.1" 200 117 0.008002 10.0.0.133 - - [2026-05-28 02:27:51] "POST /id-to-fqname HTTP/1.1" 200 217 0.001516 10.0.0.133 - - [2026-05-28 02:27:51] "POST /neutron/port HTTP/1.1" 200 1016 0.019415 10.0.0.133 - - [2026-05-28 02:27:51] "POST /neutron/port HTTP/1.1" 200 1020 0.011453 10.0.0.133 - - [2026-05-28 02:27:51] "POST /neutron/port HTTP/1.1" 200 117 0.015427 10.0.0.133 - - [2026-05-28 02:27:52] "POST /neutron/port HTTP/1.1" 200 1020 0.074855 10.0.0.133 - - [2026-05-28 02:27:52] "POST /neutron/port HTTP/1.1" 200 1016 0.015009 10.0.0.133 - - [2026-05-28 02:27:52] "POST /neutron/port HTTP/1.1" 200 1016 0.047258 10.0.0.133 - - [2026-05-28 02:27:52] "POST /neutron/port HTTP/1.1" 200 1108 0.218437 10.0.0.133 - - [2026-05-28 02:27:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003786 10.0.0.133 - - [2026-05-28 02:27:52] "POST /neutron/subnet HTTP/1.1" 200 689 0.011666 10.0.0.133 - - [2026-05-28 02:27:52] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.133 - - [2026-05-28 02:27:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008864 10.0.0.133 - - [2026-05-28 02:27:57] "POST /neutron/port HTTP/1.1" 200 1122 0.023873 10.0.0.133 - - [2026-05-28 02:27:57] "GET /virtual-machine/ebd8a4ac-05a1-499c-a057-44e0b71969c9 HTTP/1.1" 401 293 0.000587 10.0.0.133 - - [2026-05-28 02:27:57] "GET /virtual-machine/ebd8a4ac-05a1-499c-a057-44e0b71969c9 HTTP/1.1" 200 1287 0.037432 10.0.0.133 - - [2026-05-28 02:27:57] "GET /virtual-machine-interface/8f1f39a5-a7dd-46fc-a065-056f7ad0e063 HTTP/1.1" 200 2932 0.005712 10.0.0.133 - - [2026-05-28 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.133 - - [2026-05-28 02:27:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004715 10.0.0.133 - - [2026-05-28 02:27:57] "GET /virtual-networks?parent_id=c1b63590-cef8-46fd-a4da-c9236013ca5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003914 10.0.0.133 - - [2026-05-28 02:27:57] "GET /virtual-network/808d9568-2d92-48ad-891f-2fdde116a4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007890 10.0.0.133 - - [2026-05-28 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.133 - - [2026-05-28 02:28:00] "GET /virtual-network/808d9568-2d92-48ad-891f-2fdde116a4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006643 10.0.0.133 - - [2026-05-28 02:28:01] "POST /neutron/port HTTP/1.1" 200 1122 0.021598 10.0.0.133 - - [2026-05-28 02:28:01] "POST /neutron/subnet HTTP/1.1" 200 708 0.015986 10.0.0.133 - - [2026-05-28 02:28:01] "POST /neutron/network HTTP/1.1" 200 978 0.009461 10.0.0.133 - - [2026-05-28 02:28:02] "POST /neutron/security_group HTTP/1.1" 200 2054 0.039979 10.0.0.133 - - [2026-05-28 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.133 - - [2026-05-28 02:28:02] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003993 10.0.0.133 - - [2026-05-28 02:28:02] "GET /virtual-networks?parent_id=c1b63590-cef8-46fd-a4da-c9236013ca5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003050 10.0.0.133 - - [2026-05-28 02:28:02] "GET /virtual-network/808d9568-2d92-48ad-891f-2fdde116a4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007453 10.0.0.133 - - [2026-05-28 02:28:08] "POST /neutron/port HTTP/1.1" 200 1118 0.020557 10.0.0.133 - - [2026-05-28 02:28:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008779 10.0.0.133 - - [2026-05-28 02:28:08] "GET /virtual-machine/26b772f3-f4c9-46cc-a9d1-50299364cfee HTTP/1.1" 200 1286 0.006774 10.0.0.133 - - [2026-05-28 02:28:08] "GET /virtual-machine-interface/63326dbb-d4a9-4dab-a968-2c97188e9f58 HTTP/1.1" 200 2931 0.005412 10.0.0.133 - - [2026-05-28 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.133 - - [2026-05-28 02:28:08] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003879 10.0.0.133 - - [2026-05-28 02:28:08] "GET /virtual-networks?parent_id=c1b63590-cef8-46fd-a4da-c9236013ca5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003582 10.0.0.133 - - [2026-05-28 02:28:08] "GET /virtual-network/808d9568-2d92-48ad-891f-2fdde116a4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007553 10.0.0.133 - - [2026-05-28 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.133 - - [2026-05-28 02:28:09] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004207 10.0.0.133 - - [2026-05-28 02:28:09] "GET /virtual-networks?parent_id=c1b63590-cef8-46fd-a4da-c9236013ca5b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003068 10.0.0.133 - - [2026-05-28 02:28:09] "GET /virtual-network/808d9568-2d92-48ad-891f-2fdde116a4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007797 10.0.0.133 - - [2026-05-28 02:28:13] "POST /neutron/port HTTP/1.1" 200 1108 0.016933 10.0.0.133 - - [2026-05-28 02:28:13] "POST /neutron/port HTTP/1.1" 200 1112 0.018099 10.0.0.133 - - [2026-05-28 02:28:13] "POST /neutron/network HTTP/1.1" 200 978 0.010141 10.0.0.131 - - [2026-05-28 02:28:15] "GET /projects?obj_uuids=c1b63590-cef8-46fd-a4da-c9236013ca5b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000952 10.0.0.133 - - [2026-05-28 02:28:15] "GET /project/c1b63590-cef8-46fd-a4da-c9236013ca5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.044296 10.0.0.131 - - [2026-05-28 02:28:15] "GET /projects?obj_uuids=c1b63590-cef8-46fd-a4da-c9236013ca5b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001127 10.0.0.133 - - [2026-05-28 02:28:15] "GET /project/c1b63590-cef8-46fd-a4da-c9236013ca5b?fields=virtual_networks HTTP/1.1" 200 1027 0.052937 10.0.0.131 - - [2026-05-28 02:28:15] "GET /projects?obj_uuids=c1b63590-cef8-46fd-a4da-c9236013ca5b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001490 10.0.0.133 - - [2026-05-28 02:28:15] "GET /project/c1b63590-cef8-46fd-a4da-c9236013ca5b?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.052093 10.0.0.131 - - [2026-05-28 02:28:15] "GET /projects?obj_uuids=c1b63590-cef8-46fd-a4da-c9236013ca5b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001009 10.0.0.133 - - [2026-05-28 02:28:15] "GET /project/c1b63590-cef8-46fd-a4da-c9236013ca5b?fields=security_groups HTTP/1.1" 200 1250 0.051630 10.0.0.133 - - [2026-05-28 02:28:16] "POST /fqname-to-id HTTP/1.1" 404 186 0.032061 10.0.0.131 - - [2026-05-28 02:28:16] "GET /projects?obj_uuids=c1540a71-5587-4578-a904-f91711c7f6bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003651 10.0.0.131 - - [2026-05-28 02:28:16] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.131 - - [2026-05-28 02:28:16] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008837 10.0.0.131 - - [2026-05-28 02:28:16] "POST /id-to-fqname HTTP/1.1" 200 188 0.002278 10.0.0.131 - - [2026-05-28 02:28:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.006497 10.0.0.131 - - [2026-05-28 02:28:17] "POST /security-groups HTTP/1.1" 200 589 0.033848 10.0.0.41 - - [2026-05-28 02:28:17] "POST /fqname-to-id HTTP/1.1" 404 232 0.005834 10.0.0.131 - - [2026-05-28 02:28:17] "POST /projects HTTP/1.1" 200 581 0.273101 10.0.0.131 - - [2026-05-28 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.308300 10.0.0.133 - - [2026-05-28 02:28:17] "GET /project/c1540a71-5587-4578-a904-f91711c7f6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.473396 10.0.0.41 - - [2026-05-28 02:28:17] "POST /access-control-lists HTTP/1.1" 200 594 0.065827 10.0.0.133 - - [2026-05-28 02:28:18] "POST /neutron/port HTTP/1.1" 400 205 0.004660 10.0.0.133 - - [2026-05-28 02:28:18] "GET / HTTP/1.1" 200 36215 0.001935 10.0.0.133 - - [2026-05-28 02:28:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000586 10.0.0.133 - - [2026-05-28 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.046788 10.0.0.131 - - [2026-05-28 02:28:20] "GET /projects?obj_uuids=c1540a71-5587-4578-a904-f91711c7f6bc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001137 10.0.0.133 - - [2026-05-28 02:28:21] "GET /project/c1540a71-5587-4578-a904-f91711c7f6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.067293 10.0.0.133 - - [2026-05-28 02:28:21] "POST /neutron/network HTTP/1.1" 200 117 0.045487 10.0.0.41 - - [2026-05-28 02:28:21] "POST /route-targets HTTP/1.1" 200 328 0.014891 10.0.0.133 - - [2026-05-28 02:28:21] "POST /neutron/network HTTP/1.1" 200 824 0.009678 10.0.0.133 - - [2026-05-28 02:28:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001012 10.0.0.133 - - [2026-05-28 02:28:21] "GET /virtual-network/e97219df-15b8-4725-9228-68621d9aca6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005727 10.0.0.133 - - [2026-05-28 02:28:21] "GET /virtual-network/e97219df-15b8-4725-9228-68621d9aca6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005847 10.0.0.133 - - [2026-05-28 02:28:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.016079 10.0.0.133 - - [2026-05-28 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.131 - - [2026-05-28 02:28:21] "GET /projects?obj_uuids=c1540a71-5587-4578-a904-f91711c7f6bc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.133 - - [2026-05-28 02:28:21] "GET /project/c1540a71-5587-4578-a904-f91711c7f6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.051860 10.0.0.41 - - [2026-05-28 02:28:22] "POST /ref-update HTTP/1.1" 200 156 0.037849 10.0.0.131 - - [2026-05-28 02:28:22] "POST /useragent-kv HTTP/1.1" 200 115 0.005633 10.0.0.133 - - [2026-05-28 02:28:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.190743 10.0.0.133 - - [2026-05-28 02:28:22] "POST /id-to-fqname HTTP/1.1" 200 219 0.001278 10.0.0.133 - - [2026-05-28 02:28:22] "GET /virtual-network/83ae8bef-dd25-4b49-99f2-aae9c1677c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005438 10.0.0.133 - - [2026-05-28 02:28:22] "GET /virtual-network/83ae8bef-dd25-4b49-99f2-aae9c1677c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006239 10.0.0.133 - - [2026-05-28 02:28:22] "POST /neutron/network HTTP/1.1" 200 826 0.006406 10.0.0.133 - - [2026-05-28 02:28:22] "POST /id-to-fqname HTTP/1.1" 200 219 0.001249 10.0.0.131 - - [2026-05-28 02:28:23] "GET /projects?obj_uuids=c1540a71-5587-4578-a904-f91711c7f6bc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001006 10.0.0.133 - - [2026-05-28 02:28:23] "GET /project/c1540a71-5587-4578-a904-f91711c7f6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.113433 10.0.0.133 - - [2026-05-28 02:28:23] "POST /neutron/network HTTP/1.1" 200 824 0.007889 10.0.0.133 - - [2026-05-28 02:28:23] "POST /id-to-fqname HTTP/1.1" 200 219 0.001350 10.0.0.133 - - [2026-05-28 02:28:23] "POST /neutron/port HTTP/1.1" 200 117 0.010265 10.0.0.131 - - [2026-05-28 02:28:23] "DELETE /project/c1b63590cef846fda4dac9236013ca5b HTTP/1.1" 404 173 0.012864 10.0.0.131 - - [2026-05-28 02:28:23] "DELETE /project/63755923311b4fecb832cfa277ee0ac8 HTTP/1.1" 404 173 0.008922 10.0.0.131 - - [2026-05-28 02:28:23] "DELETE /project/c1540a7155874578a904f91711c7f6bc HTTP/1.1" 404 173 0.010094 10.0.0.131 - - [2026-05-28 02:28:23] "DELETE /project/55edb2f3-fb8d-4b61-9c9a-6871f485ff2a HTTP/1.1" 404 177 0.008579 10.0.0.131 - - [2026-05-28 02:28:23] "GET /projects?obj_uuids=63755923-311b-4fec-b832-cfa277ee0ac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001029 10.0.0.131 - - [2026-05-28 02:28:23] "GET /projects?obj_uuids=c1b63590-cef8-46fd-a4da-c9236013ca5b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001044 10.0.0.131 - - [2026-05-28 02:28:23] "GET /project/63755923-311b-4fec-b832-cfa277ee0ac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.068432 10.0.0.131 - - [2026-05-28 02:28:23] "GET /project/c1b63590-cef8-46fd-a4da-c9236013ca5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.080791 10.0.0.131 - - [2026-05-28 02:28:23] "GET /projects?obj_uuids=63755923-311b-4fec-b832-cfa277ee0ac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000997 10.0.0.131 - - [2026-05-28 02:28:23] "GET /projects?obj_uuids=c1b63590-cef8-46fd-a4da-c9236013ca5b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000847 10.0.0.131 - - [2026-05-28 02:28:24] "GET /project/63755923-311b-4fec-b832-cfa277ee0ac8?fields=security_groups HTTP/1.1" 200 1348 0.071261 10.0.0.131 - - [2026-05-28 02:28:24] "GET /project/c1b63590-cef8-46fd-a4da-c9236013ca5b?fields=security_groups HTTP/1.1" 200 1352 0.111916 10.0.0.131 - - [2026-05-28 02:28:24] "DELETE /security-group/d1ea5217-2442-44ad-8324-fb291cd4cdea HTTP/1.1" 200 115 0.073351 10.0.0.131 - - [2026-05-28 02:28:24] "GET /projects?obj_uuids=63755923-311b-4fec-b832-cfa277ee0ac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001292 10.0.0.131 - - [2026-05-28 02:28:24] "DELETE /security-group/e7951f87-91ac-4185-b937-9ffebc18eeea HTTP/1.1" 200 115 0.092538 10.0.0.131 - - [2026-05-28 02:28:24] "GET /projects?obj_uuids=c1b63590-cef8-46fd-a4da-c9236013ca5b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001067 10.0.0.131 - - [2026-05-28 02:28:24] "GET /project/63755923-311b-4fec-b832-cfa277ee0ac8?fields=application_policy_sets HTTP/1.1" 200 1387 0.066447 10.0.0.131 - - [2026-05-28 02:28:24] "GET /project/c1b63590-cef8-46fd-a4da-c9236013ca5b?fields=application_policy_sets HTTP/1.1" 200 1391 0.064676 10.0.0.41 - - [2026-05-28 02:28:24] "DELETE /access-control-list/73ce0973-ca02-4f45-a584-4baa3ad32e90 HTTP/1.1" 200 115 0.090446 10.0.0.131 - - [2026-05-28 02:28:24] "DELETE /project/63755923-311b-4fec-b832-cfa277ee0ac8 HTTP/1.1" 200 115 0.658251 10.0.0.131 - - [2026-05-28 02:28:24] "DELETE /project/c1b63590-cef8-46fd-a4da-c9236013ca5b HTTP/1.1" 200 115 0.695402 10.0.0.131 - - [2026-05-28 02:28:24] "GET /projects?obj_uuids=c1540a71-5587-4578-a904-f91711c7f6bc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001461 10.0.0.133 - - [2026-05-28 02:28:24] "POST /neutron/port HTTP/1.1" 200 1058 0.401151 10.0.0.133 - - [2026-05-28 02:28:25] "POST /neutron/port HTTP/1.1" 200 1112 0.126340 10.0.0.131 - - [2026-05-28 02:28:25] "GET /projects?obj_uuids=c1540a71-5587-4578-a904-f91711c7f6bc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000955 10.0.0.133 - - [2026-05-28 02:28:25] "GET /project/c1540a71-5587-4578-a904-f91711c7f6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.121342 10.0.0.133 - - [2026-05-28 02:28:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004594 10.0.0.133 - - [2026-05-28 02:28:25] "POST /neutron/network HTTP/1.1" 200 824 0.007988 10.0.0.133 - - [2026-05-28 02:28:25] "POST /neutron/port HTTP/1.1" 200 117 0.006845 10.0.0.41 - - [2026-05-28 02:28:25] "PUT /logical-router/3be1fa7d-09b6-466c-b7c8-7cb734c01497 HTTP/1.1" 200 263 0.049478 10.0.0.131 - - [2026-05-28 02:28:25] "GET /projects?obj_uuids=c1540a71-5587-4578-a904-f91711c7f6bc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.133 - - [2026-05-28 02:28:26] "POST /neutron/router HTTP/1.1" 200 344 0.456066 10.0.0.133 - - [2026-05-28 02:28:26] "POST /neutron/port HTTP/1.1" 200 1122 0.050910 10.0.0.133 - - [2026-05-28 02:28:26] "POST /neutron/port HTTP/1.1" 200 1060 0.057170 10.0.0.133 - - [2026-05-28 02:28:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005209 10.0.0.133 - - [2026-05-28 02:28:27] "POST /neutron/network HTTP/1.1" 200 826 0.009129 10.0.0.133 - - [2026-05-28 02:28:31] "POST /neutron/port HTTP/1.1" 200 1122 0.017062 10.0.0.133 - - [2026-05-28 02:28:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008272 10.0.0.133 - - [2026-05-28 02:28:31] "GET /virtual-machine/d3e1378f-54eb-4192-acd2-3a99b9f91c4d HTTP/1.1" 401 293 0.000434 10.0.0.133 - - [2026-05-28 02:28:32] "GET /virtual-machine/d3e1378f-54eb-4192-acd2-3a99b9f91c4d HTTP/1.1" 200 1293 0.034239 10.0.0.133 - - [2026-05-28 02:28:32] "GET /virtual-machine-interface/3f6d19ba-be62-4326-8449-02c5f8c6f927 HTTP/1.1" 200 2940 0.006285 10.0.0.133 - - [2026-05-28 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.133 - - [2026-05-28 02:28:32] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004395 10.0.0.133 - - [2026-05-28 02:28:32] "GET /virtual-networks?parent_id=c1540a71-5587-4578-a904-f91711c7f6bc&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003049 10.0.0.133 - - [2026-05-28 02:28:32] "GET /virtual-network/e97219df-15b8-4725-9228-68621d9aca6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008031 10.0.0.133 - - [2026-05-28 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005616 10.0.0.133 - - [2026-05-28 02:28:35] "GET /virtual-network/e97219df-15b8-4725-9228-68621d9aca6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005855 10.0.0.133 - - [2026-05-28 02:28:38] "POST /neutron/port HTTP/1.1" 200 1124 0.023665 10.0.0.133 - - [2026-05-28 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.133 - - [2026-05-28 02:28:39] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004376 10.0.0.133 - - [2026-05-28 02:28:39] "GET /virtual-networks?parent_id=c1540a71-5587-4578-a904-f91711c7f6bc&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004478 10.0.0.133 - - [2026-05-28 02:28:39] "GET /virtual-network/e97219df-15b8-4725-9228-68621d9aca6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006599 10.0.0.133 - - [2026-05-28 02:28:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008718 10.0.0.133 - - [2026-05-28 02:28:39] "POST /neutron/port HTTP/1.1" 200 1124 0.019621 10.0.0.133 - - [2026-05-28 02:28:39] "GET /virtual-machine/8ea7f365-d852-4964-a3c2-7775f997a9e1 HTTP/1.1" 200 1293 0.008225 10.0.0.133 - - [2026-05-28 02:28:39] "GET /virtual-machine-interface/6681f3ef-3890-4415-a184-91819ec16160 HTTP/1.1" 200 2941 0.006659 10.0.0.133 - - [2026-05-28 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.133 - - [2026-05-28 02:28:40] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003981 10.0.0.133 - - [2026-05-28 02:28:40] "GET /virtual-networks?parent_id=c1540a71-5587-4578-a904-f91711c7f6bc&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006916 10.0.0.133 - - [2026-05-28 02:28:40] "GET /virtual-network/83ae8bef-dd25-4b49-99f2-aae9c1677c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007602 10.0.0.133 - - [2026-05-28 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.133 - - [2026-05-28 02:28:41] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004279 10.0.0.133 - - [2026-05-28 02:28:41] "GET /virtual-networks?parent_id=c1540a71-5587-4578-a904-f91711c7f6bc&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003923 10.0.0.133 - - [2026-05-28 02:28:41] "GET /virtual-network/83ae8bef-dd25-4b49-99f2-aae9c1677c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007213 10.0.0.131 - - [2026-05-28 02:28:45] "GET /projects?obj_uuids=c1540a71-5587-4578-a904-f91711c7f6bc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001198 10.0.0.133 - - [2026-05-28 02:28:45] "POST /neutron/router HTTP/1.1" 200 344 0.386905 10.0.0.41 - - [2026-05-28 02:28:48] "POST /ref-update HTTP/1.1" 200 156 0.020694 10.0.0.133 - - [2026-05-28 02:28:48] "POST /neutron/router HTTP/1.1" 200 344 0.216160 10.0.0.133 - - [2026-05-28 02:28:54] "POST /neutron/router HTTP/1.1" 200 580 0.010442 10.0.0.133 - - [2026-05-28 02:28:54] "POST /neutron/router HTTP/1.1" 200 344 0.179171 10.0.0.133 - - [2026-05-28 02:28:54] "POST /neutron/router HTTP/1.1" 200 151 0.096165 10.0.0.133 - - [2026-05-28 02:28:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004811 10.0.0.41 - - [2026-05-28 02:28:54] "GET /logical-router/3be1fa7d-09b6-466c-b7c8-7cb734c01497?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.075835 10.0.0.41 - - [2026-05-28 02:28:54] "POST /ref-update HTTP/1.1" 200 156 0.023340 10.0.0.133 - - [2026-05-28 02:28:54] "POST /neutron/network HTTP/1.1" 200 826 0.007590 10.0.0.133 - - [2026-05-28 02:28:55] "POST /neutron/port HTTP/1.1" 200 1124 0.024581 10.0.0.133 - - [2026-05-28 02:28:55] "POST /neutron/port HTTP/1.1" 200 1122 0.017143 10.0.0.133 - - [2026-05-28 02:28:57] "POST /neutron/network HTTP/1.1" 200 826 0.007600 10.0.0.41 - - [2026-05-28 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.131 - - [2026-05-28 02:28:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004376 10.0.0.131 - - [2026-05-28 02:28:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003669 10.0.0.133 - - [2026-05-28 02:28:57] "POST /neutron/network HTTP/1.1" 200 151 0.123691 10.0.0.41 - - [2026-05-28 02:28:57] "DELETE /route-target/8a158528-80a9-4276-8025-4375c5dfe8f9 HTTP/1.1" 200 115 0.031281 10.0.0.131 - - [2026-05-28 02:28:58] "GET /projects?obj_uuids=c1540a71-5587-4578-a904-f91711c7f6bc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001362 10.0.0.133 - - [2026-05-28 02:28:58] "GET /project/c1540a71-5587-4578-a904-f91711c7f6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.059793 10.0.0.131 - - [2026-05-28 02:28:58] "GET /projects?obj_uuids=c1540a71-5587-4578-a904-f91711c7f6bc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001051 10.0.0.133 - - [2026-05-28 02:28:58] "GET /project/c1540a71-5587-4578-a904-f91711c7f6bc?fields=virtual_networks HTTP/1.1" 200 1031 0.055228 10.0.0.131 - - [2026-05-28 02:28:58] "GET /projects?obj_uuids=c1540a71-5587-4578-a904-f91711c7f6bc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000848 10.0.0.133 - - [2026-05-28 02:28:59] "GET /project/c1540a71-5587-4578-a904-f91711c7f6bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.041015 10.0.0.131 - - [2026-05-28 02:28:59] "GET /projects?obj_uuids=c1540a71-5587-4578-a904-f91711c7f6bc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001490 10.0.0.133 - - [2026-05-28 02:28:59] "GET /project/c1540a71-5587-4578-a904-f91711c7f6bc?fields=security_groups HTTP/1.1" 200 1256 0.050798 10.0.0.133 - - [2026-05-28 02:28:59] "POST /fqname-to-id HTTP/1.1" 404 191 0.030411 10.0.0.131 - - [2026-05-28 02:29:00] "GET /projects?obj_uuids=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003503 10.0.0.131 - - [2026-05-28 02:29:00] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001762 10.0.0.131 - - [2026-05-28 02:29:00] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010154 10.0.0.131 - - [2026-05-28 02:29:00] "POST /id-to-fqname HTTP/1.1" 200 193 0.004745 10.0.0.131 - - [2026-05-28 02:29:00] "POST /fqname-to-id HTTP/1.1" 404 202 0.003021 10.0.0.131 - - [2026-05-28 02:29:00] "POST /security-groups HTTP/1.1" 200 594 0.038929 10.0.0.131 - - [2026-05-28 02:29:00] "POST /projects HTTP/1.1" 200 591 0.257508 10.0.0.41 - - [2026-05-28 02:29:00] "POST /fqname-to-id HTTP/1.1" 404 236 0.010966 10.0.0.131 - - [2026-05-28 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.331911 10.0.0.133 - - [2026-05-28 02:29:00] "GET /project/25286353-1d4a-4561-a91a-687115fe20f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.505154 10.0.0.133 - - [2026-05-28 02:29:02] "GET / HTTP/1.1" 200 36215 0.001642 10.0.0.133 - - [2026-05-28 02:29:04] "GET /project/25286353-1d4a-4561-a91a-687115fe20f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000444 10.0.0.131 - - [2026-05-28 02:29:04] "GET /projects?obj_uuids=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001042 10.0.0.133 - - [2026-05-28 02:29:04] "GET /project/25286353-1d4a-4561-a91a-687115fe20f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.076823 10.0.0.133 - - [2026-05-28 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.133 - - [2026-05-28 02:29:04] "GET /security-group/05059a8d-c4ea-474d-8456-2e002c2eaba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.010295 10.0.0.133 - - [2026-05-28 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.131 - - [2026-05-28 02:29:04] "GET /projects?obj_uuids=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000998 10.0.0.133 - - [2026-05-28 02:29:04] "GET /project/25286353-1d4a-4561-a91a-687115fe20f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.066379 10.0.0.133 - - [2026-05-28 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.133 - - [2026-05-28 02:29:04] "GET /security-group/05059a8d-c4ea-474d-8456-2e002c2eaba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.006897 10.0.0.133 - - [2026-05-28 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.133 - - [2026-05-28 02:29:04] "PUT /security-group/05059a8d-c4ea-474d-8456-2e002c2eaba3 HTTP/1.1" 200 263 0.027223 10.0.0.133 - - [2026-05-28 02:29:05] "POST /fqname-to-id HTTP/1.1" 404 202 0.002702 10.0.0.41 - - [2026-05-28 02:29:05] "PUT /access-control-list/5289b620-e4ce-466b-a642-18cbcefd4acb HTTP/1.1" 200 273 0.026729 10.0.0.133 - - [2026-05-28 02:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.131 - - [2026-05-28 02:29:05] "GET /projects?obj_uuids=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001455 10.0.0.133 - - [2026-05-28 02:29:05] "GET /project/25286353-1d4a-4561-a91a-687115fe20f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.057029 10.0.0.131 - - [2026-05-28 02:29:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007962 10.0.0.133 - - [2026-05-28 02:29:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.295305 10.0.0.133 - - [2026-05-28 02:29:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.001483 10.0.0.133 - - [2026-05-28 02:29:05] "GET /virtual-network/13e7b007-be7d-4c49-8889-f0fdefaaa077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006192 10.0.0.133 - - [2026-05-28 02:29:05] "GET /virtual-network/13e7b007-be7d-4c49-8889-f0fdefaaa077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008487 10.0.0.133 - - [2026-05-28 02:29:05] "POST /neutron/network HTTP/1.1" 200 827 0.009184 10.0.0.133 - - [2026-05-28 02:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.131 - - [2026-05-28 02:29:05] "GET /projects?obj_uuids=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000839 10.0.0.133 - - [2026-05-28 02:29:05] "GET /project/25286353-1d4a-4561-a91a-687115fe20f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.052823 10.0.0.131 - - [2026-05-28 02:29:06] "GET /projects?obj_uuids=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001000 10.0.0.41 - - [2026-05-28 02:29:06] "POST /route-targets HTTP/1.1" 200 328 0.022583 10.0.0.133 - - [2026-05-28 02:29:06] "POST /neutron/network HTTP/1.1" 200 615 0.220867 10.0.0.133 - - [2026-05-28 02:29:06] "POST /id-to-fqname HTTP/1.1" 200 227 0.003768 10.0.0.133 - - [2026-05-28 02:29:06] "GET /virtual-network/2ca314fa-687c-4ecd-afb5-dd6d89630306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009595 10.0.0.133 - - [2026-05-28 02:29:06] "POST /neutron/network HTTP/1.1" 200 835 0.006831 10.0.0.133 - - [2026-05-28 02:29:06] "GET /virtual-network/2ca314fa-687c-4ecd-afb5-dd6d89630306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005293 10.0.0.133 - - [2026-05-28 02:29:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001229 10.0.0.133 - - [2026-05-28 02:29:06] "POST /neutron/network HTTP/1.1" 200 837 0.006805 10.0.0.131 - - [2026-05-28 02:29:07] "GET /projects?obj_uuids=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000988 10.0.0.133 - - [2026-05-28 02:29:07] "GET /project/25286353-1d4a-4561-a91a-687115fe20f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.080713 10.0.0.133 - - [2026-05-28 02:29:07] "POST /neutron/port HTTP/1.1" 200 117 0.007066 10.0.0.133 - - [2026-05-28 02:29:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001199 10.0.0.133 - - [2026-05-28 02:29:08] "POST /neutron/network HTTP/1.1" 200 837 0.007382 10.0.0.131 - - [2026-05-28 02:29:09] "GET /projects?obj_uuids=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001044 10.0.0.133 - - [2026-05-28 02:29:09] "GET /project/25286353-1d4a-4561-a91a-687115fe20f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.091317 10.0.0.133 - - [2026-05-28 02:29:09] "POST /neutron/port HTTP/1.1" 200 1063 0.036592 10.0.0.133 - - [2026-05-28 02:29:09] "POST /neutron/port HTTP/1.1" 200 1127 0.019383 10.0.0.133 - - [2026-05-28 02:29:09] "POST /neutron/subnet HTTP/1.1" 200 698 0.011326 10.0.0.133 - - [2026-05-28 02:29:09] "POST /neutron/network HTTP/1.1" 200 827 0.006921 10.0.0.133 - - [2026-05-28 02:29:09] "POST /neutron/router HTTP/1.1" 200 585 0.008126 10.0.0.41 - - [2026-05-28 02:29:09] "PUT /logical-router/649eff15-8818-4a23-ad23-7d98f47fd4a1 HTTP/1.1" 200 263 0.056410 10.0.0.41 - - [2026-05-28 02:29:09] "GET /service-template/06266cc8-c0a3-4f30-b053-b6c57090d401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.006907 10.0.0.131 - - [2026-05-28 02:29:09] "GET /projects?obj_uuids=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001204 10.0.0.41 - - [2026-05-28 02:29:10] "POST /service-instances HTTP/1.1" 200 672 0.110962 10.0.0.133 - - [2026-05-28 02:29:10] "POST /neutron/router HTTP/1.1" 200 344 0.557706 10.0.0.41 - - [2026-05-28 02:29:10] "POST /ref-update HTTP/1.1" 200 156 0.035171 10.0.0.41 - - [2026-05-28 02:29:10] "POST /ref-update HTTP/1.1" 200 156 0.070938 10.0.0.133 - - [2026-05-28 02:29:10] "POST /neutron/port HTTP/1.1" 200 1127 0.053418 10.0.0.41 - - [2026-05-28 02:29:10] "POST /virtual-machines HTTP/1.1" 200 554 0.041056 10.0.0.133 - - [2026-05-28 02:29:10] "POST /neutron/port HTTP/1.1" 200 1064 0.028703 10.0.0.41 - - [2026-05-28 02:29:10] "POST /instance-ips HTTP/1.1" 200 552 0.052262 10.0.0.41 - - [2026-05-28 02:29:10] "PUT /virtual-machine-interface/d5eb8df3-820a-4571-b82a-ce7af9cad0a1 HTTP/1.1" 200 285 0.029112 10.0.0.133 - - [2026-05-28 02:29:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003187 10.0.0.133 - - [2026-05-28 02:29:11] "POST /neutron/network HTTP/1.1" 200 835 0.010349 10.0.0.41 - - [2026-05-28 02:29:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.141496 10.0.0.41 - - [2026-05-28 02:29:11] "POST /instance-ips HTTP/1.1" 400 316 0.036720 10.0.0.41 - - [2026-05-28 02:29:11] "PUT /instance-ip/8a36999a-3493-4a25-8cf9-f32fbadb4e3c HTTP/1.1" 200 257 0.046675 10.0.0.41 - - [2026-05-28 02:29:11] "POST /virtual-machines HTTP/1.1" 200 554 0.024493 10.0.0.41 - - [2026-05-28 02:29:11] "POST /instance-ips HTTP/1.1" 400 246 0.020516 10.0.0.41 - - [2026-05-28 02:29:11] "PUT /instance-ip/8c2958bb-b9f6-4c64-84ad-f68fb954530f HTTP/1.1" 200 257 0.032988 10.0.0.41 - - [2026-05-28 02:29:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.116469 10.0.0.41 - - [2026-05-28 02:29:12] "POST /ref-update HTTP/1.1" 200 156 0.034530 10.0.0.41 - - [2026-05-28 02:29:12] "POST /chown HTTP/1.1" 200 109 0.020792 10.0.0.41 - - [2026-05-28 02:29:12] "POST /ref-update HTTP/1.1" 200 156 0.035946 10.0.0.41 - - [2026-05-28 02:29:12] "PUT /routing-instance/eab23d58-9578-4a33-bc5e-92b7f50af44d HTTP/1.1" 200 267 0.033715 10.0.0.133 - - [2026-05-28 02:29:15] "POST /neutron/port HTTP/1.1" 200 1127 0.020184 10.0.0.133 - - [2026-05-28 02:29:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009819 10.0.0.133 - - [2026-05-28 02:29:15] "GET /virtual-machine/b77c4f53-51a5-4c96-abb4-d402920e4386 HTTP/1.1" 401 293 0.000443 10.0.0.133 - - [2026-05-28 02:29:16] "GET /virtual-machine/b77c4f53-51a5-4c96-abb4-d402920e4386 HTTP/1.1" 200 1298 0.037335 10.0.0.133 - - [2026-05-28 02:29:16] "GET /virtual-machine-interface/55042cb0-f8d3-4dc9-926f-17db9e5206ba HTTP/1.1" 200 2963 0.005277 10.0.0.133 - - [2026-05-28 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.133 - - [2026-05-28 02:29:16] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005014 10.0.0.133 - - [2026-05-28 02:29:16] "GET /virtual-networks?parent_id=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003165 10.0.0.133 - - [2026-05-28 02:29:16] "GET /virtual-network/13e7b007-be7d-4c49-8889-f0fdefaaa077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006241 10.0.0.133 - - [2026-05-28 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.133 - - [2026-05-28 02:29:19] "GET /virtual-network/13e7b007-be7d-4c49-8889-f0fdefaaa077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005884 10.0.0.41 - - [2026-05-28 02:29:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.41 - - [2026-05-28 02:29:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.131 - - [2026-05-28 02:29:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.41 - - [2026-05-28 02:29:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.131 - - [2026-05-28 02:29:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.41 - - [2026-05-28 02:29:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.131 - - [2026-05-28 02:29:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.131 - - [2026-05-28 02:29:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.133 - - [2026-05-28 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.133 - - [2026-05-28 02:29:21] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006014 10.0.0.133 - - [2026-05-28 02:29:21] "GET /virtual-networks?parent_id=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004665 10.0.0.133 - - [2026-05-28 02:29:21] "GET /virtual-network/13e7b007-be7d-4c49-8889-f0fdefaaa077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006354 10.0.0.133 - - [2026-05-28 02:29:21] "POST /neutron/port HTTP/1.1" 200 1128 0.025647 10.0.0.133 - - [2026-05-28 02:29:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007196 10.0.0.133 - - [2026-05-28 02:29:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.133 - - [2026-05-28 02:29:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.133 - - [2026-05-28 02:29:22] "POST /neutron/port HTTP/1.1" 200 1128 0.019163 10.0.0.133 - - [2026-05-28 02:29:22] "GET /virtual-machine/0c2a465a-c1b9-4253-a360-69857d7b3b56 HTTP/1.1" 200 1296 0.006500 10.0.0.133 - - [2026-05-28 02:29:22] "GET /virtual-machine-interface/98eb3fe8-5b67-4fe7-b481-c1a723a1f569 HTTP/1.1" 200 2976 0.005421 10.0.0.133 - - [2026-05-28 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.133 - - [2026-05-28 02:29:22] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004344 10.0.0.133 - - [2026-05-28 02:29:22] "GET /virtual-networks?parent_id=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004326 10.0.0.133 - - [2026-05-28 02:29:22] "GET /virtual-network/2ca314fa-687c-4ecd-afb5-dd6d89630306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006470 10.0.0.133 - - [2026-05-28 02:29:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000590 10.0.0.133 - - [2026-05-28 02:29:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000325 10.0.0.133 - - [2026-05-28 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.133 - - [2026-05-28 02:29:23] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005869 10.0.0.133 - - [2026-05-28 02:29:23] "GET /virtual-networks?parent_id=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003001 10.0.0.133 - - [2026-05-28 02:29:23] "GET /virtual-network/2ca314fa-687c-4ecd-afb5-dd6d89630306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007410 10.0.0.133 - - [2026-05-28 02:29:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007863 10.0.0.131 - - [2026-05-28 02:29:24] "DELETE /project/c1540a71-5587-4578-a904-f91711c7f6bc HTTP/1.1" 404 177 0.005006 10.0.0.131 - - [2026-05-28 02:29:24] "DELETE /project/252863531d4a4561a91a687115fe20f4 HTTP/1.1" 404 173 0.004607 10.0.0.41 - - [2026-05-28 02:29:32] "POST /ref-update HTTP/1.1" 200 156 0.024466 10.0.0.133 - - [2026-05-28 02:29:32] "POST /neutron/router HTTP/1.1" 200 656 0.007554 10.0.0.41 - - [2026-05-28 02:29:32] "GET /logical-router/649eff15-8818-4a23-ad23-7d98f47fd4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.007693 10.0.0.41 - - [2026-05-28 02:29:32] "POST /ref-update HTTP/1.1" 200 156 0.018588 10.0.0.41 - - [2026-05-28 02:29:32] "GET /logical-router/649eff15-8818-4a23-ad23-7d98f47fd4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004268 10.0.0.41 - - [2026-05-28 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.41 - - [2026-05-28 02:29:33] "POST /ref-update HTTP/1.1" 200 156 0.021362 10.0.0.41 - - [2026-05-28 02:29:33] "GET /instance-ip/8a36999a-3493-4a25-8cf9-f32fbadb4e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.012661 10.0.0.133 - - [2026-05-28 02:29:33] "POST /neutron/network HTTP/1.1" 400 204 0.108145 10.0.0.41 - - [2026-05-28 02:29:33] "POST /ref-update HTTP/1.1" 200 156 0.028274 10.0.0.41 - - [2026-05-28 02:29:33] "DELETE /virtual-machine-interface/d5999374-905a-4c5f-97a0-26fd9fdaea71 HTTP/1.1" 200 115 0.077762 10.0.0.41 - - [2026-05-28 02:29:33] "DELETE /route-target/821ab154-8e39-460c-8365-1d67b878c923 HTTP/1.1" 200 115 0.039123 10.0.0.41 - - [2026-05-28 02:29:33] "DELETE /service-instance/a66aeded-d49c-4aaf-aa63-5bb8a942ace0 HTTP/1.1" 200 115 0.079489 10.0.0.41 - - [2026-05-28 02:29:33] "GET /instance-ip/8c2958bb-b9f6-4c64-84ad-f68fb954530f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.030801 10.0.0.133 - - [2026-05-28 02:29:33] "POST /neutron/port HTTP/1.1" 200 151 0.305131 10.0.0.133 - - [2026-05-28 02:29:34] "POST /neutron/port HTTP/1.1" 200 151 0.327962 10.0.0.41 - - [2026-05-28 02:29:34] "DELETE /virtual-machine/62e7ef7d-42b1-4ea7-99d4-a1c246a73d67 HTTP/1.1" 200 115 0.061822 10.0.0.41 - - [2026-05-28 02:29:34] "GET /instance-ip/8c2958bb-b9f6-4c64-84ad-f68fb954530f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.014849 10.0.0.41 - - [2026-05-28 02:29:34] "POST /ref-update HTTP/1.1" 200 156 0.019634 10.0.0.133 - - [2026-05-28 02:29:35] "POST /neutron/network HTTP/1.1" 200 827 0.011298 10.0.0.41 - - [2026-05-28 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.133 - - [2026-05-28 02:29:36] "GET /obj-perms HTTP/1.1" 200 5075 0.063151 10.0.0.131 - - [2026-05-28 02:29:36] "GET /projects?obj_uuids=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000943 10.0.0.133 - - [2026-05-28 02:29:36] "GET /project/25286353-1d4a-4561-a91a-687115fe20f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.051149 10.0.0.131 - - [2026-05-28 02:29:36] "GET /projects?obj_uuids=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000950 10.0.0.133 - - [2026-05-28 02:29:37] "GET /project/25286353-1d4a-4561-a91a-687115fe20f4?fields=virtual_networks HTTP/1.1" 200 1040 0.047262 10.0.0.131 - - [2026-05-28 02:29:37] "GET /projects?obj_uuids=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001004 10.0.0.133 - - [2026-05-28 02:29:37] "GET /project/25286353-1d4a-4561-a91a-687115fe20f4?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.053535 10.0.0.131 - - [2026-05-28 02:29:37] "GET /projects?obj_uuids=25286353-1d4a-4561-a91a-687115fe20f4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001295 10.0.0.133 - - [2026-05-28 02:29:37] "GET /project/25286353-1d4a-4561-a91a-687115fe20f4?fields=security_groups HTTP/1.1" 200 1270 0.048415 10.0.0.133 - - [2026-05-28 02:29:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.031308 10.0.0.131 - - [2026-05-28 02:29:38] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003546 10.0.0.131 - - [2026-05-28 02:29:38] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001427 10.0.0.131 - - [2026-05-28 02:29:38] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007714 10.0.0.131 - - [2026-05-28 02:29:38] "POST /id-to-fqname HTTP/1.1" 200 198 0.002719 10.0.0.131 - - [2026-05-28 02:29:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.007575 10.0.0.131 - - [2026-05-28 02:29:38] "POST /security-groups HTTP/1.1" 200 599 0.074211 10.0.0.131 - - [2026-05-28 02:29:38] "POST /projects HTTP/1.1" 200 601 0.282819 10.0.0.41 - - [2026-05-28 02:29:38] "POST /access-control-lists HTTP/1.1" 200 606 0.026850 10.0.0.131 - - [2026-05-28 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.356107 10.0.0.133 - - [2026-05-28 02:29:38] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.527311 10.0.0.133 - - [2026-05-28 02:29:39] "GET / HTTP/1.1" 200 36215 0.001626 10.0.0.133 - - [2026-05-28 02:29:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000448 10.0.0.133 - - [2026-05-28 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.055818 10.0.0.131 - - [2026-05-28 02:29:41] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.133 - - [2026-05-28 02:29:42] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.050038 10.0.0.131 - - [2026-05-28 02:29:42] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001270 10.0.0.133 - - [2026-05-28 02:29:42] "POST /neutron/network HTTP/1.1" 200 613 0.169126 10.0.0.41 - - [2026-05-28 02:29:42] "POST /route-targets HTTP/1.1" 200 328 0.016756 10.0.0.41 - - [2026-05-28 02:29:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.058910 10.0.0.133 - - [2026-05-28 02:29:42] "POST /neutron/network HTTP/1.1" 200 1007 0.011815 10.0.0.133 - - [2026-05-28 02:29:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.000961 10.0.0.133 - - [2026-05-28 02:29:42] "GET /virtual-network/361a01f4-f3dc-44cb-9eaf-ad2b262f4fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006164 10.0.0.133 - - [2026-05-28 02:29:42] "GET /virtual-network/361a01f4-f3dc-44cb-9eaf-ad2b262f4fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005386 10.0.0.133 - - [2026-05-28 02:29:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.012027 10.0.0.133 - - [2026-05-28 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.131 - - [2026-05-28 02:29:43] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000797 10.0.0.133 - - [2026-05-28 02:29:43] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.046811 10.0.0.131 - - [2026-05-28 02:29:43] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.133 - - [2026-05-28 02:29:43] "POST /neutron/network HTTP/1.1" 200 613 0.139328 10.0.0.41 - - [2026-05-28 02:29:43] "POST /ref-update HTTP/1.1" 200 156 0.037307 10.0.0.133 - - [2026-05-28 02:29:43] "POST /neutron/network HTTP/1.1" 200 1005 0.013638 10.0.0.133 - - [2026-05-28 02:29:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001394 10.0.0.133 - - [2026-05-28 02:29:43] "GET /virtual-network/b276a6b5-c87f-41a3-9d59-6813435a987a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007147 10.0.0.133 - - [2026-05-28 02:29:43] "GET /virtual-network/b276a6b5-c87f-41a3-9d59-6813435a987a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007494 10.0.0.133 - - [2026-05-28 02:29:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.011145 10.0.0.133 - - [2026-05-28 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.005573 10.0.0.133 - - [2026-05-28 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.131 - - [2026-05-28 02:29:44] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001347 10.0.0.133 - - [2026-05-28 02:29:44] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.062499 10.0.0.133 - - [2026-05-28 02:29:44] "POST /network-policys HTTP/1.1" 200 579 0.044453 10.0.0.133 - - [2026-05-28 02:29:44] "GET /network-policy/376e5b6b-fe98-42f6-af1a-5126f58ffabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.008253 10.0.0.133 - - [2026-05-28 02:29:44] "POST /neutron/network HTTP/1.1" 200 1115 0.145852 10.0.0.133 - - [2026-05-28 02:29:44] "GET /virtual-network/361a01f4-f3dc-44cb-9eaf-ad2b262f4fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.032916 10.0.0.133 - - [2026-05-28 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.016565 10.0.0.133 - - [2026-05-28 02:29:44] "GET /network-policy/376e5b6b-fe98-42f6-af1a-5126f58ffabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.005771 10.0.0.41 - - [2026-05-28 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.006361 10.0.0.41 - - [2026-05-28 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.012745 10.0.0.133 - - [2026-05-28 02:29:44] "POST /neutron/network HTTP/1.1" 200 1113 0.131960 10.0.0.133 - - [2026-05-28 02:29:44] "GET /virtual-network/b276a6b5-c87f-41a3-9d59-6813435a987a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006393 10.0.0.133 - - [2026-05-28 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.012672 10.0.0.133 - - [2026-05-28 02:29:45] "GET /network-policy/376e5b6b-fe98-42f6-af1a-5126f58ffabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.005660 10.0.0.133 - - [2026-05-28 02:29:45] "GET /virtual-network/361a01f4-f3dc-44cb-9eaf-ad2b262f4fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006000 10.0.0.133 - - [2026-05-28 02:29:47] "GET /virtual-network/b276a6b5-c87f-41a3-9d59-6813435a987a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006814 10.0.0.41 - - [2026-05-28 02:29:47] "GET /obj-perms HTTP/1.1" 200 5065 0.084974 10.0.0.131 - - [2026-05-28 02:29:47] "GET /obj-perms HTTP/1.1" 200 5065 0.063067 10.0.0.133 - - [2026-05-28 02:29:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001297 10.0.0.131 - - [2026-05-28 02:29:48] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.133 - - [2026-05-28 02:29:48] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.102216 10.0.0.133 - - [2026-05-28 02:29:48] "POST /neutron/network HTTP/1.1" 200 1115 0.009580 10.0.0.133 - - [2026-05-28 02:29:49] "POST /id-to-fqname HTTP/1.1" 200 228 0.001412 10.0.0.133 - - [2026-05-28 02:29:49] "POST /neutron/port HTTP/1.1" 200 117 0.007917 10.0.0.131 - - [2026-05-28 02:29:49] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.133 - - [2026-05-28 02:29:50] "POST /neutron/port HTTP/1.1" 200 1176 0.376586 10.0.0.131 - - [2026-05-28 02:29:50] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001487 10.0.0.133 - - [2026-05-28 02:29:50] "POST /neutron/port HTTP/1.1" 200 1230 0.127228 10.0.0.133 - - [2026-05-28 02:29:50] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.122495 10.0.0.133 - - [2026-05-28 02:29:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004194 10.0.0.133 - - [2026-05-28 02:29:50] "POST /neutron/port HTTP/1.1" 200 117 0.001389 10.0.0.133 - - [2026-05-28 02:29:50] "POST /neutron/port HTTP/1.1" 200 1240 0.022744 10.0.0.133 - - [2026-05-28 02:29:50] "POST /neutron/port HTTP/1.1" 200 1240 0.021150 10.0.0.131 - - [2026-05-28 02:29:51] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.133 - - [2026-05-28 02:29:51] "POST /neutron/port HTTP/1.1" 200 1174 0.418910 10.0.0.133 - - [2026-05-28 02:29:51] "POST /neutron/port HTTP/1.1" 200 1228 0.172128 10.0.0.133 - - [2026-05-28 02:29:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004144 10.0.0.133 - - [2026-05-28 02:29:52] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.133 - - [2026-05-28 02:29:54] "POST /neutron/port HTTP/1.1" 200 1238 0.020898 10.0.0.133 - - [2026-05-28 02:29:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005993 10.0.0.133 - - [2026-05-28 02:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.133 - - [2026-05-28 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008581 10.0.0.133 - - [2026-05-28 02:29:56] "POST /neutron/port HTTP/1.1" 200 1240 0.017797 10.0.0.133 - - [2026-05-28 02:29:56] "GET /virtual-machine/b727d228-b335-436e-af6b-f899d7764259 HTTP/1.1" 401 293 0.000736 10.0.0.133 - - [2026-05-28 02:29:56] "GET /virtual-machine/b727d228-b335-436e-af6b-f899d7764259 HTTP/1.1" 200 1303 0.038268 10.0.0.133 - - [2026-05-28 02:29:56] "GET /virtual-machine-interface/c66b6aa4-b400-4959-a660-872485a88968 HTTP/1.1" 200 3184 0.005310 10.0.0.133 - - [2026-05-28 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.133 - - [2026-05-28 02:29:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004453 10.0.0.133 - - [2026-05-28 02:29:56] "GET /virtual-networks?parent_id=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002738 10.0.0.133 - - [2026-05-28 02:29:56] "GET /virtual-network/361a01f4-f3dc-44cb-9eaf-ad2b262f4fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006243 10.0.0.133 - - [2026-05-28 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005025 10.0.0.133 - - [2026-05-28 02:29:59] "GET /virtual-network/361a01f4-f3dc-44cb-9eaf-ad2b262f4fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006757 10.0.0.133 - - [2026-05-28 02:30:03] "POST /neutron/port HTTP/1.1" 200 1240 0.028937 10.0.0.133 - - [2026-05-28 02:30:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004549 10.0.0.133 - - [2026-05-28 02:30:03] "POST /neutron/port HTTP/1.1" 200 117 0.001612 10.0.0.133 - - [2026-05-28 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.133 - - [2026-05-28 02:30:03] "GET /virtual-network/361a01f4-f3dc-44cb-9eaf-ad2b262f4fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006338 10.0.0.133 - - [2026-05-28 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004875 10.0.0.133 - - [2026-05-28 02:30:07] "GET /virtual-network/361a01f4-f3dc-44cb-9eaf-ad2b262f4fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005147 10.0.0.41 - - [2026-05-28 02:30:08] "DELETE /access-control-list/e232a011-cfde-4cad-8d70-75201fffa807 HTTP/1.1" 200 115 0.040731 10.0.0.133 - - [2026-05-28 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.133 - - [2026-05-28 02:30:11] "GET /virtual-network/361a01f4-f3dc-44cb-9eaf-ad2b262f4fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006702 10.0.0.133 - - [2026-05-28 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.133 - - [2026-05-28 02:30:16] "GET /virtual-network/361a01f4-f3dc-44cb-9eaf-ad2b262f4fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006935 10.0.0.133 - - [2026-05-28 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.133 - - [2026-05-28 02:30:20] "GET /virtual-network/361a01f4-f3dc-44cb-9eaf-ad2b262f4fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006907 10.0.0.133 - - [2026-05-28 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.133 - - [2026-05-28 02:30:24] "GET /virtual-network/361a01f4-f3dc-44cb-9eaf-ad2b262f4fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006403 10.0.0.131 - - [2026-05-28 02:30:24] "DELETE /project/b759843756f44e35b927de53623a3098 HTTP/1.1" 404 173 0.003180 10.0.0.131 - - [2026-05-28 02:30:24] "DELETE /project/25286353-1d4a-4561-a91a-687115fe20f4 HTTP/1.1" 404 177 0.005707 10.0.0.133 - - [2026-05-28 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.133 - - [2026-05-28 02:30:28] "GET /virtual-network/361a01f4-f3dc-44cb-9eaf-ad2b262f4fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006202 10.0.0.133 - - [2026-05-28 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.133 - - [2026-05-28 02:30:32] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003711 10.0.0.133 - - [2026-05-28 02:30:32] "GET /virtual-networks?parent_id=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003691 10.0.0.133 - - [2026-05-28 02:30:32] "GET /virtual-network/361a01f4-f3dc-44cb-9eaf-ad2b262f4fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.007409 10.0.0.133 - - [2026-05-28 02:30:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009505 10.0.0.133 - - [2026-05-28 02:30:42] "POST /neutron/port HTTP/1.1" 200 1240 0.019377 10.0.0.133 - - [2026-05-28 02:30:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008891 10.0.0.133 - - [2026-05-28 02:30:53] "POST /neutron/port HTTP/1.1" 200 1238 0.020557 10.0.0.133 - - [2026-05-28 02:30:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008345 10.0.0.133 - - [2026-05-28 02:30:53] "GET /virtual-machine/b3d59b01-6445-44fa-902b-e45ddd05a576 HTTP/1.1" 200 1303 0.006979 10.0.0.133 - - [2026-05-28 02:30:53] "GET /virtual-machine-interface/b3a8a406-7bbb-42a5-a525-796cf9a74975 HTTP/1.1" 200 3184 0.005766 10.0.0.133 - - [2026-05-28 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.133 - - [2026-05-28 02:30:53] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005572 10.0.0.133 - - [2026-05-28 02:30:53] "GET /virtual-networks?parent_id=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004033 10.0.0.133 - - [2026-05-28 02:30:53] "GET /virtual-network/b276a6b5-c87f-41a3-9d59-6813435a987a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.010262 10.0.0.133 - - [2026-05-28 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.133 - - [2026-05-28 02:30:54] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004620 10.0.0.133 - - [2026-05-28 02:30:54] "GET /virtual-networks?parent_id=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003664 10.0.0.133 - - [2026-05-28 02:30:54] "GET /virtual-network/b276a6b5-c87f-41a3-9d59-6813435a987a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005993 10.0.0.133 - - [2026-05-28 02:30:55] "POST /neutron/port HTTP/1.1" 200 1238 0.021039 10.0.0.133 - - [2026-05-28 02:30:56] "POST /neutron/port HTTP/1.1" 200 1238 0.021599 10.0.0.133 - - [2026-05-28 02:30:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004975 10.0.0.133 - - [2026-05-28 02:30:56] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.133 - - [2026-05-28 02:30:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006793 10.0.0.133 - - [2026-05-28 02:31:03] "POST /neutron/port HTTP/1.1" 200 1240 0.021100 10.0.0.133 - - [2026-05-28 02:31:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004642 10.0.0.133 - - [2026-05-28 02:31:03] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.133 - - [2026-05-28 02:31:05] "POST /neutron/port HTTP/1.1" 200 1238 0.024156 10.0.0.133 - - [2026-05-28 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.131 - - [2026-05-28 02:31:21] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001747 10.0.0.133 - - [2026-05-28 02:31:21] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.061790 10.0.0.133 - - [2026-05-28 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.133 - - [2026-05-28 02:31:21] "PUT /network-policy/376e5b6b-fe98-42f6-af1a-5126f58ffabd HTTP/1.1" 200 263 0.016897 10.0.0.41 - - [2026-05-28 02:31:21] "PUT /access-control-list/0c75f8bd-7715-4c2a-a4ac-4a0c06141e17 HTTP/1.1" 200 273 0.019134 10.0.0.133 - - [2026-05-28 02:31:26] "GET /virtual-network/b276a6b5-c87f-41a3-9d59-6813435a987a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.008397 10.0.0.133 - - [2026-05-28 02:31:26] "POST /neutron/network HTTP/1.1" 200 1005 0.107601 10.0.0.133 - - [2026-05-28 02:31:26] "GET /virtual-network/b276a6b5-c87f-41a3-9d59-6813435a987a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007774 10.0.0.133 - - [2026-05-28 02:31:26] "GET /virtual-network/361a01f4-f3dc-44cb-9eaf-ad2b262f4fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.014641 10.0.0.133 - - [2026-05-28 02:31:26] "POST /neutron/network HTTP/1.1" 200 1007 0.110047 10.0.0.41 - - [2026-05-28 02:31:26] "DELETE /access-control-list/611bb78f-f7e0-41f5-abf4-31851f6c8723 HTTP/1.1" 200 115 0.073689 10.0.0.133 - - [2026-05-28 02:31:26] "GET /virtual-network/361a01f4-f3dc-44cb-9eaf-ad2b262f4fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006618 10.0.0.133 - - [2026-05-28 02:31:26] "POST /neutron/port HTTP/1.1" 200 1228 0.032357 10.0.0.133 - - [2026-05-28 02:31:26] "DELETE /network-policy/376e5b6b-fe98-42f6-af1a-5126f58ffabd HTTP/1.1" 200 115 0.071014 10.0.0.133 - - [2026-05-28 02:31:26] "POST /neutron/network HTTP/1.1" 200 1005 0.014249 10.0.0.133 - - [2026-05-28 02:31:27] "POST /neutron/port HTTP/1.1" 200 151 0.289216 10.0.0.41 - - [2026-05-28 02:31:29] "DELETE /route-target/f86a7f5f-dbff-4915-9442-c2c5e74aadf4 HTTP/1.1" 200 115 0.033858 10.0.0.133 - - [2026-05-28 02:31:29] "POST /neutron/network HTTP/1.1" 200 1007 0.013909 10.0.0.131 - - [2026-05-28 02:31:34] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.133 - - [2026-05-28 02:31:34] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.042122 10.0.0.133 - - [2026-05-28 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.131 - - [2026-05-28 02:31:34] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.133 - - [2026-05-28 02:31:34] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008595 10.0.0.133 - - [2026-05-28 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.131 - - [2026-05-28 02:31:34] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001590 10.0.0.133 - - [2026-05-28 02:31:34] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.038601 10.0.0.133 - - [2026-05-28 02:31:35] "GET /domains HTTP/1.1" 200 281 0.006141 10.0.0.131 - - [2026-05-28 02:31:35] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.133 - - [2026-05-28 02:31:35] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770 HTTP/1.1" 200 2787 0.017552 10.0.0.131 - - [2026-05-28 02:31:35] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.133 - - [2026-05-28 02:31:35] "GET /project/b7598437-56f4-4e35-b927-de53623a3098 HTTP/1.1" 200 1906 0.099451 10.0.0.133 - - [2026-05-28 02:31:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.007593 10.0.0.133 - - [2026-05-28 02:31:35] "POST /network-ipams HTTP/1.1" 200 611 0.034000 10.0.0.133 - - [2026-05-28 02:31:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 805 0.003544 10.0.0.133 - - [2026-05-28 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.133 - - [2026-05-28 02:31:35] "GET /network-ipam/e43926e9-431f-410c-8433-a1516c3350e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.006433 10.0.0.133 - - [2026-05-28 02:31:36] "PUT /network-ipam/e43926e9-431f-410c-8433-a1516c3350e7 HTTP/1.1" 200 259 0.015032 10.0.0.133 - - [2026-05-28 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.009399 10.0.0.131 - - [2026-05-28 02:31:36] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001105 10.0.0.133 - - [2026-05-28 02:31:36] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.044844 10.0.0.131 - - [2026-05-28 02:31:36] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.133 - - [2026-05-28 02:31:36] "POST /neutron/network HTTP/1.1" 200 619 0.126926 10.0.0.41 - - [2026-05-28 02:31:36] "POST /route-targets HTTP/1.1" 200 328 0.015969 10.0.0.41 - - [2026-05-28 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.016696 10.0.0.131 - - [2026-05-28 02:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.020859 10.0.0.133 - - [2026-05-28 02:31:37] "POST /neutron/subnet HTTP/1.1" 200 823 0.254261 10.0.0.133 - - [2026-05-28 02:31:37] "POST /id-to-fqname HTTP/1.1" 200 231 0.001196 10.0.0.133 - - [2026-05-28 02:31:37] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005755 10.0.0.133 - - [2026-05-28 02:31:37] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007024 10.0.0.133 - - [2026-05-28 02:31:37] "POST /neutron/network HTTP/1.1" 200 1308 0.022789 10.0.0.133 - - [2026-05-28 02:31:37] "POST /neutron/subnet HTTP/1.1" 200 823 0.013827 10.0.0.133 - - [2026-05-28 02:31:37] "GET /obj-perms HTTP/1.1" 200 5075 0.068059 10.0.0.133 - - [2026-05-28 02:31:37] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007604 10.0.0.133 - - [2026-05-28 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007210 10.0.0.131 - - [2026-05-28 02:31:38] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001360 10.0.0.133 - - [2026-05-28 02:31:38] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.074034 10.0.0.41 - - [2026-05-28 02:31:38] "GET /obj-perms HTTP/1.1" 200 5075 0.084658 10.0.0.41 - - [2026-05-28 02:31:38] "POST /ref-update HTTP/1.1" 200 156 0.029478 10.0.0.131 - - [2026-05-28 02:31:38] "POST /useragent-kv HTTP/1.1" 200 115 0.007451 10.0.0.133 - - [2026-05-28 02:31:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.245105 10.0.0.133 - - [2026-05-28 02:31:39] "POST /neutron/network HTTP/1.1" 200 1309 0.014866 10.0.0.133 - - [2026-05-28 02:31:39] "POST /id-to-fqname HTTP/1.1" 200 231 0.001277 10.0.0.133 - - [2026-05-28 02:31:39] "GET /virtual-network/48346ffc-a3e1-4130-9b10-7d128e2f056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005861 10.0.0.133 - - [2026-05-28 02:31:39] "GET /virtual-network/48346ffc-a3e1-4130-9b10-7d128e2f056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006536 10.0.0.133 - - [2026-05-28 02:31:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.010502 10.0.0.133 - - [2026-05-28 02:31:39] "GET /virtual-network/48346ffc-a3e1-4130-9b10-7d128e2f056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006341 10.0.0.131 - - [2026-05-28 02:31:40] "GET /obj-perms HTTP/1.1" 200 5065 0.004130 10.0.0.133 - - [2026-05-28 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.131 - - [2026-05-28 02:31:40] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001005 10.0.0.133 - - [2026-05-28 02:31:40] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.050300 10.0.0.133 - - [2026-05-28 02:31:40] "POST /neutron/network HTTP/1.1" 200 117 0.019538 10.0.0.131 - - [2026-05-28 02:31:40] "POST /useragent-kv HTTP/1.1" 200 115 0.010324 10.0.0.133 - - [2026-05-28 02:31:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.227098 10.0.0.133 - - [2026-05-28 02:31:41] "POST /id-to-fqname HTTP/1.1" 200 231 0.001608 10.0.0.133 - - [2026-05-28 02:31:41] "GET /virtual-network/d3413435-c53a-496b-9ba7-023dc0e02a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.010011 10.0.0.133 - - [2026-05-28 02:31:41] "POST /neutron/network HTTP/1.1" 200 1309 0.014317 10.0.0.133 - - [2026-05-28 02:31:41] "GET /virtual-network/d3413435-c53a-496b-9ba7-023dc0e02a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.008126 10.0.0.133 - - [2026-05-28 02:31:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.008655 10.0.0.133 - - [2026-05-28 02:31:41] "GET /virtual-network/d3413435-c53a-496b-9ba7-023dc0e02a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006288 10.0.0.133 - - [2026-05-28 02:31:41] "GET /obj-perms HTTP/1.1" 200 5065 0.056107 10.0.0.133 - - [2026-05-28 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.131 - - [2026-05-28 02:31:42] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000812 10.0.0.133 - - [2026-05-28 02:31:42] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.051281 10.0.0.131 - - [2026-05-28 02:31:42] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001153 10.0.0.133 - - [2026-05-28 02:31:42] "POST /neutron/network HTTP/1.1" 200 619 0.146437 10.0.0.41 - - [2026-05-28 02:31:42] "POST /ref-update HTTP/1.1" 200 156 0.025655 10.0.0.41 - - [2026-05-28 02:31:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.010387 10.0.0.131 - - [2026-05-28 02:31:42] "POST /useragent-kv HTTP/1.1" 200 115 0.013482 10.0.0.133 - - [2026-05-28 02:31:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.186752 10.0.0.133 - - [2026-05-28 02:31:43] "POST /id-to-fqname HTTP/1.1" 200 231 0.001226 10.0.0.133 - - [2026-05-28 02:31:43] "GET /virtual-network/69eb6f71-e17d-4881-9772-deb265fd116e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.007645 10.0.0.133 - - [2026-05-28 02:31:43] "GET /virtual-network/69eb6f71-e17d-4881-9772-deb265fd116e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006230 10.0.0.133 - - [2026-05-28 02:31:43] "POST /neutron/network HTTP/1.1" 200 1309 0.018367 10.0.0.133 - - [2026-05-28 02:31:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.009668 10.0.0.133 - - [2026-05-28 02:31:43] "GET /virtual-network/69eb6f71-e17d-4881-9772-deb265fd116e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005681 10.0.0.41 - - [2026-05-28 02:31:43] "GET /obj-perms HTTP/1.1" 200 5065 0.003945 10.0.0.133 - - [2026-05-28 02:31:43] "POST /fqname-to-id HTTP/1.1" 404 225 0.003632 10.0.0.133 - - [2026-05-28 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.131 - - [2026-05-28 02:31:43] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.133 - - [2026-05-28 02:31:43] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.047904 10.0.0.133 - - [2026-05-28 02:31:43] "POST /network-policys HTTP/1.1" 200 561 0.077427 10.0.0.133 - - [2026-05-28 02:31:43] "GET /network-policy/1ce8edfc-6fc4-49b0-994b-1ffa2a702f97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.007672 10.0.0.133 - - [2026-05-28 02:31:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.003133 10.0.0.133 - - [2026-05-28 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.131 - - [2026-05-28 02:31:44] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.133 - - [2026-05-28 02:31:44] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.040669 10.0.0.133 - - [2026-05-28 02:31:44] "POST /network-policys HTTP/1.1" 200 561 0.074968 10.0.0.133 - - [2026-05-28 02:31:44] "GET /network-policy/be85088e-b730-41ed-9487-f2fd80b57171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.008401 10.0.0.133 - - [2026-05-28 02:31:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.002855 10.0.0.133 - - [2026-05-28 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.131 - - [2026-05-28 02:31:44] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.133 - - [2026-05-28 02:31:44] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.065439 10.0.0.133 - - [2026-05-28 02:31:44] "POST /network-policys HTTP/1.1" 200 561 0.082542 10.0.0.133 - - [2026-05-28 02:31:44] "GET /network-policy/a29f0aa3-c21e-419f-941d-2c16c29190ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.011932 10.0.0.133 - - [2026-05-28 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.005573 10.0.0.133 - - [2026-05-28 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008491 10.0.0.131 - - [2026-05-28 02:31:45] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000940 10.0.0.133 - - [2026-05-28 02:31:45] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.059909 10.0.0.133 - - [2026-05-28 02:31:45] "POST /network-policys HTTP/1.1" 200 561 0.091352 10.0.0.133 - - [2026-05-28 02:31:45] "GET /network-policy/d41447ec-122d-49f0-aeaf-8e322bb77c2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.007361 10.0.0.133 - - [2026-05-28 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.002939 10.0.0.133 - - [2026-05-28 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.131 - - [2026-05-28 02:31:45] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001308 10.0.0.133 - - [2026-05-28 02:31:45] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.047188 10.0.0.133 - - [2026-05-28 02:31:45] "POST /network-policys HTTP/1.1" 200 561 0.080024 10.0.0.133 - - [2026-05-28 02:31:45] "GET /network-policy/30ead573-650d-47d2-97cd-56c47fe38d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.020030 10.0.0.133 - - [2026-05-28 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.003329 10.0.0.133 - - [2026-05-28 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.131 - - [2026-05-28 02:31:46] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.036893 10.0.0.133 - - [2026-05-28 02:31:46] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.091242 10.0.0.133 - - [2026-05-28 02:31:46] "POST /network-policys HTTP/1.1" 200 561 0.071976 10.0.0.133 - - [2026-05-28 02:31:46] "GET /network-policy/0d803cce-a079-452b-b169-7051cf751a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006503 10.0.0.133 - - [2026-05-28 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.003133 10.0.0.133 - - [2026-05-28 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.131 - - [2026-05-28 02:31:46] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.133 - - [2026-05-28 02:31:46] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.060153 10.0.0.133 - - [2026-05-28 02:31:46] "POST /network-policys HTTP/1.1" 200 561 0.079722 10.0.0.133 - - [2026-05-28 02:31:46] "GET /network-policy/d9052d37-3eeb-4b5a-bf6b-45f81a1f775b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.007587 10.0.0.133 - - [2026-05-28 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.002902 10.0.0.133 - - [2026-05-28 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.131 - - [2026-05-28 02:31:47] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001116 10.0.0.133 - - [2026-05-28 02:31:47] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056394 10.0.0.133 - - [2026-05-28 02:31:47] "POST /network-policys HTTP/1.1" 200 561 0.075467 10.0.0.133 - - [2026-05-28 02:31:47] "GET /network-policy/10b4eac2-690b-4e71-aeaa-86d648f17979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005342 10.0.0.133 - - [2026-05-28 02:31:47] "POST /neutron/network HTTP/1.1" 200 1493 0.019801 10.0.0.133 - - [2026-05-28 02:31:47] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007609 10.0.0.133 - - [2026-05-28 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.133 - - [2026-05-28 02:31:47] "GET /network-policy/1ce8edfc-6fc4-49b0-994b-1ffa2a702f97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.017369 10.0.0.133 - - [2026-05-28 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.133 - - [2026-05-28 02:31:47] "GET /network-policy/be85088e-b730-41ed-9487-f2fd80b57171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004771 10.0.0.41 - - [2026-05-28 02:31:48] "POST /fqname-to-id HTTP/1.1" 404 248 0.044873 10.0.0.133 - - [2026-05-28 02:31:48] "POST /neutron/network HTTP/1.1" 200 1494 0.013519 10.0.0.133 - - [2026-05-28 02:31:48] "GET /virtual-network/48346ffc-a3e1-4130-9b10-7d128e2f056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005200 10.0.0.133 - - [2026-05-28 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006145 10.0.0.133 - - [2026-05-28 02:31:48] "GET /network-policy/a29f0aa3-c21e-419f-941d-2c16c29190ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.004500 10.0.0.133 - - [2026-05-28 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007475 10.0.0.133 - - [2026-05-28 02:31:48] "GET /network-policy/d41447ec-122d-49f0-aeaf-8e322bb77c2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.004490 10.0.0.41 - - [2026-05-28 02:31:48] "POST /fqname-to-id HTTP/1.1" 404 248 0.004074 10.0.0.41 - - [2026-05-28 02:31:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.007326 10.0.0.133 - - [2026-05-28 02:31:48] "POST /neutron/network HTTP/1.1" 200 1494 0.038244 10.0.0.133 - - [2026-05-28 02:31:48] "GET /virtual-network/d3413435-c53a-496b-9ba7-023dc0e02a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006361 10.0.0.133 - - [2026-05-28 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.133 - - [2026-05-28 02:31:48] "GET /network-policy/0d803cce-a079-452b-b169-7051cf751a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.003988 10.0.0.133 - - [2026-05-28 02:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.133 - - [2026-05-28 02:31:48] "GET /network-policy/30ead573-650d-47d2-97cd-56c47fe38d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004511 10.0.0.133 - - [2026-05-28 02:31:49] "POST /neutron/network HTTP/1.1" 200 1494 0.013613 10.0.0.133 - - [2026-05-28 02:31:49] "GET /virtual-network/69eb6f71-e17d-4881-9772-deb265fd116e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.017049 10.0.0.41 - - [2026-05-28 02:31:49] "POST /access-control-lists HTTP/1.1" 200 607 0.122465 10.0.0.133 - - [2026-05-28 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.133 - - [2026-05-28 02:31:49] "GET /network-policy/10b4eac2-690b-4e71-aeaa-86d648f17979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005100 10.0.0.133 - - [2026-05-28 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.133 - - [2026-05-28 02:31:49] "GET /network-policy/d9052d37-3eeb-4b5a-bf6b-45f81a1f775b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.013951 10.0.0.133 - - [2026-05-28 02:31:49] "POST /id-to-fqname HTTP/1.1" 200 231 0.001127 10.0.0.131 - - [2026-05-28 02:32:25] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001237 10.0.0.133 - - [2026-05-28 02:32:25] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.096638 10.0.0.133 - - [2026-05-28 02:32:25] "POST /neutron/port HTTP/1.1" 200 117 0.006241 10.0.0.133 - - [2026-05-28 02:32:25] "POST /id-to-fqname HTTP/1.1" 200 231 0.001340 10.0.0.133 - - [2026-05-28 02:32:25] "POST /neutron/network HTTP/1.1" 200 1504 0.007544 10.0.0.131 - - [2026-05-28 02:32:26] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001412 10.0.0.133 - - [2026-05-28 02:32:26] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.144268 10.0.0.133 - - [2026-05-28 02:32:26] "POST /neutron/network HTTP/1.1" 200 1494 0.025109 10.0.0.133 - - [2026-05-28 02:32:27] "POST /neutron/port HTTP/1.1" 200 1169 0.069166 10.0.0.133 - - [2026-05-28 02:32:27] "POST /neutron/port HTTP/1.1" 200 117 0.021719 10.0.0.133 - - [2026-05-28 02:32:27] "POST /neutron/port HTTP/1.1" 200 1233 0.062793 10.0.0.131 - - [2026-05-28 02:32:27] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.133 - - [2026-05-28 02:32:27] "POST /neutron/port HTTP/1.1" 200 117 0.004157 10.0.0.133 - - [2026-05-28 02:32:28] "POST /neutron/port HTTP/1.1" 200 1170 0.796269 10.0.0.133 - - [2026-05-28 02:32:28] "POST /neutron/port HTTP/1.1" 200 1170 0.042841 10.0.0.133 - - [2026-05-28 02:32:29] "POST /neutron/port HTTP/1.1" 200 1234 0.073242 10.0.0.133 - - [2026-05-28 02:32:29] "POST /neutron/subnet HTTP/1.1" 200 1361 0.050670 10.0.0.133 - - [2026-05-28 02:32:29] "POST /neutron/network HTTP/1.1" 200 1494 0.039203 10.0.0.133 - - [2026-05-28 02:32:37] "POST /neutron/port HTTP/1.1" 200 1233 0.078074 10.0.0.131 - - [2026-05-28 02:32:38] "GET /obj-perms HTTP/1.1" 200 5075 0.088829 10.0.0.133 - - [2026-05-28 02:32:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.028931 10.0.0.133 - - [2026-05-28 02:32:53] "POST /neutron/port HTTP/1.1" 200 1233 0.076043 10.0.0.133 - - [2026-05-28 02:32:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014811 10.0.0.133 - - [2026-05-28 02:33:09] "POST /neutron/port HTTP/1.1" 200 1233 0.071704 10.0.0.133 - - [2026-05-28 02:33:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007773 10.0.0.133 - - [2026-05-28 02:33:24] "POST /neutron/port HTTP/1.1" 200 1233 0.020667 10.0.0.133 - - [2026-05-28 02:33:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007620 10.0.0.133 - - [2026-05-28 02:33:39] "POST /neutron/port HTTP/1.1" 200 1233 0.021676 10.0.0.133 - - [2026-05-28 02:33:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012508 10.0.0.133 - - [2026-05-28 02:33:54] "POST /neutron/port HTTP/1.1" 200 1233 0.017737 10.0.0.133 - - [2026-05-28 02:33:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008290 10.0.0.133 - - [2026-05-28 02:33:55] "GET /virtual-machine/d15c29a5-805b-4a7c-aa52-b346218f7bd5 HTTP/1.1" 200 1303 0.006371 10.0.0.133 - - [2026-05-28 02:33:55] "GET /virtual-machine-interface/5c0c36e2-a082-4918-ac77-c785d2f22738 HTTP/1.1" 200 3192 0.005915 10.0.0.133 - - [2026-05-28 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.133 - - [2026-05-28 02:33:55] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003367 10.0.0.133 - - [2026-05-28 02:33:55] "GET /virtual-networks?parent_id=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003356 10.0.0.133 - - [2026-05-28 02:33:55] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007062 10.0.0.133 - - [2026-05-28 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.133 - - [2026-05-28 02:33:58] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005687 10.0.0.133 - - [2026-05-28 02:33:58] "POST /neutron/port HTTP/1.1" 200 1234 0.053196 10.0.0.133 - - [2026-05-28 02:33:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006302 10.0.0.133 - - [2026-05-28 02:33:59] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.133 - - [2026-05-28 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.133 - - [2026-05-28 02:34:02] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007201 10.0.0.133 - - [2026-05-28 02:34:06] "POST /neutron/port HTTP/1.1" 200 1233 0.047365 10.0.0.133 - - [2026-05-28 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.133 - - [2026-05-28 02:34:06] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008821 10.0.0.133 - - [2026-05-28 02:34:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004556 10.0.0.133 - - [2026-05-28 02:34:06] "POST /neutron/port HTTP/1.1" 200 117 0.001586 10.0.0.133 - - [2026-05-28 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.133 - - [2026-05-28 02:34:10] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007309 10.0.0.133 - - [2026-05-28 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.133 - - [2026-05-28 02:34:14] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005351 10.0.0.133 - - [2026-05-28 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963 10.0.0.133 - - [2026-05-28 02:34:18] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007382 10.0.0.41 - - [2026-05-28 02:34:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000547 10.0.0.41 - - [2026-05-28 02:34:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.131 - - [2026-05-28 02:34:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.41 - - [2026-05-28 02:34:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000491 10.0.0.131 - - [2026-05-28 02:34:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.41 - - [2026-05-28 02:34:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.131 - - [2026-05-28 02:34:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000517 10.0.0.131 - - [2026-05-28 02:34:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.133 - - [2026-05-28 02:34:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.133 - - [2026-05-28 02:34:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.133 - - [2026-05-28 02:34:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.133 - - [2026-05-28 02:34:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.133 - - [2026-05-28 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.133 - - [2026-05-28 02:34:23] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007068 10.0.0.133 - - [2026-05-28 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.133 - - [2026-05-28 02:34:27] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005727 10.0.0.133 - - [2026-05-28 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.133 - - [2026-05-28 02:34:29] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004659 10.0.0.133 - - [2026-05-28 02:34:29] "GET /virtual-networks?parent_id=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.002986 10.0.0.133 - - [2026-05-28 02:34:29] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007254 10.0.0.133 - - [2026-05-28 02:34:29] "POST /neutron/port HTTP/1.1" 200 1233 0.017484 10.0.0.133 - - [2026-05-28 02:34:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007738 10.0.0.133 - - [2026-05-28 02:34:40] "GET /obj-perms HTTP/1.1" 200 5075 0.062037 10.0.0.133 - - [2026-05-28 02:34:40] "POST /neutron/port HTTP/1.1" 200 1233 0.101185 10.0.0.133 - - [2026-05-28 02:34:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007293 10.0.0.133 - - [2026-05-28 02:34:50] "POST /neutron/port HTTP/1.1" 200 1233 0.048328 10.0.0.133 - - [2026-05-28 02:34:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008228 10.0.0.133 - - [2026-05-28 02:34:55] "POST /neutron/port HTTP/1.1" 200 1234 0.021186 10.0.0.133 - - [2026-05-28 02:34:55] "GET /virtual-machine/aa4edf6d-bfbe-48d4-b017-8b3b578ef5c4 HTTP/1.1" 200 1303 0.006233 10.0.0.133 - - [2026-05-28 02:34:55] "GET /virtual-machine-interface/bc18eba8-9b39-4627-a184-7b4ce1458a92 HTTP/1.1" 200 3193 0.006015 10.0.0.133 - - [2026-05-28 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.032583 10.0.0.133 - - [2026-05-28 02:34:55] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004936 10.0.0.133 - - [2026-05-28 02:34:55] "GET /virtual-networks?parent_id=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.007107 10.0.0.133 - - [2026-05-28 02:34:55] "GET /virtual-network/48346ffc-a3e1-4130-9b10-7d128e2f056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006849 10.0.0.133 - - [2026-05-28 02:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.133 - - [2026-05-28 02:34:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005284 10.0.0.133 - - [2026-05-28 02:34:57] "GET /virtual-networks?parent_id=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003946 10.0.0.133 - - [2026-05-28 02:34:57] "GET /virtual-network/48346ffc-a3e1-4130-9b10-7d128e2f056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006551 10.0.0.133 - - [2026-05-28 02:34:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007313 10.0.0.133 - - [2026-05-28 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.133 - - [2026-05-28 02:34:57] "GET /network-policy/a29f0aa3-c21e-419f-941d-2c16c29190ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.004691 10.0.0.133 - - [2026-05-28 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.133 - - [2026-05-28 02:34:57] "GET /network-policy/d41447ec-122d-49f0-aeaf-8e322bb77c2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.004912 10.0.0.133 - - [2026-05-28 02:34:57] "POST /neutron/port HTTP/1.1" 200 1233 0.020032 10.0.0.133 - - [2026-05-28 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.133 - - [2026-05-28 02:34:58] "GET /network-policy/1ce8edfc-6fc4-49b0-994b-1ffa2a702f97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.004876 10.0.0.133 - - [2026-05-28 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.133 - - [2026-05-28 02:34:58] "GET /network-policy/be85088e-b730-41ed-9487-f2fd80b57171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004710 10.0.0.133 - - [2026-05-28 02:34:58] "POST /neutron/port HTTP/1.1" 200 1234 0.020929 10.0.0.133 - - [2026-05-28 02:34:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007196 10.0.0.133 - - [2026-05-28 02:34:58] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.133 - - [2026-05-28 02:35:06] "POST /neutron/port HTTP/1.1" 200 1233 0.017885 10.0.0.133 - - [2026-05-28 02:35:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004202 10.0.0.133 - - [2026-05-28 02:35:06] "POST /neutron/port HTTP/1.1" 200 117 0.001279 10.0.0.133 - - [2026-05-28 02:35:20] "GET /virtual-machine/aa4edf6d-bfbe-48d4-b017-8b3b578ef5c4 HTTP/1.1" 200 1303 0.072846 10.0.0.133 - - [2026-05-28 02:35:20] "POST /neutron/port HTTP/1.1" 200 1224 0.018783 10.0.0.133 - - [2026-05-28 02:35:22] "GET /virtual-machine/aa4edf6d-bfbe-48d4-b017-8b3b578ef5c4 HTTP/1.1" 404 171 0.008830 10.0.0.133 - - [2026-05-28 02:35:22] "GET /virtual-machine/aa4edf6d-bfbe-48d4-b017-8b3b578ef5c4 HTTP/1.1" 404 171 0.003727 10.0.0.133 - - [2026-05-28 02:35:22] "GET /virtual-machine/aa4edf6d-bfbe-48d4-b017-8b3b578ef5c4 HTTP/1.1" 404 171 0.003294 10.0.0.133 - - [2026-05-28 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.133 - - [2026-05-28 02:35:22] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004863 10.0.0.133 - - [2026-05-28 02:35:22] "GET /virtual-networks?parent_id=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003517 10.0.0.133 - - [2026-05-28 02:35:22] "GET /virtual-network/48346ffc-a3e1-4130-9b10-7d128e2f056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007028 10.0.0.133 - - [2026-05-28 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007378 10.0.0.133 - - [2026-05-28 02:35:22] "GET /routing-instance/a4e90d31-a10d-4165-855a-474111c3440d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004711 10.0.0.133 - - [2026-05-28 02:35:22] "GET /route-target/699b78fd-1688-4659-bdba-b000b1a00a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004952 10.0.0.133 - - [2026-05-28 02:35:22] "GET /virtual-machine/aa4edf6d-bfbe-48d4-b017-8b3b578ef5c4 HTTP/1.1" 404 171 0.003401 10.0.0.133 - - [2026-05-28 02:35:23] "GET /virtual-machine/aa4edf6d-bfbe-48d4-b017-8b3b578ef5c4 HTTP/1.1" 404 171 0.004546 10.0.0.133 - - [2026-05-28 02:35:24] "GET /virtual-machine/aa4edf6d-bfbe-48d4-b017-8b3b578ef5c4 HTTP/1.1" 404 171 0.003710 10.0.0.133 - - [2026-05-28 02:35:25] "GET /virtual-machine/aa4edf6d-bfbe-48d4-b017-8b3b578ef5c4 HTTP/1.1" 404 171 0.003876 10.0.0.133 - - [2026-05-28 02:35:26] "GET /virtual-machine/aa4edf6d-bfbe-48d4-b017-8b3b578ef5c4 HTTP/1.1" 404 171 0.004392 10.0.0.133 - - [2026-05-28 02:35:27] "GET /virtual-machine/aa4edf6d-bfbe-48d4-b017-8b3b578ef5c4 HTTP/1.1" 404 171 0.002999 10.0.0.133 - - [2026-05-28 02:35:27] "GET /obj-perms HTTP/1.1" 200 5065 0.004148 10.0.0.41 - - [2026-05-28 02:35:27] "GET /obj-perms HTTP/1.1" 200 5065 0.069840 10.0.0.133 - - [2026-05-28 02:35:28] "GET /virtual-machine/d15c29a5-805b-4a7c-aa52-b346218f7bd5 HTTP/1.1" 200 1303 0.004020 10.0.0.133 - - [2026-05-28 02:35:28] "POST /neutron/port HTTP/1.1" 200 1223 0.022319 10.0.0.133 - - [2026-05-28 02:35:30] "GET /virtual-machine/d15c29a5-805b-4a7c-aa52-b346218f7bd5 HTTP/1.1" 404 171 0.003903 10.0.0.133 - - [2026-05-28 02:35:30] "GET /virtual-machine/d15c29a5-805b-4a7c-aa52-b346218f7bd5 HTTP/1.1" 404 171 0.003153 10.0.0.133 - - [2026-05-28 02:35:30] "GET /virtual-machine/d15c29a5-805b-4a7c-aa52-b346218f7bd5 HTTP/1.1" 404 171 0.002729 10.0.0.133 - - [2026-05-28 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.133 - - [2026-05-28 02:35:30] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004652 10.0.0.133 - - [2026-05-28 02:35:30] "GET /virtual-networks?parent_id=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.004184 10.0.0.133 - - [2026-05-28 02:35:30] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007367 10.0.0.133 - - [2026-05-28 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.133 - - [2026-05-28 02:35:30] "GET /routing-instance/3055ba7d-b7f4-4d94-a761-0c3ddd333bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004937 10.0.0.133 - - [2026-05-28 02:35:30] "GET /route-target/f5ce13cf-720f-49ff-9dff-3cd1c252bc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004728 10.0.0.131 - - [2026-05-28 02:35:30] "GET /obj-perms HTTP/1.1" 200 5065 0.077892 10.0.0.133 - - [2026-05-28 02:35:33] "GET /obj-perms HTTP/1.1" 200 5065 0.005296 10.0.0.131 - - [2026-05-28 02:35:39] "GET /obj-perms HTTP/1.1" 200 5065 0.004245 10.0.0.133 - - [2026-05-28 02:35:41] "GET /obj-perms HTTP/1.1" 200 5075 0.076438 10.0.0.131 - - [2026-05-28 02:35:46] "GET /obj-perms HTTP/1.1" 200 5065 0.003756 10.0.0.133 - - [2026-05-28 02:35:49] "GET /obj-perms HTTP/1.1" 200 5065 0.005234 10.0.0.133 - - [2026-05-28 02:35:52] "GET /obj-perms HTTP/1.1" 200 5065 0.004218 10.0.0.131 - - [2026-05-28 02:35:52] "GET /obj-perms HTTP/1.1" 200 5065 0.004340 10.0.0.133 - - [2026-05-28 02:35:52] "GET /virtual-network/69eb6f71-e17d-4881-9772-deb265fd116e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006036 10.0.0.133 - - [2026-05-28 02:35:52] "POST /neutron/network HTTP/1.1" 200 1309 0.112219 10.0.0.133 - - [2026-05-28 02:35:52] "GET /virtual-network/69eb6f71-e17d-4881-9772-deb265fd116e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.007706 10.0.0.133 - - [2026-05-28 02:35:53] "GET /virtual-network/d3413435-c53a-496b-9ba7-023dc0e02a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.008612 10.0.0.133 - - [2026-05-28 02:35:53] "POST /neutron/network HTTP/1.1" 200 1309 0.102966 10.0.0.41 - - [2026-05-28 02:35:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.088085 10.0.0.133 - - [2026-05-28 02:35:53] "GET /virtual-network/d3413435-c53a-496b-9ba7-023dc0e02a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.007138 10.0.0.133 - - [2026-05-28 02:35:53] "GET /virtual-network/48346ffc-a3e1-4130-9b10-7d128e2f056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007975 10.0.0.133 - - [2026-05-28 02:35:53] "POST /neutron/network HTTP/1.1" 200 1309 0.088140 10.0.0.41 - - [2026-05-28 02:35:53] "DELETE /access-control-list/9ae31572-55ec-4554-9786-4ca6c87bba1e HTTP/1.1" 200 115 0.057238 10.0.0.133 - - [2026-05-28 02:35:53] "GET /virtual-network/48346ffc-a3e1-4130-9b10-7d128e2f056c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006228 10.0.0.133 - - [2026-05-28 02:35:53] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005794 10.0.0.133 - - [2026-05-28 02:35:53] "POST /neutron/network HTTP/1.1" 200 1308 0.111213 10.0.0.133 - - [2026-05-28 02:35:54] "GET /virtual-network/0442f7a1-ad9c-4359-bed4-526117b9d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008408 10.0.0.41 - - [2026-05-28 02:35:54] "POST /ref-update HTTP/1.1" 200 156 0.049001 10.0.0.133 - - [2026-05-28 02:35:54] "DELETE /network-policy/10b4eac2-690b-4e71-aeaa-86d648f17979 HTTP/1.1" 200 115 0.088704 10.0.0.133 - - [2026-05-28 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006320 10.0.0.131 - - [2026-05-28 02:35:54] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.133 - - [2026-05-28 02:35:54] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.054179 10.0.0.133 - - [2026-05-28 02:35:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26755520&detail=False&count=False&shared=False HTTP/1.1" 200 1762 0.005746 10.0.0.133 - - [2026-05-28 02:35:54] "DELETE /network-policy/d9052d37-3eeb-4b5a-bf6b-45f81a1f775b HTTP/1.1" 200 115 0.052340 10.0.0.133 - - [2026-05-28 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.131 - - [2026-05-28 02:35:54] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001243 10.0.0.133 - - [2026-05-28 02:35:54] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045547 10.0.0.133 - - [2026-05-28 02:35:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26755520&detail=False&count=False&shared=False HTTP/1.1" 200 1529 0.005362 10.0.0.133 - - [2026-05-28 02:35:54] "DELETE /network-policy/0d803cce-a079-452b-b169-7051cf751a7b HTTP/1.1" 200 115 0.046589 10.0.0.133 - - [2026-05-28 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.131 - - [2026-05-28 02:35:54] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001144 10.0.0.133 - - [2026-05-28 02:35:54] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.059444 10.0.0.133 - - [2026-05-28 02:35:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26755520&detail=False&count=False&shared=False HTTP/1.1" 200 1296 0.005572 10.0.0.133 - - [2026-05-28 02:35:54] "DELETE /network-policy/30ead573-650d-47d2-97cd-56c47fe38d2c HTTP/1.1" 200 115 0.039421 10.0.0.133 - - [2026-05-28 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005535 10.0.0.131 - - [2026-05-28 02:35:54] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001346 10.0.0.133 - - [2026-05-28 02:35:54] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.047024 10.0.0.133 - - [2026-05-28 02:35:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26755520&detail=False&count=False&shared=False HTTP/1.1" 200 1062 0.006003 10.0.0.133 - - [2026-05-28 02:35:55] "DELETE /network-policy/d41447ec-122d-49f0-aeaf-8e322bb77c2c HTTP/1.1" 200 115 0.054562 10.0.0.133 - - [2026-05-28 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.131 - - [2026-05-28 02:35:55] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001281 10.0.0.133 - - [2026-05-28 02:35:55] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.043036 10.0.0.133 - - [2026-05-28 02:35:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26755520&detail=False&count=False&shared=False HTTP/1.1" 200 829 0.005593 10.0.0.133 - - [2026-05-28 02:35:55] "DELETE /network-policy/a29f0aa3-c21e-419f-941d-2c16c29190ea HTTP/1.1" 200 115 0.050372 10.0.0.133 - - [2026-05-28 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005968 10.0.0.131 - - [2026-05-28 02:35:55] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001245 10.0.0.133 - - [2026-05-28 02:35:55] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.061177 10.0.0.133 - - [2026-05-28 02:35:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26755520&detail=False&count=False&shared=False HTTP/1.1" 200 596 0.005866 10.0.0.133 - - [2026-05-28 02:35:55] "DELETE /network-policy/be85088e-b730-41ed-9487-f2fd80b57171 HTTP/1.1" 200 115 0.044161 10.0.0.133 - - [2026-05-28 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005965 10.0.0.131 - - [2026-05-28 02:35:55] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.133 - - [2026-05-28 02:35:55] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.047779 10.0.0.133 - - [2026-05-28 02:35:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26755520&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.005013 10.0.0.133 - - [2026-05-28 02:35:55] "DELETE /network-policy/1ce8edfc-6fc4-49b0-994b-1ffa2a702f97 HTTP/1.1" 200 115 0.057960 10.0.0.133 - - [2026-05-28 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005230 10.0.0.131 - - [2026-05-28 02:35:55] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.133 - - [2026-05-28 02:35:55] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.055223 10.0.0.133 - - [2026-05-28 02:35:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26755520&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005462 10.0.0.131 - - [2026-05-28 02:35:56] "POST /useragent-kv HTTP/1.1" 200 115 0.006675 10.0.0.131 - - [2026-05-28 02:35:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002538 10.0.0.131 - - [2026-05-28 02:35:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003465 10.0.0.131 - - [2026-05-28 02:35:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003080 10.0.0.131 - - [2026-05-28 02:35:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002082 10.0.0.131 - - [2026-05-28 02:35:56] "POST /useragent-kv HTTP/1.1" 200 115 0.005940 10.0.0.133 - - [2026-05-28 02:35:56] "POST /neutron/network HTTP/1.1" 200 151 0.148054 10.0.0.41 - - [2026-05-28 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005241 10.0.0.133 - - [2026-05-28 02:35:56] "POST /neutron/network HTTP/1.1" 200 1309 0.011906 10.0.0.41 - - [2026-05-28 02:35:57] "DELETE /route-target/699b78fd-1688-4659-bdba-b000b1a00a65 HTTP/1.1" 200 115 0.030200 10.0.0.131 - - [2026-05-28 02:35:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005833 10.0.0.131 - - [2026-05-28 02:35:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003023 10.0.0.131 - - [2026-05-28 02:35:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002352 10.0.0.131 - - [2026-05-28 02:35:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003787 10.0.0.131 - - [2026-05-28 02:35:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003399 10.0.0.131 - - [2026-05-28 02:35:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006042 10.0.0.133 - - [2026-05-28 02:35:57] "POST /neutron/network HTTP/1.1" 200 151 0.170020 10.0.0.133 - - [2026-05-28 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.133 - - [2026-05-28 02:35:57] "DELETE /network-ipam/e43926e9-431f-410c-8433-a1516c3350e7 HTTP/1.1" 200 115 0.046974 10.0.0.133 - - [2026-05-28 02:35:57] "POST /fqname-to-id HTTP/1.1" 404 252 0.004647 10.0.0.131 - - [2026-05-28 02:35:58] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.131 - - [2026-05-28 02:35:58] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.060294 10.0.0.131 - - [2026-05-28 02:35:58] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.131 - - [2026-05-28 02:35:58] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?fields=security_groups HTTP/1.1" 200 1388 0.063867 10.0.0.131 - - [2026-05-28 02:35:58] "DELETE /security-group/2bd23e81-11b4-4e52-b6dc-02c938b2d036 HTTP/1.1" 200 115 0.073338 10.0.0.131 - - [2026-05-28 02:35:58] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000903 10.0.0.41 - - [2026-05-28 02:35:58] "DELETE /access-control-list/f54db9a5-04f5-49ab-89fd-aabb5eb6962b HTTP/1.1" 200 115 0.046633 10.0.0.131 - - [2026-05-28 02:35:58] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?fields=application_policy_sets HTTP/1.1" 200 1427 0.055127 10.0.0.133 - - [2026-05-28 02:35:58] "DELETE /project/b7598437-56f4-4e35-b927-de53623a3098 HTTP/1.1" 200 115 0.478024 10.0.0.131 - - [2026-05-28 02:35:58] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.133 - - [2026-05-28 02:35:58] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?fields=projects HTTP/1.1" 200 1443 0.013554 10.0.0.133 - - [2026-05-28 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 225 0.003482 10.0.0.131 - - [2026-05-28 02:36:04] "POST /id-to-fqname HTTP/1.1" 200 198 0.012528 10.0.0.131 - - [2026-05-28 02:36:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.004277 10.0.0.131 - - [2026-05-28 02:36:04] "POST /security-groups HTTP/1.1" 200 599 0.038635 10.0.0.131 - - [2026-05-28 02:36:04] "POST /projects HTTP/1.1" 200 601 0.266362 10.0.0.133 - - [2026-05-28 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.301090 10.0.0.41 - - [2026-05-28 02:36:04] "POST /access-control-lists HTTP/1.1" 200 606 0.033841 10.0.0.131 - - [2026-05-28 02:36:04] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001174 10.0.0.133 - - [2026-05-28 02:36:04] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.053212 10.0.0.133 - - [2026-05-28 02:36:04] "POST /network-policys HTTP/1.1" 200 561 0.077907 10.0.0.133 - - [2026-05-28 02:36:04] "GET /network-policy/de99aa47-ed9a-46c1-b692-a493b3ebcdab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.006891 10.0.0.133 - - [2026-05-28 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005039 10.0.0.131 - - [2026-05-28 02:36:04] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.133 - - [2026-05-28 02:36:04] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045335 10.0.0.41 - - [2026-05-28 02:36:04] "POST /route-targets HTTP/1.1" 200 328 0.016859 10.0.0.131 - - [2026-05-28 02:36:04] "POST /useragent-kv HTTP/1.1" 200 115 0.011190 10.0.0.133 - - [2026-05-28 02:36:05] "POST /neutron/subnet HTTP/1.1" 200 721 0.210028 10.0.0.41 - - [2026-05-28 02:36:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.002913 10.0.0.133 - - [2026-05-28 02:36:05] "POST /id-to-fqname HTTP/1.1" 200 229 0.002030 10.0.0.133 - - [2026-05-28 02:36:05] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.010163 10.0.0.133 - - [2026-05-28 02:36:05] "POST /neutron/network HTTP/1.1" 200 1007 0.011969 10.0.0.133 - - [2026-05-28 02:36:05] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005937 10.0.0.133 - - [2026-05-28 02:36:05] "POST /neutron/subnet HTTP/1.1" 200 828 0.010452 10.0.0.41 - - [2026-05-28 02:36:05] "POST /access-control-lists HTTP/1.1" 200 601 0.055247 10.0.0.133 - - [2026-05-28 02:36:05] "POST /neutron/network HTTP/1.1" 200 1106 0.031817 10.0.0.133 - - [2026-05-28 02:36:05] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006607 10.0.0.133 - - [2026-05-28 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.133 - - [2026-05-28 02:36:05] "GET /network-policy/de99aa47-ed9a-46c1-b692-a493b3ebcdab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.005040 10.0.0.133 - - [2026-05-28 02:36:06] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007472 10.0.0.133 - - [2026-05-28 02:36:06] "POST /id-to-fqname HTTP/1.1" 200 229 0.001261 10.0.0.131 - - [2026-05-28 02:36:07] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001457 10.0.0.133 - - [2026-05-28 02:36:07] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.097693 10.0.0.133 - - [2026-05-28 02:36:07] "POST /neutron/port HTTP/1.1" 200 117 0.007118 10.0.0.133 - - [2026-05-28 02:36:07] "POST /id-to-fqname HTTP/1.1" 200 229 0.001196 10.0.0.133 - - [2026-05-28 02:36:07] "POST /neutron/network HTTP/1.1" 200 1116 0.007283 10.0.0.133 - - [2026-05-28 02:36:08] "POST /neutron/port HTTP/1.1" 200 1174 0.024335 10.0.0.131 - - [2026-05-28 02:36:08] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.133 - - [2026-05-28 02:36:08] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.140599 10.0.0.133 - - [2026-05-28 02:36:09] "POST /neutron/network HTTP/1.1" 200 1106 0.096411 10.0.0.133 - - [2026-05-28 02:36:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006445 10.0.0.133 - - [2026-05-28 02:36:09] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.133 - - [2026-05-28 02:36:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007759 10.0.0.133 - - [2026-05-28 02:36:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009444 10.0.0.133 - - [2026-05-28 02:36:10] "POST /neutron/port HTTP/1.1" 200 1174 0.024654 10.0.0.133 - - [2026-05-28 02:36:10] "POST /neutron/port HTTP/1.1" 200 1238 0.024869 10.0.0.133 - - [2026-05-28 02:36:10] "POST /neutron/subnet HTTP/1.1" 200 1381 0.017125 10.0.0.133 - - [2026-05-28 02:36:10] "POST /neutron/network HTTP/1.1" 200 1106 0.010817 10.0.0.133 - - [2026-05-28 02:36:14] "POST /neutron/port HTTP/1.1" 200 1238 0.030046 10.0.0.133 - - [2026-05-28 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007008 10.0.0.133 - - [2026-05-28 02:36:14] "GET /virtual-machine/915df0ba-fa26-4659-8def-1ae74f651dcf HTTP/1.1" 200 1303 0.007028 10.0.0.133 - - [2026-05-28 02:36:14] "GET /virtual-machine-interface/b6eb4323-1b79-43e5-9972-e9230076dabb HTTP/1.1" 200 3187 0.005322 10.0.0.133 - - [2026-05-28 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005325 10.0.0.133 - - [2026-05-28 02:36:14] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004115 10.0.0.133 - - [2026-05-28 02:36:14] "GET /virtual-networks?parent_id=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003226 10.0.0.133 - - [2026-05-28 02:36:14] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006370 10.0.0.133 - - [2026-05-28 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.133 - - [2026-05-28 02:36:18] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006115 10.0.0.133 - - [2026-05-28 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.133 - - [2026-05-28 02:36:22] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005629 10.0.0.131 - - [2026-05-28 02:36:25] "DELETE /project/b759843756f44e35b927de53623a3098 HTTP/1.1" 404 173 0.043186 10.0.0.133 - - [2026-05-28 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.133 - - [2026-05-28 02:36:26] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006709 10.0.0.133 - - [2026-05-28 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.133 - - [2026-05-28 02:36:30] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005913 10.0.0.133 - - [2026-05-28 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004640 10.0.0.133 - - [2026-05-28 02:36:34] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006660 10.0.0.133 - - [2026-05-28 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005535 10.0.0.133 - - [2026-05-28 02:36:38] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.008689 10.0.0.41 - - [2026-05-28 02:36:42] "GET /obj-perms HTTP/1.1" 200 5075 0.079850 10.0.0.133 - - [2026-05-28 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.133 - - [2026-05-28 02:36:42] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007673 10.0.0.133 - - [2026-05-28 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.133 - - [2026-05-28 02:36:46] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005525 10.0.0.133 - - [2026-05-28 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.133 - - [2026-05-28 02:36:50] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005102 10.0.0.133 - - [2026-05-28 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.133 - - [2026-05-28 02:36:52] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003464 10.0.0.133 - - [2026-05-28 02:36:52] "GET /virtual-networks?parent_id=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003252 10.0.0.133 - - [2026-05-28 02:36:52] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006248 10.0.0.133 - - [2026-05-28 02:36:58] "POST /neutron/port HTTP/1.1" 200 1238 0.020260 10.0.0.133 - - [2026-05-28 02:36:59] "POST /neutron/port HTTP/1.1" 200 1238 0.019631 10.0.0.133 - - [2026-05-28 02:36:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003855 10.0.0.133 - - [2026-05-28 02:36:59] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.133 - - [2026-05-28 02:37:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008851 10.0.0.133 - - [2026-05-28 02:37:03] "POST /neutron/port HTTP/1.1" 200 1238 0.018156 10.0.0.133 - - [2026-05-28 02:37:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007390 10.0.0.133 - - [2026-05-28 02:37:10] "POST /neutron/network HTTP/1.1" 200 1116 0.007663 10.0.0.133 - - [2026-05-28 02:37:10] "POST /neutron/subnet HTTP/1.1" 200 1381 0.017560 10.0.0.133 - - [2026-05-28 02:37:10] "POST /neutron/network HTTP/1.1" 200 1106 0.010334 10.0.0.133 - - [2026-05-28 02:37:14] "POST /neutron/port HTTP/1.1" 200 1238 0.024351 10.0.0.133 - - [2026-05-28 02:37:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007941 10.0.0.133 - - [2026-05-28 02:37:14] "GET /virtual-machine/44ba68fb-5e2c-43e6-92f9-470dfeeac2cc HTTP/1.1" 200 1302 0.006693 10.0.0.133 - - [2026-05-28 02:37:14] "GET /virtual-machine-interface/22fd3ab9-637c-45ad-99a5-602ff1ad6e08 HTTP/1.1" 200 3186 0.006397 10.0.0.133 - - [2026-05-28 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.133 - - [2026-05-28 02:37:14] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004201 10.0.0.133 - - [2026-05-28 02:37:14] "GET /virtual-networks?parent_id=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003086 10.0.0.133 - - [2026-05-28 02:37:14] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005896 10.0.0.133 - - [2026-05-28 02:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.133 - - [2026-05-28 02:37:15] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004633 10.0.0.133 - - [2026-05-28 02:37:15] "GET /virtual-networks?parent_id=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002934 10.0.0.133 - - [2026-05-28 02:37:15] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006644 10.0.0.133 - - [2026-05-28 02:37:43] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006054 10.0.0.133 - - [2026-05-28 02:37:43] "POST /neutron/network HTTP/1.1" 200 1007 0.014858 10.0.0.133 - - [2026-05-28 02:37:43] "GET /virtual-network/8e704036-18a6-4523-80bf-752364d7d99e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.016083 10.0.0.133 - - [2026-05-28 02:37:44] "POST /neutron/port HTTP/1.1" 200 1238 0.020609 10.0.0.133 - - [2026-05-28 02:37:44] "POST /neutron/port HTTP/1.1" 200 1238 0.038096 10.0.0.133 - - [2026-05-28 02:37:45] "POST /neutron/network HTTP/1.1" 200 1007 0.012389 10.0.0.41 - - [2026-05-28 02:37:46] "DELETE /route-target/841f70b1-6e24-4647-a65c-55994624848a HTTP/1.1" 200 115 0.053200 10.0.0.133 - - [2026-05-28 02:37:46] "DELETE /network-policy/de99aa47-ed9a-46c1-b692-a493b3ebcdab HTTP/1.1" 200 115 0.040032 10.0.0.131 - - [2026-05-28 02:37:49] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.050385 10.0.0.133 - - [2026-05-28 02:37:49] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.149624 10.0.0.131 - - [2026-05-28 02:37:49] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000894 10.0.0.133 - - [2026-05-28 02:37:49] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?fields=virtual_networks HTTP/1.1" 200 1051 0.037590 10.0.0.131 - - [2026-05-28 02:37:49] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001497 10.0.0.133 - - [2026-05-28 02:37:49] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.053663 10.0.0.131 - - [2026-05-28 02:37:49] "GET /projects?obj_uuids=b7598437-56f4-4e35-b927-de53623a3098&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001230 10.0.0.133 - - [2026-05-28 02:37:49] "GET /project/b7598437-56f4-4e35-b927-de53623a3098?fields=security_groups HTTP/1.1" 200 1286 0.041971 10.0.0.133 - - [2026-05-28 02:37:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.033895 10.0.0.131 - - [2026-05-28 02:37:50] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003743 10.0.0.131 - - [2026-05-28 02:37:50] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001218 10.0.0.131 - - [2026-05-28 02:37:50] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009635 10.0.0.131 - - [2026-05-28 02:37:50] "POST /id-to-fqname HTTP/1.1" 200 204 0.008318 10.0.0.131 - - [2026-05-28 02:37:50] "POST /fqname-to-id HTTP/1.1" 404 213 0.005877 10.0.0.131 - - [2026-05-28 02:37:50] "POST /security-groups HTTP/1.1" 200 605 0.075265 10.0.0.131 - - [2026-05-28 02:37:50] "POST /projects HTTP/1.1" 200 613 0.293248 10.0.0.131 - - [2026-05-28 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.337385 10.0.0.41 - - [2026-05-28 02:37:50] "POST /fqname-to-id HTTP/1.1" 404 247 0.015009 10.0.0.133 - - [2026-05-28 02:37:51] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.498532 10.0.0.133 - - [2026-05-28 02:37:52] "GET / HTTP/1.1" 200 36215 0.001518 10.0.0.133 - - [2026-05-28 02:37:55] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000382 10.0.0.131 - - [2026-05-28 02:37:56] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000890 10.0.0.133 - - [2026-05-28 02:37:56] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.080270 10.0.0.133 - - [2026-05-28 02:37:56] "GET / HTTP/1.1" 200 36215 0.002404 10.0.0.133 - - [2026-05-28 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.131 - - [2026-05-28 02:37:57] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.133 - - [2026-05-28 02:37:57] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008265 10.0.0.133 - - [2026-05-28 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.131 - - [2026-05-28 02:37:57] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001244 10.0.0.133 - - [2026-05-28 02:37:57] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.049048 10.0.0.133 - - [2026-05-28 02:37:58] "GET /domains HTTP/1.1" 401 293 0.000370 10.0.0.133 - - [2026-05-28 02:37:58] "GET /domains HTTP/1.1" 200 281 0.036952 10.0.0.131 - - [2026-05-28 02:37:58] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001350 10.0.0.133 - - [2026-05-28 02:37:58] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770 HTTP/1.1" 200 2988 0.012787 10.0.0.131 - - [2026-05-28 02:37:58] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001188 10.0.0.133 - - [2026-05-28 02:37:58] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8 HTTP/1.1" 200 1942 0.090432 10.0.0.133 - - [2026-05-28 02:37:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002786 10.0.0.133 - - [2026-05-28 02:37:58] "POST /network-ipams HTTP/1.1" 200 629 0.038996 10.0.0.133 - - [2026-05-28 02:37:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 817 0.003620 10.0.0.133 - - [2026-05-28 02:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.133 - - [2026-05-28 02:37:59] "GET /network-ipam/71b0799d-fab2-4122-b9a6-2d4ab12d00fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.007926 10.0.0.133 - - [2026-05-28 02:37:59] "PUT /network-ipam/71b0799d-fab2-4122-b9a6-2d4ab12d00fd HTTP/1.1" 200 259 0.016078 10.0.0.133 - - [2026-05-28 02:37:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000737 10.0.0.133 - - [2026-05-28 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.034022 10.0.0.131 - - [2026-05-28 02:37:59] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001059 10.0.0.133 - - [2026-05-28 02:37:59] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.060584 10.0.0.131 - - [2026-05-28 02:37:59] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001475 10.0.0.133 - - [2026-05-28 02:37:59] "POST /neutron/network HTTP/1.1" 200 625 0.163722 10.0.0.41 - - [2026-05-28 02:38:00] "POST /ref-update HTTP/1.1" 200 156 0.030199 10.0.0.41 - - [2026-05-28 02:38:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.007318 10.0.0.133 - - [2026-05-28 02:38:00] "POST /neutron/network HTTP/1.1" 200 1142 0.014420 10.0.0.133 - - [2026-05-28 02:38:00] "POST /id-to-fqname HTTP/1.1" 200 237 0.001347 10.0.0.133 - - [2026-05-28 02:38:00] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.006020 10.0.0.133 - - [2026-05-28 02:38:00] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.005529 10.0.0.133 - - [2026-05-28 02:38:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.010976 10.0.0.133 - - [2026-05-28 02:38:01] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.006543 10.0.0.133 - - [2026-05-28 02:38:02] "GET /obj-perms HTTP/1.1" 200 5040 0.083192 10.0.0.131 - - [2026-05-28 02:38:02] "GET /obj-perms HTTP/1.1" 200 5040 0.065862 10.0.0.133 - - [2026-05-28 02:38:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.004458 10.0.0.133 - - [2026-05-28 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.131 - - [2026-05-28 02:38:02] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001073 10.0.0.133 - - [2026-05-28 02:38:03] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.048630 10.0.0.133 - - [2026-05-28 02:38:03] "POST /network-policys HTTP/1.1" 200 567 0.040376 10.0.0.133 - - [2026-05-28 02:38:03] "GET /network-policy/1816082f-5b68-4985-ae33-c561e0e8af03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.006579 10.0.0.133 - - [2026-05-28 02:38:03] "POST /fqname-to-id HTTP/1.1" 404 231 0.003784 10.0.0.133 - - [2026-05-28 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.131 - - [2026-05-28 02:38:03] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002073 10.0.0.133 - - [2026-05-28 02:38:03] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.060929 10.0.0.133 - - [2026-05-28 02:38:03] "POST /network-policys HTTP/1.1" 200 567 0.038475 10.0.0.133 - - [2026-05-28 02:38:03] "GET /network-policy/e6290700-72fc-450e-93df-570ae643ac30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.007893 10.0.0.133 - - [2026-05-28 02:38:03] "POST /fqname-to-id HTTP/1.1" 404 231 0.003682 10.0.0.133 - - [2026-05-28 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.131 - - [2026-05-28 02:38:03] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002014 10.0.0.133 - - [2026-05-28 02:38:03] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.060744 10.0.0.133 - - [2026-05-28 02:38:03] "POST /network-policys HTTP/1.1" 200 567 0.041068 10.0.0.133 - - [2026-05-28 02:38:04] "GET /network-policy/ae0063a6-0394-40c0-b311-aa96f06d6b9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.009309 10.0.0.133 - - [2026-05-28 02:38:04] "POST /neutron/network HTTP/1.1" 200 1340 0.084614 10.0.0.133 - - [2026-05-28 02:38:04] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3309 0.009792 10.0.0.133 - - [2026-05-28 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.133 - - [2026-05-28 02:38:04] "GET /network-policy/1816082f-5b68-4985-ae33-c561e0e8af03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.004232 10.0.0.133 - - [2026-05-28 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.133 - - [2026-05-28 02:38:04] "GET /network-policy/e6290700-72fc-450e-93df-570ae643ac30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.005039 10.0.0.133 - - [2026-05-28 02:38:04] "POST /id-to-fqname HTTP/1.1" 200 237 0.001716 10.0.0.131 - - [2026-05-28 02:38:05] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001273 10.0.0.133 - - [2026-05-28 02:38:05] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.078063 10.0.0.133 - - [2026-05-28 02:38:05] "POST /neutron/network HTTP/1.1" 200 1340 0.009451 10.0.0.133 - - [2026-05-28 02:38:06] "POST /neutron/port HTTP/1.1" 200 117 0.006360 10.0.0.133 - - [2026-05-28 02:38:07] "POST /neutron/port HTTP/1.1" 200 1181 0.023806 10.0.0.133 - - [2026-05-28 02:38:07] "POST /neutron/port HTTP/1.1" 200 1245 0.023576 10.0.0.133 - - [2026-05-28 02:38:07] "POST /neutron/subnet HTTP/1.1" 200 1385 0.016852 10.0.0.133 - - [2026-05-28 02:38:07] "POST /neutron/network HTTP/1.1" 200 1340 0.012076 10.0.0.41 - - [2026-05-28 02:38:10] "DELETE /access-control-list/3d66de01-6ad3-4fb9-9a51-ccb0f9d6ef5c HTTP/1.1" 200 115 0.030969 10.0.0.133 - - [2026-05-28 02:38:10] "POST /neutron/network HTTP/1.1" 200 1350 0.008233 10.0.0.133 - - [2026-05-28 02:38:10] "POST /neutron/subnet HTTP/1.1" 200 1385 0.016049 10.0.0.133 - - [2026-05-28 02:38:10] "POST /neutron/network HTTP/1.1" 200 1340 0.010662 10.0.0.133 - - [2026-05-28 02:38:11] "POST /neutron/port HTTP/1.1" 200 1245 0.028031 10.0.0.133 - - [2026-05-28 02:38:11] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009275 10.0.0.133 - - [2026-05-28 02:38:11] "GET /virtual-machine/a983ed05-4cba-4168-993c-54163f7ebdcc HTTP/1.1" 401 293 0.000385 10.0.0.133 - - [2026-05-28 02:38:11] "GET /virtual-machine/a983ed05-4cba-4168-993c-54163f7ebdcc HTTP/1.1" 200 1309 0.034564 10.0.0.133 - - [2026-05-28 02:38:11] "GET /virtual-machine-interface/87503f57-f9f6-4474-b821-66bec5e3c8d3 HTTP/1.1" 200 3185 0.006105 10.0.0.133 - - [2026-05-28 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.133 - - [2026-05-28 02:38:12] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004155 10.0.0.133 - - [2026-05-28 02:38:12] "GET /virtual-networks?parent_id=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003902 10.0.0.133 - - [2026-05-28 02:38:12] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3309 0.007967 10.0.0.133 - - [2026-05-28 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.133 - - [2026-05-28 02:38:15] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3309 0.005419 10.0.0.133 - - [2026-05-28 02:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.009916 10.0.0.133 - - [2026-05-28 02:38:19] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3309 0.006837 10.0.0.133 - - [2026-05-28 02:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005250 10.0.0.133 - - [2026-05-28 02:38:23] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3309 0.007967 10.0.0.131 - - [2026-05-28 02:38:25] "DELETE /project/e8abc19ce6c044a7962ab18211e37ce8 HTTP/1.1" 404 173 0.004467 10.0.0.131 - - [2026-05-28 02:38:25] "DELETE /project/b7598437-56f4-4e35-b927-de53623a3098 HTTP/1.1" 404 177 0.004000 10.0.0.133 - - [2026-05-28 02:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.133 - - [2026-05-28 02:38:27] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3309 0.009538 10.0.0.133 - - [2026-05-28 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.133 - - [2026-05-28 02:38:31] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3309 0.006515 10.0.0.133 - - [2026-05-28 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.133 - - [2026-05-28 02:38:35] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3309 0.005620 10.0.0.133 - - [2026-05-28 02:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.133 - - [2026-05-28 02:38:39] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3309 0.006991 10.0.0.133 - - [2026-05-28 02:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.133 - - [2026-05-28 02:38:44] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3309 0.007235 10.0.0.133 - - [2026-05-28 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005299 10.0.0.133 - - [2026-05-28 02:38:48] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3309 0.005785 10.0.0.133 - - [2026-05-28 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.133 - - [2026-05-28 02:38:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004835 10.0.0.133 - - [2026-05-28 02:38:50] "GET /virtual-networks?parent_id=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003110 10.0.0.133 - - [2026-05-28 02:38:50] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3309 0.011378 10.0.0.133 - - [2026-05-28 02:38:55] "POST /neutron/port HTTP/1.1" 200 1245 0.021377 10.0.0.133 - - [2026-05-28 02:39:00] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007781 10.0.0.133 - - [2026-05-28 02:39:05] "POST /neutron/port HTTP/1.1" 200 1245 0.021182 10.0.0.133 - - [2026-05-28 02:39:11] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008623 10.0.0.133 - - [2026-05-28 02:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.133 - - [2026-05-28 02:39:11] "GET /network-policy/1816082f-5b68-4985-ae33-c561e0e8af03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.004595 10.0.0.133 - - [2026-05-28 02:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.133 - - [2026-05-28 02:39:11] "GET /network-policy/e6290700-72fc-450e-93df-570ae643ac30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.004495 10.0.0.133 - - [2026-05-28 02:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005648 10.0.0.133 - - [2026-05-28 02:39:11] "GET /network-policy/ae0063a6-0394-40c0-b311-aa96f06d6b9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.003928 10.0.0.133 - - [2026-05-28 02:39:11] "POST /neutron/network HTTP/1.1" 200 1340 0.010054 10.0.0.133 - - [2026-05-28 02:39:12] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3606 0.010319 10.0.0.133 - - [2026-05-28 02:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.133 - - [2026-05-28 02:39:12] "GET /network-policy/1816082f-5b68-4985-ae33-c561e0e8af03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.010570 10.0.0.133 - - [2026-05-28 02:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.133 - - [2026-05-28 02:39:12] "GET /network-policy/ae0063a6-0394-40c0-b311-aa96f06d6b9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.004683 10.0.0.133 - - [2026-05-28 02:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.133 - - [2026-05-28 02:39:12] "GET /network-policy/e6290700-72fc-450e-93df-570ae643ac30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3113 0.005244 10.0.0.133 - - [2026-05-28 02:39:12] "POST /neutron/port HTTP/1.1" 200 1245 0.067770 10.0.0.133 - - [2026-05-28 02:39:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004457 10.0.0.133 - - [2026-05-28 02:39:12] "POST /neutron/port HTTP/1.1" 200 117 0.001562 10.0.0.133 - - [2026-05-28 02:39:17] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3606 0.006530 10.0.0.133 - - [2026-05-28 02:39:17] "POST /neutron/network HTTP/1.1" 200 1432 0.013695 10.0.0.41 - - [2026-05-28 02:39:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.014050 10.0.0.41 - - [2026-05-28 02:39:17] "DELETE /access-control-list/32603b14-4468-4173-a7fa-dd6f2a532077 HTTP/1.1" 200 115 0.051240 10.0.0.133 - - [2026-05-28 02:39:17] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.009839 10.0.0.41 - - [2026-05-28 02:39:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000797 10.0.0.41 - - [2026-05-28 02:39:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000336 10.0.0.131 - - [2026-05-28 02:39:20] "GET /global-system-configs HTTP/1.1" 401 293 0.001167 10.0.0.41 - - [2026-05-28 02:39:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000338 10.0.0.131 - - [2026-05-28 02:39:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.41 - - [2026-05-28 02:39:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.131 - - [2026-05-28 02:39:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.131 - - [2026-05-28 02:39:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000338 10.0.0.133 - - [2026-05-28 02:39:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.133 - - [2026-05-28 02:39:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.133 - - [2026-05-28 02:39:22] "GET /virtual-machine/a983ed05-4cba-4168-993c-54163f7ebdcc HTTP/1.1" 200 1309 0.008136 10.0.0.133 - - [2026-05-28 02:39:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.133 - - [2026-05-28 02:39:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000576 10.0.0.133 - - [2026-05-28 02:39:23] "POST /neutron/port HTTP/1.1" 200 1245 0.021540 10.0.0.133 - - [2026-05-28 02:39:24] "GET /virtual-machine/a983ed05-4cba-4168-993c-54163f7ebdcc HTTP/1.1" 404 171 0.004125 10.0.0.133 - - [2026-05-28 02:39:24] "GET /virtual-machine/a983ed05-4cba-4168-993c-54163f7ebdcc HTTP/1.1" 404 171 0.003793 10.0.0.133 - - [2026-05-28 02:39:24] "GET /virtual-machine/a983ed05-4cba-4168-993c-54163f7ebdcc HTTP/1.1" 404 171 0.003133 10.0.0.133 - - [2026-05-28 02:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.133 - - [2026-05-28 02:39:24] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004733 10.0.0.133 - - [2026-05-28 02:39:24] "GET /virtual-networks?parent_id=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003073 10.0.0.133 - - [2026-05-28 02:39:25] "GET /virtual-network/d2eafb79-635c-48b1-b9fd-1c169395f098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.009786 10.0.0.133 - - [2026-05-28 02:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.133 - - [2026-05-28 02:39:25] "GET /routing-instance/fe33872c-3393-471c-b26a-f8b922e67caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.005018 10.0.0.133 - - [2026-05-28 02:39:25] "GET /route-target/4b9942aa-319f-4657-a343-d55a06766e13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006551 10.0.0.133 - - [2026-05-28 02:39:28] "GET /obj-perms HTTP/1.1" 200 5040 0.004117 10.0.0.131 - - [2026-05-28 02:39:28] "GET /obj-perms HTTP/1.1" 200 5040 0.008066 10.0.0.133 - - [2026-05-28 02:39:37] "GET /obj-perms HTTP/1.1" 200 5040 0.004915 10.0.0.131 - - [2026-05-28 02:39:37] "GET /obj-perms HTTP/1.1" 200 5040 0.003878 10.0.0.41 - - [2026-05-28 02:39:44] "GET /obj-perms HTTP/1.1" 200 5075 0.068275 10.0.0.131 - - [2026-05-28 02:39:44] "GET /obj-perms HTTP/1.1" 200 5075 0.061560 10.0.0.133 - - [2026-05-28 02:39:47] "GET /obj-perms HTTP/1.1" 200 5040 0.004288 10.0.0.131 - - [2026-05-28 02:39:53] "GET /obj-perms HTTP/1.1" 200 5040 0.004227 10.0.0.133 - - [2026-05-28 02:39:53] "GET /obj-perms HTTP/1.1" 200 5040 0.005676 10.0.0.133 - - [2026-05-28 02:39:53] "DELETE /network-policy/ae0063a6-0394-40c0-b311-aa96f06d6b9e HTTP/1.1" 200 115 0.040345 10.0.0.133 - - [2026-05-28 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005016 10.0.0.131 - - [2026-05-28 02:39:53] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000895 10.0.0.133 - - [2026-05-28 02:39:53] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.050394 10.0.0.133 - - [2026-05-28 02:39:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-17418580&detail=False&count=False&shared=False HTTP/1.1" 200 608 0.005700 10.0.0.133 - - [2026-05-28 02:39:53] "DELETE /network-policy/e6290700-72fc-450e-93df-570ae643ac30 HTTP/1.1" 200 115 0.055700 10.0.0.133 - - [2026-05-28 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.010465 10.0.0.131 - - [2026-05-28 02:39:53] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000962 10.0.0.133 - - [2026-05-28 02:39:53] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.050158 10.0.0.133 - - [2026-05-28 02:39:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-17418580&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.006024 10.0.0.133 - - [2026-05-28 02:39:54] "DELETE /network-policy/1816082f-5b68-4985-ae33-c561e0e8af03 HTTP/1.1" 200 115 0.048052 10.0.0.133 - - [2026-05-28 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.131 - - [2026-05-28 02:39:54] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001211 10.0.0.133 - - [2026-05-28 02:39:54] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.043530 10.0.0.133 - - [2026-05-28 02:39:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-17418580&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005775 10.0.0.133 - - [2026-05-28 02:39:54] "POST /neutron/network HTTP/1.1" 200 1142 0.010422 10.0.0.133 - - [2026-05-28 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.133 - - [2026-05-28 02:39:54] "DELETE /network-ipam/71b0799d-fab2-4122-b9a6-2d4ab12d00fd HTTP/1.1" 200 115 0.046322 10.0.0.133 - - [2026-05-28 02:39:54] "POST /fqname-to-id HTTP/1.1" 404 264 0.003539 10.0.0.131 - - [2026-05-28 02:39:54] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001781 10.0.0.131 - - [2026-05-28 02:39:55] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.054681 10.0.0.131 - - [2026-05-28 02:39:55] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001045 10.0.0.131 - - [2026-05-28 02:39:55] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?fields=security_groups HTTP/1.1" 200 1406 0.049666 10.0.0.131 - - [2026-05-28 02:39:55] "DELETE /security-group/1bcd79b5-f40a-4fc9-b723-420a178060f7 HTTP/1.1" 200 115 0.068746 10.0.0.131 - - [2026-05-28 02:39:55] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001560 10.0.0.41 - - [2026-05-28 02:39:55] "DELETE /access-control-list/ce24ddfe-d754-4188-8414-eb55e9ec43a5 HTTP/1.1" 200 115 0.046240 10.0.0.131 - - [2026-05-28 02:39:55] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?fields=application_policy_sets HTTP/1.1" 200 1445 0.063678 10.0.0.133 - - [2026-05-28 02:39:55] "DELETE /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8 HTTP/1.1" 200 115 0.517683 10.0.0.131 - - [2026-05-28 02:39:55] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001231 10.0.0.133 - - [2026-05-28 02:39:55] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?fields=projects HTTP/1.1" 200 1443 0.016792 10.0.0.131 - - [2026-05-28 02:39:58] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004364 10.0.0.131 - - [2026-05-28 02:39:58] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000847 10.0.0.131 - - [2026-05-28 02:39:58] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049515 10.0.0.131 - - [2026-05-28 02:39:58] "POST /id-to-fqname HTTP/1.1" 200 204 0.001854 10.0.0.131 - - [2026-05-28 02:39:58] "POST /fqname-to-id HTTP/1.1" 404 213 0.010409 10.0.0.131 - - [2026-05-28 02:39:58] "POST /security-groups HTTP/1.1" 200 605 0.035042 10.0.0.131 - - [2026-05-28 02:39:58] "POST /projects HTTP/1.1" 200 613 0.287522 10.0.0.131 - - [2026-05-28 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.325783 10.0.0.41 - - [2026-05-28 02:39:58] "POST /access-control-lists HTTP/1.1" 200 612 0.035207 10.0.0.133 - - [2026-05-28 02:39:58] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.498944 10.0.0.131 - - [2026-05-28 02:39:58] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001397 10.0.0.133 - - [2026-05-28 02:39:58] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?fields=virtual_networks HTTP/1.1" 200 1063 0.089470 10.0.0.131 - - [2026-05-28 02:39:58] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000859 10.0.0.133 - - [2026-05-28 02:39:58] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.042381 10.0.0.131 - - [2026-05-28 02:39:58] "GET /projects?obj_uuids=e8abc19c-e6c0-44a7-962a-b18211e37ce8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001436 10.0.0.133 - - [2026-05-28 02:39:58] "GET /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8?fields=security_groups HTTP/1.1" 200 1304 0.042058 10.0.0.133 - - [2026-05-28 02:39:59] "POST /fqname-to-id HTTP/1.1" 404 204 0.041535 10.0.0.131 - - [2026-05-28 02:40:00] "GET /projects?obj_uuids=20d028f7-4391-499f-8a9a-8b8e0c8b5cae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004204 10.0.0.131 - - [2026-05-28 02:40:00] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001315 10.0.0.131 - - [2026-05-28 02:40:00] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008347 10.0.0.131 - - [2026-05-28 02:40:00] "POST /id-to-fqname HTTP/1.1" 200 206 0.001166 10.0.0.131 - - [2026-05-28 02:40:00] "POST /fqname-to-id HTTP/1.1" 404 215 0.010188 10.0.0.131 - - [2026-05-28 02:40:00] "POST /security-groups HTTP/1.1" 200 607 0.052706 10.0.0.41 - - [2026-05-28 02:40:00] "POST /fqname-to-id HTTP/1.1" 404 250 0.004103 10.0.0.131 - - [2026-05-28 02:40:00] "POST /projects HTTP/1.1" 200 617 0.333637 10.0.0.131 - - [2026-05-28 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.374985 10.0.0.133 - - [2026-05-28 02:40:00] "GET /project/20d028f7-4391-499f-8a9a-8b8e0c8b5cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.547272 10.0.0.41 - - [2026-05-28 02:40:00] "POST /access-control-lists HTTP/1.1" 200 612 0.078228 10.0.0.133 - - [2026-05-28 02:40:01] "GET / HTTP/1.1" 200 36215 0.002585 10.0.0.133 - - [2026-05-28 02:40:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000628 10.0.0.133 - - [2026-05-28 02:40:05] "POST /fqname-to-id HTTP/1.1" 404 233 0.087173 10.0.0.133 - - [2026-05-28 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.131 - - [2026-05-28 02:40:05] "GET /projects?obj_uuids=20d028f7-4391-499f-8a9a-8b8e0c8b5cae&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000985 10.0.0.133 - - [2026-05-28 02:40:05] "GET /project/20d028f7-4391-499f-8a9a-8b8e0c8b5cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.055997 10.0.0.133 - - [2026-05-28 02:40:05] "POST /network-policys HTTP/1.1" 200 569 0.089080 10.0.0.133 - - [2026-05-28 02:40:05] "GET /network-policy/cd741af2-5013-49fb-b376-2dedb3802819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.006955 10.0.0.133 - - [2026-05-28 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.131 - - [2026-05-28 02:40:05] "GET /projects?obj_uuids=20d028f7-4391-499f-8a9a-8b8e0c8b5cae&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002485 10.0.0.133 - - [2026-05-28 02:40:06] "GET /project/20d028f7-4391-499f-8a9a-8b8e0c8b5cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.070565 10.0.0.131 - - [2026-05-28 02:40:06] "GET /projects?obj_uuids=20d028f7-4391-499f-8a9a-8b8e0c8b5cae&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001134 10.0.0.133 - - [2026-05-28 02:40:06] "POST /neutron/network HTTP/1.1" 200 623 0.209895 10.0.0.133 - - [2026-05-28 02:40:07] "POST /neutron/network HTTP/1.1" 200 1016 0.013463 10.0.0.133 - - [2026-05-28 02:40:07] "POST /id-to-fqname HTTP/1.1" 200 237 0.001217 10.0.0.133 - - [2026-05-28 02:40:07] "GET /virtual-network/f7dbe48e-5787-4199-a7b8-72361e8d6c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.006605 10.0.0.133 - - [2026-05-28 02:40:07] "GET /virtual-network/f7dbe48e-5787-4199-a7b8-72361e8d6c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.006377 10.0.0.133 - - [2026-05-28 02:40:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.011048 10.0.0.41 - - [2026-05-28 02:40:07] "POST /fqname-to-id HTTP/1.1" 404 252 0.004587 10.0.0.133 - - [2026-05-28 02:40:07] "POST /neutron/network HTTP/1.1" 200 1123 0.089303 10.0.0.133 - - [2026-05-28 02:40:07] "GET /virtual-network/f7dbe48e-5787-4199-a7b8-72361e8d6c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2987 0.006388 10.0.0.133 - - [2026-05-28 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.133 - - [2026-05-28 02:40:07] "GET /network-policy/cd741af2-5013-49fb-b376-2dedb3802819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.005288 10.0.0.133 - - [2026-05-28 02:40:08] "GET /virtual-network/f7dbe48e-5787-4199-a7b8-72361e8d6c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2987 0.009542 10.0.0.133 - - [2026-05-28 02:40:10] "DELETE /network-policy/cd741af2-5013-49fb-b376-2dedb3802819 HTTP/1.1" 409 239 0.010772 10.0.0.131 - - [2026-05-28 02:40:10] "POST /useragent-kv HTTP/1.1" 200 115 0.006759 10.0.0.131 - - [2026-05-28 02:40:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002560 10.0.0.41 - - [2026-05-28 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005585 10.0.0.131 - - [2026-05-28 02:40:10] "POST /useragent-kv HTTP/1.1" 200 115 0.005875 10.0.0.131 - - [2026-05-28 02:40:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002566 10.0.0.133 - - [2026-05-28 02:40:10] "POST /neutron/network HTTP/1.1" 200 151 0.185999 10.0.0.133 - - [2026-05-28 02:40:10] "DELETE /network-policy/cd741af2-5013-49fb-b376-2dedb3802819 HTTP/1.1" 200 115 0.064530 10.0.0.133 - - [2026-05-28 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007097 10.0.0.131 - - [2026-05-28 02:40:10] "GET /projects?obj_uuids=20d028f7-4391-499f-8a9a-8b8e0c8b5cae&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001177 10.0.0.133 - - [2026-05-28 02:40:10] "GET /project/20d028f7-4391-499f-8a9a-8b8e0c8b5cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.073215 10.0.0.133 - - [2026-05-28 02:40:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-30731511&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.015975 10.0.0.41 - - [2026-05-28 02:40:11] "DELETE /access-control-list/59023ad3-0813-4af7-9c02-20f4b6b2869d HTTP/1.1" 200 115 0.039195 10.0.0.131 - - [2026-05-28 02:40:13] "GET /projects?obj_uuids=20d028f7-4391-499f-8a9a-8b8e0c8b5cae&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001061 10.0.0.133 - - [2026-05-28 02:40:13] "GET /project/20d028f7-4391-499f-8a9a-8b8e0c8b5cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.043389 10.0.0.131 - - [2026-05-28 02:40:13] "GET /projects?obj_uuids=20d028f7-4391-499f-8a9a-8b8e0c8b5cae&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001277 10.0.0.133 - - [2026-05-28 02:40:13] "GET /project/20d028f7-4391-499f-8a9a-8b8e0c8b5cae?fields=virtual_networks HTTP/1.1" 200 1065 0.054188 10.0.0.131 - - [2026-05-28 02:40:13] "GET /projects?obj_uuids=20d028f7-4391-499f-8a9a-8b8e0c8b5cae&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002129 10.0.0.133 - - [2026-05-28 02:40:13] "GET /project/20d028f7-4391-499f-8a9a-8b8e0c8b5cae?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.052156 10.0.0.131 - - [2026-05-28 02:40:13] "GET /projects?obj_uuids=20d028f7-4391-499f-8a9a-8b8e0c8b5cae&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001483 10.0.0.133 - - [2026-05-28 02:40:13] "GET /project/20d028f7-4391-499f-8a9a-8b8e0c8b5cae?fields=security_groups HTTP/1.1" 200 1308 0.051123 10.0.0.133 - - [2026-05-28 02:40:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.035368 10.0.0.131 - - [2026-05-28 02:40:14] "GET /projects?obj_uuids=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003561 10.0.0.131 - - [2026-05-28 02:40:14] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.131 - - [2026-05-28 02:40:14] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007238 10.0.0.131 - - [2026-05-28 02:40:15] "POST /id-to-fqname HTTP/1.1" 200 190 0.001602 10.0.0.131 - - [2026-05-28 02:40:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.004067 10.0.0.131 - - [2026-05-28 02:40:15] "POST /security-groups HTTP/1.1" 200 591 0.074956 10.0.0.131 - - [2026-05-28 02:40:15] "POST /projects HTTP/1.1" 200 585 0.308732 10.0.0.131 - - [2026-05-28 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.346815 10.0.0.41 - - [2026-05-28 02:40:15] "POST /fqname-to-id HTTP/1.1" 404 233 0.011904 10.0.0.133 - - [2026-05-28 02:40:15] "GET /project/fa2a10c5-efb3-4ff3-81f5-5d5685f70861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.532928 10.0.0.133 - - [2026-05-28 02:40:16] "GET / HTTP/1.1" 200 36215 0.001287 10.0.0.133 - - [2026-05-28 02:40:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000524 10.0.0.133 - - [2026-05-28 02:40:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.098839 10.0.0.133 - - [2026-05-28 02:40:19] "POST /network-ipams HTTP/1.1" 200 515 0.038283 10.0.0.133 - - [2026-05-28 02:40:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.004020 10.0.0.133 - - [2026-05-28 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.018001 10.0.0.133 - - [2026-05-28 02:40:19] "GET /network-ipam/1abde91d-c20c-4dbe-86e5-aa3230ac35b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.009338 10.0.0.133 - - [2026-05-28 02:40:19] "PUT /network-ipam/1abde91d-c20c-4dbe-86e5-aa3230ac35b8 HTTP/1.1" 200 259 0.030004 10.0.0.133 - - [2026-05-28 02:40:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003785 10.0.0.133 - - [2026-05-28 02:40:19] "POST /network-ipams HTTP/1.1" 200 515 0.037562 10.0.0.133 - - [2026-05-28 02:40:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.003802 10.0.0.133 - - [2026-05-28 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.133 - - [2026-05-28 02:40:19] "GET /network-ipam/6445eec7-cfc9-417c-94e3-14df5ae4eff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006926 10.0.0.133 - - [2026-05-28 02:40:19] "PUT /network-ipam/6445eec7-cfc9-417c-94e3-14df5ae4eff9 HTTP/1.1" 200 259 0.018324 10.0.0.133 - - [2026-05-28 02:40:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.003536 10.0.0.133 - - [2026-05-28 02:40:19] "POST /network-ipams HTTP/1.1" 200 515 0.036623 10.0.0.133 - - [2026-05-28 02:40:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1166 0.012054 10.0.0.133 - - [2026-05-28 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.133 - - [2026-05-28 02:40:19] "GET /network-ipam/046cb5d7-d4cb-48d3-88fb-66d5dd49d2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007407 10.0.0.133 - - [2026-05-28 02:40:20] "PUT /network-ipam/046cb5d7-d4cb-48d3-88fb-66d5dd49d2b1 HTTP/1.1" 200 259 0.017246 10.0.0.133 - - [2026-05-28 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.131 - - [2026-05-28 02:40:20] "GET /projects?obj_uuids=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001105 10.0.0.133 - - [2026-05-28 02:40:20] "GET /project/fa2a10c5-efb3-4ff3-81f5-5d5685f70861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048560 10.0.0.41 - - [2026-05-28 02:40:21] "POST /ref-update HTTP/1.1" 200 156 0.040066 10.0.0.131 - - [2026-05-28 02:40:21] "POST /useragent-kv HTTP/1.1" 200 115 0.008958 10.0.0.133 - - [2026-05-28 02:40:21] "POST /neutron/subnet HTTP/1.1" 200 724 0.271010 10.0.0.133 - - [2026-05-28 02:40:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001337 10.0.0.133 - - [2026-05-28 02:40:21] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006830 10.0.0.133 - - [2026-05-28 02:40:21] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007314 10.0.0.133 - - [2026-05-28 02:40:21] "POST /neutron/network HTTP/1.1" 200 824 0.007284 10.0.0.133 - - [2026-05-28 02:40:21] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006029 10.0.0.133 - - [2026-05-28 02:40:21] "GET /network-ipam/1abde91d-c20c-4dbe-86e5-aa3230ac35b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.004499 10.0.0.133 - - [2026-05-28 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.131 - - [2026-05-28 02:40:21] "GET /projects?obj_uuids=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001262 10.0.0.133 - - [2026-05-28 02:40:21] "GET /project/fa2a10c5-efb3-4ff3-81f5-5d5685f70861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.063382 10.0.0.133 - - [2026-05-28 02:40:22] "POST /neutron/network HTTP/1.1" 200 117 0.023288 10.0.0.133 - - [2026-05-28 02:40:22] "POST /neutron/network HTTP/1.1" 200 822 0.009764 10.0.0.133 - - [2026-05-28 02:40:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001212 10.0.0.133 - - [2026-05-28 02:40:22] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005188 10.0.0.133 - - [2026-05-28 02:40:22] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006587 10.0.0.133 - - [2026-05-28 02:40:22] "POST /neutron/subnet HTTP/1.1" 200 715 0.014009 10.0.0.133 - - [2026-05-28 02:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.131 - - [2026-05-28 02:40:22] "GET /projects?obj_uuids=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.133 - - [2026-05-28 02:40:22] "GET /project/fa2a10c5-efb3-4ff3-81f5-5d5685f70861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.061876 10.0.0.41 - - [2026-05-28 02:40:23] "POST /route-targets HTTP/1.1" 200 328 0.017665 10.0.0.131 - - [2026-05-28 02:40:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004613 10.0.0.133 - - [2026-05-28 02:40:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.233674 10.0.0.133 - - [2026-05-28 02:40:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001360 10.0.0.133 - - [2026-05-28 02:40:23] "GET /virtual-network/da7aba03-7589-429f-9cfb-f17e7ae340e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005584 10.0.0.133 - - [2026-05-28 02:40:23] "GET /virtual-network/da7aba03-7589-429f-9cfb-f17e7ae340e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008098 10.0.0.133 - - [2026-05-28 02:40:23] "POST /neutron/network HTTP/1.1" 200 825 0.006867 10.0.0.133 - - [2026-05-28 02:40:23] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007266 10.0.0.133 - - [2026-05-28 02:40:24] "GET /obj-perms HTTP/1.1" 200 5049 0.077628 10.0.0.41 - - [2026-05-28 02:40:24] "GET /obj-perms HTTP/1.1" 200 5049 0.069645 10.0.0.131 - - [2026-05-28 02:40:25] "GET /obj-perms HTTP/1.1" 200 5049 0.097465 10.0.0.131 - - [2026-05-28 02:40:25] "DELETE /project/e8abc19ce6c044a7962ab18211e37ce8 HTTP/1.1" 404 173 0.010269 10.0.0.131 - - [2026-05-28 02:40:25] "GET /projects?obj_uuids=20d028f7-4391-499f-8a9a-8b8e0c8b5cae&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000855 10.0.0.131 - - [2026-05-28 02:40:25] "DELETE /project/20d028f74391499f8a9a8b8e0c8b5cae HTTP/1.1" 404 173 0.007031 10.0.0.131 - - [2026-05-28 02:40:25] "DELETE /project/fa2a10c5efb34ff381f55d5685f70861 HTTP/1.1" 404 173 0.011968 10.0.0.131 - - [2026-05-28 02:40:25] "DELETE /project/e8abc19c-e6c0-44a7-962a-b18211e37ce8 HTTP/1.1" 404 177 0.013855 10.0.0.131 - - [2026-05-28 02:40:25] "GET /project/20d028f7-4391-499f-8a9a-8b8e0c8b5cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.053116 10.0.0.131 - - [2026-05-28 02:40:25] "GET /projects?obj_uuids=20d028f7-4391-499f-8a9a-8b8e0c8b5cae&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000962 10.0.0.131 - - [2026-05-28 02:40:25] "GET /project/20d028f7-4391-499f-8a9a-8b8e0c8b5cae?fields=security_groups HTTP/1.1" 200 1410 0.070423 10.0.0.133 - - [2026-05-28 02:40:25] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.015650 10.0.0.131 - - [2026-05-28 02:40:25] "DELETE /security-group/302a76fa-42b3-4a95-bb8a-c004410f6fdc HTTP/1.1" 200 115 0.084120 10.0.0.131 - - [2026-05-28 02:40:25] "GET /projects?obj_uuids=20d028f7-4391-499f-8a9a-8b8e0c8b5cae&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001540 10.0.0.131 - - [2026-05-28 02:40:25] "GET /project/20d028f7-4391-499f-8a9a-8b8e0c8b5cae?fields=application_policy_sets HTTP/1.1" 200 1449 0.071898 10.0.0.41 - - [2026-05-28 02:40:25] "DELETE /access-control-list/7b9fe782-57a6-4e48-87bf-ff7725ccbd84 HTTP/1.1" 200 115 0.074391 10.0.0.131 - - [2026-05-28 02:40:26] "DELETE /project/20d028f7-4391-499f-8a9a-8b8e0c8b5cae HTTP/1.1" 200 115 0.574046 10.0.0.133 - - [2026-05-28 02:40:26] "GET /virtual-network/da7aba03-7589-429f-9cfb-f17e7ae340e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006345 10.0.0.133 - - [2026-05-28 02:40:27] "POST /fqname-to-id HTTP/1.1" 404 215 0.003361 10.0.0.133 - - [2026-05-28 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.131 - - [2026-05-28 02:40:27] "GET /projects?obj_uuids=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.133 - - [2026-05-28 02:40:27] "GET /project/fa2a10c5-efb3-4ff3-81f5-5d5685f70861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.047717 10.0.0.133 - - [2026-05-28 02:40:27] "POST /network-policys HTTP/1.1" 200 555 0.040897 10.0.0.133 - - [2026-05-28 02:40:27] "GET /network-policy/ef6f9892-cbc1-4f67-953e-780d6e185c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.007036 10.0.0.133 - - [2026-05-28 02:40:27] "POST /fqname-to-id HTTP/1.1" 404 215 0.002676 10.0.0.133 - - [2026-05-28 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.131 - - [2026-05-28 02:40:27] "GET /projects?obj_uuids=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001706 10.0.0.133 - - [2026-05-28 02:40:27] "GET /project/fa2a10c5-efb3-4ff3-81f5-5d5685f70861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.065387 10.0.0.133 - - [2026-05-28 02:40:27] "POST /network-policys HTTP/1.1" 200 555 0.041428 10.0.0.133 - - [2026-05-28 02:40:27] "GET /network-policy/2c82a144-9e14-422b-a225-d8dca41928d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.010301 10.0.0.133 - - [2026-05-28 02:40:27] "POST /fqname-to-id HTTP/1.1" 404 215 0.003148 10.0.0.133 - - [2026-05-28 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005770 10.0.0.131 - - [2026-05-28 02:40:27] "GET /projects?obj_uuids=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000927 10.0.0.133 - - [2026-05-28 02:40:27] "GET /project/fa2a10c5-efb3-4ff3-81f5-5d5685f70861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.065918 10.0.0.133 - - [2026-05-28 02:40:28] "POST /network-policys HTTP/1.1" 200 555 0.038535 10.0.0.133 - - [2026-05-28 02:40:28] "GET /network-policy/68287ae0-d5ae-4217-bbba-e5ba37b4ba9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006574 10.0.0.133 - - [2026-05-28 02:40:28] "POST /ref-update HTTP/1.1" 200 156 0.065057 10.0.0.133 - - [2026-05-28 02:40:28] "POST /ref-update HTTP/1.1" 200 156 0.075610 10.0.0.41 - - [2026-05-28 02:40:28] "PUT /access-control-list/15682b6b-1f79-4c0d-9620-091f977b4842 HTTP/1.1" 200 273 0.029567 10.0.0.133 - - [2026-05-28 02:40:28] "POST /neutron/network HTTP/1.1" 200 914 0.089877 10.0.0.133 - - [2026-05-28 02:40:28] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008050 10.0.0.133 - - [2026-05-28 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006139 10.0.0.133 - - [2026-05-28 02:40:28] "GET /network-policy/2c82a144-9e14-422b-a225-d8dca41928d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.005732 10.0.0.133 - - [2026-05-28 02:40:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.001953 10.0.0.41 - - [2026-05-28 02:40:28] "POST /ref-update HTTP/1.1" 200 156 0.056627 10.0.0.131 - - [2026-05-28 02:40:30] "GET /projects?obj_uuids=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.133 - - [2026-05-28 02:40:30] "GET /project/fa2a10c5-efb3-4ff3-81f5-5d5685f70861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.095913 10.0.0.133 - - [2026-05-28 02:40:30] "POST /neutron/network HTTP/1.1" 200 995 0.013239 10.0.0.133 - - [2026-05-28 02:40:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001262 10.0.0.133 - - [2026-05-28 02:40:30] "POST /neutron/port HTTP/1.1" 200 117 0.005547 10.0.0.131 - - [2026-05-28 02:40:30] "GET /projects?obj_uuids=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001613 10.0.0.133 - - [2026-05-28 02:40:31] "POST /neutron/port HTTP/1.1" 200 1060 0.336131 10.0.0.133 - - [2026-05-28 02:40:31] "POST /neutron/port HTTP/1.1" 200 1114 0.126957 10.0.0.131 - - [2026-05-28 02:40:31] "GET /projects?obj_uuids=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.133 - - [2026-05-28 02:40:31] "POST /neutron/subnet HTTP/1.1" 200 698 0.010710 10.0.0.133 - - [2026-05-28 02:40:31] "GET /project/fa2a10c5-efb3-4ff3-81f5-5d5685f70861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.111099 10.0.0.133 - - [2026-05-28 02:40:31] "POST /neutron/network HTTP/1.1" 200 995 0.009388 10.0.0.133 - - [2026-05-28 02:40:32] "POST /neutron/port HTTP/1.1" 200 117 0.007519 10.0.0.133 - - [2026-05-28 02:40:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001919 10.0.0.133 - - [2026-05-28 02:40:32] "POST /neutron/network HTTP/1.1" 200 835 0.008299 10.0.0.133 - - [2026-05-28 02:40:33] "POST /neutron/port HTTP/1.1" 200 1058 0.086517 10.0.0.133 - - [2026-05-28 02:40:33] "POST /neutron/port HTTP/1.1" 200 1122 0.028158 10.0.0.131 - - [2026-05-28 02:40:33] "GET /projects?obj_uuids=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001376 10.0.0.133 - - [2026-05-28 02:40:33] "GET /project/fa2a10c5-efb3-4ff3-81f5-5d5685f70861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.094380 10.0.0.133 - - [2026-05-28 02:40:33] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.133 - - [2026-05-28 02:40:34] "POST /neutron/port HTTP/1.1" 200 2094 0.041173 10.0.0.133 - - [2026-05-28 02:40:34] "POST /neutron/port HTTP/1.1" 200 1124 0.027804 10.0.0.133 - - [2026-05-28 02:40:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007472 10.0.0.133 - - [2026-05-28 02:40:34] "POST /neutron/port HTTP/1.1" 200 1124 0.022891 10.0.0.133 - - [2026-05-28 02:40:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007623 10.0.0.133 - - [2026-05-28 02:40:34] "GET /virtual-machine/6892af3e-133f-44f7-857b-8d7aeebd3c1a HTTP/1.1" 401 293 0.000386 10.0.0.133 - - [2026-05-28 02:40:35] "GET /virtual-machine/6892af3e-133f-44f7-857b-8d7aeebd3c1a HTTP/1.1" 200 1293 0.136075 10.0.0.133 - - [2026-05-28 02:40:35] "GET /virtual-machine/6892af3e-133f-44f7-857b-8d7aeebd3c1a HTTP/1.1" 200 1293 0.004557 10.0.0.133 - - [2026-05-28 02:40:35] "POST /neutron/port HTTP/1.1" 200 1115 0.198611 10.0.0.133 - - [2026-05-28 02:40:35] "GET /virtual-machine-interface/22d3dc1e-66db-425e-bce5-ae055bbe3ee5 HTTP/1.1" 200 2951 0.005489 10.0.0.133 - - [2026-05-28 02:40:35] "GET /virtual-machine/6892af3e-133f-44f7-857b-8d7aeebd3c1a HTTP/1.1" 200 1293 0.005826 10.0.0.133 - - [2026-05-28 02:40:35] "GET /virtual-machine-interface/22d3dc1e-66db-425e-bce5-ae055bbe3ee5 HTTP/1.1" 200 2951 0.005714 10.0.0.133 - - [2026-05-28 02:40:35] "GET /instance-ip/354c244f-1d99-4a81-87de-5cd5bc89afb7 HTTP/1.1" 200 1623 0.012545 10.0.0.133 - - [2026-05-28 02:40:35] "GET /virtual-machine/6892af3e-133f-44f7-857b-8d7aeebd3c1a HTTP/1.1" 200 1293 0.003797 10.0.0.133 - - [2026-05-28 02:40:35] "GET /virtual-machine-interface/22d3dc1e-66db-425e-bce5-ae055bbe3ee5 HTTP/1.1" 200 2951 0.006102 10.0.0.133 - - [2026-05-28 02:40:35] "GET /instance-ip/354c244f-1d99-4a81-87de-5cd5bc89afb7 HTTP/1.1" 200 1623 0.008018 10.0.0.133 - - [2026-05-28 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.133 - - [2026-05-28 02:40:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.016955 10.0.0.133 - - [2026-05-28 02:40:35] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002973 10.0.0.133 - - [2026-05-28 02:40:35] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003491 10.0.0.133 - - [2026-05-28 02:40:35] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006171 10.0.0.133 - - [2026-05-28 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.133 - - [2026-05-28 02:40:35] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004394 10.0.0.133 - - [2026-05-28 02:40:35] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003573 10.0.0.133 - - [2026-05-28 02:40:35] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006906 10.0.0.133 - - [2026-05-28 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.133 - - [2026-05-28 02:40:35] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005108 10.0.0.133 - - [2026-05-28 02:40:35] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003243 10.0.0.133 - - [2026-05-28 02:40:35] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006251 10.0.0.133 - - [2026-05-28 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.133 - - [2026-05-28 02:40:35] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003335 10.0.0.133 - - [2026-05-28 02:40:35] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003250 10.0.0.133 - - [2026-05-28 02:40:35] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005953 10.0.0.133 - - [2026-05-28 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.133 - - [2026-05-28 02:40:36] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004461 10.0.0.133 - - [2026-05-28 02:40:36] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003125 10.0.0.133 - - [2026-05-28 02:40:36] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006078 10.0.0.133 - - [2026-05-28 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.133 - - [2026-05-28 02:40:39] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006352 10.0.0.133 - - [2026-05-28 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.133 - - [2026-05-28 02:40:43] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006206 10.0.0.133 - - [2026-05-28 02:40:45] "GET /obj-perms HTTP/1.1" 200 5075 0.075497 10.0.0.41 - - [2026-05-28 02:40:45] "GET /obj-perms HTTP/1.1" 200 5075 0.062618 10.0.0.133 - - [2026-05-28 02:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.133 - - [2026-05-28 02:40:47] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006227 10.0.0.133 - - [2026-05-28 02:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.133 - - [2026-05-28 02:40:51] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006871 10.0.0.133 - - [2026-05-28 02:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.133 - - [2026-05-28 02:40:55] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005450 10.0.0.133 - - [2026-05-28 02:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.133 - - [2026-05-28 02:40:59] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005752 10.0.0.133 - - [2026-05-28 02:41:03] "POST /neutron/port HTTP/1.1" 200 1122 0.023593 10.0.0.133 - - [2026-05-28 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006300 10.0.0.133 - - [2026-05-28 02:41:03] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006628 10.0.0.133 - - [2026-05-28 02:41:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004483 10.0.0.133 - - [2026-05-28 02:41:03] "POST /neutron/network HTTP/1.1" 200 914 0.009587 10.0.0.133 - - [2026-05-28 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.133 - - [2026-05-28 02:41:07] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006112 10.0.0.133 - - [2026-05-28 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.133 - - [2026-05-28 02:41:12] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.010741 10.0.0.133 - - [2026-05-28 02:41:15] "POST /neutron/network HTTP/1.1" 200 1005 0.008495 10.0.0.133 - - [2026-05-28 02:41:15] "POST /neutron/port HTTP/1.1" 200 117 0.001368 10.0.0.133 - - [2026-05-28 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.133 - - [2026-05-28 02:41:16] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005913 10.0.0.133 - - [2026-05-28 02:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.133 - - [2026-05-28 02:41:20] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006830 10.0.0.133 - - [2026-05-28 02:41:20] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.009005 10.0.0.133 - - [2026-05-28 02:41:20] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006658 10.0.0.133 - - [2026-05-28 02:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005366 10.0.0.133 - - [2026-05-28 02:41:20] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004418 10.0.0.133 - - [2026-05-28 02:41:20] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003586 10.0.0.133 - - [2026-05-28 02:41:20] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008812 10.0.0.133 - - [2026-05-28 02:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005244 10.0.0.133 - - [2026-05-28 02:41:20] "GET /routing-instance/b1d8ea66-2de4-42bf-a97e-b949f0bab89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.005882 10.0.0.133 - - [2026-05-28 02:41:20] "GET /route-target/8d18fe5c-d400-4e6d-9003-d9290fcccd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003913 10.0.0.133 - - [2026-05-28 02:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.133 - - [2026-05-28 02:41:20] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005292 10.0.0.133 - - [2026-05-28 02:41:20] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003029 10.0.0.133 - - [2026-05-28 02:41:20] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006762 10.0.0.133 - - [2026-05-28 02:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.133 - - [2026-05-28 02:41:20] "GET /routing-instance/b1d8ea66-2de4-42bf-a97e-b949f0bab89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.005082 10.0.0.133 - - [2026-05-28 02:41:20] "GET /route-target/8d18fe5c-d400-4e6d-9003-d9290fcccd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.007440 10.0.0.133 - - [2026-05-28 02:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.133 - - [2026-05-28 02:41:21] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005969 10.0.0.133 - - [2026-05-28 02:41:21] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004691 10.0.0.133 - - [2026-05-28 02:41:21] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.010696 10.0.0.133 - - [2026-05-28 02:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.133 - - [2026-05-28 02:41:21] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005373 10.0.0.133 - - [2026-05-28 02:41:21] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003617 10.0.0.133 - - [2026-05-28 02:41:21] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006225 10.0.0.133 - - [2026-05-28 02:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.133 - - [2026-05-28 02:41:21] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004468 10.0.0.133 - - [2026-05-28 02:41:21] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004047 10.0.0.133 - - [2026-05-28 02:41:21] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007777 10.0.0.131 - - [2026-05-28 02:41:21] "GET /obj-perms HTTP/1.1" 200 5049 0.006295 10.0.0.133 - - [2026-05-28 02:41:21] "GET /obj-perms HTTP/1.1" 200 5049 0.004107 10.0.0.131 - - [2026-05-28 02:41:21] "GET /obj-perms HTTP/1.1" 200 5049 0.004641 10.0.0.133 - - [2026-05-28 02:41:21] "GET /obj-perms HTTP/1.1" 200 5049 0.005437 10.0.0.133 - - [2026-05-28 02:41:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011057 10.0.0.133 - - [2026-05-28 02:41:22] "POST /neutron/port HTTP/1.1" 200 1122 0.025110 10.0.0.133 - - [2026-05-28 02:41:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007678 10.0.0.133 - - [2026-05-28 02:41:22] "GET /virtual-machine/d6444877-18ed-4635-8f57-0e5d5527f3d7 HTTP/1.1" 200 1295 0.006082 10.0.0.133 - - [2026-05-28 02:41:22] "GET /virtual-machine/d6444877-18ed-4635-8f57-0e5d5527f3d7 HTTP/1.1" 200 1295 0.006078 10.0.0.133 - - [2026-05-28 02:41:22] "GET /virtual-machine-interface/11c59381-998e-400b-9516-b84e3b47acd2 HTTP/1.1" 200 2951 0.008005 10.0.0.133 - - [2026-05-28 02:41:22] "GET /virtual-machine/d6444877-18ed-4635-8f57-0e5d5527f3d7 HTTP/1.1" 200 1295 0.005834 10.0.0.133 - - [2026-05-28 02:41:22] "GET /virtual-machine-interface/11c59381-998e-400b-9516-b84e3b47acd2 HTTP/1.1" 200 2951 0.006294 10.0.0.133 - - [2026-05-28 02:41:22] "GET /instance-ip/b1a0f221-9e60-448f-9daa-62de63873c85 HTTP/1.1" 200 1623 0.007002 10.0.0.133 - - [2026-05-28 02:41:22] "GET /virtual-machine/d6444877-18ed-4635-8f57-0e5d5527f3d7 HTTP/1.1" 200 1295 0.004357 10.0.0.133 - - [2026-05-28 02:41:22] "GET /virtual-machine-interface/11c59381-998e-400b-9516-b84e3b47acd2 HTTP/1.1" 200 2951 0.006605 10.0.0.133 - - [2026-05-28 02:41:22] "GET /instance-ip/b1a0f221-9e60-448f-9daa-62de63873c85 HTTP/1.1" 200 1623 0.003667 10.0.0.133 - - [2026-05-28 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005089 10.0.0.133 - - [2026-05-28 02:41:22] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004518 10.0.0.133 - - [2026-05-28 02:41:22] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004233 10.0.0.133 - - [2026-05-28 02:41:22] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006748 10.0.0.133 - - [2026-05-28 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.133 - - [2026-05-28 02:41:22] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004933 10.0.0.133 - - [2026-05-28 02:41:22] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.007718 10.0.0.133 - - [2026-05-28 02:41:22] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006403 10.0.0.133 - - [2026-05-28 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.133 - - [2026-05-28 02:41:22] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004899 10.0.0.133 - - [2026-05-28 02:41:22] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003440 10.0.0.133 - - [2026-05-28 02:41:22] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007386 10.0.0.133 - - [2026-05-28 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.133 - - [2026-05-28 02:41:22] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004173 10.0.0.133 - - [2026-05-28 02:41:22] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003457 10.0.0.133 - - [2026-05-28 02:41:23] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007286 10.0.0.133 - - [2026-05-28 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.133 - - [2026-05-28 02:41:23] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004499 10.0.0.133 - - [2026-05-28 02:41:23] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004503 10.0.0.133 - - [2026-05-28 02:41:23] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007790 10.0.0.133 - - [2026-05-28 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.133 - - [2026-05-28 02:41:24] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004017 10.0.0.133 - - [2026-05-28 02:41:24] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004162 10.0.0.133 - - [2026-05-28 02:41:24] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005942 10.0.0.133 - - [2026-05-28 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.133 - - [2026-05-28 02:41:24] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003573 10.0.0.133 - - [2026-05-28 02:41:24] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002968 10.0.0.133 - - [2026-05-28 02:41:24] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008238 10.0.0.133 - - [2026-05-28 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.133 - - [2026-05-28 02:41:24] "GET /routing-instance/47c7f17a-2030-4406-aa2e-0a6336c39455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005702 10.0.0.133 - - [2026-05-28 02:41:24] "GET /route-target/7a2745a0-2667-415e-ac1a-8cb0ea429e42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005764 10.0.0.133 - - [2026-05-28 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.133 - - [2026-05-28 02:41:24] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003303 10.0.0.133 - - [2026-05-28 02:41:24] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005736 10.0.0.133 - - [2026-05-28 02:41:24] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007327 10.0.0.133 - - [2026-05-28 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.133 - - [2026-05-28 02:41:24] "GET /routing-instance/47c7f17a-2030-4406-aa2e-0a6336c39455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004830 10.0.0.133 - - [2026-05-28 02:41:24] "GET /route-target/7a2745a0-2667-415e-ac1a-8cb0ea429e42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004700 10.0.0.133 - - [2026-05-28 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.133 - - [2026-05-28 02:41:25] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005650 10.0.0.133 - - [2026-05-28 02:41:25] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003661 10.0.0.133 - - [2026-05-28 02:41:25] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006033 10.0.0.133 - - [2026-05-28 02:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.133 - - [2026-05-28 02:41:25] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005972 10.0.0.133 - - [2026-05-28 02:41:25] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004387 10.0.0.133 - - [2026-05-28 02:41:25] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007495 10.0.0.133 - - [2026-05-28 02:41:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.133 - - [2026-05-28 02:41:25] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004127 10.0.0.133 - - [2026-05-28 02:41:25] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003985 10.0.0.133 - - [2026-05-28 02:41:25] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005522 10.0.0.131 - - [2026-05-28 02:41:25] "GET /obj-perms HTTP/1.1" 200 5049 0.005865 10.0.0.133 - - [2026-05-28 02:41:25] "GET /obj-perms HTTP/1.1" 200 5049 0.004718 10.0.0.133 - - [2026-05-28 02:41:25] "GET /obj-perms HTTP/1.1" 200 5049 0.004591 10.0.0.133 - - [2026-05-28 02:41:25] "GET /obj-perms HTTP/1.1" 200 5049 0.006616 10.0.0.131 - - [2026-05-28 02:41:25] "GET /obj-perms HTTP/1.1" 200 5049 0.004883 10.0.0.133 - - [2026-05-28 02:41:25] "POST /neutron/port HTTP/1.1" 200 1125 0.022209 10.0.0.133 - - [2026-05-28 02:41:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012457 10.0.0.133 - - [2026-05-28 02:41:26] "GET /virtual-machine/04a7d39a-18ff-433b-b686-4d99ef8cbe69 HTTP/1.1" 200 1293 0.007218 10.0.0.133 - - [2026-05-28 02:41:26] "GET /virtual-machine/04a7d39a-18ff-433b-b686-4d99ef8cbe69 HTTP/1.1" 200 1293 0.006120 10.0.0.133 - - [2026-05-28 02:41:26] "GET /virtual-machine-interface/09b604e7-6c1a-4b8f-9ef3-b05edc367210 HTTP/1.1" 200 2950 0.007849 10.0.0.133 - - [2026-05-28 02:41:26] "GET /virtual-machine/04a7d39a-18ff-433b-b686-4d99ef8cbe69 HTTP/1.1" 200 1293 0.005763 10.0.0.133 - - [2026-05-28 02:41:26] "GET /virtual-machine-interface/09b604e7-6c1a-4b8f-9ef3-b05edc367210 HTTP/1.1" 200 2950 0.010647 10.0.0.133 - - [2026-05-28 02:41:26] "GET /instance-ip/b9401c32-f694-4d46-8235-7e4d58ad3d9d HTTP/1.1" 200 1625 0.017562 10.0.0.133 - - [2026-05-28 02:41:26] "GET /virtual-machine/04a7d39a-18ff-433b-b686-4d99ef8cbe69 HTTP/1.1" 200 1293 0.004247 10.0.0.133 - - [2026-05-28 02:41:26] "GET /virtual-machine-interface/09b604e7-6c1a-4b8f-9ef3-b05edc367210 HTTP/1.1" 200 2950 0.005430 10.0.0.133 - - [2026-05-28 02:41:26] "GET /instance-ip/b9401c32-f694-4d46-8235-7e4d58ad3d9d HTTP/1.1" 200 1625 0.004303 10.0.0.133 - - [2026-05-28 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.133 - - [2026-05-28 02:41:26] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004100 10.0.0.133 - - [2026-05-28 02:41:26] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003667 10.0.0.133 - - [2026-05-28 02:41:26] "GET /virtual-network/da7aba03-7589-429f-9cfb-f17e7ae340e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.015308 10.0.0.133 - - [2026-05-28 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.133 - - [2026-05-28 02:41:26] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004063 10.0.0.133 - - [2026-05-28 02:41:26] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003891 10.0.0.133 - - [2026-05-28 02:41:26] "GET /virtual-network/da7aba03-7589-429f-9cfb-f17e7ae340e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006949 10.0.0.133 - - [2026-05-28 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005471 10.0.0.133 - - [2026-05-28 02:41:26] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.015049 10.0.0.133 - - [2026-05-28 02:41:26] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003568 10.0.0.133 - - [2026-05-28 02:41:26] "GET /virtual-network/da7aba03-7589-429f-9cfb-f17e7ae340e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007957 10.0.0.133 - - [2026-05-28 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.133 - - [2026-05-28 02:41:26] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004802 10.0.0.133 - - [2026-05-28 02:41:26] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004910 10.0.0.133 - - [2026-05-28 02:41:26] "GET /virtual-network/da7aba03-7589-429f-9cfb-f17e7ae340e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007803 10.0.0.133 - - [2026-05-28 02:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.133 - - [2026-05-28 02:41:27] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004672 10.0.0.133 - - [2026-05-28 02:41:27] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003839 10.0.0.133 - - [2026-05-28 02:41:27] "GET /virtual-network/da7aba03-7589-429f-9cfb-f17e7ae340e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008891 10.0.0.133 - - [2026-05-28 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.133 - - [2026-05-28 02:41:28] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004598 10.0.0.133 - - [2026-05-28 02:41:28] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003381 10.0.0.133 - - [2026-05-28 02:41:28] "GET /virtual-network/da7aba03-7589-429f-9cfb-f17e7ae340e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006298 10.0.0.133 - - [2026-05-28 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.133 - - [2026-05-28 02:41:28] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004292 10.0.0.133 - - [2026-05-28 02:41:28] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003630 10.0.0.133 - - [2026-05-28 02:41:28] "GET /virtual-network/da7aba03-7589-429f-9cfb-f17e7ae340e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005990 10.0.0.133 - - [2026-05-28 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005235 10.0.0.133 - - [2026-05-28 02:41:28] "GET /routing-instance/68ae7c67-20d6-4347-981f-45074f80bf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.004857 10.0.0.133 - - [2026-05-28 02:41:28] "GET /route-target/ca8b0114-73ad-4eb0-85e9-210fa94451a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004561 10.0.0.133 - - [2026-05-28 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.133 - - [2026-05-28 02:41:28] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003493 10.0.0.133 - - [2026-05-28 02:41:28] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004791 10.0.0.133 - - [2026-05-28 02:41:28] "GET /virtual-network/da7aba03-7589-429f-9cfb-f17e7ae340e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007396 10.0.0.133 - - [2026-05-28 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.133 - - [2026-05-28 02:41:28] "GET /routing-instance/68ae7c67-20d6-4347-981f-45074f80bf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.004739 10.0.0.133 - - [2026-05-28 02:41:28] "GET /route-target/ca8b0114-73ad-4eb0-85e9-210fa94451a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004235 10.0.0.133 - - [2026-05-28 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.133 - - [2026-05-28 02:41:29] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005509 10.0.0.133 - - [2026-05-28 02:41:29] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003152 10.0.0.133 - - [2026-05-28 02:41:29] "GET /virtual-network/da7aba03-7589-429f-9cfb-f17e7ae340e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005689 10.0.0.133 - - [2026-05-28 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.133 - - [2026-05-28 02:41:29] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004557 10.0.0.133 - - [2026-05-28 02:41:29] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003247 10.0.0.133 - - [2026-05-28 02:41:29] "GET /virtual-network/da7aba03-7589-429f-9cfb-f17e7ae340e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009019 10.0.0.133 - - [2026-05-28 02:41:29] "GET /obj-perms HTTP/1.1" 200 5049 0.004524 10.0.0.131 - - [2026-05-28 02:41:29] "GET /obj-perms HTTP/1.1" 200 5049 0.004579 10.0.0.133 - - [2026-05-28 02:41:29] "GET /obj-perms HTTP/1.1" 200 5049 0.004791 10.0.0.133 - - [2026-05-28 02:41:29] "POST /neutron/port HTTP/1.1" 200 1122 0.060184 10.0.0.41 - - [2026-05-28 02:41:29] "GET /obj-perms HTTP/1.1" 200 5049 0.003534 10.0.0.131 - - [2026-05-28 02:41:29] "GET /obj-perms HTTP/1.1" 200 5049 0.004992 10.0.0.133 - - [2026-05-28 02:41:29] "GET /virtual-machine/6892af3e-133f-44f7-857b-8d7aeebd3c1a HTTP/1.1" 200 1293 0.004513 10.0.0.133 - - [2026-05-28 02:41:29] "GET /virtual-machine-interface/22d3dc1e-66db-425e-bce5-ae055bbe3ee5 HTTP/1.1" 200 2951 0.006247 10.0.0.133 - - [2026-05-28 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005735 10.0.0.133 - - [2026-05-28 02:41:29] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007207 10.0.0.133 - - [2026-05-28 02:41:29] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004314 10.0.0.133 - - [2026-05-28 02:41:29] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006503 10.0.0.133 - - [2026-05-28 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.133 - - [2026-05-28 02:41:30] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003768 10.0.0.133 - - [2026-05-28 02:41:30] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003420 10.0.0.133 - - [2026-05-28 02:41:30] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007759 10.0.0.133 - - [2026-05-28 02:41:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010820 10.0.0.133 - - [2026-05-28 02:41:38] "POST /neutron/port HTTP/1.1" 200 1124 0.021566 10.0.0.133 - - [2026-05-28 02:41:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008499 10.0.0.133 - - [2026-05-28 02:41:46] "GET /obj-perms HTTP/1.1" 200 5075 0.062377 10.0.0.133 - - [2026-05-28 02:41:46] "POST /neutron/port HTTP/1.1" 200 1124 0.026485 10.0.0.133 - - [2026-05-28 02:41:51] "GET /virtual-machine/d6444877-18ed-4635-8f57-0e5d5527f3d7 HTTP/1.1" 200 1295 0.004783 10.0.0.133 - - [2026-05-28 02:41:51] "GET /virtual-machine-interface/11c59381-998e-400b-9516-b84e3b47acd2 HTTP/1.1" 200 2951 0.005943 10.0.0.133 - - [2026-05-28 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.133 - - [2026-05-28 02:41:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004978 10.0.0.133 - - [2026-05-28 02:41:51] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003675 10.0.0.133 - - [2026-05-28 02:41:52] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006408 10.0.0.133 - - [2026-05-28 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005085 10.0.0.133 - - [2026-05-28 02:41:53] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004928 10.0.0.133 - - [2026-05-28 02:41:53] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004824 10.0.0.133 - - [2026-05-28 02:41:53] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007849 10.0.0.133 - - [2026-05-28 02:41:53] "GET /virtual-machine/04a7d39a-18ff-433b-b686-4d99ef8cbe69 HTTP/1.1" 200 1293 0.005877 10.0.0.133 - - [2026-05-28 02:41:53] "GET /virtual-machine-interface/09b604e7-6c1a-4b8f-9ef3-b05edc367210 HTTP/1.1" 200 2950 0.006291 10.0.0.133 - - [2026-05-28 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.133 - - [2026-05-28 02:41:53] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004883 10.0.0.133 - - [2026-05-28 02:41:53] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003730 10.0.0.133 - - [2026-05-28 02:41:53] "GET /virtual-network/da7aba03-7589-429f-9cfb-f17e7ae340e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007030 10.0.0.133 - - [2026-05-28 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.133 - - [2026-05-28 02:41:54] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004131 10.0.0.133 - - [2026-05-28 02:41:54] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003767 10.0.0.133 - - [2026-05-28 02:41:54] "GET /virtual-network/da7aba03-7589-429f-9cfb-f17e7ae340e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006232 10.0.0.133 - - [2026-05-28 02:42:04] "POST /neutron/port HTTP/1.1" 200 1122 0.025139 10.0.0.133 - - [2026-05-28 02:42:04] "POST /neutron/subnet HTTP/1.1" 200 689 0.010809 10.0.0.133 - - [2026-05-28 02:42:17] "POST /neutron/port HTTP/1.1" 200 1125 0.022537 10.0.0.133 - - [2026-05-28 02:42:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004222 10.0.0.133 - - [2026-05-28 02:42:17] "POST /neutron/network HTTP/1.1" 200 825 0.008106 10.0.0.133 - - [2026-05-28 02:42:19] "GET /virtual-machine/04a7d39a-18ff-433b-b686-4d99ef8cbe69 HTTP/1.1" 200 1293 0.004476 10.0.0.133 - - [2026-05-28 02:42:20] "POST /neutron/port HTTP/1.1" 200 151 0.264399 10.0.0.133 - - [2026-05-28 02:42:21] "GET /virtual-machine/04a7d39a-18ff-433b-b686-4d99ef8cbe69 HTTP/1.1" 404 171 0.003928 10.0.0.133 - - [2026-05-28 02:42:21] "GET /virtual-machine/04a7d39a-18ff-433b-b686-4d99ef8cbe69 HTTP/1.1" 404 171 0.003075 10.0.0.133 - - [2026-05-28 02:42:21] "GET /virtual-machine/04a7d39a-18ff-433b-b686-4d99ef8cbe69 HTTP/1.1" 404 171 0.003781 10.0.0.133 - - [2026-05-28 02:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.133 - - [2026-05-28 02:42:21] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003856 10.0.0.133 - - [2026-05-28 02:42:21] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004324 10.0.0.133 - - [2026-05-28 02:42:21] "GET /virtual-network/da7aba03-7589-429f-9cfb-f17e7ae340e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006423 10.0.0.133 - - [2026-05-28 02:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.133 - - [2026-05-28 02:42:21] "GET /routing-instance/68ae7c67-20d6-4347-981f-45074f80bf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.004567 10.0.0.133 - - [2026-05-28 02:42:21] "GET /route-target/ca8b0114-73ad-4eb0-85e9-210fa94451a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004869 10.0.0.131 - - [2026-05-28 02:42:25] "GET /obj-perms HTTP/1.1" 200 5049 0.004242 10.0.0.133 - - [2026-05-28 02:42:25] "GET /obj-perms HTTP/1.1" 200 5049 0.004279 10.0.0.133 - - [2026-05-28 02:42:25] "GET /virtual-machine/d6444877-18ed-4635-8f57-0e5d5527f3d7 HTTP/1.1" 200 1295 0.005788 10.0.0.133 - - [2026-05-28 02:42:26] "POST /neutron/port HTTP/1.1" 200 151 0.262571 10.0.0.133 - - [2026-05-28 02:42:27] "GET /virtual-machine/d6444877-18ed-4635-8f57-0e5d5527f3d7 HTTP/1.1" 404 171 0.004006 10.0.0.133 - - [2026-05-28 02:42:27] "GET /virtual-machine/d6444877-18ed-4635-8f57-0e5d5527f3d7 HTTP/1.1" 404 171 0.003211 10.0.0.133 - - [2026-05-28 02:42:27] "GET /virtual-machine/d6444877-18ed-4635-8f57-0e5d5527f3d7 HTTP/1.1" 404 171 0.004551 10.0.0.133 - - [2026-05-28 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.133 - - [2026-05-28 02:42:27] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003667 10.0.0.133 - - [2026-05-28 02:42:27] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004030 10.0.0.133 - - [2026-05-28 02:42:27] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006527 10.0.0.133 - - [2026-05-28 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.133 - - [2026-05-28 02:42:27] "GET /routing-instance/47c7f17a-2030-4406-aa2e-0a6336c39455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.006073 10.0.0.133 - - [2026-05-28 02:42:27] "GET /route-target/7a2745a0-2667-415e-ac1a-8cb0ea429e42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004676 10.0.0.133 - - [2026-05-28 02:42:27] "GET /obj-perms HTTP/1.1" 200 5049 0.003859 10.0.0.133 - - [2026-05-28 02:42:34] "GET /obj-perms HTTP/1.1" 200 5049 0.005345 10.0.0.133 - - [2026-05-28 02:42:37] "GET /obj-perms HTTP/1.1" 200 5049 0.004327 10.0.0.133 - - [2026-05-28 02:42:43] "GET /obj-perms HTTP/1.1" 200 5049 0.004425 10.0.0.133 - - [2026-05-28 02:42:46] "GET /obj-perms HTTP/1.1" 200 5049 0.006262 10.0.0.133 - - [2026-05-28 02:42:52] "GET /obj-perms HTTP/1.1" 200 5049 0.004921 10.0.0.133 - - [2026-05-28 02:42:52] "GET /obj-perms HTTP/1.1" 200 5049 0.004809 10.0.0.41 - - [2026-05-28 02:42:52] "GET /obj-perms HTTP/1.1" 200 5049 0.004753 10.0.0.131 - - [2026-05-28 02:42:52] "GET /obj-perms HTTP/1.1" 200 5049 0.004120 10.0.0.133 - - [2026-05-28 02:42:52] "GET /virtual-machine/6892af3e-133f-44f7-857b-8d7aeebd3c1a HTTP/1.1" 200 1293 0.004619 10.0.0.133 - - [2026-05-28 02:42:53] "POST /neutron/port HTTP/1.1" 200 151 0.197523 10.0.0.133 - - [2026-05-28 02:42:54] "GET /virtual-machine/6892af3e-133f-44f7-857b-8d7aeebd3c1a HTTP/1.1" 404 171 0.003431 10.0.0.133 - - [2026-05-28 02:42:54] "GET /virtual-machine/6892af3e-133f-44f7-857b-8d7aeebd3c1a HTTP/1.1" 404 171 0.006070 10.0.0.133 - - [2026-05-28 02:42:54] "GET /virtual-machine/6892af3e-133f-44f7-857b-8d7aeebd3c1a HTTP/1.1" 404 171 0.003285 10.0.0.133 - - [2026-05-28 02:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.133 - - [2026-05-28 02:42:55] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004088 10.0.0.133 - - [2026-05-28 02:42:55] "GET /virtual-networks?parent_id=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003392 10.0.0.133 - - [2026-05-28 02:42:55] "GET /virtual-network/4612edcd-5c4f-4d06-a694-e6fd04ef8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007375 10.0.0.133 - - [2026-05-28 02:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.133 - - [2026-05-28 02:42:55] "GET /routing-instance/b1d8ea66-2de4-42bf-a97e-b949f0bab89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.004906 10.0.0.133 - - [2026-05-28 02:42:55] "GET /route-target/8d18fe5c-d400-4e6d-9003-d9290fcccd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003270 10.0.0.133 - - [2026-05-28 02:43:01] "GET /obj-perms HTTP/1.1" 200 5049 0.004709 10.0.0.131 - - [2026-05-28 02:43:01] "GET /obj-perms HTTP/1.1" 200 5049 0.004815 10.0.0.133 - - [2026-05-28 02:43:10] "GET /obj-perms HTTP/1.1" 200 5049 0.005044 10.0.0.131 - - [2026-05-28 02:43:10] "GET /obj-perms HTTP/1.1" 200 5049 0.004167 10.0.0.133 - - [2026-05-28 02:43:19] "GET /obj-perms HTTP/1.1" 200 5049 0.004189 10.0.0.131 - - [2026-05-28 02:43:19] "GET /obj-perms HTTP/1.1" 200 5049 0.004326 10.0.0.133 - - [2026-05-28 02:43:23] "GET /obj-perms HTTP/1.1" 200 5049 0.005420 10.0.0.133 - - [2026-05-28 02:43:23] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006733 10.0.0.133 - - [2026-05-28 02:43:23] "POST /neutron/network HTTP/1.1" 200 822 0.010721 10.0.0.133 - - [2026-05-28 02:43:23] "GET /virtual-network/21ede518-60d5-4644-a919-18aa23481175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004792 10.0.0.133 - - [2026-05-28 02:43:23] "POST /ref-update HTTP/1.1" 200 156 0.072722 10.0.0.133 - - [2026-05-28 02:43:23] "POST /ref-update HTTP/1.1" 200 156 0.071330 10.0.0.133 - - [2026-05-28 02:43:24] "DELETE /network-policy/68287ae0-d5ae-4217-bbba-e5ba37b4ba9a HTTP/1.1" 200 115 0.049606 10.0.0.133 - - [2026-05-28 02:43:24] "DELETE /network-policy/2c82a144-9e14-422b-a225-d8dca41928d0 HTTP/1.1" 200 115 0.039830 10.0.0.133 - - [2026-05-28 02:43:24] "DELETE /network-policy/ef6f9892-cbc1-4f67-953e-780d6e185c54 HTTP/1.1" 200 115 0.048719 10.0.0.41 - - [2026-05-28 02:43:24] "DELETE /access-control-list/15682b6b-1f79-4c0d-9620-091f977b4842 HTTP/1.1" 200 115 0.097207 10.0.0.41 - - [2026-05-28 02:43:24] "DELETE /route-target/ca8b0114-73ad-4eb0-85e9-210fa94451a5 HTTP/1.1" 200 115 0.032972 10.0.0.133 - - [2026-05-28 02:43:24] "POST /neutron/network HTTP/1.1" 200 822 0.007234 10.0.0.41 - - [2026-05-28 02:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006009 10.0.0.131 - - [2026-05-28 02:43:25] "POST /useragent-kv HTTP/1.1" 200 115 0.076843 10.0.0.131 - - [2026-05-28 02:43:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002845 10.0.0.133 - - [2026-05-28 02:43:25] "POST /neutron/network HTTP/1.1" 200 151 0.222682 10.0.0.133 - - [2026-05-28 02:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.013230 10.0.0.133 - - [2026-05-28 02:43:25] "DELETE /network-ipam/046cb5d7-d4cb-48d3-88fb-66d5dd49d2b1 HTTP/1.1" 200 115 0.045508 10.0.0.133 - - [2026-05-28 02:43:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.004671 10.0.0.133 - - [2026-05-28 02:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.133 - - [2026-05-28 02:43:25] "DELETE /network-ipam/6445eec7-cfc9-417c-94e3-14df5ae4eff9 HTTP/1.1" 200 115 0.054816 10.0.0.133 - - [2026-05-28 02:43:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.005494 10.0.0.133 - - [2026-05-28 02:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.133 - - [2026-05-28 02:43:26] "DELETE /network-ipam/1abde91d-c20c-4dbe-86e5-aa3230ac35b8 HTTP/1.1" 200 115 0.053071 10.0.0.133 - - [2026-05-28 02:43:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.003784 10.0.0.131 - - [2026-05-28 02:43:27] "GET /projects?obj_uuids=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000939 10.0.0.133 - - [2026-05-28 02:43:27] "GET /project/fa2a10c5-efb3-4ff3-81f5-5d5685f70861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.087546 10.0.0.131 - - [2026-05-28 02:43:27] "GET /projects?obj_uuids=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.133 - - [2026-05-28 02:43:27] "GET /project/fa2a10c5-efb3-4ff3-81f5-5d5685f70861?fields=virtual_networks HTTP/1.1" 200 1034 0.077399 10.0.0.131 - - [2026-05-28 02:43:27] "GET /projects?obj_uuids=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.133 - - [2026-05-28 02:43:27] "GET /project/fa2a10c5-efb3-4ff3-81f5-5d5685f70861?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.062560 10.0.0.131 - - [2026-05-28 02:43:27] "GET /projects?obj_uuids=fa2a10c5-efb3-4ff3-81f5-5d5685f70861&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001161 10.0.0.133 - - [2026-05-28 02:43:27] "GET /project/fa2a10c5-efb3-4ff3-81f5-5d5685f70861?fields=security_groups HTTP/1.1" 200 1261 0.049240 10.0.0.133 - - [2026-05-28 02:43:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.053875 10.0.0.131 - - [2026-05-28 02:43:29] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003629 10.0.0.131 - - [2026-05-28 02:43:29] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.131 - - [2026-05-28 02:43:29] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.052360 10.0.0.131 - - [2026-05-28 02:43:29] "POST /id-to-fqname HTTP/1.1" 200 196 0.005443 10.0.0.131 - - [2026-05-28 02:43:29] "POST /fqname-to-id HTTP/1.1" 404 205 0.004516 10.0.0.131 - - [2026-05-28 02:43:29] "POST /security-groups HTTP/1.1" 200 597 0.077859 10.0.0.131 - - [2026-05-28 02:43:29] "POST /projects HTTP/1.1" 200 597 0.318489 10.0.0.41 - - [2026-05-28 02:43:29] "POST /access-control-lists HTTP/1.1" 200 604 0.028058 10.0.0.131 - - [2026-05-28 02:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.398546 10.0.0.133 - - [2026-05-28 02:43:29] "GET /project/bcbc45e9-17c8-4f0d-bdda-03fd305d0792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.652860 10.0.0.133 - - [2026-05-28 02:43:31] "GET / HTTP/1.1" 200 36215 0.001879 10.0.0.133 - - [2026-05-28 02:43:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000417 10.0.0.133 - - [2026-05-28 02:43:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.088932 10.0.0.133 - - [2026-05-28 02:43:34] "POST /network-ipams HTTP/1.1" 200 521 0.028445 10.0.0.133 - - [2026-05-28 02:43:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.004293 10.0.0.133 - - [2026-05-28 02:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005200 10.0.0.133 - - [2026-05-28 02:43:34] "GET /network-ipam/2a94397e-2ff7-4b86-ab25-543f1ec53aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.007298 10.0.0.133 - - [2026-05-28 02:43:34] "PUT /network-ipam/2a94397e-2ff7-4b86-ab25-543f1ec53aec HTTP/1.1" 200 259 0.016429 10.0.0.133 - - [2026-05-28 02:43:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003661 10.0.0.133 - - [2026-05-28 02:43:35] "POST /network-ipams HTTP/1.1" 200 521 0.032028 10.0.0.133 - - [2026-05-28 02:43:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.004852 10.0.0.133 - - [2026-05-28 02:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.133 - - [2026-05-28 02:43:35] "GET /network-ipam/fbea8af4-c85c-4de6-b9ef-56b75225e744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1302 0.008694 10.0.0.133 - - [2026-05-28 02:43:35] "PUT /network-ipam/fbea8af4-c85c-4de6-b9ef-56b75225e744 HTTP/1.1" 200 259 0.013794 10.0.0.133 - - [2026-05-28 02:43:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003235 10.0.0.133 - - [2026-05-28 02:43:35] "POST /network-ipams HTTP/1.1" 200 521 0.034829 10.0.0.133 - - [2026-05-28 02:43:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1184 0.006112 10.0.0.133 - - [2026-05-28 02:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.133 - - [2026-05-28 02:43:35] "GET /network-ipam/2fad7cd9-8397-490e-89e2-47440238579d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006160 10.0.0.133 - - [2026-05-28 02:43:35] "PUT /network-ipam/2fad7cd9-8397-490e-89e2-47440238579d HTTP/1.1" 200 259 0.021370 10.0.0.133 - - [2026-05-28 02:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.131 - - [2026-05-28 02:43:36] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000889 10.0.0.133 - - [2026-05-28 02:43:36] "GET /project/bcbc45e9-17c8-4f0d-bdda-03fd305d0792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.052992 10.0.0.41 - - [2026-05-28 02:43:37] "POST /route-targets HTTP/1.1" 200 328 0.019338 10.0.0.131 - - [2026-05-28 02:43:37] "POST /useragent-kv HTTP/1.1" 200 115 0.009987 10.0.0.133 - - [2026-05-28 02:43:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.290305 10.0.0.41 - - [2026-05-28 02:43:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.091361 10.0.0.133 - - [2026-05-28 02:43:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001599 10.0.0.133 - - [2026-05-28 02:43:37] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008733 10.0.0.133 - - [2026-05-28 02:43:37] "POST /neutron/network HTTP/1.1" 200 1014 0.019333 10.0.0.133 - - [2026-05-28 02:43:37] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.011221 10.0.0.133 - - [2026-05-28 02:43:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.010235 10.0.0.133 - - [2026-05-28 02:43:38] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006050 10.0.0.133 - - [2026-05-28 02:43:38] "GET /network-ipam/2a94397e-2ff7-4b86-ab25-543f1ec53aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.006216 10.0.0.133 - - [2026-05-28 02:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.131 - - [2026-05-28 02:43:38] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001077 10.0.0.133 - - [2026-05-28 02:43:38] "GET /project/bcbc45e9-17c8-4f0d-bdda-03fd305d0792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.057168 10.0.0.131 - - [2026-05-28 02:43:38] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001207 10.0.0.133 - - [2026-05-28 02:43:38] "POST /neutron/network HTTP/1.1" 200 613 0.161932 10.0.0.41 - - [2026-05-28 02:43:38] "POST /ref-update HTTP/1.1" 200 156 0.027472 10.0.0.133 - - [2026-05-28 02:43:39] "POST /neutron/network HTTP/1.1" 200 1013 0.015771 10.0.0.133 - - [2026-05-28 02:43:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.002212 10.0.0.133 - - [2026-05-28 02:43:39] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008316 10.0.0.133 - - [2026-05-28 02:43:39] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006157 10.0.0.133 - - [2026-05-28 02:43:39] "POST /neutron/subnet HTTP/1.1" 200 719 0.017933 10.0.0.133 - - [2026-05-28 02:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007083 10.0.0.131 - - [2026-05-28 02:43:39] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001025 10.0.0.133 - - [2026-05-28 02:43:39] "GET /project/bcbc45e9-17c8-4f0d-bdda-03fd305d0792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.053588 10.0.0.131 - - [2026-05-28 02:43:39] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001522 10.0.0.133 - - [2026-05-28 02:43:39] "POST /neutron/network HTTP/1.1" 200 613 0.149816 10.0.0.133 - - [2026-05-28 02:43:40] "POST /neutron/network HTTP/1.1" 200 1016 0.013229 10.0.0.133 - - [2026-05-28 02:43:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001118 10.0.0.133 - - [2026-05-28 02:43:40] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.006024 10.0.0.133 - - [2026-05-28 02:43:40] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.006715 10.0.0.133 - - [2026-05-28 02:43:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.010810 10.0.0.133 - - [2026-05-28 02:43:40] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007373 10.0.0.131 - - [2026-05-28 02:43:42] "GET /obj-perms HTTP/1.1" 200 5061 0.065314 10.0.0.133 - - [2026-05-28 02:43:42] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007262 10.0.0.41 - - [2026-05-28 02:43:42] "GET /obj-perms HTTP/1.1" 200 5061 0.068511 10.0.0.133 - - [2026-05-28 02:43:43] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.005662 10.0.0.133 - - [2026-05-28 02:43:43] "GET /obj-perms HTTP/1.1" 200 5061 0.077175 10.0.0.133 - - [2026-05-28 02:43:43] "POST /fqname-to-id HTTP/1.1" 404 224 0.004555 10.0.0.133 - - [2026-05-28 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.131 - - [2026-05-28 02:43:43] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001062 10.0.0.133 - - [2026-05-28 02:43:43] "GET /project/bcbc45e9-17c8-4f0d-bdda-03fd305d0792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.046366 10.0.0.133 - - [2026-05-28 02:43:44] "POST /network-policys HTTP/1.1" 200 561 0.037031 10.0.0.133 - - [2026-05-28 02:43:44] "GET /network-policy/c6fd7ebe-4162-4986-87e2-b011c6dade1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.010204 10.0.0.133 - - [2026-05-28 02:43:44] "POST /fqname-to-id HTTP/1.1" 404 224 0.004367 10.0.0.133 - - [2026-05-28 02:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.131 - - [2026-05-28 02:43:44] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002259 10.0.0.133 - - [2026-05-28 02:43:44] "GET /project/bcbc45e9-17c8-4f0d-bdda-03fd305d0792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.052280 10.0.0.133 - - [2026-05-28 02:43:44] "POST /network-policys HTTP/1.1" 200 561 0.037420 10.0.0.133 - - [2026-05-28 02:43:44] "GET /network-policy/ad2cd561-bb27-4672-a241-531539c25108?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.006830 10.0.0.133 - - [2026-05-28 02:43:44] "POST /fqname-to-id HTTP/1.1" 404 224 0.002763 10.0.0.133 - - [2026-05-28 02:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.131 - - [2026-05-28 02:43:44] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000905 10.0.0.133 - - [2026-05-28 02:43:44] "GET /project/bcbc45e9-17c8-4f0d-bdda-03fd305d0792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.062451 10.0.0.133 - - [2026-05-28 02:43:44] "POST /network-policys HTTP/1.1" 200 561 0.045951 10.0.0.133 - - [2026-05-28 02:43:44] "GET /network-policy/13292f9e-c232-4aa7-be7c-d5424fbfc126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.010197 10.0.0.41 - - [2026-05-28 02:43:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.010083 10.0.0.41 - - [2026-05-28 02:43:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.006376 10.0.0.133 - - [2026-05-28 02:43:45] "POST /neutron/network HTTP/1.1" 200 1198 0.141774 10.0.0.133 - - [2026-05-28 02:43:45] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.009002 10.0.0.133 - - [2026-05-28 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.133 - - [2026-05-28 02:43:45] "GET /network-policy/ad2cd561-bb27-4672-a241-531539c25108?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.004488 10.0.0.133 - - [2026-05-28 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.133 - - [2026-05-28 02:43:45] "GET /network-policy/c6fd7ebe-4162-4986-87e2-b011c6dade1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.004532 10.0.0.133 - - [2026-05-28 02:43:45] "POST /neutron/network HTTP/1.1" 200 1111 0.107625 10.0.0.41 - - [2026-05-28 02:43:45] "POST /access-control-lists HTTP/1.1" 200 599 0.053304 10.0.0.133 - - [2026-05-28 02:43:45] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007236 10.0.0.133 - - [2026-05-28 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.010845 10.0.0.133 - - [2026-05-28 02:43:45] "GET /network-policy/13292f9e-c232-4aa7-be7c-d5424fbfc126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.008041 10.0.0.133 - - [2026-05-28 02:43:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001024 10.0.0.131 - - [2026-05-28 02:43:46] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001475 10.0.0.133 - - [2026-05-28 02:43:46] "GET /project/bcbc45e9-17c8-4f0d-bdda-03fd305d0792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.089900 10.0.0.133 - - [2026-05-28 02:43:47] "POST /neutron/network HTTP/1.1" 200 1198 0.061718 10.0.0.133 - - [2026-05-28 02:43:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001273 10.0.0.133 - - [2026-05-28 02:43:47] "POST /neutron/port HTTP/1.1" 200 117 0.007385 10.0.0.131 - - [2026-05-28 02:43:48] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000963 10.0.0.133 - - [2026-05-28 02:43:48] "POST /neutron/port HTTP/1.1" 200 1173 0.446713 10.0.0.133 - - [2026-05-28 02:43:48] "POST /neutron/port HTTP/1.1" 200 1227 0.131476 10.0.0.133 - - [2026-05-28 02:43:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006143 10.0.0.131 - - [2026-05-28 02:43:48] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001172 10.0.0.133 - - [2026-05-28 02:43:48] "GET /project/bcbc45e9-17c8-4f0d-bdda-03fd305d0792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.103945 10.0.0.133 - - [2026-05-28 02:43:48] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.133 - - [2026-05-28 02:43:49] "POST /neutron/port HTTP/1.1" 200 1237 0.032241 10.0.0.133 - - [2026-05-28 02:43:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001241 10.0.0.133 - - [2026-05-28 02:43:49] "POST /neutron/port HTTP/1.1" 200 1237 0.025453 10.0.0.133 - - [2026-05-28 02:43:49] "POST /neutron/network HTTP/1.1" 200 1121 0.013661 10.0.0.133 - - [2026-05-28 02:43:50] "POST /neutron/port HTTP/1.1" 200 1172 0.026597 10.0.0.131 - - [2026-05-28 02:43:50] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001423 10.0.0.133 - - [2026-05-28 02:43:50] "GET /project/bcbc45e9-17c8-4f0d-bdda-03fd305d0792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.103518 10.0.0.133 - - [2026-05-28 02:43:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010357 10.0.0.133 - - [2026-05-28 02:43:50] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014322 10.0.0.133 - - [2026-05-28 02:43:50] "POST /neutron/network HTTP/1.1" 200 1111 0.011095 10.0.0.133 - - [2026-05-28 02:43:51] "POST /neutron/port HTTP/1.1" 200 117 0.009107 10.0.0.133 - - [2026-05-28 02:43:51] "POST /neutron/port HTTP/1.1" 200 1237 0.020319 10.0.0.133 - - [2026-05-28 02:43:51] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009357 10.0.0.131 - - [2026-05-28 02:43:51] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002071 10.0.0.133 - - [2026-05-28 02:43:51] "GET /virtual-machine/e0157aea-ecea-4902-9034-8c8b4d21159c HTTP/1.1" 401 293 0.000391 10.0.0.133 - - [2026-05-28 02:43:52] "POST /neutron/port HTTP/1.1" 200 1175 0.457067 10.0.0.133 - - [2026-05-28 02:43:52] "POST /neutron/port HTTP/1.1" 200 1175 0.019714 10.0.0.133 - - [2026-05-28 02:43:52] "GET /virtual-machine/e0157aea-ecea-4902-9034-8c8b4d21159c HTTP/1.1" 200 1301 0.068194 10.0.0.133 - - [2026-05-28 02:43:52] "GET /virtual-machine/e0157aea-ecea-4902-9034-8c8b4d21159c HTTP/1.1" 200 1301 0.006752 10.0.0.133 - - [2026-05-28 02:43:52] "GET /virtual-machine-interface/ab1e7385-d064-4993-89ef-f82f9ced3b19 HTTP/1.1" 200 3176 0.011855 10.0.0.133 - - [2026-05-28 02:43:52] "GET /virtual-machine/e0157aea-ecea-4902-9034-8c8b4d21159c HTTP/1.1" 200 1301 0.004928 10.0.0.133 - - [2026-05-28 02:43:52] "GET /virtual-machine-interface/ab1e7385-d064-4993-89ef-f82f9ced3b19 HTTP/1.1" 200 3176 0.019358 10.0.0.133 - - [2026-05-28 02:43:52] "GET /instance-ip/71a59a54-8828-4f6d-ab1f-bb094f12c07c HTTP/1.1" 200 1636 0.014836 10.0.0.133 - - [2026-05-28 02:43:52] "GET /instance-ip/bc9a1f35-ae44-461c-bf0f-a31897a17530 HTTP/1.1" 200 1657 0.010621 10.0.0.133 - - [2026-05-28 02:43:52] "GET /virtual-machine/e0157aea-ecea-4902-9034-8c8b4d21159c HTTP/1.1" 200 1301 0.004816 10.0.0.133 - - [2026-05-28 02:43:52] "GET /virtual-machine-interface/ab1e7385-d064-4993-89ef-f82f9ced3b19 HTTP/1.1" 200 3176 0.008687 10.0.0.133 - - [2026-05-28 02:43:52] "GET /instance-ip/71a59a54-8828-4f6d-ab1f-bb094f12c07c HTTP/1.1" 200 1636 0.005078 10.0.0.133 - - [2026-05-28 02:43:52] "GET /instance-ip/bc9a1f35-ae44-461c-bf0f-a31897a17530 HTTP/1.1" 200 1657 0.004824 10.0.0.133 - - [2026-05-28 02:43:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004343 10.0.0.133 - - [2026-05-28 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005765 10.0.0.133 - - [2026-05-28 02:43:52] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005710 10.0.0.133 - - [2026-05-28 02:43:52] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.006120 10.0.0.133 - - [2026-05-28 02:43:52] "POST /neutron/port HTTP/1.1" 200 117 0.000923 10.0.0.133 - - [2026-05-28 02:43:52] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.008245 10.0.0.133 - - [2026-05-28 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.133 - - [2026-05-28 02:43:52] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004391 10.0.0.133 - - [2026-05-28 02:43:52] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003130 10.0.0.133 - - [2026-05-28 02:43:52] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006316 10.0.0.133 - - [2026-05-28 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.133 - - [2026-05-28 02:43:52] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003613 10.0.0.133 - - [2026-05-28 02:43:52] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002952 10.0.0.133 - - [2026-05-28 02:43:52] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006638 10.0.0.133 - - [2026-05-28 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.133 - - [2026-05-28 02:43:53] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004474 10.0.0.133 - - [2026-05-28 02:43:53] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004206 10.0.0.133 - - [2026-05-28 02:43:53] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005733 10.0.0.133 - - [2026-05-28 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.133 - - [2026-05-28 02:43:53] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004856 10.0.0.133 - - [2026-05-28 02:43:53] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003350 10.0.0.133 - - [2026-05-28 02:43:53] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006675 10.0.0.133 - - [2026-05-28 02:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.133 - - [2026-05-28 02:43:56] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005714 10.0.0.133 - - [2026-05-28 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.133 - - [2026-05-28 02:44:00] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007195 10.0.0.133 - - [2026-05-28 02:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.133 - - [2026-05-28 02:44:04] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005900 10.0.0.133 - - [2026-05-28 02:44:07] "POST /neutron/port HTTP/1.1" 200 1236 0.024592 10.0.0.133 - - [2026-05-28 02:44:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006682 10.0.0.133 - - [2026-05-28 02:44:07] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.133 - - [2026-05-28 02:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.133 - - [2026-05-28 02:44:08] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005721 10.0.0.41 - - [2026-05-28 02:44:11] "DELETE /access-control-list/3998fc60-bec8-486c-92cc-1892e6cb940a HTTP/1.1" 200 115 0.063419 10.0.0.133 - - [2026-05-28 02:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.133 - - [2026-05-28 02:44:12] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006484 10.0.0.133 - - [2026-05-28 02:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.133 - - [2026-05-28 02:44:16] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006348 10.0.0.133 - - [2026-05-28 02:44:17] "POST /neutron/port HTTP/1.1" 200 1237 0.053430 10.0.0.133 - - [2026-05-28 02:44:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004521 10.0.0.133 - - [2026-05-28 02:44:17] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.41 - - [2026-05-28 02:44:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000535 10.0.0.41 - - [2026-05-28 02:44:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000554 10.0.0.131 - - [2026-05-28 02:44:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000344 10.0.0.41 - - [2026-05-28 02:44:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.131 - - [2026-05-28 02:44:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.41 - - [2026-05-28 02:44:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.133 - - [2026-05-28 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005412 10.0.0.133 - - [2026-05-28 02:44:20] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006150 10.0.0.131 - - [2026-05-28 02:44:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.131 - - [2026-05-28 02:44:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.133 - - [2026-05-28 02:44:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000336 10.0.0.133 - - [2026-05-28 02:44:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000864 10.0.0.133 - - [2026-05-28 02:44:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.133 - - [2026-05-28 02:44:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000339 10.0.0.133 - - [2026-05-28 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.133 - - [2026-05-28 02:44:25] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006942 10.0.0.131 - - [2026-05-28 02:44:26] "DELETE /project/fa2a10c5-efb3-4ff3-81f5-5d5685f70861 HTTP/1.1" 404 177 0.004907 10.0.0.131 - - [2026-05-28 02:44:26] "DELETE /project/bcbc45e917c84f0dbdda03fd305d0792 HTTP/1.1" 404 173 0.008580 10.0.0.133 - - [2026-05-28 02:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004850 10.0.0.133 - - [2026-05-28 02:44:29] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.008033 10.0.0.133 - - [2026-05-28 02:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.133 - - [2026-05-28 02:44:33] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.008043 10.0.0.133 - - [2026-05-28 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.133 - - [2026-05-28 02:44:37] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005239 10.0.0.133 - - [2026-05-28 02:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.133 - - [2026-05-28 02:44:39] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004365 10.0.0.133 - - [2026-05-28 02:44:39] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003425 10.0.0.133 - - [2026-05-28 02:44:39] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006656 10.0.0.133 - - [2026-05-28 02:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.133 - - [2026-05-28 02:44:39] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004290 10.0.0.133 - - [2026-05-28 02:44:39] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003370 10.0.0.133 - - [2026-05-28 02:44:39] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006489 10.0.0.133 - - [2026-05-28 02:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.133 - - [2026-05-28 02:44:39] "GET /routing-instance/7e0c9099-c6b3-4eac-bf12-90036b505645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.006384 10.0.0.133 - - [2026-05-28 02:44:39] "GET /route-target/a323dea3-6442-47dd-8487-2d06cc2bff61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003832 10.0.0.133 - - [2026-05-28 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006197 10.0.0.133 - - [2026-05-28 02:44:40] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005204 10.0.0.133 - - [2026-05-28 02:44:40] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003154 10.0.0.133 - - [2026-05-28 02:44:40] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006948 10.0.0.133 - - [2026-05-28 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.133 - - [2026-05-28 02:44:40] "GET /routing-instance/7e0c9099-c6b3-4eac-bf12-90036b505645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.005175 10.0.0.133 - - [2026-05-28 02:44:40] "GET /route-target/a323dea3-6442-47dd-8487-2d06cc2bff61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003758 10.0.0.133 - - [2026-05-28 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.133 - - [2026-05-28 02:44:40] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005030 10.0.0.133 - - [2026-05-28 02:44:40] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003142 10.0.0.133 - - [2026-05-28 02:44:40] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006822 10.0.0.133 - - [2026-05-28 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.133 - - [2026-05-28 02:44:40] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004775 10.0.0.133 - - [2026-05-28 02:44:40] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004090 10.0.0.133 - - [2026-05-28 02:44:40] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007055 10.0.0.133 - - [2026-05-28 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.133 - - [2026-05-28 02:44:40] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004589 10.0.0.133 - - [2026-05-28 02:44:40] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004410 10.0.0.133 - - [2026-05-28 02:44:40] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.009870 10.0.0.133 - - [2026-05-28 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.133 - - [2026-05-28 02:44:40] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004479 10.0.0.133 - - [2026-05-28 02:44:40] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003544 10.0.0.133 - - [2026-05-28 02:44:40] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007137 10.0.0.133 - - [2026-05-28 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.133 - - [2026-05-28 02:44:40] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004881 10.0.0.133 - - [2026-05-28 02:44:40] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004028 10.0.0.133 - - [2026-05-28 02:44:40] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007437 10.0.0.133 - - [2026-05-28 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.133 - - [2026-05-28 02:44:41] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004921 10.0.0.133 - - [2026-05-28 02:44:41] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003793 10.0.0.133 - - [2026-05-28 02:44:41] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007155 10.0.0.131 - - [2026-05-28 02:44:41] "GET /obj-perms HTTP/1.1" 200 5061 0.005811 10.0.0.133 - - [2026-05-28 02:44:41] "GET /obj-perms HTTP/1.1" 200 5061 0.004271 10.0.0.133 - - [2026-05-28 02:44:41] "GET /obj-perms HTTP/1.1" 200 5061 0.004165 10.0.0.131 - - [2026-05-28 02:44:41] "GET /obj-perms HTTP/1.1" 200 5061 0.004357 10.0.0.133 - - [2026-05-28 02:44:41] "GET /obj-perms HTTP/1.1" 200 5061 0.004035 10.0.0.41 - - [2026-05-28 02:44:41] "GET /obj-perms HTTP/1.1" 200 5061 0.004952 10.0.0.133 - - [2026-05-28 02:44:41] "POST /neutron/port HTTP/1.1" 200 1236 0.020755 10.0.0.133 - - [2026-05-28 02:44:41] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008795 10.0.0.133 - - [2026-05-28 02:44:41] "POST /neutron/port HTTP/1.1" 200 1236 0.021787 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-machine/02f62a78-012e-48bd-92cd-012205701184 HTTP/1.1" 200 1299 0.009492 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-machine/02f62a78-012e-48bd-92cd-012205701184 HTTP/1.1" 200 1299 0.005600 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-machine-interface/6211111c-9de9-46e9-a242-90cbd1879f03 HTTP/1.1" 200 3176 0.007084 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-machine/02f62a78-012e-48bd-92cd-012205701184 HTTP/1.1" 200 1299 0.005042 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-machine-interface/6211111c-9de9-46e9-a242-90cbd1879f03 HTTP/1.1" 200 3176 0.010166 10.0.0.133 - - [2026-05-28 02:44:42] "GET /instance-ip/1a71ec5e-e5d5-4aab-9d5d-ebd779292624 HTTP/1.1" 200 1635 0.012930 10.0.0.133 - - [2026-05-28 02:44:42] "GET /instance-ip/81bdeb66-ce7c-4ac3-91d3-28938c629304 HTTP/1.1" 200 1656 0.008564 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-machine/02f62a78-012e-48bd-92cd-012205701184 HTTP/1.1" 200 1299 0.005417 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-machine-interface/6211111c-9de9-46e9-a242-90cbd1879f03 HTTP/1.1" 200 3176 0.005986 10.0.0.133 - - [2026-05-28 02:44:42] "GET /instance-ip/1a71ec5e-e5d5-4aab-9d5d-ebd779292624 HTTP/1.1" 200 1635 0.006090 10.0.0.133 - - [2026-05-28 02:44:42] "GET /instance-ip/81bdeb66-ce7c-4ac3-91d3-28938c629304 HTTP/1.1" 200 1656 0.005899 10.0.0.133 - - [2026-05-28 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007954 10.0.0.133 - - [2026-05-28 02:44:42] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.010057 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003977 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006458 10.0.0.133 - - [2026-05-28 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.133 - - [2026-05-28 02:44:42] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004857 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003019 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006706 10.0.0.133 - - [2026-05-28 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.133 - - [2026-05-28 02:44:42] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003404 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003434 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007323 10.0.0.133 - - [2026-05-28 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.133 - - [2026-05-28 02:44:42] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003565 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003216 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005887 10.0.0.133 - - [2026-05-28 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.133 - - [2026-05-28 02:44:42] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004453 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003334 10.0.0.133 - - [2026-05-28 02:44:42] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006100 10.0.0.133 - - [2026-05-28 02:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004944 10.0.0.133 - - [2026-05-28 02:44:43] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003957 10.0.0.133 - - [2026-05-28 02:44:43] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003944 10.0.0.133 - - [2026-05-28 02:44:43] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007343 10.0.0.133 - - [2026-05-28 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.133 - - [2026-05-28 02:44:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003638 10.0.0.133 - - [2026-05-28 02:44:44] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003322 10.0.0.133 - - [2026-05-28 02:44:44] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005824 10.0.0.133 - - [2026-05-28 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.133 - - [2026-05-28 02:44:44] "GET /routing-instance/c5fa4a37-c49a-4c1b-ab9c-da050b9140dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.011917 10.0.0.133 - - [2026-05-28 02:44:44] "GET /route-target/a7cc1109-e815-4a15-b4ea-3e89eec3def7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003862 10.0.0.133 - - [2026-05-28 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007036 10.0.0.133 - - [2026-05-28 02:44:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004340 10.0.0.133 - - [2026-05-28 02:44:44] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003058 10.0.0.133 - - [2026-05-28 02:44:44] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006807 10.0.0.133 - - [2026-05-28 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.133 - - [2026-05-28 02:44:44] "GET /routing-instance/c5fa4a37-c49a-4c1b-ab9c-da050b9140dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.005530 10.0.0.133 - - [2026-05-28 02:44:44] "GET /route-target/a7cc1109-e815-4a15-b4ea-3e89eec3def7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004814 10.0.0.133 - - [2026-05-28 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.133 - - [2026-05-28 02:44:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006767 10.0.0.133 - - [2026-05-28 02:44:44] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004940 10.0.0.133 - - [2026-05-28 02:44:44] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005758 10.0.0.133 - - [2026-05-28 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.133 - - [2026-05-28 02:44:44] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008262 10.0.0.133 - - [2026-05-28 02:44:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005263 10.0.0.133 - - [2026-05-28 02:44:44] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.006235 10.0.0.133 - - [2026-05-28 02:44:44] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006125 10.0.0.133 - - [2026-05-28 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007286 10.0.0.133 - - [2026-05-28 02:44:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004212 10.0.0.133 - - [2026-05-28 02:44:45] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003510 10.0.0.133 - - [2026-05-28 02:44:45] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006035 10.0.0.133 - - [2026-05-28 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.133 - - [2026-05-28 02:44:45] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.012541 10.0.0.133 - - [2026-05-28 02:44:45] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004369 10.0.0.133 - - [2026-05-28 02:44:45] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.012750 10.0.0.133 - - [2026-05-28 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.133 - - [2026-05-28 02:44:45] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003978 10.0.0.133 - - [2026-05-28 02:44:45] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003528 10.0.0.133 - - [2026-05-28 02:44:45] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006344 10.0.0.133 - - [2026-05-28 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.133 - - [2026-05-28 02:44:45] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005122 10.0.0.133 - - [2026-05-28 02:44:45] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003658 10.0.0.133 - - [2026-05-28 02:44:45] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006356 10.0.0.131 - - [2026-05-28 02:44:45] "GET /obj-perms HTTP/1.1" 200 5061 0.005462 10.0.0.133 - - [2026-05-28 02:44:45] "GET /obj-perms HTTP/1.1" 200 5061 0.008123 10.0.0.133 - - [2026-05-28 02:44:45] "GET /obj-perms HTTP/1.1" 200 5061 0.003412 10.0.0.133 - - [2026-05-28 02:44:45] "GET /obj-perms HTTP/1.1" 200 5061 0.004115 10.0.0.131 - - [2026-05-28 02:44:45] "GET /obj-perms HTTP/1.1" 200 5061 0.005002 10.0.0.133 - - [2026-05-28 02:44:46] "POST /neutron/port HTTP/1.1" 200 1239 0.024840 10.0.0.133 - - [2026-05-28 02:44:46] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007766 10.0.0.133 - - [2026-05-28 02:44:46] "GET /virtual-machine/31096c75-a10a-4cd0-a969-2da40e21798f HTTP/1.1" 200 1300 0.006009 10.0.0.133 - - [2026-05-28 02:44:46] "GET /virtual-machine/31096c75-a10a-4cd0-a969-2da40e21798f HTTP/1.1" 200 1300 0.005674 10.0.0.133 - - [2026-05-28 02:44:46] "GET /virtual-machine-interface/36f12755-68d0-4264-a924-cd6f89592c0c HTTP/1.1" 200 3176 0.006234 10.0.0.133 - - [2026-05-28 02:44:46] "GET /virtual-machine/31096c75-a10a-4cd0-a969-2da40e21798f HTTP/1.1" 200 1300 0.007018 10.0.0.133 - - [2026-05-28 02:44:46] "GET /virtual-machine-interface/36f12755-68d0-4264-a924-cd6f89592c0c HTTP/1.1" 200 3176 0.006648 10.0.0.133 - - [2026-05-28 02:44:46] "GET /instance-ip/01a4be42-4f25-410f-8af5-3423cc5d60ae HTTP/1.1" 200 1637 0.007410 10.0.0.133 - - [2026-05-28 02:44:46] "GET /instance-ip/bb06f65f-d11f-4225-bb96-3a8f47273866 HTTP/1.1" 200 1657 0.006272 10.0.0.133 - - [2026-05-28 02:44:46] "GET /virtual-machine/31096c75-a10a-4cd0-a969-2da40e21798f HTTP/1.1" 200 1300 0.003757 10.0.0.133 - - [2026-05-28 02:44:46] "GET /virtual-machine-interface/36f12755-68d0-4264-a924-cd6f89592c0c HTTP/1.1" 200 3176 0.005838 10.0.0.133 - - [2026-05-28 02:44:46] "GET /instance-ip/01a4be42-4f25-410f-8af5-3423cc5d60ae HTTP/1.1" 200 1637 0.004546 10.0.0.133 - - [2026-05-28 02:44:46] "GET /instance-ip/bb06f65f-d11f-4225-bb96-3a8f47273866 HTTP/1.1" 200 1657 0.005861 10.0.0.133 - - [2026-05-28 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.133 - - [2026-05-28 02:44:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004037 10.0.0.133 - - [2026-05-28 02:44:46] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003104 10.0.0.133 - - [2026-05-28 02:44:46] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.007552 10.0.0.133 - - [2026-05-28 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.133 - - [2026-05-28 02:44:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003977 10.0.0.133 - - [2026-05-28 02:44:46] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003829 10.0.0.133 - - [2026-05-28 02:44:46] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.006165 10.0.0.133 - - [2026-05-28 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.133 - - [2026-05-28 02:44:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004445 10.0.0.133 - - [2026-05-28 02:44:46] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003556 10.0.0.133 - - [2026-05-28 02:44:46] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.009097 10.0.0.133 - - [2026-05-28 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.133 - - [2026-05-28 02:44:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005302 10.0.0.133 - - [2026-05-28 02:44:46] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004526 10.0.0.133 - - [2026-05-28 02:44:46] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.009139 10.0.0.133 - - [2026-05-28 02:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.133 - - [2026-05-28 02:44:47] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004416 10.0.0.133 - - [2026-05-28 02:44:47] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003224 10.0.0.133 - - [2026-05-28 02:44:47] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.006199 10.0.0.133 - - [2026-05-28 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.133 - - [2026-05-28 02:44:48] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008869 10.0.0.133 - - [2026-05-28 02:44:48] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003145 10.0.0.133 - - [2026-05-28 02:44:48] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.006240 10.0.0.133 - - [2026-05-28 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.133 - - [2026-05-28 02:44:48] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004796 10.0.0.133 - - [2026-05-28 02:44:48] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002624 10.0.0.133 - - [2026-05-28 02:44:48] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.006015 10.0.0.133 - - [2026-05-28 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.133 - - [2026-05-28 02:44:48] "GET /routing-instance/cfd48201-ae53-494b-b4d5-83db950c948f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.007255 10.0.0.133 - - [2026-05-28 02:44:48] "GET /route-target/d0982659-16d0-48d3-93d6-214919aae587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005302 10.0.0.133 - - [2026-05-28 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.133 - - [2026-05-28 02:44:48] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006626 10.0.0.133 - - [2026-05-28 02:44:48] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003606 10.0.0.133 - - [2026-05-28 02:44:48] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.005847 10.0.0.133 - - [2026-05-28 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.133 - - [2026-05-28 02:44:48] "GET /routing-instance/cfd48201-ae53-494b-b4d5-83db950c948f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.005358 10.0.0.133 - - [2026-05-28 02:44:48] "GET /route-target/d0982659-16d0-48d3-93d6-214919aae587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005069 10.0.0.133 - - [2026-05-28 02:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.133 - - [2026-05-28 02:44:49] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006680 10.0.0.133 - - [2026-05-28 02:44:49] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004963 10.0.0.133 - - [2026-05-28 02:44:49] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.006646 10.0.0.133 - - [2026-05-28 02:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.133 - - [2026-05-28 02:44:49] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004180 10.0.0.133 - - [2026-05-28 02:44:49] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004383 10.0.0.133 - - [2026-05-28 02:44:49] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.008269 10.0.0.133 - - [2026-05-28 02:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.133 - - [2026-05-28 02:44:49] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005126 10.0.0.133 - - [2026-05-28 02:44:49] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003472 10.0.0.133 - - [2026-05-28 02:44:49] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.005584 10.0.0.133 - - [2026-05-28 02:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.133 - - [2026-05-28 02:44:49] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005299 10.0.0.133 - - [2026-05-28 02:44:49] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003447 10.0.0.133 - - [2026-05-28 02:44:49] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.005939 10.0.0.133 - - [2026-05-28 02:44:49] "POST /neutron/port HTTP/1.1" 200 1237 0.037614 10.0.0.133 - - [2026-05-28 02:44:49] "GET /obj-perms HTTP/1.1" 200 5061 0.004497 10.0.0.131 - - [2026-05-28 02:44:49] "GET /obj-perms HTTP/1.1" 200 5061 0.004660 10.0.0.133 - - [2026-05-28 02:44:49] "GET /obj-perms HTTP/1.1" 200 5061 0.003585 10.0.0.133 - - [2026-05-28 02:44:49] "GET /obj-perms HTTP/1.1" 200 5061 0.008198 10.0.0.131 - - [2026-05-28 02:44:49] "GET /obj-perms HTTP/1.1" 200 5061 0.003562 10.0.0.133 - - [2026-05-28 02:44:49] "GET /virtual-machine/e0157aea-ecea-4902-9034-8c8b4d21159c HTTP/1.1" 200 1301 0.005331 10.0.0.133 - - [2026-05-28 02:44:49] "GET /virtual-machine-interface/ab1e7385-d064-4993-89ef-f82f9ced3b19 HTTP/1.1" 200 3176 0.006484 10.0.0.133 - - [2026-05-28 02:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005032 10.0.0.133 - - [2026-05-28 02:44:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003632 10.0.0.133 - - [2026-05-28 02:44:50] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004113 10.0.0.133 - - [2026-05-28 02:44:50] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006798 10.0.0.133 - - [2026-05-28 02:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.133 - - [2026-05-28 02:44:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004550 10.0.0.133 - - [2026-05-28 02:44:51] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003755 10.0.0.133 - - [2026-05-28 02:44:51] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005951 10.0.0.133 - - [2026-05-28 02:44:51] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008666 10.0.0.133 - - [2026-05-28 02:44:56] "POST /neutron/port HTTP/1.1" 200 1237 0.022810 10.0.0.133 - - [2026-05-28 02:45:01] "GET /virtual-machine/02f62a78-012e-48bd-92cd-012205701184 HTTP/1.1" 200 1299 0.005818 10.0.0.133 - - [2026-05-28 02:45:01] "GET /virtual-machine-interface/6211111c-9de9-46e9-a242-90cbd1879f03 HTTP/1.1" 200 3176 0.008539 10.0.0.133 - - [2026-05-28 02:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005674 10.0.0.133 - - [2026-05-28 02:45:01] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004040 10.0.0.133 - - [2026-05-28 02:45:01] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003586 10.0.0.133 - - [2026-05-28 02:45:01] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.008696 10.0.0.133 - - [2026-05-28 02:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.133 - - [2026-05-28 02:45:03] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003571 10.0.0.133 - - [2026-05-28 02:45:03] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004220 10.0.0.133 - - [2026-05-28 02:45:03] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005896 10.0.0.133 - - [2026-05-28 02:45:03] "GET /virtual-machine/31096c75-a10a-4cd0-a969-2da40e21798f HTTP/1.1" 200 1300 0.004655 10.0.0.133 - - [2026-05-28 02:45:03] "GET /virtual-machine-interface/36f12755-68d0-4264-a924-cd6f89592c0c HTTP/1.1" 200 3176 0.009384 10.0.0.133 - - [2026-05-28 02:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.133 - - [2026-05-28 02:45:03] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004180 10.0.0.133 - - [2026-05-28 02:45:03] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005080 10.0.0.133 - - [2026-05-28 02:45:03] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.006881 10.0.0.133 - - [2026-05-28 02:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.133 - - [2026-05-28 02:45:04] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004750 10.0.0.133 - - [2026-05-28 02:45:04] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003657 10.0.0.133 - - [2026-05-28 02:45:04] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.005692 10.0.0.133 - - [2026-05-28 02:45:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008793 10.0.0.133 - - [2026-05-28 02:45:07] "POST /neutron/network HTTP/1.1" 200 1121 0.008249 10.0.0.133 - - [2026-05-28 02:45:07] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016696 10.0.0.133 - - [2026-05-28 02:45:07] "POST /neutron/network HTTP/1.1" 200 1111 0.010984 10.0.0.133 - - [2026-05-28 02:45:19] "POST /neutron/network HTTP/1.1" 200 1026 0.009588 10.0.0.133 - - [2026-05-28 02:45:19] "POST /neutron/subnet HTTP/1.1" 200 1394 0.015986 10.0.0.133 - - [2026-05-28 02:45:19] "POST /neutron/network HTTP/1.1" 200 1016 0.011499 10.0.0.133 - - [2026-05-28 02:45:33] "GET /virtual-machine/31096c75-a10a-4cd0-a969-2da40e21798f HTTP/1.1" 200 1300 0.004714 10.0.0.133 - - [2026-05-28 02:45:34] "POST /neutron/port HTTP/1.1" 200 151 0.236327 10.0.0.133 - - [2026-05-28 02:45:35] "GET /virtual-machine/31096c75-a10a-4cd0-a969-2da40e21798f HTTP/1.1" 404 171 0.004555 10.0.0.133 - - [2026-05-28 02:45:35] "GET /virtual-machine/31096c75-a10a-4cd0-a969-2da40e21798f HTTP/1.1" 404 171 0.003691 10.0.0.133 - - [2026-05-28 02:45:35] "GET /virtual-machine/31096c75-a10a-4cd0-a969-2da40e21798f HTTP/1.1" 404 171 0.002417 10.0.0.133 - - [2026-05-28 02:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.133 - - [2026-05-28 02:45:35] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003853 10.0.0.133 - - [2026-05-28 02:45:35] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003461 10.0.0.133 - - [2026-05-28 02:45:35] "GET /virtual-network/870a678d-a9c7-4583-9ebb-7a4380dce59c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.006227 10.0.0.133 - - [2026-05-28 02:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.133 - - [2026-05-28 02:45:36] "GET /routing-instance/cfd48201-ae53-494b-b4d5-83db950c948f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.006108 10.0.0.133 - - [2026-05-28 02:45:36] "GET /route-target/d0982659-16d0-48d3-93d6-214919aae587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006198 10.0.0.133 - - [2026-05-28 02:45:39] "GET /obj-perms HTTP/1.1" 200 5061 0.004603 10.0.0.131 - - [2026-05-28 02:45:39] "GET /obj-perms HTTP/1.1" 200 5061 0.004124 10.0.0.133 - - [2026-05-28 02:45:48] "GET /obj-perms HTTP/1.1" 200 5061 0.010307 10.0.0.131 - - [2026-05-28 02:45:48] "GET /obj-perms HTTP/1.1" 200 5061 0.004336 10.0.0.41 - - [2026-05-28 02:45:49] "GET /obj-perms HTTP/1.1" 200 5075 0.063712 10.0.0.131 - - [2026-05-28 02:45:54] "GET /obj-perms HTTP/1.1" 200 5061 0.004489 10.0.0.133 - - [2026-05-28 02:45:54] "GET /obj-perms HTTP/1.1" 200 5061 0.003935 10.0.0.133 - - [2026-05-28 02:45:54] "GET /virtual-machine/02f62a78-012e-48bd-92cd-012205701184 HTTP/1.1" 200 1299 0.004362 10.0.0.133 - - [2026-05-28 02:45:55] "POST /neutron/port HTTP/1.1" 200 151 0.256175 10.0.0.133 - - [2026-05-28 02:45:56] "GET /virtual-machine/02f62a78-012e-48bd-92cd-012205701184 HTTP/1.1" 404 171 0.003404 10.0.0.133 - - [2026-05-28 02:45:56] "GET /virtual-machine/02f62a78-012e-48bd-92cd-012205701184 HTTP/1.1" 404 171 0.003062 10.0.0.133 - - [2026-05-28 02:45:56] "GET /virtual-machine/02f62a78-012e-48bd-92cd-012205701184 HTTP/1.1" 404 171 0.003291 10.0.0.133 - - [2026-05-28 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.133 - - [2026-05-28 02:45:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003922 10.0.0.133 - - [2026-05-28 02:45:57] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003409 10.0.0.133 - - [2026-05-28 02:45:57] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007755 10.0.0.133 - - [2026-05-28 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.133 - - [2026-05-28 02:45:57] "GET /routing-instance/c5fa4a37-c49a-4c1b-ab9c-da050b9140dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.004774 10.0.0.133 - - [2026-05-28 02:45:57] "GET /route-target/a7cc1109-e815-4a15-b4ea-3e89eec3def7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003687 10.0.0.133 - - [2026-05-28 02:45:57] "GET /obj-perms HTTP/1.1" 200 5061 0.004068 10.0.0.133 - - [2026-05-28 02:46:03] "GET /obj-perms HTTP/1.1" 200 5061 0.005315 10.0.0.133 - - [2026-05-28 02:46:06] "GET /obj-perms HTTP/1.1" 200 5061 0.004605 10.0.0.133 - - [2026-05-28 02:46:12] "GET /obj-perms HTTP/1.1" 200 5061 0.004530 10.0.0.133 - - [2026-05-28 02:46:15] "GET /obj-perms HTTP/1.1" 200 5061 0.004176 10.0.0.133 - - [2026-05-28 02:46:20] "POST /neutron/network HTTP/1.1" 200 1208 0.008086 10.0.0.133 - - [2026-05-28 02:46:20] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014910 10.0.0.133 - - [2026-05-28 02:46:20] "POST /neutron/network HTTP/1.1" 200 1198 0.010149 10.0.0.133 - - [2026-05-28 02:46:22] "GET /obj-perms HTTP/1.1" 200 5061 0.004777 10.0.0.133 - - [2026-05-28 02:46:22] "GET /obj-perms HTTP/1.1" 200 5061 0.004300 10.0.0.133 - - [2026-05-28 02:46:22] "GET /virtual-machine/e0157aea-ecea-4902-9034-8c8b4d21159c HTTP/1.1" 200 1301 0.004334 10.0.0.133 - - [2026-05-28 02:46:23] "POST /neutron/port HTTP/1.1" 200 151 0.278666 10.0.0.133 - - [2026-05-28 02:46:24] "GET /virtual-machine/e0157aea-ecea-4902-9034-8c8b4d21159c HTTP/1.1" 404 171 0.003852 10.0.0.133 - - [2026-05-28 02:46:24] "GET /virtual-machine/e0157aea-ecea-4902-9034-8c8b4d21159c HTTP/1.1" 404 171 0.003940 10.0.0.133 - - [2026-05-28 02:46:24] "GET /virtual-machine/e0157aea-ecea-4902-9034-8c8b4d21159c HTTP/1.1" 404 171 0.003247 10.0.0.133 - - [2026-05-28 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.133 - - [2026-05-28 02:46:24] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004363 10.0.0.133 - - [2026-05-28 02:46:24] "GET /virtual-networks?parent_id=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003057 10.0.0.133 - - [2026-05-28 02:46:24] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.008716 10.0.0.133 - - [2026-05-28 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.133 - - [2026-05-28 02:46:24] "GET /routing-instance/7e0c9099-c6b3-4eac-bf12-90036b505645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.005435 10.0.0.133 - - [2026-05-28 02:46:24] "GET /route-target/a323dea3-6442-47dd-8487-2d06cc2bff61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005507 10.0.0.131 - - [2026-05-28 02:46:24] "GET /obj-perms HTTP/1.1" 200 5061 0.005107 10.0.0.133 - - [2026-05-28 02:46:31] "GET /obj-perms HTTP/1.1" 200 5061 0.003897 10.0.0.131 - - [2026-05-28 02:46:34] "GET /obj-perms HTTP/1.1" 200 5061 0.005196 10.0.0.133 - - [2026-05-28 02:46:40] "GET /obj-perms HTTP/1.1" 200 5061 0.005073 10.0.0.131 - - [2026-05-28 02:46:43] "GET /obj-perms HTTP/1.1" 200 5061 0.004134 10.0.0.133 - - [2026-05-28 02:46:49] "GET /obj-perms HTTP/1.1" 200 5061 0.004271 10.0.0.41 - - [2026-05-28 02:46:51] "GET /obj-perms HTTP/1.1" 200 5075 0.066490 10.0.0.131 - - [2026-05-28 02:46:52] "GET /obj-perms HTTP/1.1" 200 5061 0.005373 10.0.0.133 - - [2026-05-28 02:46:52] "GET /obj-perms HTTP/1.1" 200 5061 0.005236 10.0.0.133 - - [2026-05-28 02:46:52] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006252 10.0.0.133 - - [2026-05-28 02:46:53] "POST /neutron/network HTTP/1.1" 200 1013 0.023708 10.0.0.133 - - [2026-05-28 02:46:53] "GET /virtual-network/81a75259-c9d6-4797-82fe-5fa4d87f5f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009567 10.0.0.133 - - [2026-05-28 02:46:53] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006790 10.0.0.41 - - [2026-05-28 02:46:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.005219 10.0.0.133 - - [2026-05-28 02:46:53] "POST /neutron/network HTTP/1.1" 200 1014 0.012502 10.0.0.133 - - [2026-05-28 02:46:53] "GET /virtual-network/74c82855-dd9e-4212-8bd3-ba3e577811b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005187 10.0.0.133 - - [2026-05-28 02:46:53] "DELETE /network-policy/13292f9e-c232-4aa7-be7c-d5424fbfc126 HTTP/1.1" 200 115 0.040167 10.0.0.133 - - [2026-05-28 02:46:53] "DELETE /network-policy/ad2cd561-bb27-4672-a241-531539c25108 HTTP/1.1" 200 115 0.045022 10.0.0.133 - - [2026-05-28 02:46:53] "DELETE /network-policy/c6fd7ebe-4162-4986-87e2-b011c6dade1c HTTP/1.1" 200 115 0.045551 10.0.0.41 - - [2026-05-28 02:46:53] "DELETE /access-control-list/40bf8f0e-2f0c-4d00-94e3-66a487168587 HTTP/1.1" 200 115 0.056369 10.0.0.41 - - [2026-05-28 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.133 - - [2026-05-28 02:46:54] "POST /neutron/network HTTP/1.1" 200 1013 0.010240 10.0.0.41 - - [2026-05-28 02:46:54] "DELETE /route-target/a7cc1109-e815-4a15-b4ea-3e89eec3def7 HTTP/1.1" 200 115 0.024426 10.0.0.131 - - [2026-05-28 02:46:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005042 10.0.0.131 - - [2026-05-28 02:46:54] "POST /useragent-kv HTTP/1.1" 200 115 0.009360 10.0.0.131 - - [2026-05-28 02:46:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003619 10.0.0.131 - - [2026-05-28 02:46:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003242 10.0.0.133 - - [2026-05-28 02:46:54] "POST /neutron/network HTTP/1.1" 200 151 0.162436 10.0.0.133 - - [2026-05-28 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.133 - - [2026-05-28 02:46:55] "DELETE /network-ipam/2fad7cd9-8397-490e-89e2-47440238579d HTTP/1.1" 200 115 0.038203 10.0.0.133 - - [2026-05-28 02:46:55] "POST /fqname-to-id HTTP/1.1" 404 203 0.003868 10.0.0.133 - - [2026-05-28 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.133 - - [2026-05-28 02:46:55] "DELETE /network-ipam/fbea8af4-c85c-4de6-b9ef-56b75225e744 HTTP/1.1" 200 115 0.038936 10.0.0.133 - - [2026-05-28 02:46:55] "POST /fqname-to-id HTTP/1.1" 404 203 0.004418 10.0.0.133 - - [2026-05-28 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.133 - - [2026-05-28 02:46:55] "DELETE /network-ipam/2a94397e-2ff7-4b86-ab25-543f1ec53aec HTTP/1.1" 200 115 0.058724 10.0.0.133 - - [2026-05-28 02:46:55] "POST /fqname-to-id HTTP/1.1" 404 203 0.009237 10.0.0.131 - - [2026-05-28 02:46:58] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000887 10.0.0.133 - - [2026-05-28 02:46:58] "GET /project/bcbc45e9-17c8-4f0d-bdda-03fd305d0792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.053776 10.0.0.131 - - [2026-05-28 02:46:58] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001381 10.0.0.133 - - [2026-05-28 02:46:58] "GET /project/bcbc45e9-17c8-4f0d-bdda-03fd305d0792?fields=virtual_networks HTTP/1.1" 200 1047 0.053716 10.0.0.131 - - [2026-05-28 02:46:58] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000951 10.0.0.133 - - [2026-05-28 02:46:58] "GET /project/bcbc45e9-17c8-4f0d-bdda-03fd305d0792?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.041920 10.0.0.131 - - [2026-05-28 02:46:58] "GET /projects?obj_uuids=bcbc45e9-17c8-4f0d-bdda-03fd305d0792&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001003 10.0.0.133 - - [2026-05-28 02:46:58] "GET /project/bcbc45e9-17c8-4f0d-bdda-03fd305d0792?fields=security_groups HTTP/1.1" 200 1280 0.040646 10.0.0.133 - - [2026-05-28 02:46:59] "POST /fqname-to-id HTTP/1.1" 404 190 0.037850 10.0.0.131 - - [2026-05-28 02:46:59] "GET /projects?obj_uuids=aeda2c94-35fa-409d-a42f-c6437f9d2f25&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004357 10.0.0.131 - - [2026-05-28 02:46:59] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001300 10.0.0.131 - - [2026-05-28 02:46:59] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007624 10.0.0.131 - - [2026-05-28 02:47:00] "POST /id-to-fqname HTTP/1.1" 200 192 0.003384 10.0.0.131 - - [2026-05-28 02:47:00] "POST /fqname-to-id HTTP/1.1" 404 201 0.006696 10.0.0.131 - - [2026-05-28 02:47:00] "POST /security-groups HTTP/1.1" 200 593 0.063259 10.0.0.131 - - [2026-05-28 02:47:00] "POST /projects HTTP/1.1" 200 589 0.299880 10.0.0.41 - - [2026-05-28 02:47:00] "POST /fqname-to-id HTTP/1.1" 404 236 0.003963 10.0.0.131 - - [2026-05-28 02:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.374973 10.0.0.41 - - [2026-05-28 02:47:00] "POST /access-control-lists HTTP/1.1" 200 598 0.034615 10.0.0.133 - - [2026-05-28 02:47:00] "GET /project/aeda2c94-35fa-409d-a42f-c6437f9d2f25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.549885 10.0.0.133 - - [2026-05-28 02:47:01] "GET / HTTP/1.1" 200 36215 0.001845 10.0.0.133 - - [2026-05-28 02:47:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000519 10.0.0.133 - - [2026-05-28 02:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.083295 10.0.0.131 - - [2026-05-28 02:47:04] "GET /projects?obj_uuids=aeda2c94-35fa-409d-a42f-c6437f9d2f25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001002 10.0.0.133 - - [2026-05-28 02:47:04] "GET /project/aeda2c94-35fa-409d-a42f-c6437f9d2f25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.050219 10.0.0.131 - - [2026-05-28 02:47:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005806 10.0.0.133 - - [2026-05-28 02:47:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.254923 10.0.0.133 - - [2026-05-28 02:47:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001912 10.0.0.133 - - [2026-05-28 02:47:04] "GET /virtual-network/80315dd6-f51d-4ce0-beff-60bae79e95dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008947 10.0.0.133 - - [2026-05-28 02:47:04] "GET /virtual-network/80315dd6-f51d-4ce0-beff-60bae79e95dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009074 10.0.0.133 - - [2026-05-28 02:47:04] "POST /neutron/network HTTP/1.1" 200 827 0.007992 10.0.0.133 - - [2026-05-28 02:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.131 - - [2026-05-28 02:47:05] "GET /projects?obj_uuids=aeda2c94-35fa-409d-a42f-c6437f9d2f25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001179 10.0.0.133 - - [2026-05-28 02:47:05] "GET /project/aeda2c94-35fa-409d-a42f-c6437f9d2f25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.066151 10.0.0.131 - - [2026-05-28 02:47:05] "GET /projects?obj_uuids=aeda2c94-35fa-409d-a42f-c6437f9d2f25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000929 10.0.0.133 - - [2026-05-28 02:47:05] "POST /neutron/network HTTP/1.1" 200 607 0.155814 10.0.0.41 - - [2026-05-28 02:47:05] "POST /route-targets HTTP/1.1" 200 328 0.018569 10.0.0.133 - - [2026-05-28 02:47:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.003860 10.0.0.133 - - [2026-05-28 02:47:05] "GET /virtual-network/d3d95777-89e0-4cff-825a-08add1f0058f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007027 10.0.0.133 - - [2026-05-28 02:47:05] "POST /neutron/network HTTP/1.1" 200 823 0.008985 10.0.0.133 - - [2026-05-28 02:47:05] "GET /virtual-network/d3d95777-89e0-4cff-825a-08add1f0058f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006857 10.0.0.133 - - [2026-05-28 02:47:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.003601 10.0.0.133 - - [2026-05-28 02:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.131 - - [2026-05-28 02:47:05] "GET /projects?obj_uuids=aeda2c94-35fa-409d-a42f-c6437f9d2f25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001154 10.0.0.133 - - [2026-05-28 02:47:05] "GET /project/aeda2c94-35fa-409d-a42f-c6437f9d2f25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.054856 10.0.0.133 - - [2026-05-28 02:47:05] "POST /network-policys HTTP/1.1" 200 573 0.032401 10.0.0.133 - - [2026-05-28 02:47:05] "GET /network-policy/d8a6a4c0-2b30-41ac-ad4e-bd1284338d8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.006290 10.0.0.133 - - [2026-05-28 02:47:05] "POST /neutron/network HTTP/1.1" 200 827 0.006819 10.0.0.41 - - [2026-05-28 02:47:06] "POST /access-control-lists HTTP/1.1" 200 592 0.065663 10.0.0.133 - - [2026-05-28 02:47:06] "GET /virtual-network/80315dd6-f51d-4ce0-beff-60bae79e95dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.017955 10.0.0.133 - - [2026-05-28 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.133 - - [2026-05-28 02:47:06] "GET /network-policy/d8a6a4c0-2b30-41ac-ad4e-bd1284338d8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005279 10.0.0.133 - - [2026-05-28 02:47:06] "POST /neutron/network HTTP/1.1" 200 823 0.006878 10.0.0.133 - - [2026-05-28 02:47:06] "GET /virtual-network/d3d95777-89e0-4cff-825a-08add1f0058f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.009017 10.0.0.41 - - [2026-05-28 02:47:06] "POST /ref-update HTTP/1.1" 200 156 0.037096 10.0.0.133 - - [2026-05-28 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005601 10.0.0.133 - - [2026-05-28 02:47:06] "GET /network-policy/d8a6a4c0-2b30-41ac-ad4e-bd1284338d8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.007971 10.0.0.133 - - [2026-05-28 02:47:07] "GET /virtual-network/80315dd6-f51d-4ce0-beff-60bae79e95dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007021 10.0.0.133 - - [2026-05-28 02:47:08] "GET /virtual-network/d3d95777-89e0-4cff-825a-08add1f0058f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006088 10.0.0.133 - - [2026-05-28 02:47:09] "GET /obj-perms HTTP/1.1" 200 5053 0.060751 10.0.0.41 - - [2026-05-28 02:47:09] "GET /obj-perms HTTP/1.1" 200 5053 0.069218 10.0.0.131 - - [2026-05-28 02:47:09] "GET /obj-perms HTTP/1.1" 200 5053 0.058062 10.0.0.133 - - [2026-05-28 02:47:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001650 10.0.0.133 - - [2026-05-28 02:47:09] "POST /neutron/network HTTP/1.1" 200 939 0.009282 10.0.0.131 - - [2026-05-28 02:47:10] "GET /projects?obj_uuids=aeda2c94-35fa-409d-a42f-c6437f9d2f25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001225 10.0.0.133 - - [2026-05-28 02:47:10] "GET /project/aeda2c94-35fa-409d-a42f-c6437f9d2f25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.075419 10.0.0.133 - - [2026-05-28 02:47:10] "POST /neutron/port HTTP/1.1" 200 117 0.008675 10.0.0.133 - - [2026-05-28 02:47:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001760 10.0.0.133 - - [2026-05-28 02:47:10] "POST /neutron/network HTTP/1.1" 200 939 0.007268 10.0.0.133 - - [2026-05-28 02:47:11] "POST /neutron/port HTTP/1.1" 200 1063 0.020954 10.0.0.131 - - [2026-05-28 02:47:11] "GET /projects?obj_uuids=aeda2c94-35fa-409d-a42f-c6437f9d2f25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001548 10.0.0.133 - - [2026-05-28 02:47:11] "GET /project/aeda2c94-35fa-409d-a42f-c6437f9d2f25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.078980 10.0.0.133 - - [2026-05-28 02:47:11] "POST /neutron/port HTTP/1.1" 200 1127 0.026632 10.0.0.133 - - [2026-05-28 02:47:11] "POST /neutron/port HTTP/1.1" 200 117 0.001388 10.0.0.133 - - [2026-05-28 02:47:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008572 10.0.0.133 - - [2026-05-28 02:47:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008863 10.0.0.133 - - [2026-05-28 02:47:13] "POST /neutron/port HTTP/1.1" 200 1059 0.094060 10.0.0.133 - - [2026-05-28 02:47:13] "POST /neutron/port HTTP/1.1" 200 1123 0.038208 10.0.0.133 - - [2026-05-28 02:47:13] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.133 - - [2026-05-28 02:47:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007469 10.0.0.133 - - [2026-05-28 02:47:17] "POST /neutron/port HTTP/1.1" 200 1127 0.021426 10.0.0.133 - - [2026-05-28 02:47:17] "GET /virtual-machine/d9daad5d-dc9c-4fed-9da7-16b61e30a22e HTTP/1.1" 401 293 0.000397 10.0.0.133 - - [2026-05-28 02:47:17] "GET /virtual-machine/d9daad5d-dc9c-4fed-9da7-16b61e30a22e HTTP/1.1" 200 1297 0.038196 10.0.0.133 - - [2026-05-28 02:47:17] "GET /virtual-machine-interface/99cd0259-9bb9-43e8-a2c4-6f53ccdd092c HTTP/1.1" 200 2959 0.006456 10.0.0.133 - - [2026-05-28 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.133 - - [2026-05-28 02:47:17] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004234 10.0.0.133 - - [2026-05-28 02:47:17] "GET /virtual-networks?parent_id=aeda2c94-35fa-409d-a42f-c6437f9d2f25&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003611 10.0.0.133 - - [2026-05-28 02:47:17] "GET /virtual-network/80315dd6-f51d-4ce0-beff-60bae79e95dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006992 10.0.0.133 - - [2026-05-28 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.133 - - [2026-05-28 02:47:21] "GET /virtual-network/80315dd6-f51d-4ce0-beff-60bae79e95dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007442 10.0.0.133 - - [2026-05-28 02:47:21] "POST /neutron/port HTTP/1.1" 200 1127 0.031784 10.0.0.133 - - [2026-05-28 02:47:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.020399 10.0.0.133 - - [2026-05-28 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.133 - - [2026-05-28 02:47:25] "GET /virtual-network/80315dd6-f51d-4ce0-beff-60bae79e95dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006487 10.0.0.131 - - [2026-05-28 02:47:26] "DELETE /project/aeda2c9435fa409da42fc6437f9d2f25 HTTP/1.1" 404 173 0.002967 10.0.0.131 - - [2026-05-28 02:47:26] "DELETE /project/bcbc45e9-17c8-4f0d-bdda-03fd305d0792 HTTP/1.1" 404 177 0.008746 10.0.0.133 - - [2026-05-28 02:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.133 - - [2026-05-28 02:47:29] "GET /virtual-network/80315dd6-f51d-4ce0-beff-60bae79e95dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005233 10.0.0.133 - - [2026-05-28 02:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.133 - - [2026-05-28 02:47:33] "GET /virtual-network/80315dd6-f51d-4ce0-beff-60bae79e95dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006584 10.0.0.133 - - [2026-05-28 02:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007347 10.0.0.133 - - [2026-05-28 02:47:37] "GET /virtual-network/80315dd6-f51d-4ce0-beff-60bae79e95dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005672 10.0.0.133 - - [2026-05-28 02:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779 10.0.0.133 - - [2026-05-28 02:47:41] "GET /virtual-network/80315dd6-f51d-4ce0-beff-60bae79e95dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.010929 10.0.0.133 - - [2026-05-28 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.133 - - [2026-05-28 02:47:45] "GET /virtual-network/80315dd6-f51d-4ce0-beff-60bae79e95dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005753 10.0.0.133 - - [2026-05-28 02:47:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005364 10.0.0.133 - - [2026-05-28 02:47:49] "GET /virtual-network/80315dd6-f51d-4ce0-beff-60bae79e95dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005570 10.0.0.133 - - [2026-05-28 02:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.133 - - [2026-05-28 02:47:53] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005694 10.0.0.133 - - [2026-05-28 02:47:53] "GET /virtual-networks?parent_id=aeda2c94-35fa-409d-a42f-c6437f9d2f25&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004930 10.0.0.133 - - [2026-05-28 02:47:53] "GET /virtual-network/80315dd6-f51d-4ce0-beff-60bae79e95dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006766 10.0.0.133 - - [2026-05-28 02:47:54] "POST /neutron/port HTTP/1.1" 200 1127 0.024780 10.0.0.133 - - [2026-05-28 02:47:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008774 10.0.0.133 - - [2026-05-28 02:48:04] "POST /neutron/port HTTP/1.1" 200 1127 0.068744 10.0.0.133 - - [2026-05-28 02:48:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008821 10.0.0.133 - - [2026-05-28 02:48:12] "POST /neutron/port HTTP/1.1" 200 1123 0.054031 10.0.0.133 - - [2026-05-28 02:48:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006774 10.0.0.133 - - [2026-05-28 02:48:13] "POST /neutron/network HTTP/1.1" 200 925 0.010607 10.0.0.133 - - [2026-05-28 02:48:14] "POST /neutron/port HTTP/1.1" 200 1123 0.021647 10.0.0.133 - - [2026-05-28 02:48:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008907 10.0.0.133 - - [2026-05-28 02:48:15] "GET /virtual-machine/36687e33-7275-44c9-b785-1a7504d33a68 HTTP/1.1" 200 1296 0.007848 10.0.0.133 - - [2026-05-28 02:48:15] "GET /virtual-machine-interface/50d4b6cf-3632-405b-94bf-06d27f809733 HTTP/1.1" 200 2958 0.007045 10.0.0.133 - - [2026-05-28 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.133 - - [2026-05-28 02:48:15] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.009936 10.0.0.133 - - [2026-05-28 02:48:15] "GET /virtual-networks?parent_id=aeda2c94-35fa-409d-a42f-c6437f9d2f25&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004776 10.0.0.133 - - [2026-05-28 02:48:15] "GET /virtual-network/d3d95777-89e0-4cff-825a-08add1f0058f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006744 10.0.0.133 - - [2026-05-28 02:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.133 - - [2026-05-28 02:48:16] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004629 10.0.0.133 - - [2026-05-28 02:48:16] "GET /virtual-networks?parent_id=aeda2c94-35fa-409d-a42f-c6437f9d2f25&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003146 10.0.0.133 - - [2026-05-28 02:48:16] "GET /virtual-network/d3d95777-89e0-4cff-825a-08add1f0058f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006577 10.0.0.133 - - [2026-05-28 02:48:21] "POST /neutron/network HTTP/1.1" 200 939 0.009319 10.0.0.133 - - [2026-05-28 02:48:21] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.133 - - [2026-05-28 02:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.011926 10.0.0.131 - - [2026-05-28 02:48:44] "GET /projects?obj_uuids=aeda2c94-35fa-409d-a42f-c6437f9d2f25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.048510 10.0.0.133 - - [2026-05-28 02:48:44] "GET /project/aeda2c94-35fa-409d-a42f-c6437f9d2f25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.120826 10.0.0.133 - - [2026-05-28 02:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.133 - - [2026-05-28 02:48:44] "PUT /network-policy/d8a6a4c0-2b30-41ac-ad4e-bd1284338d8d HTTP/1.1" 200 263 0.020347 10.0.0.41 - - [2026-05-28 02:48:45] "PUT /access-control-list/2c4c3778-50ea-4a7e-8d35-3c19a846520b HTTP/1.1" 200 273 0.110215 10.0.0.41 - - [2026-05-28 02:48:45] "POST /ref-update HTTP/1.1" 200 156 0.054331 10.0.0.133 - - [2026-05-28 02:48:48] "GET /virtual-network/d3d95777-89e0-4cff-825a-08add1f0058f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006120 10.0.0.133 - - [2026-05-28 02:48:48] "POST /neutron/network HTTP/1.1" 200 823 0.095204 10.0.0.133 - - [2026-05-28 02:48:48] "GET /virtual-network/d3d95777-89e0-4cff-825a-08add1f0058f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006489 10.0.0.133 - - [2026-05-28 02:48:48] "GET /virtual-network/80315dd6-f51d-4ce0-beff-60bae79e95dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.008351 10.0.0.133 - - [2026-05-28 02:48:49] "POST /neutron/network HTTP/1.1" 200 827 0.087093 10.0.0.133 - - [2026-05-28 02:48:49] "GET /virtual-network/80315dd6-f51d-4ce0-beff-60bae79e95dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006995 10.0.0.133 - - [2026-05-28 02:48:49] "DELETE /network-policy/d8a6a4c0-2b30-41ac-ad4e-bd1284338d8d HTTP/1.1" 200 115 0.044736 10.0.0.133 - - [2026-05-28 02:48:49] "POST /neutron/port HTTP/1.1" 200 1123 0.024152 10.0.0.133 - - [2026-05-28 02:48:49] "POST /neutron/port HTTP/1.1" 200 1113 0.014395 10.0.0.133 - - [2026-05-28 02:48:49] "POST /neutron/port HTTP/1.1" 200 151 0.239464 10.0.0.41 - - [2026-05-28 02:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006584 10.0.0.133 - - [2026-05-28 02:48:51] "POST /neutron/network HTTP/1.1" 200 827 0.006592 10.0.0.41 - - [2026-05-28 02:48:52] "DELETE /route-target/389b81a2-62a8-4593-92f6-fc5ee93b5c9b HTTP/1.1" 200 115 0.028970 10.0.0.131 - - [2026-05-28 02:48:53] "GET /projects?obj_uuids=aeda2c94-35fa-409d-a42f-c6437f9d2f25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002581 10.0.0.133 - - [2026-05-28 02:48:53] "GET /project/aeda2c94-35fa-409d-a42f-c6437f9d2f25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.089710 10.0.0.131 - - [2026-05-28 02:48:53] "GET /projects?obj_uuids=aeda2c94-35fa-409d-a42f-c6437f9d2f25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001941 10.0.0.133 - - [2026-05-28 02:48:53] "GET /project/aeda2c94-35fa-409d-a42f-c6437f9d2f25?fields=virtual_networks HTTP/1.1" 200 1039 0.055140 10.0.0.131 - - [2026-05-28 02:48:53] "GET /projects?obj_uuids=aeda2c94-35fa-409d-a42f-c6437f9d2f25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001622 10.0.0.133 - - [2026-05-28 02:48:53] "GET /project/aeda2c94-35fa-409d-a42f-c6437f9d2f25?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.044182 10.0.0.131 - - [2026-05-28 02:48:53] "GET /projects?obj_uuids=aeda2c94-35fa-409d-a42f-c6437f9d2f25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001077 10.0.0.133 - - [2026-05-28 02:48:53] "GET /project/aeda2c94-35fa-409d-a42f-c6437f9d2f25?fields=security_groups HTTP/1.1" 200 1268 0.045388 10.0.0.133 - - [2026-05-28 02:48:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.032046 10.0.0.131 - - [2026-05-28 02:48:54] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003938 10.0.0.131 - - [2026-05-28 02:48:55] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001170 10.0.0.131 - - [2026-05-28 02:48:55] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.044510 10.0.0.131 - - [2026-05-28 02:48:55] "POST /id-to-fqname HTTP/1.1" 200 202 0.004488 10.0.0.131 - - [2026-05-28 02:48:55] "POST /fqname-to-id HTTP/1.1" 404 211 0.008531 10.0.0.131 - - [2026-05-28 02:48:55] "POST /security-groups HTTP/1.1" 200 603 0.081430 10.0.0.131 - - [2026-05-28 02:48:55] "POST /projects HTTP/1.1" 200 609 0.300231 10.0.0.131 - - [2026-05-28 02:48:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.335459 10.0.0.41 - - [2026-05-28 02:48:55] "POST /fqname-to-id HTTP/1.1" 404 245 0.013987 10.0.0.133 - - [2026-05-28 02:48:55] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.544415 10.0.0.133 - - [2026-05-28 02:48:56] "GET / HTTP/1.1" 200 36215 0.001481 10.0.0.133 - - [2026-05-28 02:49:00] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000447 10.0.0.131 - - [2026-05-28 02:49:00] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001343 10.0.0.133 - - [2026-05-28 02:49:00] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.081605 10.0.0.133 - - [2026-05-28 02:49:01] "GET / HTTP/1.1" 200 36215 0.002827 10.0.0.133 - - [2026-05-28 02:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.131 - - [2026-05-28 02:49:01] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001502 10.0.0.133 - - [2026-05-28 02:49:01] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.009930 10.0.0.133 - - [2026-05-28 02:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.131 - - [2026-05-28 02:49:01] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001216 10.0.0.133 - - [2026-05-28 02:49:01] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.051463 10.0.0.133 - - [2026-05-28 02:49:02] "GET /domains HTTP/1.1" 401 293 0.000371 10.0.0.133 - - [2026-05-28 02:49:03] "GET /domains HTTP/1.1" 200 281 0.035041 10.0.0.131 - - [2026-05-28 02:49:03] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.133 - - [2026-05-28 02:49:03] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770 HTTP/1.1" 200 2980 0.011445 10.0.0.131 - - [2026-05-28 02:49:03] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001142 10.0.0.133 - - [2026-05-28 02:49:03] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f HTTP/1.1" 200 1929 0.080044 10.0.0.133 - - [2026-05-28 02:49:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003953 10.0.0.133 - - [2026-05-28 02:49:03] "POST /network-ipams HTTP/1.1" 200 623 0.038405 10.0.0.133 - - [2026-05-28 02:49:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.003942 10.0.0.133 - - [2026-05-28 02:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.133 - - [2026-05-28 02:49:03] "GET /network-ipam/2a026fe2-8681-4ccf-a467-587a002816ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.007278 10.0.0.133 - - [2026-05-28 02:49:03] "PUT /network-ipam/2a026fe2-8681-4ccf-a467-587a002816ae HTTP/1.1" 200 259 0.016308 10.0.0.133 - - [2026-05-28 02:49:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000442 10.0.0.133 - - [2026-05-28 02:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.039254 10.0.0.131 - - [2026-05-28 02:49:04] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002689 10.0.0.133 - - [2026-05-28 02:49:04] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.053849 10.0.0.131 - - [2026-05-28 02:49:04] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001398 10.0.0.133 - - [2026-05-28 02:49:04] "POST /neutron/network HTTP/1.1" 200 623 0.200558 10.0.0.41 - - [2026-05-28 02:49:04] "POST /ref-update HTTP/1.1" 200 156 0.044244 10.0.0.131 - - [2026-05-28 02:49:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002724 10.0.0.133 - - [2026-05-28 02:49:05] "POST /neutron/subnet HTTP/1.1" 200 823 0.164498 10.0.0.133 - - [2026-05-28 02:49:05] "POST /id-to-fqname HTTP/1.1" 200 235 0.001347 10.0.0.133 - - [2026-05-28 02:49:05] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005004 10.0.0.133 - - [2026-05-28 02:49:05] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006152 10.0.0.133 - - [2026-05-28 02:49:05] "POST /neutron/network HTTP/1.1" 200 1336 0.014954 10.0.0.133 - - [2026-05-28 02:49:05] "POST /neutron/subnet HTTP/1.1" 200 823 0.008890 10.0.0.133 - - [2026-05-28 02:49:06] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006918 10.0.0.131 - - [2026-05-28 02:49:07] "GET /obj-perms HTTP/1.1" 200 5038 0.077179 10.0.0.133 - - [2026-05-28 02:49:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003692 10.0.0.133 - - [2026-05-28 02:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.131 - - [2026-05-28 02:49:07] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001311 10.0.0.133 - - [2026-05-28 02:49:07] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.045363 10.0.0.133 - - [2026-05-28 02:49:08] "POST /network-policys HTTP/1.1" 200 565 0.049240 10.0.0.133 - - [2026-05-28 02:49:08] "GET /network-policy/9da60b19-5cd3-4fe5-9881-8658fa2bafdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.009530 10.0.0.133 - - [2026-05-28 02:49:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003613 10.0.0.133 - - [2026-05-28 02:49:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.131 - - [2026-05-28 02:49:08] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001078 10.0.0.133 - - [2026-05-28 02:49:08] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.043768 10.0.0.133 - - [2026-05-28 02:49:08] "POST /network-policys HTTP/1.1" 200 565 0.052478 10.0.0.133 - - [2026-05-28 02:49:08] "GET /network-policy/cb5e34f8-79e8-4c27-80f5-a20386add53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.008128 10.0.0.133 - - [2026-05-28 02:49:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003952 10.0.0.133 - - [2026-05-28 02:49:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.131 - - [2026-05-28 02:49:08] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001442 10.0.0.133 - - [2026-05-28 02:49:08] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.056038 10.0.0.133 - - [2026-05-28 02:49:08] "POST /network-policys HTTP/1.1" 200 565 0.031949 10.0.0.133 - - [2026-05-28 02:49:08] "GET /network-policy/389370de-651f-4106-b395-ca7ca3a87180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.007559 10.0.0.133 - - [2026-05-28 02:49:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.003357 10.0.0.133 - - [2026-05-28 02:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.131 - - [2026-05-28 02:49:09] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001420 10.0.0.133 - - [2026-05-28 02:49:09] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.043248 10.0.0.133 - - [2026-05-28 02:49:09] "POST /network-policys HTTP/1.1" 200 565 0.032462 10.0.0.133 - - [2026-05-28 02:49:09] "GET /network-policy/b4cb06cb-1cd0-43a8-85af-c809c146eca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.008462 10.0.0.133 - - [2026-05-28 02:49:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.003946 10.0.0.133 - - [2026-05-28 02:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005077 10.0.0.131 - - [2026-05-28 02:49:09] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000904 10.0.0.133 - - [2026-05-28 02:49:09] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.061852 10.0.0.133 - - [2026-05-28 02:49:09] "POST /network-policys HTTP/1.1" 200 565 0.067654 10.0.0.133 - - [2026-05-28 02:49:09] "GET /network-policy/190486b2-e9e8-48be-b492-005c1aef0c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.008154 10.0.0.133 - - [2026-05-28 02:49:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003605 10.0.0.133 - - [2026-05-28 02:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.131 - - [2026-05-28 02:49:10] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002451 10.0.0.133 - - [2026-05-28 02:49:10] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.059400 10.0.0.133 - - [2026-05-28 02:49:10] "POST /network-policys HTTP/1.1" 200 565 0.037176 10.0.0.133 - - [2026-05-28 02:49:10] "GET /network-policy/b0dac743-f703-4dc0-b9b5-5490c51f7976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.008154 10.0.0.133 - - [2026-05-28 02:49:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003549 10.0.0.133 - - [2026-05-28 02:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.131 - - [2026-05-28 02:49:10] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.133 - - [2026-05-28 02:49:10] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.051413 10.0.0.133 - - [2026-05-28 02:49:10] "POST /network-policys HTTP/1.1" 200 565 0.040037 10.0.0.133 - - [2026-05-28 02:49:10] "GET /network-policy/50ace42e-c747-4530-8a43-74536ad61b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008539 10.0.0.133 - - [2026-05-28 02:49:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.004351 10.0.0.133 - - [2026-05-28 02:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.131 - - [2026-05-28 02:49:10] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.133 - - [2026-05-28 02:49:10] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.058127 10.0.0.133 - - [2026-05-28 02:49:11] "POST /network-policys HTTP/1.1" 200 565 0.034550 10.0.0.133 - - [2026-05-28 02:49:11] "GET /network-policy/7ffde4d6-1955-4418-9566-3594f65ec888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.008362 10.0.0.133 - - [2026-05-28 02:49:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.003285 10.0.0.133 - - [2026-05-28 02:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.131 - - [2026-05-28 02:49:11] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000984 10.0.0.133 - - [2026-05-28 02:49:11] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.044225 10.0.0.133 - - [2026-05-28 02:49:11] "POST /network-policys HTTP/1.1" 200 565 0.037465 10.0.0.133 - - [2026-05-28 02:49:11] "GET /network-policy/c43b0b60-1de8-4e63-81d7-1c873179b25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006897 10.0.0.133 - - [2026-05-28 02:49:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.003651 10.0.0.133 - - [2026-05-28 02:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.131 - - [2026-05-28 02:49:11] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001114 10.0.0.133 - - [2026-05-28 02:49:11] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.044130 10.0.0.133 - - [2026-05-28 02:49:11] "POST /network-policys HTTP/1.1" 200 565 0.031242 10.0.0.133 - - [2026-05-28 02:49:12] "GET /network-policy/3c27cad7-8455-4b80-98b0-c54139eb5291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.007466 10.0.0.133 - - [2026-05-28 02:49:12] "POST /neutron/network HTTP/1.1" 200 2249 0.020847 10.0.0.133 - - [2026-05-28 02:49:12] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.016242 10.0.0.133 - - [2026-05-28 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008547 10.0.0.133 - - [2026-05-28 02:49:12] "GET /network-policy/190486b2-e9e8-48be-b492-005c1aef0c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004826 10.0.0.133 - - [2026-05-28 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.133 - - [2026-05-28 02:49:12] "GET /network-policy/389370de-651f-4106-b395-ca7ca3a87180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004583 10.0.0.133 - - [2026-05-28 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.133 - - [2026-05-28 02:49:12] "GET /network-policy/3c27cad7-8455-4b80-98b0-c54139eb5291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006555 10.0.0.133 - - [2026-05-28 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.133 - - [2026-05-28 02:49:12] "GET /network-policy/50ace42e-c747-4530-8a43-74536ad61b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004807 10.0.0.133 - - [2026-05-28 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.133 - - [2026-05-28 02:49:12] "GET /network-policy/7ffde4d6-1955-4418-9566-3594f65ec888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005674 10.0.0.133 - - [2026-05-28 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.133 - - [2026-05-28 02:49:13] "GET /network-policy/9da60b19-5cd3-4fe5-9881-8658fa2bafdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005256 10.0.0.133 - - [2026-05-28 02:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.133 - - [2026-05-28 02:49:13] "GET /network-policy/b0dac743-f703-4dc0-b9b5-5490c51f7976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006462 10.0.0.133 - - [2026-05-28 02:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.133 - - [2026-05-28 02:49:13] "GET /network-policy/b4cb06cb-1cd0-43a8-85af-c809c146eca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006187 10.0.0.133 - - [2026-05-28 02:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.133 - - [2026-05-28 02:49:13] "GET /network-policy/c43b0b60-1de8-4e63-81d7-1c873179b25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004553 10.0.0.133 - - [2026-05-28 02:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.133 - - [2026-05-28 02:49:13] "GET /network-policy/cb5e34f8-79e8-4c27-80f5-a20386add53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.010215 10.0.0.133 - - [2026-05-28 02:49:13] "POST /id-to-fqname HTTP/1.1" 200 235 0.001317 10.0.0.131 - - [2026-05-28 02:49:14] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001198 10.0.0.133 - - [2026-05-28 02:49:14] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.087080 10.0.0.133 - - [2026-05-28 02:49:14] "POST /neutron/port HTTP/1.1" 200 117 0.005995 10.0.0.133 - - [2026-05-28 02:49:15] "POST /neutron/network HTTP/1.1" 200 2259 0.007988 10.0.0.133 - - [2026-05-28 02:49:15] "POST /neutron/port HTTP/1.1" 200 1173 0.027352 10.0.0.133 - - [2026-05-28 02:49:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003898 10.0.0.133 - - [2026-05-28 02:49:16] "POST /neutron/port HTTP/1.1" 200 117 0.001284 10.0.0.41 - - [2026-05-28 02:49:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.41 - - [2026-05-28 02:49:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.133 - - [2026-05-28 02:49:20] "POST /neutron/port HTTP/1.1" 200 1237 0.024308 10.0.0.133 - - [2026-05-28 02:49:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010345 10.0.0.131 - - [2026-05-28 02:49:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.133 - - [2026-05-28 02:49:20] "GET /virtual-machine/a083f3f1-0ec8-4d2d-91ad-c40c79ad9921 HTTP/1.1" 401 293 0.000451 10.0.0.41 - - [2026-05-28 02:49:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.131 - - [2026-05-28 02:49:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000585 10.0.0.41 - - [2026-05-28 02:49:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000315 10.0.0.133 - - [2026-05-28 02:49:20] "GET /virtual-machine/a083f3f1-0ec8-4d2d-91ad-c40c79ad9921 HTTP/1.1" 200 1307 0.047453 10.0.0.133 - - [2026-05-28 02:49:20] "GET /virtual-machine-interface/04294583-6fd8-4089-9d54-9daf92a3458c HTTP/1.1" 200 3176 0.007045 10.0.0.133 - - [2026-05-28 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.133 - - [2026-05-28 02:49:20] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003939 10.0.0.133 - - [2026-05-28 02:49:20] "GET /virtual-networks?parent_id=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002811 10.0.0.133 - - [2026-05-28 02:49:20] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.007385 10.0.0.131 - - [2026-05-28 02:49:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.131 - - [2026-05-28 02:49:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000651 10.0.0.133 - - [2026-05-28 02:49:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.133 - - [2026-05-28 02:49:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.133 - - [2026-05-28 02:49:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.41 - - [2026-05-28 02:49:23] "DELETE /access-control-list/72387c76-58cc-4ad7-a4f1-2fa5a3e7b478 HTTP/1.1" 200 115 0.051958 10.0.0.133 - - [2026-05-28 02:49:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.133 - - [2026-05-28 02:49:23] "POST /neutron/port HTTP/1.1" 200 1237 0.048567 10.0.0.133 - - [2026-05-28 02:49:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004443 10.0.0.133 - - [2026-05-28 02:49:23] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.133 - - [2026-05-28 02:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.133 - - [2026-05-28 02:49:24] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.009133 10.0.0.131 - - [2026-05-28 02:49:26] "DELETE /project/4ef8ed021e444604b4745b1248f69f7f HTTP/1.1" 404 173 0.003141 10.0.0.131 - - [2026-05-28 02:49:26] "DELETE /project/aeda2c94-35fa-409d-a42f-c6437f9d2f25 HTTP/1.1" 404 177 0.005918 10.0.0.133 - - [2026-05-28 02:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.133 - - [2026-05-28 02:49:28] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.005373 10.0.0.133 - - [2026-05-28 02:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.133 - - [2026-05-28 02:49:32] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.012992 10.0.0.133 - - [2026-05-28 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.133 - - [2026-05-28 02:49:36] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.005769 10.0.0.133 - - [2026-05-28 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.133 - - [2026-05-28 02:49:40] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.007360 10.0.0.133 - - [2026-05-28 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.133 - - [2026-05-28 02:49:44] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.007977 10.0.0.133 - - [2026-05-28 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.133 - - [2026-05-28 02:49:48] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.006759 10.0.0.133 - - [2026-05-28 02:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.133 - - [2026-05-28 02:49:52] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.007332 10.0.0.133 - - [2026-05-28 02:49:53] "GET /obj-perms HTTP/1.1" 200 5075 0.068081 10.0.0.41 - - [2026-05-28 02:49:53] "GET /obj-perms HTTP/1.1" 200 5075 0.063651 10.0.0.133 - - [2026-05-28 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.133 - - [2026-05-28 02:49:56] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.005557 10.0.0.133 - - [2026-05-28 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005348 10.0.0.133 - - [2026-05-28 02:49:58] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.010326 10.0.0.133 - - [2026-05-28 02:49:59] "GET /virtual-networks?parent_id=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002449 10.0.0.133 - - [2026-05-28 02:49:59] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.006430 10.0.0.133 - - [2026-05-28 02:49:59] "POST /neutron/port HTTP/1.1" 200 1237 0.030902 10.0.0.133 - - [2026-05-28 02:50:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009191 10.0.0.133 - - [2026-05-28 02:50:09] "POST /neutron/port HTTP/1.1" 200 1237 0.021142 10.0.0.133 - - [2026-05-28 02:50:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007984 10.0.0.133 - - [2026-05-28 02:50:20] "POST /neutron/port HTTP/1.1" 200 1237 0.023821 10.0.0.133 - - [2026-05-28 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.133 - - [2026-05-28 02:50:20] "GET /network-policy/9da60b19-5cd3-4fe5-9881-8658fa2bafdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003847 10.0.0.133 - - [2026-05-28 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005363 10.0.0.133 - - [2026-05-28 02:50:20] "GET /network-policy/cb5e34f8-79e8-4c27-80f5-a20386add53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.004833 10.0.0.133 - - [2026-05-28 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.133 - - [2026-05-28 02:50:20] "GET /network-policy/389370de-651f-4106-b395-ca7ca3a87180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004825 10.0.0.133 - - [2026-05-28 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.133 - - [2026-05-28 02:50:20] "GET /network-policy/b4cb06cb-1cd0-43a8-85af-c809c146eca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004851 10.0.0.133 - - [2026-05-28 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.133 - - [2026-05-28 02:50:20] "GET /network-policy/190486b2-e9e8-48be-b492-005c1aef0c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005012 10.0.0.133 - - [2026-05-28 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.133 - - [2026-05-28 02:50:20] "GET /network-policy/b0dac743-f703-4dc0-b9b5-5490c51f7976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006030 10.0.0.133 - - [2026-05-28 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.133 - - [2026-05-28 02:50:20] "GET /network-policy/50ace42e-c747-4530-8a43-74536ad61b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004818 10.0.0.133 - - [2026-05-28 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.133 - - [2026-05-28 02:50:20] "GET /network-policy/7ffde4d6-1955-4418-9566-3594f65ec888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004960 10.0.0.133 - - [2026-05-28 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.133 - - [2026-05-28 02:50:20] "GET /network-policy/c43b0b60-1de8-4e63-81d7-1c873179b25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006094 10.0.0.133 - - [2026-05-28 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.133 - - [2026-05-28 02:50:20] "GET /network-policy/3c27cad7-8455-4b80-98b0-c54139eb5291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004149 10.0.0.41 - - [2026-05-28 02:50:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.067309 10.0.0.133 - - [2026-05-28 02:50:21] "POST /neutron/network HTTP/1.1" 200 1439 0.187610 10.0.0.133 - - [2026-05-28 02:50:21] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006492 10.0.0.133 - - [2026-05-28 02:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.133 - - [2026-05-28 02:50:21] "GET /network-policy/9da60b19-5cd3-4fe5-9881-8658fa2bafdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005428 10.0.0.133 - - [2026-05-28 02:50:25] "POST /neutron/port HTTP/1.1" 200 1237 0.022978 10.0.0.133 - - [2026-05-28 02:50:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004338 10.0.0.133 - - [2026-05-28 02:50:25] "POST /neutron/port HTTP/1.1" 200 117 0.001458 10.0.0.133 - - [2026-05-28 02:50:26] "POST /neutron/network HTTP/1.1" 200 1439 0.111829 10.0.0.41 - - [2026-05-28 02:50:26] "PUT /access-control-list/bf7b8191-a561-4a20-8e30-9d7824e8659c HTTP/1.1" 200 273 0.067415 10.0.0.133 - - [2026-05-28 02:50:26] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.009532 10.0.0.133 - - [2026-05-28 02:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.133 - - [2026-05-28 02:50:26] "GET /network-policy/cb5e34f8-79e8-4c27-80f5-a20386add53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.004879 10.0.0.133 - - [2026-05-28 02:50:31] "POST /neutron/network HTTP/1.1" 200 1439 0.102360 10.0.0.133 - - [2026-05-28 02:50:31] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.007815 10.0.0.133 - - [2026-05-28 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.133 - - [2026-05-28 02:50:32] "GET /network-policy/389370de-651f-4106-b395-ca7ca3a87180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005064 10.0.0.41 - - [2026-05-28 02:50:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.005208 10.0.0.133 - - [2026-05-28 02:50:37] "POST /neutron/network HTTP/1.1" 200 1439 0.125515 10.0.0.133 - - [2026-05-28 02:50:37] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006950 10.0.0.133 - - [2026-05-28 02:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.133 - - [2026-05-28 02:50:37] "GET /network-policy/b4cb06cb-1cd0-43a8-85af-c809c146eca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004619 10.0.0.133 - - [2026-05-28 02:50:42] "POST /neutron/network HTTP/1.1" 200 1439 0.127355 10.0.0.41 - - [2026-05-28 02:50:42] "PUT /access-control-list/bf7b8191-a561-4a20-8e30-9d7824e8659c HTTP/1.1" 200 273 0.066557 10.0.0.133 - - [2026-05-28 02:50:42] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.007704 10.0.0.133 - - [2026-05-28 02:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.133 - - [2026-05-28 02:50:42] "GET /network-policy/190486b2-e9e8-48be-b492-005c1aef0c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005376 10.0.0.133 - - [2026-05-28 02:50:47] "POST /neutron/network HTTP/1.1" 200 1439 0.152609 10.0.0.133 - - [2026-05-28 02:50:47] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006608 10.0.0.133 - - [2026-05-28 02:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.133 - - [2026-05-28 02:50:47] "GET /network-policy/b0dac743-f703-4dc0-b9b5-5490c51f7976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006199 10.0.0.41 - - [2026-05-28 02:50:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.003749 10.0.0.133 - - [2026-05-28 02:50:53] "POST /neutron/network HTTP/1.1" 200 1439 0.117143 10.0.0.133 - - [2026-05-28 02:50:53] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.008381 10.0.0.133 - - [2026-05-28 02:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.133 - - [2026-05-28 02:50:53] "GET /network-policy/50ace42e-c747-4530-8a43-74536ad61b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006654 10.0.0.133 - - [2026-05-28 02:50:58] "POST /neutron/network HTTP/1.1" 200 1439 0.096193 10.0.0.41 - - [2026-05-28 02:50:58] "PUT /access-control-list/bf7b8191-a561-4a20-8e30-9d7824e8659c HTTP/1.1" 200 273 0.065161 10.0.0.133 - - [2026-05-28 02:50:58] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.009705 10.0.0.133 - - [2026-05-28 02:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.133 - - [2026-05-28 02:50:58] "GET /network-policy/7ffde4d6-1955-4418-9566-3594f65ec888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004668 10.0.0.133 - - [2026-05-28 02:51:03] "POST /neutron/network HTTP/1.1" 200 1439 0.104043 10.0.0.133 - - [2026-05-28 02:51:03] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.007807 10.0.0.133 - - [2026-05-28 02:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.133 - - [2026-05-28 02:51:03] "GET /network-policy/c43b0b60-1de8-4e63-81d7-1c873179b25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.007528 10.0.0.41 - - [2026-05-28 02:51:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.015212 10.0.0.133 - - [2026-05-28 02:51:09] "POST /neutron/network HTTP/1.1" 200 1439 0.127352 10.0.0.133 - - [2026-05-28 02:51:09] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006188 10.0.0.133 - - [2026-05-28 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.133 - - [2026-05-28 02:51:09] "GET /network-policy/3c27cad7-8455-4b80-98b0-c54139eb5291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004714 10.0.0.133 - - [2026-05-28 02:51:14] "GET /virtual-machine/a083f3f1-0ec8-4d2d-91ad-c40c79ad9921 HTTP/1.1" 200 1307 0.004211 10.0.0.133 - - [2026-05-28 02:51:14] "POST /neutron/port HTTP/1.1" 200 1227 0.017991 10.0.0.133 - - [2026-05-28 02:51:16] "GET /virtual-machine/a083f3f1-0ec8-4d2d-91ad-c40c79ad9921 HTTP/1.1" 404 171 0.003109 10.0.0.133 - - [2026-05-28 02:51:16] "GET /virtual-machine/a083f3f1-0ec8-4d2d-91ad-c40c79ad9921 HTTP/1.1" 404 171 0.003305 10.0.0.133 - - [2026-05-28 02:51:16] "GET /virtual-machine/a083f3f1-0ec8-4d2d-91ad-c40c79ad9921 HTTP/1.1" 404 171 0.002787 10.0.0.133 - - [2026-05-28 02:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005925 10.0.0.133 - - [2026-05-28 02:51:16] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006698 10.0.0.133 - - [2026-05-28 02:51:16] "GET /virtual-networks?parent_id=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003724 10.0.0.133 - - [2026-05-28 02:51:16] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.007205 10.0.0.133 - - [2026-05-28 02:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.133 - - [2026-05-28 02:51:16] "GET /routing-instance/c519d287-cf9d-4791-8c45-2680b2dbbea7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.005004 10.0.0.133 - - [2026-05-28 02:51:16] "GET /route-target/5b5ab713-4d1b-42c6-8538-47584c60208d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004580 10.0.0.133 - - [2026-05-28 02:51:20] "GET /obj-perms HTTP/1.1" 200 5038 0.064613 10.0.0.131 - - [2026-05-28 02:51:20] "GET /obj-perms HTTP/1.1" 200 5038 0.004290 10.0.0.133 - - [2026-05-28 02:51:23] "GET /obj-perms HTTP/1.1" 200 5038 0.004402 10.0.0.133 - - [2026-05-28 02:51:23] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006446 10.0.0.133 - - [2026-05-28 02:51:23] "POST /neutron/network HTTP/1.1" 200 1336 0.091042 10.0.0.41 - - [2026-05-28 02:51:23] "DELETE /access-control-list/bf7b8191-a561-4a20-8e30-9d7824e8659c HTTP/1.1" 200 115 0.048866 10.0.0.133 - - [2026-05-28 02:51:23] "GET /virtual-network/b8ff8fd5-987e-4baf-ac30-7a40162ded5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007953 10.0.0.133 - - [2026-05-28 02:51:23] "DELETE /network-policy/3c27cad7-8455-4b80-98b0-c54139eb5291 HTTP/1.1" 200 115 0.026901 10.0.0.133 - - [2026-05-28 02:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.131 - - [2026-05-28 02:51:23] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.133 - - [2026-05-28 02:51:23] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.053206 10.0.0.133 - - [2026-05-28 02:51:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50177362&detail=False&count=False&shared=False HTTP/1.1" 200 2264 0.006441 10.0.0.133 - - [2026-05-28 02:51:23] "DELETE /network-policy/c43b0b60-1de8-4e63-81d7-1c873179b25a HTTP/1.1" 200 115 0.041647 10.0.0.133 - - [2026-05-28 02:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005423 10.0.0.131 - - [2026-05-28 02:51:24] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001707 10.0.0.133 - - [2026-05-28 02:51:24] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.054951 10.0.0.133 - - [2026-05-28 02:51:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50177362&detail=False&count=False&shared=False HTTP/1.1" 200 2027 0.006230 10.0.0.133 - - [2026-05-28 02:51:24] "DELETE /network-policy/7ffde4d6-1955-4418-9566-3594f65ec888 HTTP/1.1" 200 115 0.044597 10.0.0.133 - - [2026-05-28 02:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.131 - - [2026-05-28 02:51:24] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.133 - - [2026-05-28 02:51:24] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.051936 10.0.0.133 - - [2026-05-28 02:51:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50177362&detail=False&count=False&shared=False HTTP/1.1" 200 1790 0.006072 10.0.0.133 - - [2026-05-28 02:51:24] "DELETE /network-policy/50ace42e-c747-4530-8a43-74536ad61b13 HTTP/1.1" 200 115 0.044434 10.0.0.133 - - [2026-05-28 02:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.131 - - [2026-05-28 02:51:24] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001047 10.0.0.133 - - [2026-05-28 02:51:24] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.045851 10.0.0.133 - - [2026-05-28 02:51:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50177362&detail=False&count=False&shared=False HTTP/1.1" 200 1553 0.006302 10.0.0.133 - - [2026-05-28 02:51:24] "DELETE /network-policy/b0dac743-f703-4dc0-b9b5-5490c51f7976 HTTP/1.1" 200 115 0.052986 10.0.0.133 - - [2026-05-28 02:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005518 10.0.0.131 - - [2026-05-28 02:51:24] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000909 10.0.0.133 - - [2026-05-28 02:51:24] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.046534 10.0.0.133 - - [2026-05-28 02:51:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50177362&detail=False&count=False&shared=False HTTP/1.1" 200 1316 0.006083 10.0.0.133 - - [2026-05-28 02:51:24] "DELETE /network-policy/190486b2-e9e8-48be-b492-005c1aef0c9e HTTP/1.1" 200 115 0.042498 10.0.0.133 - - [2026-05-28 02:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.131 - - [2026-05-28 02:51:24] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000900 10.0.0.133 - - [2026-05-28 02:51:25] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.053955 10.0.0.133 - - [2026-05-28 02:51:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50177362&detail=False&count=False&shared=False HTTP/1.1" 200 1078 0.006465 10.0.0.133 - - [2026-05-28 02:51:25] "DELETE /network-policy/b4cb06cb-1cd0-43a8-85af-c809c146eca1 HTTP/1.1" 200 115 0.047418 10.0.0.133 - - [2026-05-28 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.131 - - [2026-05-28 02:51:25] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001253 10.0.0.133 - - [2026-05-28 02:51:25] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.043839 10.0.0.133 - - [2026-05-28 02:51:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50177362&detail=False&count=False&shared=False HTTP/1.1" 200 841 0.005214 10.0.0.133 - - [2026-05-28 02:51:25] "DELETE /network-policy/389370de-651f-4106-b395-ca7ca3a87180 HTTP/1.1" 200 115 0.042455 10.0.0.133 - - [2026-05-28 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.131 - - [2026-05-28 02:51:25] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001077 10.0.0.133 - - [2026-05-28 02:51:25] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.046855 10.0.0.133 - - [2026-05-28 02:51:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50177362&detail=False&count=False&shared=False HTTP/1.1" 200 604 0.006009 10.0.0.133 - - [2026-05-28 02:51:25] "DELETE /network-policy/cb5e34f8-79e8-4c27-80f5-a20386add53b HTTP/1.1" 200 115 0.076116 10.0.0.133 - - [2026-05-28 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.131 - - [2026-05-28 02:51:25] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.133 - - [2026-05-28 02:51:25] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.045972 10.0.0.133 - - [2026-05-28 02:51:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50177362&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.005757 10.0.0.133 - - [2026-05-28 02:51:25] "DELETE /network-policy/9da60b19-5cd3-4fe5-9881-8658fa2bafdd HTTP/1.1" 200 115 0.062381 10.0.0.133 - - [2026-05-28 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.131 - - [2026-05-28 02:51:25] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.133 - - [2026-05-28 02:51:26] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.035234 10.0.0.133 - - [2026-05-28 02:51:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-50177362&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006049 10.0.0.131 - - [2026-05-28 02:51:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005448 10.0.0.131 - - [2026-05-28 02:51:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002896 10.0.0.131 - - [2026-05-28 02:51:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004436 10.0.0.131 - - [2026-05-28 02:51:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007545 10.0.0.131 - - [2026-05-28 02:51:26] "POST /useragent-kv HTTP/1.1" 200 115 0.006814 10.0.0.131 - - [2026-05-28 02:51:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003875 10.0.0.133 - - [2026-05-28 02:51:26] "POST /neutron/network HTTP/1.1" 200 151 0.220089 10.0.0.133 - - [2026-05-28 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.133 - - [2026-05-28 02:51:26] "DELETE /network-ipam/2a026fe2-8681-4ccf-a467-587a002816ae HTTP/1.1" 200 115 0.042366 10.0.0.133 - - [2026-05-28 02:51:26] "POST /fqname-to-id HTTP/1.1" 404 260 0.004636 10.0.0.131 - - [2026-05-28 02:51:26] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000846 10.0.0.131 - - [2026-05-28 02:51:26] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.044276 10.0.0.131 - - [2026-05-28 02:51:26] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001422 10.0.0.131 - - [2026-05-28 02:51:26] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?fields=security_groups HTTP/1.1" 200 1399 0.066137 10.0.0.131 - - [2026-05-28 02:51:26] "DELETE /security-group/97966b05-883a-4de7-9ee9-8886cfb36f7d HTTP/1.1" 200 115 0.072218 10.0.0.131 - - [2026-05-28 02:51:26] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002699 10.0.0.41 - - [2026-05-28 02:51:26] "DELETE /access-control-list/f79fc8f1-be3a-4b35-83fe-c0bfcb5a0ace HTTP/1.1" 200 115 0.046628 10.0.0.131 - - [2026-05-28 02:51:27] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?fields=application_policy_sets HTTP/1.1" 200 1438 0.089625 10.0.0.133 - - [2026-05-28 02:51:27] "DELETE /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f HTTP/1.1" 200 115 0.494303 10.0.0.131 - - [2026-05-28 02:51:27] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.133 - - [2026-05-28 02:51:27] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?fields=projects HTTP/1.1" 200 1443 0.011950 10.0.0.131 - - [2026-05-28 02:51:29] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004221 10.0.0.131 - - [2026-05-28 02:51:29] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.131 - - [2026-05-28 02:51:29] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051132 10.0.0.131 - - [2026-05-28 02:51:30] "POST /id-to-fqname HTTP/1.1" 200 202 0.005491 10.0.0.131 - - [2026-05-28 02:51:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.005518 10.0.0.131 - - [2026-05-28 02:51:30] "POST /security-groups HTTP/1.1" 200 603 0.034072 10.0.0.131 - - [2026-05-28 02:51:30] "POST /projects HTTP/1.1" 200 609 0.270604 10.0.0.131 - - [2026-05-28 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.319719 10.0.0.41 - - [2026-05-28 02:51:30] "POST /access-control-lists HTTP/1.1" 200 610 0.040172 10.0.0.133 - - [2026-05-28 02:51:30] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.486744 10.0.0.131 - - [2026-05-28 02:51:30] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.133 - - [2026-05-28 02:51:30] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?fields=virtual_networks HTTP/1.1" 200 1058 0.067438 10.0.0.131 - - [2026-05-28 02:51:30] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001069 10.0.0.133 - - [2026-05-28 02:51:30] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.048917 10.0.0.131 - - [2026-05-28 02:51:30] "GET /projects?obj_uuids=4ef8ed02-1e44-4604-b474-5b1248f69f7f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026 10.0.0.133 - - [2026-05-28 02:51:30] "GET /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f?fields=security_groups HTTP/1.1" 200 1297 0.047823 10.0.0.133 - - [2026-05-28 02:51:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.031005 10.0.0.131 - - [2026-05-28 02:51:31] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003641 10.0.0.131 - - [2026-05-28 02:51:31] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.131 - - [2026-05-28 02:51:31] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007518 10.0.0.131 - - [2026-05-28 02:51:31] "POST /id-to-fqname HTTP/1.1" 200 196 0.005858 10.0.0.131 - - [2026-05-28 02:51:31] "POST /fqname-to-id HTTP/1.1" 404 205 0.003301 10.0.0.131 - - [2026-05-28 02:51:32] "POST /security-groups HTTP/1.1" 200 597 0.077985 10.0.0.41 - - [2026-05-28 02:51:32] "POST /fqname-to-id HTTP/1.1" 404 240 0.006988 10.0.0.131 - - [2026-05-28 02:51:32] "POST /projects HTTP/1.1" 200 597 0.307109 10.0.0.131 - - [2026-05-28 02:51:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.386420 10.0.0.41 - - [2026-05-28 02:51:32] "POST /access-control-lists HTTP/1.1" 200 602 0.037250 10.0.0.133 - - [2026-05-28 02:51:32] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.534003 10.0.0.133 - - [2026-05-28 02:51:33] "GET / HTTP/1.1" 200 36215 0.002594 10.0.0.133 - - [2026-05-28 02:51:35] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000525 10.0.0.131 - - [2026-05-28 02:51:35] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001486 10.0.0.133 - - [2026-05-28 02:51:35] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.073236 10.0.0.133 - - [2026-05-28 02:51:36] "GET / HTTP/1.1" 200 36215 0.001947 10.0.0.133 - - [2026-05-28 02:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.131 - - [2026-05-28 02:51:36] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002092 10.0.0.133 - - [2026-05-28 02:51:36] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.013327 10.0.0.133 - - [2026-05-28 02:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.131 - - [2026-05-28 02:51:37] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001071 10.0.0.133 - - [2026-05-28 02:51:37] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.053965 10.0.0.133 - - [2026-05-28 02:51:38] "GET /domains HTTP/1.1" 401 293 0.000501 10.0.0.133 - - [2026-05-28 02:51:38] "GET /domains HTTP/1.1" 200 281 0.033911 10.0.0.131 - - [2026-05-28 02:51:38] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.133 - - [2026-05-28 02:51:38] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770 HTTP/1.1" 200 2984 0.010066 10.0.0.131 - - [2026-05-28 02:51:38] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000877 10.0.0.133 - - [2026-05-28 02:51:38] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879 HTTP/1.1" 200 1893 0.097367 10.0.0.133 - - [2026-05-28 02:51:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004268 10.0.0.133 - - [2026-05-28 02:51:38] "POST /network-ipams HTTP/1.1" 200 605 0.035191 10.0.0.133 - - [2026-05-28 02:51:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003110 10.0.0.133 - - [2026-05-28 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.133 - - [2026-05-28 02:51:38] "GET /network-ipam/39de0345-04d7-44b2-8b74-5f765373b1ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.005734 10.0.0.133 - - [2026-05-28 02:51:38] "PUT /network-ipam/39de0345-04d7-44b2-8b74-5f765373b1ad HTTP/1.1" 200 259 0.017354 10.0.0.133 - - [2026-05-28 02:51:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000428 10.0.0.133 - - [2026-05-28 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.033894 10.0.0.131 - - [2026-05-28 02:51:39] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000931 10.0.0.133 - - [2026-05-28 02:51:39] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.051835 10.0.0.131 - - [2026-05-28 02:51:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006068 10.0.0.133 - - [2026-05-28 02:51:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.275806 10.0.0.133 - - [2026-05-28 02:51:40] "POST /id-to-fqname HTTP/1.1" 200 229 0.001509 10.0.0.133 - - [2026-05-28 02:51:40] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.008081 10.0.0.133 - - [2026-05-28 02:51:40] "POST /neutron/network HTTP/1.1" 200 1074 0.009152 10.0.0.133 - - [2026-05-28 02:51:40] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004781 10.0.0.133 - - [2026-05-28 02:51:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.010182 10.0.0.133 - - [2026-05-28 02:51:41] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006094 10.0.0.131 - - [2026-05-28 02:51:42] "GET /obj-perms HTTP/1.1" 200 5032 0.079906 10.0.0.133 - - [2026-05-28 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.131 - - [2026-05-28 02:51:42] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001483 10.0.0.133 - - [2026-05-28 02:51:42] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.049601 10.0.0.41 - - [2026-05-28 02:51:42] "POST /route-targets HTTP/1.1" 200 328 0.017411 10.0.0.131 - - [2026-05-28 02:51:43] "POST /useragent-kv HTTP/1.1" 200 115 0.011378 10.0.0.133 - - [2026-05-28 02:51:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.198585 10.0.0.133 - - [2026-05-28 02:51:43] "POST /id-to-fqname HTTP/1.1" 200 229 0.001463 10.0.0.133 - - [2026-05-28 02:51:43] "GET /virtual-network/c586603b-2fa4-410d-8133-c65f5ffabfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.008267 10.0.0.133 - - [2026-05-28 02:51:43] "POST /neutron/network HTTP/1.1" 200 1074 0.011114 10.0.0.133 - - [2026-05-28 02:51:43] "GET /virtual-network/c586603b-2fa4-410d-8133-c65f5ffabfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.010587 10.0.0.133 - - [2026-05-28 02:51:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.009875 10.0.0.133 - - [2026-05-28 02:51:43] "GET /virtual-network/c586603b-2fa4-410d-8133-c65f5ffabfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006621 10.0.0.41 - - [2026-05-28 02:51:44] "GET /obj-perms HTTP/1.1" 200 5032 0.072735 10.0.0.133 - - [2026-05-28 02:51:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.003516 10.0.0.133 - - [2026-05-28 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.131 - - [2026-05-28 02:51:44] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001135 10.0.0.133 - - [2026-05-28 02:51:44] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.043620 10.0.0.133 - - [2026-05-28 02:51:44] "POST /network-policys HTTP/1.1" 200 529 0.080796 10.0.0.133 - - [2026-05-28 02:51:44] "GET /network-policy/f8bb6481-3085-454e-a373-2a0475bfcece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006547 10.0.0.133 - - [2026-05-28 02:51:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.003251 10.0.0.133 - - [2026-05-28 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.131 - - [2026-05-28 02:51:44] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000877 10.0.0.133 - - [2026-05-28 02:51:44] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.073415 10.0.0.133 - - [2026-05-28 02:51:44] "POST /network-policys HTTP/1.1" 200 529 0.034642 10.0.0.133 - - [2026-05-28 02:51:44] "GET /network-policy/b1e3039c-85aa-430f-bd8e-f271f7996aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007908 10.0.0.133 - - [2026-05-28 02:51:45] "POST /fqname-to-id HTTP/1.1" 404 205 0.003467 10.0.0.133 - - [2026-05-28 02:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.131 - - [2026-05-28 02:51:45] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001080 10.0.0.133 - - [2026-05-28 02:51:45] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.070524 10.0.0.133 - - [2026-05-28 02:51:45] "POST /network-policys HTTP/1.1" 200 529 0.046337 10.0.0.133 - - [2026-05-28 02:51:45] "GET /network-policy/0059feeb-a5ca-4afe-aa5a-4fcbe332c0f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.009242 10.0.0.133 - - [2026-05-28 02:51:45] "POST /fqname-to-id HTTP/1.1" 404 205 0.003310 10.0.0.133 - - [2026-05-28 02:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.131 - - [2026-05-28 02:51:45] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001019 10.0.0.133 - - [2026-05-28 02:51:45] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.050940 10.0.0.133 - - [2026-05-28 02:51:45] "POST /network-policys HTTP/1.1" 200 529 0.037833 10.0.0.133 - - [2026-05-28 02:51:45] "GET /network-policy/919ec7e6-108e-486a-b873-df11df1d5a19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007434 10.0.0.133 - - [2026-05-28 02:51:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.004179 10.0.0.133 - - [2026-05-28 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.131 - - [2026-05-28 02:51:46] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000922 10.0.0.133 - - [2026-05-28 02:51:46] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.064809 10.0.0.133 - - [2026-05-28 02:51:46] "POST /network-policys HTTP/1.1" 200 533 0.044626 10.0.0.133 - - [2026-05-28 02:51:46] "GET /network-policy/33244dfd-8095-4fe1-b951-17152f384963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.006965 10.0.0.133 - - [2026-05-28 02:51:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.003061 10.0.0.133 - - [2026-05-28 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.131 - - [2026-05-28 02:51:46] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000920 10.0.0.133 - - [2026-05-28 02:51:46] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.054616 10.0.0.133 - - [2026-05-28 02:51:46] "POST /network-policys HTTP/1.1" 200 531 0.039710 10.0.0.133 - - [2026-05-28 02:51:46] "GET /network-policy/7b9ab8d5-9ca1-4437-b1ec-eab3f6b1531e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.006405 10.0.0.133 - - [2026-05-28 02:51:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.003551 10.0.0.133 - - [2026-05-28 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.131 - - [2026-05-28 02:51:47] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001111 10.0.0.133 - - [2026-05-28 02:51:47] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.074048 10.0.0.133 - - [2026-05-28 02:51:47] "POST /network-policys HTTP/1.1" 200 531 0.032818 10.0.0.133 - - [2026-05-28 02:51:47] "GET /network-policy/a0c4b30e-7a40-47d4-a006-c504b6862d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.008234 10.0.0.133 - - [2026-05-28 02:51:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.003302 10.0.0.133 - - [2026-05-28 02:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.131 - - [2026-05-28 02:51:47] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001536 10.0.0.133 - - [2026-05-28 02:51:47] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.056212 10.0.0.133 - - [2026-05-28 02:51:47] "POST /network-policys HTTP/1.1" 200 531 0.039117 10.0.0.133 - - [2026-05-28 02:51:47] "GET /network-policy/cbd36841-3923-4a7b-9b39-cdadf5e7025f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.007973 10.0.0.133 - - [2026-05-28 02:51:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.003853 10.0.0.133 - - [2026-05-28 02:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.131 - - [2026-05-28 02:51:47] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001005 10.0.0.133 - - [2026-05-28 02:51:47] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.068259 10.0.0.133 - - [2026-05-28 02:51:47] "POST /network-policys HTTP/1.1" 200 531 0.034683 10.0.0.133 - - [2026-05-28 02:51:48] "GET /network-policy/45d7bb3e-e44a-4f6a-9ec7-3a78ba7d204d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.009105 10.0.0.133 - - [2026-05-28 02:51:48] "POST /fqname-to-id HTTP/1.1" 404 208 0.002820 10.0.0.133 - - [2026-05-28 02:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.131 - - [2026-05-28 02:51:48] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000864 10.0.0.133 - - [2026-05-28 02:51:48] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.061864 10.0.0.133 - - [2026-05-28 02:51:48] "POST /network-policys HTTP/1.1" 200 535 0.030796 10.0.0.133 - - [2026-05-28 02:51:48] "GET /network-policy/42fc9fc3-a737-4ed7-bf44-05fbd21563d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.007989 10.0.0.41 - - [2026-05-28 02:51:48] "POST /access-control-lists HTTP/1.1" 200 605 0.039697 10.0.0.133 - - [2026-05-28 02:51:48] "POST /neutron/network HTTP/1.1" 200 1157 0.040838 10.0.0.133 - - [2026-05-28 02:51:48] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.008170 10.0.0.133 - - [2026-05-28 02:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005645 10.0.0.133 - - [2026-05-28 02:51:49] "GET /network-policy/f8bb6481-3085-454e-a373-2a0475bfcece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007092 10.0.0.133 - - [2026-05-28 02:51:49] "POST /neutron/network HTTP/1.1" 200 1159 0.041830 10.0.0.133 - - [2026-05-28 02:51:49] "GET /virtual-network/c586603b-2fa4-410d-8133-c65f5ffabfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.005269 10.0.0.133 - - [2026-05-28 02:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005549 10.0.0.41 - - [2026-05-28 02:51:49] "POST /ref-update HTTP/1.1" 200 156 0.062565 10.0.0.133 - - [2026-05-28 02:51:49] "GET /network-policy/33244dfd-8095-4fe1-b951-17152f384963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.003439 10.0.0.133 - - [2026-05-28 02:51:49] "POST /id-to-fqname HTTP/1.1" 200 229 0.001480 10.0.0.131 - - [2026-05-28 02:51:50] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001165 10.0.0.133 - - [2026-05-28 02:51:50] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.081479 10.0.0.133 - - [2026-05-28 02:51:50] "POST /neutron/port HTTP/1.1" 200 117 0.006855 10.0.0.133 - - [2026-05-28 02:51:50] "POST /id-to-fqname HTTP/1.1" 200 229 0.001426 10.0.0.133 - - [2026-05-28 02:51:51] "POST /neutron/network HTTP/1.1" 200 1169 0.008296 10.0.0.133 - - [2026-05-28 02:51:51] "POST /neutron/port HTTP/1.1" 200 1061 0.029417 10.0.0.131 - - [2026-05-28 02:51:52] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001225 10.0.0.133 - - [2026-05-28 02:51:52] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.116608 10.0.0.133 - - [2026-05-28 02:51:52] "POST /neutron/network HTTP/1.1" 200 1159 0.074135 10.0.0.133 - - [2026-05-28 02:51:52] "POST /neutron/subnet HTTP/1.1" 200 675 0.014974 10.0.0.133 - - [2026-05-28 02:51:52] "POST /neutron/port HTTP/1.1" 200 1125 0.026580 10.0.0.133 - - [2026-05-28 02:51:52] "POST /neutron/port HTTP/1.1" 200 1125 0.021427 10.0.0.131 - - [2026-05-28 02:51:53] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001250 10.0.0.133 - - [2026-05-28 02:51:53] "POST /neutron/port HTTP/1.1" 200 1061 0.330115 10.0.0.133 - - [2026-05-28 02:51:53] "POST /neutron/port HTTP/1.1" 200 1115 0.125308 10.0.0.133 - - [2026-05-28 02:51:54] "POST /neutron/subnet HTTP/1.1" 200 675 0.023918 10.0.0.133 - - [2026-05-28 02:51:57] "POST /neutron/port HTTP/1.1" 200 1125 0.024273 10.0.0.133 - - [2026-05-28 02:51:58] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009384 10.0.0.133 - - [2026-05-28 02:51:58] "GET /virtual-machine/eb61f18a-827c-42c3-90b7-6ee6983a464f HTTP/1.1" 401 293 0.000533 10.0.0.133 - - [2026-05-28 02:51:58] "GET /virtual-machine/eb61f18a-827c-42c3-90b7-6ee6983a464f HTTP/1.1" 200 1301 0.033083 10.0.0.133 - - [2026-05-28 02:51:58] "GET /virtual-machine-interface/d6b771af-40a3-4b26-8161-bc8d1c81887a HTTP/1.1" 200 2958 0.006757 10.0.0.133 - - [2026-05-28 02:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.133 - - [2026-05-28 02:51:58] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003586 10.0.0.133 - - [2026-05-28 02:51:58] "GET /virtual-networks?parent_id=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003873 10.0.0.133 - - [2026-05-28 02:51:58] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006398 10.0.0.133 - - [2026-05-28 02:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.133 - - [2026-05-28 02:52:01] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006960 10.0.0.133 - - [2026-05-28 02:52:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005626 10.0.0.133 - - [2026-05-28 02:52:05] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007989 10.0.0.133 - - [2026-05-28 02:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.133 - - [2026-05-28 02:52:09] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.008302 10.0.0.133 - - [2026-05-28 02:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007425 10.0.0.133 - - [2026-05-28 02:52:14] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007105 10.0.0.133 - - [2026-05-28 02:52:16] "POST /neutron/port HTTP/1.1" 200 1125 0.047179 10.0.0.133 - - [2026-05-28 02:52:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003863 10.0.0.133 - - [2026-05-28 02:52:17] "POST /neutron/network HTTP/1.1" 200 1159 0.011997 10.0.0.133 - - [2026-05-28 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.133 - - [2026-05-28 02:52:18] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006678 10.0.0.133 - - [2026-05-28 02:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.133 - - [2026-05-28 02:52:22] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005144 10.0.0.133 - - [2026-05-28 02:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.133 - - [2026-05-28 02:52:26] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005929 10.0.0.131 - - [2026-05-28 02:52:26] "DELETE /project/4ef8ed021e444604b4745b1248f69f7f HTTP/1.1" 404 173 0.005642 10.0.0.131 - - [2026-05-28 02:52:26] "DELETE /project/4ef8ed02-1e44-4604-b474-5b1248f69f7f HTTP/1.1" 404 177 0.005101 10.0.0.131 - - [2026-05-28 02:52:26] "DELETE /project/70f5cf0b259240babdad298585b2c879 HTTP/1.1" 404 173 0.004398 10.0.0.133 - - [2026-05-28 02:52:28] "POST /neutron/network HTTP/1.1" 200 1167 0.008316 10.0.0.133 - - [2026-05-28 02:52:28] "POST /neutron/port HTTP/1.1" 200 117 0.001218 10.0.0.133 - - [2026-05-28 02:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.133 - - [2026-05-28 02:52:30] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006814 10.0.0.133 - - [2026-05-28 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.133 - - [2026-05-28 02:52:34] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003898 10.0.0.133 - - [2026-05-28 02:52:34] "GET /virtual-networks?parent_id=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003700 10.0.0.133 - - [2026-05-28 02:52:34] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006289 10.0.0.133 - - [2026-05-28 02:52:34] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008721 10.0.0.133 - - [2026-05-28 02:52:45] "POST /neutron/port HTTP/1.1" 200 1125 0.019949 10.0.0.133 - - [2026-05-28 02:52:48] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006827 10.0.0.133 - - [2026-05-28 02:52:50] "POST /neutron/port HTTP/1.1" 200 1125 0.028039 10.0.0.133 - - [2026-05-28 02:52:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007466 10.0.0.133 - - [2026-05-28 02:52:55] "GET /obj-perms HTTP/1.1" 200 5075 0.061814 10.0.0.133 - - [2026-05-28 02:53:00] "POST /neutron/port HTTP/1.1" 200 1125 0.020805 10.0.0.133 - - [2026-05-28 02:53:00] "POST /neutron/security_group HTTP/1.1" 200 2064 0.015904 10.0.0.133 - - [2026-05-28 02:53:00] "GET /virtual-machine/61f2d4bc-1bfe-4b1f-b88a-6b9416d350e0 HTTP/1.1" 200 1300 0.008356 10.0.0.133 - - [2026-05-28 02:53:00] "GET /virtual-machine-interface/0650e291-95c7-4eef-b5c1-2e9f65c7e2a7 HTTP/1.1" 200 2957 0.011040 10.0.0.133 - - [2026-05-28 02:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.133 - - [2026-05-28 02:53:01] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005646 10.0.0.133 - - [2026-05-28 02:53:01] "GET /virtual-networks?parent_id=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.005009 10.0.0.133 - - [2026-05-28 02:53:01] "GET /virtual-network/c586603b-2fa4-410d-8133-c65f5ffabfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.009229 10.0.0.133 - - [2026-05-28 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.133 - - [2026-05-28 02:53:02] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005090 10.0.0.133 - - [2026-05-28 02:53:02] "GET /virtual-networks?parent_id=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003891 10.0.0.133 - - [2026-05-28 02:53:02] "GET /virtual-network/c586603b-2fa4-410d-8133-c65f5ffabfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.007643 10.0.0.133 - - [2026-05-28 02:53:02] "POST /neutron/port HTTP/1.1" 200 1125 0.018267 10.0.0.133 - - [2026-05-28 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.133 - - [2026-05-28 02:53:02] "GET /network-policy/33244dfd-8095-4fe1-b951-17152f384963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.004196 10.0.0.133 - - [2026-05-28 02:53:02] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008211 10.0.0.133 - - [2026-05-28 02:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.133 - - [2026-05-28 02:53:03] "GET /network-policy/f8bb6481-3085-454e-a373-2a0475bfcece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004102 10.0.0.41 - - [2026-05-28 02:53:03] "PUT /access-control-list/354e85a1-7b7c-4d89-a5cb-ae1a0f42e576 HTTP/1.1" 200 273 0.028303 10.0.0.133 - - [2026-05-28 02:53:03] "POST /neutron/network HTTP/1.1" 200 1157 0.014649 10.0.0.133 - - [2026-05-28 02:53:03] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006355 10.0.0.133 - - [2026-05-28 02:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.133 - - [2026-05-28 02:53:03] "GET /network-policy/b1e3039c-85aa-430f-bd8e-f271f7996aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004067 10.0.0.133 - - [2026-05-28 02:53:16] "POST /neutron/network HTTP/1.1" 200 1169 0.007628 10.0.0.133 - - [2026-05-28 02:53:16] "POST /neutron/port HTTP/1.1" 200 117 0.002028 10.0.0.133 - - [2026-05-28 02:53:30] "POST /neutron/port HTTP/1.1" 200 1125 0.019971 10.0.0.133 - - [2026-05-28 02:53:30] "POST /neutron/subnet HTTP/1.1" 200 675 0.015836 10.0.0.133 - - [2026-05-28 02:53:31] "POST /neutron/network HTTP/1.1" 200 1157 0.010195 10.0.0.133 - - [2026-05-28 02:53:31] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.014482 10.0.0.133 - - [2026-05-28 02:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.013069 10.0.0.133 - - [2026-05-28 02:53:31] "GET /network-policy/42fc9fc3-a737-4ed7-bf44-05fbd21563d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.004842 10.0.0.133 - - [2026-05-28 02:53:40] "POST /neutron/network HTTP/1.1" 200 1160 0.010493 10.0.0.41 - - [2026-05-28 02:53:40] "PUT /access-control-list/354e85a1-7b7c-4d89-a5cb-ae1a0f42e576 HTTP/1.1" 200 273 0.018991 10.0.0.133 - - [2026-05-28 02:53:40] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.020771 10.0.0.133 - - [2026-05-28 02:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095 10.0.0.133 - - [2026-05-28 02:53:40] "GET /network-policy/0059feeb-a5ca-4afe-aa5a-4fcbe332c0f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005280 10.0.0.133 - - [2026-05-28 02:53:49] "POST /neutron/network HTTP/1.1" 200 1157 0.011048 10.0.0.133 - - [2026-05-28 02:53:50] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.008957 10.0.0.133 - - [2026-05-28 02:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.133 - - [2026-05-28 02:53:50] "GET /network-policy/919ec7e6-108e-486a-b873-df11df1d5a19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004262 10.0.0.131 - - [2026-05-28 02:53:56] "GET /obj-perms HTTP/1.1" 200 5075 0.070887 10.0.0.133 - - [2026-05-28 02:53:57] "POST /neutron/network HTTP/1.1" 200 1157 0.011261 10.0.0.41 - - [2026-05-28 02:53:57] "PUT /access-control-list/354e85a1-7b7c-4d89-a5cb-ae1a0f42e576 HTTP/1.1" 200 273 0.092954 10.0.0.133 - - [2026-05-28 02:53:57] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.008415 10.0.0.133 - - [2026-05-28 02:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.133 - - [2026-05-28 02:53:57] "GET /network-policy/7b9ab8d5-9ca1-4437-b1ec-eab3f6b1531e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.011716 10.0.0.133 - - [2026-05-28 02:54:06] "POST /neutron/network HTTP/1.1" 200 1158 0.009545 10.0.0.41 - - [2026-05-28 02:54:06] "POST /ref-update HTTP/1.1" 200 156 0.042491 10.0.0.133 - - [2026-05-28 02:54:06] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.013882 10.0.0.133 - - [2026-05-28 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.133 - - [2026-05-28 02:54:06] "GET /network-policy/a0c4b30e-7a40-47d4-a006-c504b6862d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.004623 10.0.0.133 - - [2026-05-28 02:54:14] "POST /neutron/network HTTP/1.1" 200 1158 0.011559 10.0.0.133 - - [2026-05-28 02:54:14] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.008816 10.0.0.133 - - [2026-05-28 02:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.133 - - [2026-05-28 02:54:14] "GET /network-policy/cbd36841-3923-4a7b-9b39-cdadf5e7025f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.007138 10.0.0.133 - - [2026-05-28 02:54:17] "POST /neutron/port HTTP/1.1" 200 1125 0.019506 10.0.0.133 - - [2026-05-28 02:54:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004074 10.0.0.133 - - [2026-05-28 02:54:17] "POST /neutron/network HTTP/1.1" 200 1159 0.009768 10.0.0.41 - - [2026-05-28 02:54:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000579 10.0.0.41 - - [2026-05-28 02:54:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000337 10.0.0.131 - - [2026-05-28 02:54:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.41 - - [2026-05-28 02:54:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.131 - - [2026-05-28 02:54:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.41 - - [2026-05-28 02:54:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.131 - - [2026-05-28 02:54:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.131 - - [2026-05-28 02:54:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000759 10.0.0.133 - - [2026-05-28 02:54:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000831 10.0.0.133 - - [2026-05-28 02:54:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.133 - - [2026-05-28 02:54:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.133 - - [2026-05-28 02:54:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.133 - - [2026-05-28 02:54:23] "POST /neutron/network HTTP/1.1" 200 1158 0.012422 10.0.0.133 - - [2026-05-28 02:54:23] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007079 10.0.0.133 - - [2026-05-28 02:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.133 - - [2026-05-28 02:54:23] "GET /network-policy/45d7bb3e-e44a-4f6a-9ec7-3a78ba7d204d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.004106 10.0.0.133 - - [2026-05-28 02:54:30] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006634 10.0.0.41 - - [2026-05-28 02:54:30] "DELETE /access-control-list/354e85a1-7b7c-4d89-a5cb-ae1a0f42e576 HTTP/1.1" 200 115 0.039952 10.0.0.133 - - [2026-05-28 02:54:31] "POST /neutron/network HTTP/1.1" 200 1074 0.016139 10.0.0.133 - - [2026-05-28 02:54:31] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.007148 10.0.0.133 - - [2026-05-28 02:54:31] "GET /virtual-machine/61f2d4bc-1bfe-4b1f-b88a-6b9416d350e0 HTTP/1.1" 200 1300 0.004262 10.0.0.133 - - [2026-05-28 02:54:31] "POST /neutron/port HTTP/1.1" 200 151 0.171464 10.0.0.133 - - [2026-05-28 02:54:32] "POST /neutron/network HTTP/1.1" 200 1084 0.037497 10.0.0.133 - - [2026-05-28 02:54:32] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.133 - - [2026-05-28 02:54:33] "GET /virtual-machine/61f2d4bc-1bfe-4b1f-b88a-6b9416d350e0 HTTP/1.1" 404 171 0.003649 10.0.0.133 - - [2026-05-28 02:54:33] "GET /virtual-machine/61f2d4bc-1bfe-4b1f-b88a-6b9416d350e0 HTTP/1.1" 404 171 0.004000 10.0.0.133 - - [2026-05-28 02:54:33] "GET /virtual-machine/61f2d4bc-1bfe-4b1f-b88a-6b9416d350e0 HTTP/1.1" 404 171 0.003181 10.0.0.133 - - [2026-05-28 02:54:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.133 - - [2026-05-28 02:54:33] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004580 10.0.0.133 - - [2026-05-28 02:54:33] "GET /virtual-networks?parent_id=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003694 10.0.0.133 - - [2026-05-28 02:54:33] "GET /virtual-network/c586603b-2fa4-410d-8133-c65f5ffabfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.006167 10.0.0.133 - - [2026-05-28 02:54:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.133 - - [2026-05-28 02:54:33] "GET /routing-instance/86bb6e5a-47db-47d6-9333-6df2b4654e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.006047 10.0.0.133 - - [2026-05-28 02:54:33] "GET /route-target/afe3d133-cff0-4c7b-aea3-c3c9c9cd7488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006414 10.0.0.133 - - [2026-05-28 02:54:33] "GET /obj-perms HTTP/1.1" 200 5032 0.077318 10.0.0.133 - - [2026-05-28 02:54:39] "GET /obj-perms HTTP/1.1" 200 5032 0.004898 10.0.0.133 - - [2026-05-28 02:54:43] "GET /obj-perms HTTP/1.1" 200 5032 0.004001 10.0.0.133 - - [2026-05-28 02:54:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004830 10.0.0.133 - - [2026-05-28 02:54:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004530 10.0.0.41 - - [2026-05-28 02:54:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004211 10.0.0.133 - - [2026-05-28 02:54:52] "GET /virtual-machine/eb61f18a-827c-42c3-90b7-6ee6983a464f HTTP/1.1" 200 1301 0.004182 10.0.0.133 - - [2026-05-28 02:54:53] "POST /neutron/port HTTP/1.1" 200 1115 0.015195 10.0.0.133 - - [2026-05-28 02:54:54] "GET /virtual-machine/eb61f18a-827c-42c3-90b7-6ee6983a464f HTTP/1.1" 404 171 0.003444 10.0.0.133 - - [2026-05-28 02:54:54] "GET /virtual-machine/eb61f18a-827c-42c3-90b7-6ee6983a464f HTTP/1.1" 404 171 0.002931 10.0.0.133 - - [2026-05-28 02:54:54] "GET /virtual-machine/eb61f18a-827c-42c3-90b7-6ee6983a464f HTTP/1.1" 404 171 0.003891 10.0.0.133 - - [2026-05-28 02:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.133 - - [2026-05-28 02:54:54] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003762 10.0.0.133 - - [2026-05-28 02:54:54] "GET /virtual-networks?parent_id=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.004306 10.0.0.133 - - [2026-05-28 02:54:54] "GET /virtual-network/2b93412f-ce71-4e1c-b14b-843356e28658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006952 10.0.0.133 - - [2026-05-28 02:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.133 - - [2026-05-28 02:54:54] "GET /routing-instance/928558d9-4026-4cc2-915d-e518d5b5e7ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.005339 10.0.0.133 - - [2026-05-28 02:54:55] "GET /route-target/bc5b3f1d-c02c-430d-beaf-36d688a69af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005039 10.0.0.133 - - [2026-05-28 02:54:55] "GET /obj-perms HTTP/1.1" 200 5032 0.004249 10.0.0.131 - - [2026-05-28 02:54:57] "GET /obj-perms HTTP/1.1" 200 5075 0.064080 10.0.0.133 - - [2026-05-28 02:55:04] "GET /obj-perms HTTP/1.1" 200 5032 0.004590 10.0.0.131 - - [2026-05-28 02:55:04] "GET /obj-perms HTTP/1.1" 200 5032 0.004304 10.0.0.133 - - [2026-05-28 02:55:13] "GET /obj-perms HTTP/1.1" 200 5032 0.005177 10.0.0.131 - - [2026-05-28 02:55:13] "GET /obj-perms HTTP/1.1" 200 5032 0.005638 10.0.0.133 - - [2026-05-28 02:55:22] "GET /obj-perms HTTP/1.1" 200 5032 0.003761 10.0.0.131 - - [2026-05-28 02:55:22] "GET /obj-perms HTTP/1.1" 200 5032 0.004586 10.0.0.133 - - [2026-05-28 02:55:23] "GET /virtual-network/c586603b-2fa4-410d-8133-c65f5ffabfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.007792 10.0.0.133 - - [2026-05-28 02:55:23] "POST /neutron/network HTTP/1.1" 200 1074 0.109517 10.0.0.41 - - [2026-05-28 02:55:23] "POST /ref-update HTTP/1.1" 200 156 0.025818 10.0.0.133 - - [2026-05-28 02:55:23] "GET /virtual-network/c586603b-2fa4-410d-8133-c65f5ffabfb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.016902 10.0.0.133 - - [2026-05-28 02:55:23] "DELETE /network-policy/42fc9fc3-a737-4ed7-bf44-05fbd21563d6 HTTP/1.1" 200 115 0.044800 10.0.0.133 - - [2026-05-28 02:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.131 - - [2026-05-28 02:55:23] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.099261 10.0.0.133 - - [2026-05-28 02:55:23] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.163643 10.0.0.133 - - [2026-05-28 02:55:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51626426&detail=False&count=False&shared=False HTTP/1.1" 200 2081 0.006076 10.0.0.133 - - [2026-05-28 02:55:23] "DELETE /network-policy/45d7bb3e-e44a-4f6a-9ec7-3a78ba7d204d HTTP/1.1" 200 115 0.047810 10.0.0.133 - - [2026-05-28 02:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.131 - - [2026-05-28 02:55:23] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000964 10.0.0.133 - - [2026-05-28 02:55:24] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.045767 10.0.0.133 - - [2026-05-28 02:55:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51626426&detail=False&count=False&shared=False HTTP/1.1" 200 1864 0.006519 10.0.0.133 - - [2026-05-28 02:55:24] "DELETE /network-policy/cbd36841-3923-4a7b-9b39-cdadf5e7025f HTTP/1.1" 200 115 0.040598 10.0.0.133 - - [2026-05-28 02:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.131 - - [2026-05-28 02:55:24] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001074 10.0.0.133 - - [2026-05-28 02:55:24] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.048337 10.0.0.133 - - [2026-05-28 02:55:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51626426&detail=False&count=False&shared=False HTTP/1.1" 200 1647 0.005558 10.0.0.133 - - [2026-05-28 02:55:24] "DELETE /network-policy/a0c4b30e-7a40-47d4-a006-c504b6862d31 HTTP/1.1" 200 115 0.048452 10.0.0.133 - - [2026-05-28 02:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.131 - - [2026-05-28 02:55:24] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001172 10.0.0.133 - - [2026-05-28 02:55:24] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.038453 10.0.0.133 - - [2026-05-28 02:55:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51626426&detail=False&count=False&shared=False HTTP/1.1" 200 1430 0.006437 10.0.0.133 - - [2026-05-28 02:55:24] "DELETE /network-policy/7b9ab8d5-9ca1-4437-b1ec-eab3f6b1531e HTTP/1.1" 200 115 0.039138 10.0.0.133 - - [2026-05-28 02:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.131 - - [2026-05-28 02:55:24] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001012 10.0.0.133 - - [2026-05-28 02:55:24] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.051504 10.0.0.133 - - [2026-05-28 02:55:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51626426&detail=False&count=False&shared=False HTTP/1.1" 200 1213 0.010890 10.0.0.133 - - [2026-05-28 02:55:24] "DELETE /network-policy/33244dfd-8095-4fe1-b951-17152f384963 HTTP/1.1" 200 115 0.036074 10.0.0.133 - - [2026-05-28 02:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.131 - - [2026-05-28 02:55:24] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001318 10.0.0.133 - - [2026-05-28 02:55:24] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.051288 10.0.0.133 - - [2026-05-28 02:55:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51626426&detail=False&count=False&shared=False HTTP/1.1" 200 994 0.005876 10.0.0.133 - - [2026-05-28 02:55:25] "DELETE /network-policy/919ec7e6-108e-486a-b873-df11df1d5a19 HTTP/1.1" 200 115 0.038562 10.0.0.133 - - [2026-05-28 02:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.131 - - [2026-05-28 02:55:25] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001104 10.0.0.133 - - [2026-05-28 02:55:25] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.048804 10.0.0.133 - - [2026-05-28 02:55:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51626426&detail=False&count=False&shared=False HTTP/1.1" 200 778 0.007857 10.0.0.133 - - [2026-05-28 02:55:25] "DELETE /network-policy/0059feeb-a5ca-4afe-aa5a-4fcbe332c0f2 HTTP/1.1" 200 115 0.044130 10.0.0.133 - - [2026-05-28 02:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.131 - - [2026-05-28 02:55:25] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000878 10.0.0.133 - - [2026-05-28 02:55:25] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.051468 10.0.0.133 - - [2026-05-28 02:55:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51626426&detail=False&count=False&shared=False HTTP/1.1" 200 562 0.005388 10.0.0.133 - - [2026-05-28 02:55:25] "DELETE /network-policy/b1e3039c-85aa-430f-bd8e-f271f7996aca HTTP/1.1" 200 115 0.048174 10.0.0.133 - - [2026-05-28 02:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.131 - - [2026-05-28 02:55:25] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001243 10.0.0.133 - - [2026-05-28 02:55:25] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.075462 10.0.0.133 - - [2026-05-28 02:55:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51626426&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.005781 10.0.0.133 - - [2026-05-28 02:55:25] "DELETE /network-policy/f8bb6481-3085-454e-a373-2a0475bfcece HTTP/1.1" 200 115 0.042024 10.0.0.133 - - [2026-05-28 02:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.131 - - [2026-05-28 02:55:25] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000894 10.0.0.133 - - [2026-05-28 02:55:25] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.045400 10.0.0.133 - - [2026-05-28 02:55:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51626426&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005407 10.0.0.131 - - [2026-05-28 02:55:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004290 10.0.0.131 - - [2026-05-28 02:55:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003425 10.0.0.131 - - [2026-05-28 02:55:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004006 10.0.0.131 - - [2026-05-28 02:55:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004204 10.0.0.133 - - [2026-05-28 02:55:26] "POST /neutron/network HTTP/1.1" 200 151 0.178578 10.0.0.41 - - [2026-05-28 02:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.133 - - [2026-05-28 02:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.133 - - [2026-05-28 02:55:26] "DELETE /network-ipam/39de0345-04d7-44b2-8b74-5f765373b1ad HTTP/1.1" 200 115 0.038934 10.0.0.133 - - [2026-05-28 02:55:26] "POST /fqname-to-id HTTP/1.1" 404 248 0.003572 10.0.0.131 - - [2026-05-28 02:55:27] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000952 10.0.0.131 - - [2026-05-28 02:55:27] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.047027 10.0.0.131 - - [2026-05-28 02:55:27] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002029 10.0.0.131 - - [2026-05-28 02:55:27] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?fields=security_groups HTTP/1.1" 200 1381 0.058341 10.0.0.131 - - [2026-05-28 02:55:27] "DELETE /security-group/9683de23-039a-4fc5-8010-cbdbefd57337 HTTP/1.1" 200 115 0.051499 10.0.0.131 - - [2026-05-28 02:55:27] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000824 10.0.0.131 - - [2026-05-28 02:55:27] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?fields=application_policy_sets HTTP/1.1" 200 1420 0.054704 10.0.0.41 - - [2026-05-28 02:55:27] "DELETE /access-control-list/ac8a5230-9a1b-4353-9da2-7749327983c0 HTTP/1.1" 200 115 0.046424 10.0.0.133 - - [2026-05-28 02:55:27] "DELETE /project/70f5cf0b-2592-40ba-bdad-298585b2c879 HTTP/1.1" 200 115 0.427490 10.0.0.131 - - [2026-05-28 02:55:27] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.133 - - [2026-05-28 02:55:27] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?fields=projects HTTP/1.1" 200 1443 0.017839 10.0.0.131 - - [2026-05-28 02:55:28] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003421 10.0.0.131 - - [2026-05-28 02:55:29] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.131 - - [2026-05-28 02:55:29] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.065205 10.0.0.131 - - [2026-05-28 02:55:29] "POST /id-to-fqname HTTP/1.1" 200 196 0.001936 10.0.0.131 - - [2026-05-28 02:55:29] "POST /fqname-to-id HTTP/1.1" 404 205 0.006905 10.0.0.131 - - [2026-05-28 02:55:29] "POST /security-groups HTTP/1.1" 200 597 0.036041 10.0.0.131 - - [2026-05-28 02:55:29] "POST /projects HTTP/1.1" 200 597 0.298389 10.0.0.131 - - [2026-05-28 02:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.334712 10.0.0.41 - - [2026-05-28 02:55:29] "POST /fqname-to-id HTTP/1.1" 404 239 0.008468 10.0.0.133 - - [2026-05-28 02:55:29] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.608293 10.0.0.131 - - [2026-05-28 02:55:29] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001888 10.0.0.133 - - [2026-05-28 02:55:29] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?fields=virtual_networks HTTP/1.1" 200 1046 0.074027 10.0.0.131 - - [2026-05-28 02:55:29] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001617 10.0.0.133 - - [2026-05-28 02:55:29] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.054979 10.0.0.131 - - [2026-05-28 02:55:29] "GET /projects?obj_uuids=70f5cf0b-2592-40ba-bdad-298585b2c879&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001081 10.0.0.133 - - [2026-05-28 02:55:29] "GET /project/70f5cf0b-2592-40ba-bdad-298585b2c879?fields=security_groups HTTP/1.1" 200 1279 0.051957 10.0.0.133 - - [2026-05-28 02:55:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.029130 10.0.0.131 - - [2026-05-28 02:55:30] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003261 10.0.0.131 - - [2026-05-28 02:55:30] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.131 - - [2026-05-28 02:55:30] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008072 10.0.0.131 - - [2026-05-28 02:55:31] "POST /id-to-fqname HTTP/1.1" 200 202 0.001284 10.0.0.131 - - [2026-05-28 02:55:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.004617 10.0.0.131 - - [2026-05-28 02:55:31] "POST /security-groups HTTP/1.1" 200 603 0.034196 10.0.0.131 - - [2026-05-28 02:55:31] "POST /projects HTTP/1.1" 200 609 0.240668 10.0.0.41 - - [2026-05-28 02:55:31] "POST /access-control-lists HTTP/1.1" 200 610 0.032478 10.0.0.131 - - [2026-05-28 02:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.318832 10.0.0.133 - - [2026-05-28 02:55:31] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.468917 10.0.0.133 - - [2026-05-28 02:55:32] "GET / HTTP/1.1" 200 36215 0.001479 10.0.0.133 - - [2026-05-28 02:55:35] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000448 10.0.0.131 - - [2026-05-28 02:55:35] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001366 10.0.0.133 - - [2026-05-28 02:55:35] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.071258 10.0.0.133 - - [2026-05-28 02:55:35] "GET / HTTP/1.1" 200 36215 0.001859 10.0.0.133 - - [2026-05-28 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.131 - - [2026-05-28 02:55:36] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.133 - - [2026-05-28 02:55:36] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.009347 10.0.0.133 - - [2026-05-28 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.131 - - [2026-05-28 02:55:36] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001072 10.0.0.133 - - [2026-05-28 02:55:36] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044881 10.0.0.133 - - [2026-05-28 02:55:37] "GET /domains HTTP/1.1" 401 293 0.000550 10.0.0.133 - - [2026-05-28 02:55:38] "GET /domains HTTP/1.1" 200 281 0.033088 10.0.0.131 - - [2026-05-28 02:55:38] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.133 - - [2026-05-28 02:55:38] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770 HTTP/1.1" 200 2984 0.010175 10.0.0.131 - - [2026-05-28 02:55:38] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000976 10.0.0.133 - - [2026-05-28 02:55:38] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9 HTTP/1.1" 200 1930 0.092382 10.0.0.133 - - [2026-05-28 02:55:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003668 10.0.0.133 - - [2026-05-28 02:55:38] "POST /network-ipams HTTP/1.1" 200 623 0.048611 10.0.0.133 - - [2026-05-28 02:55:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.004317 10.0.0.133 - - [2026-05-28 02:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.133 - - [2026-05-28 02:55:38] "GET /network-ipam/5519f38a-3b9b-4928-a590-a1aa3bc0bee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.007091 10.0.0.133 - - [2026-05-28 02:55:38] "PUT /network-ipam/5519f38a-3b9b-4928-a590-a1aa3bc0bee9 HTTP/1.1" 200 259 0.017726 10.0.0.133 - - [2026-05-28 02:55:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000447 10.0.0.133 - - [2026-05-28 02:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.042314 10.0.0.131 - - [2026-05-28 02:55:39] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001006 10.0.0.133 - - [2026-05-28 02:55:39] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.048194 10.0.0.133 - - [2026-05-28 02:55:39] "POST /neutron/network HTTP/1.1" 200 117 0.042706 10.0.0.41 - - [2026-05-28 02:55:39] "POST /route-targets HTTP/1.1" 200 328 0.012832 10.0.0.131 - - [2026-05-28 02:55:39] "POST /useragent-kv HTTP/1.1" 200 115 0.013131 10.0.0.133 - - [2026-05-28 02:55:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.227801 10.0.0.133 - - [2026-05-28 02:55:40] "POST /id-to-fqname HTTP/1.1" 200 235 0.001828 10.0.0.133 - - [2026-05-28 02:55:40] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.009173 10.0.0.133 - - [2026-05-28 02:55:40] "POST /neutron/network HTTP/1.1" 200 1336 0.013873 10.0.0.133 - - [2026-05-28 02:55:40] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.007432 10.0.0.133 - - [2026-05-28 02:55:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.009828 10.0.0.133 - - [2026-05-28 02:55:40] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.007828 10.0.0.133 - - [2026-05-28 02:55:41] "GET /obj-perms HTTP/1.1" 200 5038 0.082358 10.0.0.41 - - [2026-05-28 02:55:41] "GET /obj-perms HTTP/1.1" 200 5038 0.061575 10.0.0.133 - - [2026-05-28 02:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005910 10.0.0.131 - - [2026-05-28 02:55:42] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.133 - - [2026-05-28 02:55:42] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.042907 10.0.0.131 - - [2026-05-28 02:55:42] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001506 10.0.0.133 - - [2026-05-28 02:55:42] "POST /neutron/network HTTP/1.1" 200 623 0.176828 10.0.0.41 - - [2026-05-28 02:55:42] "POST /ref-update HTTP/1.1" 200 156 0.032164 10.0.0.131 - - [2026-05-28 02:55:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002230 10.0.0.41 - - [2026-05-28 02:55:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.046726 10.0.0.133 - - [2026-05-28 02:55:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.251226 10.0.0.133 - - [2026-05-28 02:55:43] "POST /id-to-fqname HTTP/1.1" 200 235 0.001292 10.0.0.133 - - [2026-05-28 02:55:43] "GET /virtual-network/c58f61fb-407c-40cb-a855-7ed6a7e09ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.007961 10.0.0.133 - - [2026-05-28 02:55:43] "GET /virtual-network/c58f61fb-407c-40cb-a855-7ed6a7e09ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.006562 10.0.0.133 - - [2026-05-28 02:55:43] "POST /neutron/network HTTP/1.1" 200 1337 0.014760 10.0.0.133 - - [2026-05-28 02:55:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.010129 10.0.0.133 - - [2026-05-28 02:55:43] "GET /virtual-network/c58f61fb-407c-40cb-a855-7ed6a7e09ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.007108 10.0.0.131 - - [2026-05-28 02:55:44] "GET /obj-perms HTTP/1.1" 200 5038 0.072011 10.0.0.133 - - [2026-05-28 02:55:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.004463 10.0.0.133 - - [2026-05-28 02:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.131 - - [2026-05-28 02:55:44] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001093 10.0.0.133 - - [2026-05-28 02:55:44] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.055413 10.0.0.133 - - [2026-05-28 02:55:44] "POST /network-policys HTTP/1.1" 200 535 0.034247 10.0.0.133 - - [2026-05-28 02:55:44] "GET /network-policy/6e1e5c9e-d04e-476b-b90b-c689907fc70b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006621 10.0.0.133 - - [2026-05-28 02:55:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.003251 10.0.0.133 - - [2026-05-28 02:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.131 - - [2026-05-28 02:55:45] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001321 10.0.0.133 - - [2026-05-28 02:55:45] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.052632 10.0.0.133 - - [2026-05-28 02:55:45] "POST /network-policys HTTP/1.1" 200 535 0.045086 10.0.0.133 - - [2026-05-28 02:55:45] "GET /network-policy/40970812-997b-439f-88c8-aee9456feacd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.011967 10.0.0.133 - - [2026-05-28 02:55:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.004332 10.0.0.133 - - [2026-05-28 02:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.131 - - [2026-05-28 02:55:45] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000952 10.0.0.133 - - [2026-05-28 02:55:45] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.051080 10.0.0.133 - - [2026-05-28 02:55:45] "POST /network-policys HTTP/1.1" 200 535 0.049255 10.0.0.133 - - [2026-05-28 02:55:45] "GET /network-policy/c660a1dd-2b0f-4ec6-b221-e86309f87fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006234 10.0.0.133 - - [2026-05-28 02:55:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.003123 10.0.0.133 - - [2026-05-28 02:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008341 10.0.0.131 - - [2026-05-28 02:55:45] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.133 - - [2026-05-28 02:55:45] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.054351 10.0.0.133 - - [2026-05-28 02:55:46] "POST /network-policys HTTP/1.1" 200 535 0.046098 10.0.0.133 - - [2026-05-28 02:55:46] "GET /network-policy/569ca9c8-750b-4b03-8928-6b5d158ddcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006863 10.0.0.133 - - [2026-05-28 02:55:46] "POST /fqname-to-id HTTP/1.1" 404 213 0.005628 10.0.0.133 - - [2026-05-28 02:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.131 - - [2026-05-28 02:55:46] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001291 10.0.0.133 - - [2026-05-28 02:55:46] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.059481 10.0.0.133 - - [2026-05-28 02:55:46] "POST /network-policys HTTP/1.1" 200 539 0.040336 10.0.0.133 - - [2026-05-28 02:55:46] "GET /network-policy/6bc37a8c-6aa2-4c41-a172-6e1d4ea49d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.008071 10.0.0.133 - - [2026-05-28 02:55:46] "POST /fqname-to-id HTTP/1.1" 404 212 0.003321 10.0.0.133 - - [2026-05-28 02:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.131 - - [2026-05-28 02:55:46] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.133 - - [2026-05-28 02:55:46] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044520 10.0.0.133 - - [2026-05-28 02:55:46] "POST /network-policys HTTP/1.1" 200 537 0.029802 10.0.0.133 - - [2026-05-28 02:55:46] "GET /network-policy/b43dfc75-e518-4599-a49a-4edd93341f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.012875 10.0.0.133 - - [2026-05-28 02:55:47] "POST /fqname-to-id HTTP/1.1" 404 212 0.003427 10.0.0.133 - - [2026-05-28 02:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.131 - - [2026-05-28 02:55:47] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001198 10.0.0.133 - - [2026-05-28 02:55:47] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.072938 10.0.0.133 - - [2026-05-28 02:55:47] "POST /network-policys HTTP/1.1" 200 537 0.041040 10.0.0.133 - - [2026-05-28 02:55:47] "GET /network-policy/b66b63c4-44b5-4feb-b8d4-e313ce86360f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.007775 10.0.0.133 - - [2026-05-28 02:55:47] "POST /fqname-to-id HTTP/1.1" 404 212 0.013741 10.0.0.133 - - [2026-05-28 02:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.131 - - [2026-05-28 02:55:47] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001268 10.0.0.133 - - [2026-05-28 02:55:47] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.055925 10.0.0.133 - - [2026-05-28 02:55:47] "POST /network-policys HTTP/1.1" 200 537 0.033401 10.0.0.133 - - [2026-05-28 02:55:47] "GET /network-policy/c54e323a-7eb5-413f-939a-6789579af97b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.007971 10.0.0.133 - - [2026-05-28 02:55:47] "POST /fqname-to-id HTTP/1.1" 404 212 0.003691 10.0.0.133 - - [2026-05-28 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.131 - - [2026-05-28 02:55:48] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001083 10.0.0.133 - - [2026-05-28 02:55:48] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.037710 10.0.0.133 - - [2026-05-28 02:55:48] "POST /network-policys HTTP/1.1" 200 537 0.034893 10.0.0.133 - - [2026-05-28 02:55:48] "GET /network-policy/bcb316fb-b3a9-416f-850c-1557064c1708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.012123 10.0.0.133 - - [2026-05-28 02:55:48] "POST /fqname-to-id HTTP/1.1" 404 214 0.003405 10.0.0.133 - - [2026-05-28 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.131 - - [2026-05-28 02:55:48] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.133 - - [2026-05-28 02:55:48] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.058431 10.0.0.133 - - [2026-05-28 02:55:48] "POST /network-policys HTTP/1.1" 200 541 0.030248 10.0.0.133 - - [2026-05-28 02:55:48] "GET /network-policy/8c7b5a80-db6a-4d70-9698-947088ab8984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.008554 10.0.0.133 - - [2026-05-28 02:55:49] "POST /neutron/network HTTP/1.1" 200 1424 0.014314 10.0.0.133 - - [2026-05-28 02:55:49] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006191 10.0.0.133 - - [2026-05-28 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002497 10.0.0.133 - - [2026-05-28 02:55:49] "GET /network-policy/6e1e5c9e-d04e-476b-b90b-c689907fc70b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.011466 10.0.0.41 - - [2026-05-28 02:55:49] "POST /fqname-to-id HTTP/1.1" 404 252 0.002957 10.0.0.133 - - [2026-05-28 02:55:49] "POST /neutron/network HTTP/1.1" 200 1427 0.032733 10.0.0.133 - - [2026-05-28 02:55:49] "GET /virtual-network/c58f61fb-407c-40cb-a855-7ed6a7e09ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3487 0.009299 10.0.0.133 - - [2026-05-28 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.011417 10.0.0.133 - - [2026-05-28 02:55:49] "GET /network-policy/6bc37a8c-6aa2-4c41-a172-6e1d4ea49d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.005341 10.0.0.133 - - [2026-05-28 02:55:49] "POST /id-to-fqname HTTP/1.1" 200 235 0.001247 10.0.0.131 - - [2026-05-28 02:55:50] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000966 10.0.0.133 - - [2026-05-28 02:55:50] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.072875 10.0.0.133 - - [2026-05-28 02:55:51] "POST /neutron/port HTTP/1.1" 200 117 0.007303 10.0.0.133 - - [2026-05-28 02:55:51] "POST /id-to-fqname HTTP/1.1" 200 235 0.001517 10.0.0.133 - - [2026-05-28 02:55:51] "POST /neutron/network HTTP/1.1" 200 1437 0.008725 10.0.0.133 - - [2026-05-28 02:55:51] "POST /neutron/port HTTP/1.1" 200 1173 0.022771 10.0.0.131 - - [2026-05-28 02:55:52] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001166 10.0.0.133 - - [2026-05-28 02:55:52] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.111609 10.0.0.133 - - [2026-05-28 02:55:52] "POST /neutron/network HTTP/1.1" 200 1427 0.044149 10.0.0.133 - - [2026-05-28 02:55:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006230 10.0.0.133 - - [2026-05-28 02:55:52] "POST /neutron/port HTTP/1.1" 200 1237 0.032128 10.0.0.133 - - [2026-05-28 02:55:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009574 10.0.0.133 - - [2026-05-28 02:55:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007761 10.0.0.133 - - [2026-05-28 02:55:53] "POST /neutron/port HTTP/1.1" 200 1174 0.025560 10.0.0.133 - - [2026-05-28 02:55:53] "POST /neutron/port HTTP/1.1" 200 1238 0.022241 10.0.0.133 - - [2026-05-28 02:55:53] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015778 10.0.0.133 - - [2026-05-28 02:55:53] "POST /neutron/network HTTP/1.1" 200 1427 0.016959 10.0.0.133 - - [2026-05-28 02:55:57] "POST /neutron/port HTTP/1.1" 200 1237 0.020247 10.0.0.133 - - [2026-05-28 02:55:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008345 10.0.0.133 - - [2026-05-28 02:55:57] "GET /virtual-machine/0cc7f9a3-2291-4474-ab1f-09b960bd4aa8 HTTP/1.1" 401 293 0.000315 10.0.0.133 - - [2026-05-28 02:55:58] "GET /virtual-machine/0cc7f9a3-2291-4474-ab1f-09b960bd4aa8 HTTP/1.1" 200 1305 0.061075 10.0.0.133 - - [2026-05-28 02:55:58] "GET /virtual-machine-interface/308a22e5-84a5-4d53-b8dd-a7bf6ac36dfe HTTP/1.1" 200 3177 0.005553 10.0.0.133 - - [2026-05-28 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.133 - - [2026-05-28 02:55:58] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004283 10.0.0.133 - - [2026-05-28 02:55:58] "GET /virtual-networks?parent_id=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003438 10.0.0.133 - - [2026-05-28 02:55:58] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005970 10.0.0.133 - - [2026-05-28 02:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.133 - - [2026-05-28 02:56:01] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006202 10.0.0.133 - - [2026-05-28 02:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.133 - - [2026-05-28 02:56:05] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006477 10.0.0.133 - - [2026-05-28 02:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.133 - - [2026-05-28 02:56:09] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006159 10.0.0.133 - - [2026-05-28 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007612 10.0.0.133 - - [2026-05-28 02:56:13] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005658 10.0.0.41 - - [2026-05-28 02:56:14] "DELETE /access-control-list/c163b53b-d1b4-40ee-bd2a-dd86509307bb HTTP/1.1" 200 115 0.035223 10.0.0.133 - - [2026-05-28 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.133 - - [2026-05-28 02:56:17] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006839 10.0.0.133 - - [2026-05-28 02:56:19] "POST /neutron/network HTTP/1.1" 200 1437 0.007129 10.0.0.133 - - [2026-05-28 02:56:19] "POST /neutron/subnet HTTP/1.1" 200 1361 0.023629 10.0.0.133 - - [2026-05-28 02:56:19] "POST /neutron/network HTTP/1.1" 200 1427 0.012557 10.0.0.133 - - [2026-05-28 02:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.133 - - [2026-05-28 02:56:22] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006340 10.0.0.133 - - [2026-05-28 02:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.133 - - [2026-05-28 02:56:26] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.010119 10.0.0.131 - - [2026-05-28 02:56:27] "DELETE /project/70f5cf0b-2592-40ba-bdad-298585b2c879 HTTP/1.1" 404 177 0.005533 10.0.0.131 - - [2026-05-28 02:56:27] "DELETE /project/c7b1358f830e4183b2f7afc4b4ec2fc9 HTTP/1.1" 404 173 0.004036 10.0.0.131 - - [2026-05-28 02:56:27] "DELETE /project/70f5cf0b259240babdad298585b2c879 HTTP/1.1" 404 173 0.005526 10.0.0.133 - - [2026-05-28 02:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.133 - - [2026-05-28 02:56:30] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007430 10.0.0.133 - - [2026-05-28 02:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.133 - - [2026-05-28 02:56:34] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005960 10.0.0.133 - - [2026-05-28 02:56:35] "POST /neutron/network HTTP/1.1" 200 1434 0.008355 10.0.0.133 - - [2026-05-28 02:56:35] "POST /neutron/subnet HTTP/1.1" 200 1356 0.015641 10.0.0.133 - - [2026-05-28 02:56:35] "POST /neutron/network HTTP/1.1" 200 1424 0.012200 10.0.0.133 - - [2026-05-28 02:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.133 - - [2026-05-28 02:56:36] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004795 10.0.0.133 - - [2026-05-28 02:56:36] "GET /virtual-networks?parent_id=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003201 10.0.0.133 - - [2026-05-28 02:56:36] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006263 10.0.0.133 - - [2026-05-28 02:56:41] "POST /neutron/port HTTP/1.1" 200 1237 0.020443 10.0.0.133 - - [2026-05-28 02:56:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.042774 10.0.0.133 - - [2026-05-28 02:56:50] "POST /neutron/port HTTP/1.1" 200 1238 0.021374 10.0.0.133 - - [2026-05-28 02:56:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008831 10.0.0.133 - - [2026-05-28 02:56:57] "POST /neutron/port HTTP/1.1" 200 1238 0.021055 10.0.0.133 - - [2026-05-28 02:56:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.017600 10.0.0.133 - - [2026-05-28 02:56:57] "GET /virtual-machine/8cc24f19-9f31-4595-948f-e74ddea6db88 HTTP/1.1" 200 1307 0.007761 10.0.0.133 - - [2026-05-28 02:56:57] "GET /virtual-machine-interface/c012f946-f5d8-403f-84f7-55672e0c1020 HTTP/1.1" 200 3177 0.006414 10.0.0.133 - - [2026-05-28 02:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.133 - - [2026-05-28 02:56:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005073 10.0.0.133 - - [2026-05-28 02:56:57] "GET /virtual-networks?parent_id=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.004276 10.0.0.133 - - [2026-05-28 02:56:57] "GET /virtual-network/c58f61fb-407c-40cb-a855-7ed6a7e09ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3487 0.006646 10.0.0.133 - - [2026-05-28 02:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.133 - - [2026-05-28 02:56:58] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004256 10.0.0.133 - - [2026-05-28 02:56:58] "GET /virtual-networks?parent_id=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003095 10.0.0.133 - - [2026-05-28 02:56:58] "GET /virtual-network/c58f61fb-407c-40cb-a855-7ed6a7e09ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3487 0.006224 10.0.0.133 - - [2026-05-28 02:56:59] "GET /obj-perms HTTP/1.1" 200 5075 0.066344 10.0.0.133 - - [2026-05-28 02:57:04] "POST /neutron/port HTTP/1.1" 200 2321 0.027929 10.0.0.133 - - [2026-05-28 02:57:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012659 10.0.0.133 - - [2026-05-28 02:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.133 - - [2026-05-28 02:57:04] "GET /network-policy/6bc37a8c-6aa2-4c41-a172-6e1d4ea49d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.004205 10.0.0.133 - - [2026-05-28 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.133 - - [2026-05-28 02:57:05] "GET /network-policy/6e1e5c9e-d04e-476b-b90b-c689907fc70b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004862 10.0.0.133 - - [2026-05-28 02:57:05] "POST /neutron/network HTTP/1.1" 200 1424 0.020695 10.0.0.41 - - [2026-05-28 02:57:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.004076 10.0.0.133 - - [2026-05-28 02:57:05] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007916 10.0.0.133 - - [2026-05-28 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.133 - - [2026-05-28 02:57:05] "GET /network-policy/40970812-997b-439f-88c8-aee9456feacd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004517 10.0.0.133 - - [2026-05-28 02:57:21] "POST /neutron/port HTTP/1.1" 200 1238 0.050936 10.0.0.133 - - [2026-05-28 02:57:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004555 10.0.0.133 - - [2026-05-28 02:57:22] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.133 - - [2026-05-28 02:57:23] "POST /neutron/network HTTP/1.1" 200 1424 0.013253 10.0.0.41 - - [2026-05-28 02:57:23] "PUT /access-control-list/eacfb31a-431a-4852-a3e9-342f127fefc9 HTTP/1.1" 200 273 0.028488 10.0.0.133 - - [2026-05-28 02:57:23] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.007947 10.0.0.133 - - [2026-05-28 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006345 10.0.0.133 - - [2026-05-28 02:57:23] "GET /network-policy/8c7b5a80-db6a-4d70-9698-947088ab8984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004354 10.0.0.133 - - [2026-05-28 02:57:35] "POST /neutron/port HTTP/1.1" 200 1237 0.017725 10.0.0.133 - - [2026-05-28 02:57:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004493 10.0.0.133 - - [2026-05-28 02:57:35] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.133 - - [2026-05-28 02:57:36] "POST /neutron/network HTTP/1.1" 200 1427 0.012258 10.0.0.41 - - [2026-05-28 02:57:36] "POST /ref-update HTTP/1.1" 200 156 0.048700 10.0.0.133 - - [2026-05-28 02:57:36] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.012095 10.0.0.133 - - [2026-05-28 02:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.133 - - [2026-05-28 02:57:36] "GET /network-policy/c660a1dd-2b0f-4ec6-b221-e86309f87fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004367 10.0.0.133 - - [2026-05-28 02:57:48] "POST /neutron/network HTTP/1.1" 200 1424 0.012976 10.0.0.41 - - [2026-05-28 02:57:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.003756 10.0.0.133 - - [2026-05-28 02:57:48] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.020200 10.0.0.133 - - [2026-05-28 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.133 - - [2026-05-28 02:57:48] "GET /network-policy/569ca9c8-750b-4b03-8928-6b5d158ddcf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004425 10.0.0.133 - - [2026-05-28 02:57:58] "POST /neutron/network HTTP/1.1" 200 1424 0.014031 10.0.0.133 - - [2026-05-28 02:57:59] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007853 10.0.0.133 - - [2026-05-28 02:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.41 - - [2026-05-28 02:57:59] "POST /ref-update HTTP/1.1" 200 156 0.038562 10.0.0.133 - - [2026-05-28 02:57:59] "GET /network-policy/b43dfc75-e518-4599-a49a-4edd93341f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.004553 10.0.0.41 - - [2026-05-28 02:57:59] "GET /obj-perms HTTP/1.1" 200 5075 0.057253 10.0.0.133 - - [2026-05-28 02:58:11] "POST /neutron/network HTTP/1.1" 200 1425 0.016912 10.0.0.133 - - [2026-05-28 02:58:11] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008221 10.0.0.133 - - [2026-05-28 02:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006497 10.0.0.133 - - [2026-05-28 02:58:11] "GET /network-policy/b66b63c4-44b5-4feb-b8d4-e313ce86360f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.004668 10.0.0.133 - - [2026-05-28 02:58:21] "POST /neutron/port HTTP/1.1" 200 1238 0.020632 10.0.0.133 - - [2026-05-28 02:58:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004566 10.0.0.133 - - [2026-05-28 02:58:21] "POST /neutron/port HTTP/1.1" 200 117 0.001552 10.0.0.133 - - [2026-05-28 02:58:22] "POST /neutron/network HTTP/1.1" 200 1425 0.024387 10.0.0.41 - - [2026-05-28 02:58:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.017146 10.0.0.41 - - [2026-05-28 02:58:22] "PUT /access-control-list/eacfb31a-431a-4852-a3e9-342f127fefc9 HTTP/1.1" 200 273 0.074991 10.0.0.133 - - [2026-05-28 02:58:22] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.013806 10.0.0.133 - - [2026-05-28 02:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.133 - - [2026-05-28 02:58:22] "GET /network-policy/c54e323a-7eb5-413f-939a-6789579af97b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.004682 10.0.0.133 - - [2026-05-28 02:58:34] "POST /neutron/network HTTP/1.1" 200 1425 0.012488 10.0.0.133 - - [2026-05-28 02:58:34] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.011096 10.0.0.133 - - [2026-05-28 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.133 - - [2026-05-28 02:58:34] "GET /network-policy/bcb316fb-b3a9-416f-850c-1557064c1708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.005240 10.0.0.133 - - [2026-05-28 02:58:36] "POST /neutron/port HTTP/1.1" 200 1237 0.040174 10.0.0.133 - - [2026-05-28 02:58:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004776 10.0.0.133 - - [2026-05-28 02:58:36] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.133 - - [2026-05-28 02:58:44] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007701 10.0.0.133 - - [2026-05-28 02:58:44] "POST /neutron/network HTTP/1.1" 200 1425 0.014302 10.0.0.41 - - [2026-05-28 02:58:45] "POST /ref-update HTTP/1.1" 200 156 0.059418 10.0.0.133 - - [2026-05-28 02:58:45] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.023878 10.0.0.133 - - [2026-05-28 02:58:45] "GET /virtual-machine/8cc24f19-9f31-4595-948f-e74ddea6db88 HTTP/1.1" 200 1307 0.012895 10.0.0.133 - - [2026-05-28 02:58:45] "POST /neutron/port HTTP/1.1" 200 1238 0.022350 10.0.0.133 - - [2026-05-28 02:58:47] "GET /virtual-machine/8cc24f19-9f31-4595-948f-e74ddea6db88 HTTP/1.1" 404 171 0.003594 10.0.0.133 - - [2026-05-28 02:58:47] "GET /virtual-machine/8cc24f19-9f31-4595-948f-e74ddea6db88 HTTP/1.1" 404 171 0.004166 10.0.0.133 - - [2026-05-28 02:58:47] "GET /virtual-machine/8cc24f19-9f31-4595-948f-e74ddea6db88 HTTP/1.1" 404 171 0.003114 10.0.0.133 - - [2026-05-28 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.133 - - [2026-05-28 02:58:47] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004941 10.0.0.133 - - [2026-05-28 02:58:47] "GET /virtual-networks?parent_id=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003504 10.0.0.133 - - [2026-05-28 02:58:47] "GET /virtual-network/c58f61fb-407c-40cb-a855-7ed6a7e09ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3487 0.007409 10.0.0.133 - - [2026-05-28 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.133 - - [2026-05-28 02:58:47] "GET /routing-instance/fde310bd-2670-4e90-8a2f-04febf6a8889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.006415 10.0.0.133 - - [2026-05-28 02:58:47] "GET /route-target/81187f72-c502-4256-9fe9-35dfe52e68f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005269 10.0.0.133 - - [2026-05-28 02:58:50] "GET /obj-perms HTTP/1.1" 200 5038 0.004316 10.0.0.133 - - [2026-05-28 02:58:54] "GET /obj-perms HTTP/1.1" 200 5038 0.006425 10.0.0.131 - - [2026-05-28 02:58:54] "GET /obj-perms HTTP/1.1" 200 5038 0.005311 10.0.0.133 - - [2026-05-28 02:58:54] "GET /virtual-machine/0cc7f9a3-2291-4474-ab1f-09b960bd4aa8 HTTP/1.1" 200 1305 0.004915 10.0.0.133 - - [2026-05-28 02:58:54] "POST /neutron/port HTTP/1.1" 200 1237 0.019181 10.0.0.133 - - [2026-05-28 02:58:56] "GET /virtual-machine/0cc7f9a3-2291-4474-ab1f-09b960bd4aa8 HTTP/1.1" 404 171 0.004657 10.0.0.133 - - [2026-05-28 02:58:56] "GET /virtual-machine/0cc7f9a3-2291-4474-ab1f-09b960bd4aa8 HTTP/1.1" 404 171 0.004272 10.0.0.133 - - [2026-05-28 02:58:56] "GET /virtual-machine/0cc7f9a3-2291-4474-ab1f-09b960bd4aa8 HTTP/1.1" 404 171 0.002922 10.0.0.133 - - [2026-05-28 02:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.133 - - [2026-05-28 02:58:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005399 10.0.0.133 - - [2026-05-28 02:58:56] "GET /virtual-networks?parent_id=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003618 10.0.0.133 - - [2026-05-28 02:58:56] "GET /virtual-network/207abfed-db15-4f27-80e6-f33a9eca23de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.007942 10.0.0.133 - - [2026-05-28 02:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.133 - - [2026-05-28 02:58:56] "GET /routing-instance/904f92ed-b807-49fb-a0b8-a2fc19b2bbe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.005151 10.0.0.133 - - [2026-05-28 02:58:56] "GET /route-target/1b5f1c2a-ce85-4c44-82b9-e5856ea4c63c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005168 10.0.0.133 - - [2026-05-28 02:58:56] "GET /obj-perms HTTP/1.1" 200 5038 0.003803 10.0.0.133 - - [2026-05-28 02:59:02] "GET /obj-perms HTTP/1.1" 200 5038 0.004406 10.0.0.131 - - [2026-05-28 02:59:02] "GET /obj-perms HTTP/1.1" 200 5038 0.003762 10.0.0.133 - - [2026-05-28 02:59:12] "GET /obj-perms HTTP/1.1" 200 5038 0.004773 10.0.0.131 - - [2026-05-28 02:59:12] "GET /obj-perms HTTP/1.1" 200 5038 0.004085 10.0.0.41 - - [2026-05-28 02:59:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000473 10.0.0.41 - - [2026-05-28 02:59:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000356 10.0.0.131 - - [2026-05-28 02:59:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.41 - - [2026-05-28 02:59:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.131 - - [2026-05-28 02:59:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.41 - - [2026-05-28 02:59:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000344 10.0.0.131 - - [2026-05-28 02:59:21] "GET /global-system-configs HTTP/1.1" 401 293 0.001240 10.0.0.131 - - [2026-05-28 02:59:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.133 - - [2026-05-28 02:59:21] "GET /obj-perms HTTP/1.1" 200 5038 0.004209 10.0.0.131 - - [2026-05-28 02:59:21] "GET /obj-perms HTTP/1.1" 200 5038 0.005479 10.0.0.133 - - [2026-05-28 02:59:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.133 - - [2026-05-28 02:59:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000773 10.0.0.133 - - [2026-05-28 02:59:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.133 - - [2026-05-28 02:59:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.133 - - [2026-05-28 02:59:24] "GET /obj-perms HTTP/1.1" 200 5038 0.004421 10.0.0.41 - - [2026-05-28 02:59:24] "GET /obj-perms HTTP/1.1" 200 5038 0.004965 10.0.0.133 - - [2026-05-28 02:59:24] "GET /virtual-network/c58f61fb-407c-40cb-a855-7ed6a7e09ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3487 0.006203 10.0.0.133 - - [2026-05-28 02:59:24] "POST /neutron/network HTTP/1.1" 200 1427 0.012357 10.0.0.41 - - [2026-05-28 02:59:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.003170 10.0.0.133 - - [2026-05-28 02:59:25] "GET /virtual-network/c58f61fb-407c-40cb-a855-7ed6a7e09ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.009192 10.0.0.133 - - [2026-05-28 02:59:25] "DELETE /network-policy/8c7b5a80-db6a-4d70-9698-947088ab8984 HTTP/1.1" 200 115 0.037147 10.0.0.133 - - [2026-05-28 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005170 10.0.0.131 - - [2026-05-28 02:59:25] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001673 10.0.0.133 - - [2026-05-28 02:59:25] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.047160 10.0.0.133 - - [2026-05-28 02:59:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-89827636&detail=False&count=False&shared=False HTTP/1.1" 200 2135 0.005802 10.0.0.133 - - [2026-05-28 02:59:25] "DELETE /network-policy/bcb316fb-b3a9-416f-850c-1557064c1708 HTTP/1.1" 200 115 0.043505 10.0.0.133 - - [2026-05-28 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.131 - - [2026-05-28 02:59:25] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000924 10.0.0.133 - - [2026-05-28 02:59:25] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.043100 10.0.0.133 - - [2026-05-28 02:59:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-89827636&detail=False&count=False&shared=False HTTP/1.1" 200 1912 0.008063 10.0.0.133 - - [2026-05-28 02:59:25] "DELETE /network-policy/c54e323a-7eb5-413f-939a-6789579af97b HTTP/1.1" 200 115 0.035060 10.0.0.133 - - [2026-05-28 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005608 10.0.0.131 - - [2026-05-28 02:59:25] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.133 - - [2026-05-28 02:59:25] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.040315 10.0.0.133 - - [2026-05-28 02:59:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-89827636&detail=False&count=False&shared=False HTTP/1.1" 200 1689 0.005916 10.0.0.133 - - [2026-05-28 02:59:25] "DELETE /network-policy/b66b63c4-44b5-4feb-b8d4-e313ce86360f HTTP/1.1" 200 115 0.040065 10.0.0.133 - - [2026-05-28 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008833 10.0.0.131 - - [2026-05-28 02:59:25] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001317 10.0.0.133 - - [2026-05-28 02:59:26] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.052525 10.0.0.133 - - [2026-05-28 02:59:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-89827636&detail=False&count=False&shared=False HTTP/1.1" 200 1466 0.007917 10.0.0.133 - - [2026-05-28 02:59:26] "DELETE /network-policy/b43dfc75-e518-4599-a49a-4edd93341f93 HTTP/1.1" 200 115 0.062661 10.0.0.133 - - [2026-05-28 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.131 - - [2026-05-28 02:59:26] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001535 10.0.0.133 - - [2026-05-28 02:59:26] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.040512 10.0.0.133 - - [2026-05-28 02:59:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-89827636&detail=False&count=False&shared=False HTTP/1.1" 200 1243 0.005103 10.0.0.133 - - [2026-05-28 02:59:26] "DELETE /network-policy/6bc37a8c-6aa2-4c41-a172-6e1d4ea49d0d HTTP/1.1" 200 115 0.036891 10.0.0.133 - - [2026-05-28 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.131 - - [2026-05-28 02:59:26] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000886 10.0.0.133 - - [2026-05-28 02:59:26] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.055111 10.0.0.133 - - [2026-05-28 02:59:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-89827636&detail=False&count=False&shared=False HTTP/1.1" 200 1018 0.006088 10.0.0.133 - - [2026-05-28 02:59:26] "DELETE /network-policy/569ca9c8-750b-4b03-8928-6b5d158ddcf6 HTTP/1.1" 200 115 0.052562 10.0.0.133 - - [2026-05-28 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.131 - - [2026-05-28 02:59:26] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001522 10.0.0.133 - - [2026-05-28 02:59:26] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.064890 10.0.0.133 - - [2026-05-28 02:59:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-89827636&detail=False&count=False&shared=False HTTP/1.1" 200 796 0.006180 10.0.0.133 - - [2026-05-28 02:59:26] "DELETE /network-policy/c660a1dd-2b0f-4ec6-b221-e86309f87fab HTTP/1.1" 200 115 0.052546 10.0.0.133 - - [2026-05-28 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.131 - - [2026-05-28 02:59:26] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001304 10.0.0.133 - - [2026-05-28 02:59:27] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.062958 10.0.0.133 - - [2026-05-28 02:59:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-89827636&detail=False&count=False&shared=False HTTP/1.1" 200 574 0.007344 10.0.0.133 - - [2026-05-28 02:59:27] "DELETE /network-policy/40970812-997b-439f-88c8-aee9456feacd HTTP/1.1" 200 115 0.049041 10.0.0.133 - - [2026-05-28 02:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.131 - - [2026-05-28 02:59:27] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.133 - - [2026-05-28 02:59:27] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.048149 10.0.0.133 - - [2026-05-28 02:59:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-89827636&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.009326 10.0.0.133 - - [2026-05-28 02:59:27] "DELETE /network-policy/6e1e5c9e-d04e-476b-b90b-c689907fc70b HTTP/1.1" 200 115 0.044620 10.0.0.133 - - [2026-05-28 02:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.131 - - [2026-05-28 02:59:27] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001268 10.0.0.133 - - [2026-05-28 02:59:27] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.067086 10.0.0.133 - - [2026-05-28 02:59:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-89827636&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005622 10.0.0.133 - - [2026-05-28 02:59:27] "POST /neutron/network HTTP/1.1" 200 1337 0.011881 10.0.0.41 - - [2026-05-28 02:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.071353 10.0.0.131 - - [2026-05-28 02:59:28] "POST /useragent-kv HTTP/1.1" 200 115 0.007656 10.0.0.131 - - [2026-05-28 02:59:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004263 10.0.0.131 - - [2026-05-28 02:59:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002373 10.0.0.131 - - [2026-05-28 02:59:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002192 10.0.0.131 - - [2026-05-28 02:59:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004608 10.0.0.131 - - [2026-05-28 02:59:28] "POST /useragent-kv HTTP/1.1" 200 115 0.012820 10.0.0.41 - - [2026-05-28 02:59:28] "DELETE /route-target/1b5f1c2a-ce85-4c44-82b9-e5856ea4c63c HTTP/1.1" 200 115 0.051116 10.0.0.133 - - [2026-05-28 02:59:28] "POST /neutron/network HTTP/1.1" 200 151 0.277580 10.0.0.133 - - [2026-05-28 02:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.133 - - [2026-05-28 02:59:28] "DELETE /network-ipam/5519f38a-3b9b-4928-a590-a1aa3bc0bee9 HTTP/1.1" 200 115 0.038704 10.0.0.133 - - [2026-05-28 02:59:28] "POST /fqname-to-id HTTP/1.1" 404 260 0.003380 10.0.0.131 - - [2026-05-28 02:59:28] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000829 10.0.0.131 - - [2026-05-28 02:59:28] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.046813 10.0.0.131 - - [2026-05-28 02:59:28] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001340 10.0.0.131 - - [2026-05-28 02:59:28] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?fields=security_groups HTTP/1.1" 200 1400 0.063139 10.0.0.131 - - [2026-05-28 02:59:29] "DELETE /security-group/355f95ac-8ed8-4337-9026-5d4d8ebbccc0 HTTP/1.1" 200 115 0.054554 10.0.0.131 - - [2026-05-28 02:59:29] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001901 10.0.0.131 - - [2026-05-28 02:59:29] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?fields=application_policy_sets HTTP/1.1" 200 1439 0.045800 10.0.0.133 - - [2026-05-28 02:59:29] "DELETE /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9 HTTP/1.1" 200 115 0.470129 10.0.0.131 - - [2026-05-28 02:59:29] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001426 10.0.0.133 - - [2026-05-28 02:59:29] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?fields=projects HTTP/1.1" 200 1443 0.013114 10.0.0.131 - - [2026-05-28 02:59:30] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004001 10.0.0.131 - - [2026-05-28 02:59:30] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001271 10.0.0.131 - - [2026-05-28 02:59:30] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048767 10.0.0.131 - - [2026-05-28 02:59:30] "POST /id-to-fqname HTTP/1.1" 200 202 0.003667 10.0.0.131 - - [2026-05-28 02:59:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.012163 10.0.0.131 - - [2026-05-28 02:59:31] "POST /security-groups HTTP/1.1" 200 603 0.039485 10.0.0.41 - - [2026-05-28 02:59:31] "POST /fqname-to-id HTTP/1.1" 404 246 0.007131 10.0.0.131 - - [2026-05-28 02:59:31] "POST /projects HTTP/1.1" 200 609 0.294958 10.0.0.131 - - [2026-05-28 02:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.335901 10.0.0.133 - - [2026-05-28 02:59:31] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.514356 10.0.0.131 - - [2026-05-28 02:59:31] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003062 10.0.0.41 - - [2026-05-28 02:59:31] "POST /access-control-lists HTTP/1.1" 200 608 0.053148 10.0.0.133 - - [2026-05-28 02:59:31] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?fields=virtual_networks HTTP/1.1" 200 1059 0.076890 10.0.0.131 - - [2026-05-28 02:59:31] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001041 10.0.0.133 - - [2026-05-28 02:59:31] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.045134 10.0.0.131 - - [2026-05-28 02:59:31] "GET /projects?obj_uuids=c7b1358f-830e-4183-b2f7-afc4b4ec2fc9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.133 - - [2026-05-28 02:59:31] "GET /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9?fields=security_groups HTTP/1.1" 200 1298 0.049490 10.0.0.133 - - [2026-05-28 02:59:32] "POST /fqname-to-id HTTP/1.1" 404 182 0.079717 10.0.0.131 - - [2026-05-28 02:59:32] "GET /projects?obj_uuids=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002836 10.0.0.131 - - [2026-05-28 02:59:32] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.131 - - [2026-05-28 02:59:32] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008399 10.0.0.131 - - [2026-05-28 02:59:32] "POST /id-to-fqname HTTP/1.1" 200 184 0.005368 10.0.0.131 - - [2026-05-28 02:59:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003645 10.0.0.131 - - [2026-05-28 02:59:33] "POST /security-groups HTTP/1.1" 200 585 0.075642 10.0.0.131 - - [2026-05-28 02:59:33] "POST /projects HTTP/1.1" 200 573 0.284280 10.0.0.131 - - [2026-05-28 02:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.326130 10.0.0.41 - - [2026-05-28 02:59:33] "POST /fqname-to-id HTTP/1.1" 404 227 0.013376 10.0.0.133 - - [2026-05-28 02:59:33] "GET /project/b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.482541 10.0.0.133 - - [2026-05-28 02:59:34] "GET / HTTP/1.1" 200 36215 0.002238 10.0.0.133 - - [2026-05-28 02:59:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000482 10.0.0.133 - - [2026-05-28 02:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.086785 10.0.0.131 - - [2026-05-28 02:59:35] "GET /projects?obj_uuids=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000848 10.0.0.133 - - [2026-05-28 02:59:35] "GET /project/b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.038184 10.0.0.41 - - [2026-05-28 02:59:36] "POST /ref-update HTTP/1.1" 200 156 0.027579 10.0.0.131 - - [2026-05-28 02:59:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007661 10.0.0.133 - - [2026-05-28 02:59:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.289951 10.0.0.133 - - [2026-05-28 02:59:36] "POST /id-to-fqname HTTP/1.1" 200 214 0.001924 10.0.0.133 - - [2026-05-28 02:59:36] "GET /virtual-network/04f526f4-4acf-4a32-b54c-ef582a3b9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.008327 10.0.0.133 - - [2026-05-28 02:59:36] "POST /neutron/network HTTP/1.1" 200 991 0.010043 10.0.0.133 - - [2026-05-28 02:59:36] "GET /virtual-network/04f526f4-4acf-4a32-b54c-ef582a3b9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005875 10.0.0.133 - - [2026-05-28 02:59:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.010839 10.0.0.133 - - [2026-05-28 02:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.131 - - [2026-05-28 02:59:36] "GET /projects?obj_uuids=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001696 10.0.0.133 - - [2026-05-28 02:59:36] "GET /project/b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.052608 10.0.0.131 - - [2026-05-28 02:59:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005424 10.0.0.133 - - [2026-05-28 02:59:37] "POST /neutron/subnet HTTP/1.1" 200 730 0.203128 10.0.0.133 - - [2026-05-28 02:59:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001419 10.0.0.133 - - [2026-05-28 02:59:37] "GET /virtual-network/038d5bcb-3026-4936-99cb-ef404032e4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2617 0.007960 10.0.0.133 - - [2026-05-28 02:59:37] "POST /neutron/network HTTP/1.1" 200 993 0.012434 10.0.0.133 - - [2026-05-28 02:59:37] "GET /virtual-network/038d5bcb-3026-4936-99cb-ef404032e4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2617 0.006775 10.0.0.133 - - [2026-05-28 02:59:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.011656 10.0.0.133 - - [2026-05-28 02:59:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001092 10.0.0.131 - - [2026-05-28 02:59:38] "GET /projects?obj_uuids=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000991 10.0.0.133 - - [2026-05-28 02:59:38] "GET /project/b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.094867 10.0.0.133 - - [2026-05-28 02:59:38] "POST /neutron/port HTTP/1.1" 200 117 0.007095 10.0.0.133 - - [2026-05-28 02:59:39] "POST /id-to-fqname HTTP/1.1" 200 214 0.001284 10.0.0.133 - - [2026-05-28 02:59:39] "POST /neutron/network HTTP/1.1" 200 1001 0.010918 10.0.0.133 - - [2026-05-28 02:59:40] "POST /neutron/port HTTP/1.1" 200 1160 0.061298 10.0.0.131 - - [2026-05-28 02:59:40] "GET /projects?obj_uuids=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001050 10.0.0.133 - - [2026-05-28 02:59:40] "GET /project/b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.107253 10.0.0.133 - - [2026-05-28 02:59:40] "POST /neutron/network HTTP/1.1" 200 991 0.048194 10.0.0.133 - - [2026-05-28 02:59:40] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.133 - - [2026-05-28 02:59:40] "POST /neutron/port HTTP/1.1" 200 1224 0.096719 10.0.0.133 - - [2026-05-28 02:59:40] "POST /neutron/network HTTP/1.1" 200 991 0.011014 10.0.0.133 - - [2026-05-28 02:59:40] "POST /id-to-fqname HTTP/1.1" 200 214 0.001464 10.0.0.133 - - [2026-05-28 02:59:40] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008135 10.0.0.131 - - [2026-05-28 02:59:41] "GET /projects?obj_uuids=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000884 10.0.0.133 - - [2026-05-28 02:59:41] "POST /neutron/port HTTP/1.1" 200 1160 0.358536 10.0.0.133 - - [2026-05-28 02:59:41] "POST /neutron/port HTTP/1.1" 200 1214 0.120407 10.0.0.131 - - [2026-05-28 02:59:41] "GET /projects?obj_uuids=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000953 10.0.0.133 - - [2026-05-28 02:59:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004351 10.0.0.133 - - [2026-05-28 02:59:41] "GET /project/b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.113177 10.0.0.133 - - [2026-05-28 02:59:41] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.133 - - [2026-05-28 02:59:42] "POST /neutron/port HTTP/1.1" 200 2294 0.034448 10.0.0.133 - - [2026-05-28 02:59:42] "POST /neutron/port HTTP/1.1" 200 1224 0.020923 10.0.0.133 - - [2026-05-28 02:59:42] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008889 10.0.0.133 - - [2026-05-28 02:59:42] "POST /neutron/network HTTP/1.1" 200 1003 0.018513 10.0.0.133 - - [2026-05-28 02:59:42] "GET /virtual-machine/425243bf-d62c-49a8-bc45-bd0f0ddd1691 HTTP/1.1" 401 293 0.000532 10.0.0.133 - - [2026-05-28 02:59:43] "GET /virtual-machine/425243bf-d62c-49a8-bc45-bd0f0ddd1691 HTTP/1.1" 200 1288 0.054032 10.0.0.133 - - [2026-05-28 02:59:43] "GET /virtual-machine-interface/a4fab113-4b42-45a2-b0ea-138465d41d1a HTTP/1.1" 200 3114 0.006658 10.0.0.133 - - [2026-05-28 02:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.133 - - [2026-05-28 02:59:43] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003528 10.0.0.133 - - [2026-05-28 02:59:43] "GET /virtual-networks?parent_id=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004499 10.0.0.133 - - [2026-05-28 02:59:43] "GET /virtual-network/04f526f4-4acf-4a32-b54c-ef582a3b9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005657 10.0.0.133 - - [2026-05-28 02:59:43] "POST /neutron/port HTTP/1.1" 200 1162 0.037290 10.0.0.133 - - [2026-05-28 02:59:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004410 10.0.0.133 - - [2026-05-28 02:59:43] "POST /neutron/port HTTP/1.1" 200 117 0.001513 10.0.0.133 - - [2026-05-28 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.133 - - [2026-05-28 02:59:46] "GET /virtual-network/04f526f4-4acf-4a32-b54c-ef582a3b9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.007459 10.0.0.133 - - [2026-05-28 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.133 - - [2026-05-28 02:59:50] "GET /virtual-network/04f526f4-4acf-4a32-b54c-ef582a3b9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005575 10.0.0.133 - - [2026-05-28 02:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.133 - - [2026-05-28 02:59:54] "GET /virtual-network/04f526f4-4acf-4a32-b54c-ef582a3b9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006872 10.0.0.133 - - [2026-05-28 02:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.133 - - [2026-05-28 02:59:58] "GET /virtual-network/04f526f4-4acf-4a32-b54c-ef582a3b9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006330 10.0.0.131 - - [2026-05-28 03:00:01] "GET /obj-perms HTTP/1.1" 200 5075 0.084690 10.0.0.133 - - [2026-05-28 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005192 10.0.0.133 - - [2026-05-28 03:00:02] "GET /virtual-network/04f526f4-4acf-4a32-b54c-ef582a3b9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006095 10.0.0.133 - - [2026-05-28 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.133 - - [2026-05-28 03:00:07] "GET /virtual-network/04f526f4-4acf-4a32-b54c-ef582a3b9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.008312 10.0.0.133 - - [2026-05-28 03:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.133 - - [2026-05-28 03:00:11] "GET /virtual-network/04f526f4-4acf-4a32-b54c-ef582a3b9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005719 10.0.0.133 - - [2026-05-28 03:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.133 - - [2026-05-28 03:00:15] "GET /virtual-network/04f526f4-4acf-4a32-b54c-ef582a3b9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006675 10.0.0.41 - - [2026-05-28 03:00:15] "DELETE /access-control-list/06221989-583f-486d-8b5c-c1a4ece33228 HTTP/1.1" 200 115 0.063109 10.0.0.133 - - [2026-05-28 03:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006418 10.0.0.133 - - [2026-05-28 03:00:19] "GET /virtual-network/04f526f4-4acf-4a32-b54c-ef582a3b9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.007174 10.0.0.133 - - [2026-05-28 03:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.133 - - [2026-05-28 03:00:23] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004693 10.0.0.133 - - [2026-05-28 03:00:23] "GET /virtual-networks?parent_id=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004022 10.0.0.133 - - [2026-05-28 03:00:23] "GET /virtual-network/04f526f4-4acf-4a32-b54c-ef582a3b9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006242 10.0.0.133 - - [2026-05-28 03:00:23] "POST /neutron/port HTTP/1.1" 200 1224 0.020939 10.0.0.133 - - [2026-05-28 03:00:25] "POST /neutron/port HTTP/1.1" 200 1224 0.024647 10.0.0.133 - - [2026-05-28 03:00:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011275 10.0.0.133 - - [2026-05-28 03:00:25] "POST /neutron/port HTTP/1.1" 200 117 0.001324 10.0.0.131 - - [2026-05-28 03:00:27] "DELETE /project/c7b1358f-830e-4183-b2f7-afc4b4ec2fc9 HTTP/1.1" 404 177 0.005318 10.0.0.131 - - [2026-05-28 03:00:27] "DELETE /project/c7b1358f830e4183b2f7afc4b4ec2fc9 HTTP/1.1" 404 173 0.003850 10.0.0.131 - - [2026-05-28 03:00:27] "DELETE /project/b5c589e31cc34400aec21c0eaa2a6e92 HTTP/1.1" 404 173 0.005410 10.0.0.133 - - [2026-05-28 03:00:28] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008025 10.0.0.133 - - [2026-05-28 03:00:34] "POST /neutron/port HTTP/1.1" 200 1224 0.021106 10.0.0.133 - - [2026-05-28 03:00:39] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010478 10.0.0.133 - - [2026-05-28 03:00:39] "POST /neutron/network HTTP/1.1" 200 1001 0.008631 10.0.0.133 - - [2026-05-28 03:00:39] "POST /neutron/subnet HTTP/1.1" 200 1380 0.019636 10.0.0.133 - - [2026-05-28 03:00:39] "POST /neutron/network HTTP/1.1" 200 991 0.013035 10.0.0.133 - - [2026-05-28 03:00:44] "POST /neutron/port HTTP/1.1" 200 1224 0.028439 10.0.0.133 - - [2026-05-28 03:00:46] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009280 10.0.0.133 - - [2026-05-28 03:00:49] "POST /neutron/port HTTP/1.1" 200 1224 0.036952 10.0.0.133 - - [2026-05-28 03:00:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009779 10.0.0.133 - - [2026-05-28 03:00:50] "GET /virtual-machine/11803b71-1dc0-405b-a1f5-4d7e5cf9b101 HTTP/1.1" 200 1288 0.007097 10.0.0.133 - - [2026-05-28 03:00:50] "GET /virtual-machine-interface/fc910dc3-a187-4c45-8f45-d29bd1e93d91 HTTP/1.1" 200 3114 0.006878 10.0.0.133 - - [2026-05-28 03:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.133 - - [2026-05-28 03:00:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005051 10.0.0.133 - - [2026-05-28 03:00:50] "GET /virtual-networks?parent_id=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004221 10.0.0.133 - - [2026-05-28 03:00:50] "GET /virtual-network/04f526f4-4acf-4a32-b54c-ef582a3b9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006706 10.0.0.133 - - [2026-05-28 03:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.133 - - [2026-05-28 03:00:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004480 10.0.0.133 - - [2026-05-28 03:00:51] "GET /virtual-networks?parent_id=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003613 10.0.0.133 - - [2026-05-28 03:00:51] "GET /virtual-network/04f526f4-4acf-4a32-b54c-ef582a3b9325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006805 10.0.0.133 - - [2026-05-28 03:00:56] "POST /neutron/port HTTP/1.1" 200 1226 0.023670 10.0.0.133 - - [2026-05-28 03:00:56] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008923 10.0.0.133 - - [2026-05-28 03:00:57] "GET /virtual-machine/ccc732b6-442f-43de-9d0e-6fd2779962aa HTTP/1.1" 200 1289 0.007350 10.0.0.133 - - [2026-05-28 03:00:57] "GET /virtual-machine-interface/0701f9d8-4fd4-450d-a872-09c4c8e75455 HTTP/1.1" 200 3112 0.006248 10.0.0.133 - - [2026-05-28 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.133 - - [2026-05-28 03:00:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004939 10.0.0.133 - - [2026-05-28 03:00:57] "GET /virtual-networks?parent_id=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004499 10.0.0.133 - - [2026-05-28 03:00:57] "GET /virtual-network/038d5bcb-3026-4936-99cb-ef404032e4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2617 0.008540 10.0.0.133 - - [2026-05-28 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005174 10.0.0.133 - - [2026-05-28 03:00:58] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003897 10.0.0.133 - - [2026-05-28 03:00:58] "GET /virtual-networks?parent_id=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004043 10.0.0.133 - - [2026-05-28 03:00:58] "GET /virtual-network/038d5bcb-3026-4936-99cb-ef404032e4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2617 0.007296 10.0.0.133 - - [2026-05-28 03:00:59] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003403 10.0.0.133 - - [2026-05-28 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.133 - - [2026-05-28 03:00:59] "GET /global-qos-config/92f55645-39be-44cd-abf6-6e2a45455d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.006267 10.0.0.133 - - [2026-05-28 03:00:59] "POST /fqname-to-id HTTP/1.1" 404 222 0.003294 10.0.0.133 - - [2026-05-28 03:01:00] "POST /forwarding-classs HTTP/1.1" 200 578 0.040310 10.0.0.133 - - [2026-05-28 03:01:00] "POST /id-to-fqname HTTP/1.1" 200 232 0.005069 10.0.0.133 - - [2026-05-28 03:01:00] "GET /forwarding-class/31455e04-05e0-4682-93a6-48f6a9b3d897?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1253 0.005557 10.0.0.131 - - [2026-05-28 03:01:00] "GET /projects?obj_uuids=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.040546 10.0.0.133 - - [2026-05-28 03:01:00] "GET /project/b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.105335 10.0.0.133 - - [2026-05-28 03:01:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.004280 10.0.0.133 - - [2026-05-28 03:01:00] "POST /qos-configs HTTP/1.1" 200 545 0.047360 10.0.0.133 - - [2026-05-28 03:01:00] "POST /id-to-fqname HTTP/1.1" 200 217 0.005297 10.0.0.133 - - [2026-05-28 03:01:00] "GET /qos-config/707ba2f2-1663-4ddc-951c-2cb2b8282f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1506 0.005156 10.0.0.133 - - [2026-05-28 03:01:00] "GET /virtual-machine-interface/a4fab113-4b42-45a2-b0ea-138465d41d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.009496 10.0.0.133 - - [2026-05-28 03:01:00] "POST /ref-update HTTP/1.1" 200 156 0.024945 10.0.0.133 - - [2026-05-28 03:01:00] "POST /neutron/port HTTP/1.1" 200 1224 0.028222 10.0.0.133 - - [2026-05-28 03:01:00] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010199 10.0.0.133 - - [2026-05-28 03:01:01] "POST /neutron/port HTTP/1.1" 200 1224 0.033446 10.0.0.133 - - [2026-05-28 03:01:01] "POST /neutron/network HTTP/1.1" 200 991 0.014435 10.0.0.133 - - [2026-05-28 03:01:01] "POST /id-to-fqname HTTP/1.1" 200 214 0.001331 10.0.0.133 - - [2026-05-28 03:01:01] "GET /virtual-machine/425243bf-d62c-49a8-bc45-bd0f0ddd1691 HTTP/1.1" 200 1288 0.005633 10.0.0.133 - - [2026-05-28 03:01:01] "GET /virtual-machine-interface/a4fab113-4b42-45a2-b0ea-138465d41d1a HTTP/1.1" 200 3362 0.005991 10.0.0.133 - - [2026-05-28 03:01:01] "GET /instance-ip/75e2073f-41ae-4fe9-953c-dd4442dcf553 HTTP/1.1" 200 1610 0.009163 10.0.0.133 - - [2026-05-28 03:01:01] "GET /instance-ip/e012c0ec-f0ff-431c-aca0-53e5d5cccbfd HTTP/1.1" 200 1632 0.008788 10.0.0.133 - - [2026-05-28 03:01:01] "POST /neutron/port HTTP/1.1" 200 1224 0.022483 10.0.0.133 - - [2026-05-28 03:01:01] "POST /neutron/security_group HTTP/1.1" 200 2052 0.015199 10.0.0.133 - - [2026-05-28 03:01:01] "POST /neutron/network HTTP/1.1" 200 965 0.026970 10.0.0.133 - - [2026-05-28 03:01:01] "POST /id-to-fqname HTTP/1.1" 200 214 0.001723 10.0.0.133 - - [2026-05-28 03:01:01] "GET /virtual-machine/11803b71-1dc0-405b-a1f5-4d7e5cf9b101 HTTP/1.1" 200 1288 0.005165 10.0.0.133 - - [2026-05-28 03:01:02] "GET /virtual-machine-interface/fc910dc3-a187-4c45-8f45-d29bd1e93d91 HTTP/1.1" 200 3114 0.006747 10.0.0.133 - - [2026-05-28 03:01:02] "GET /instance-ip/17c06177-31e8-4172-8023-d4422c69177f HTTP/1.1" 200 1609 0.007508 10.0.0.133 - - [2026-05-28 03:01:02] "GET /instance-ip/46453382-d68f-4a18-8026-dc09a028bd76 HTTP/1.1" 200 1630 0.008485 10.0.0.133 - - [2026-05-28 03:01:25] "POST /neutron/port HTTP/1.1" 200 1226 0.021379 10.0.0.133 - - [2026-05-28 03:01:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010190 10.0.0.133 - - [2026-05-28 03:01:26] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.133 - - [2026-05-28 03:01:28] "GET /virtual-machine-interface/a4fab113-4b42-45a2-b0ea-138465d41d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2945 0.006294 10.0.0.133 - - [2026-05-28 03:01:28] "POST /ref-update HTTP/1.1" 200 156 0.021863 10.0.0.133 - - [2026-05-28 03:01:28] "DELETE /qos-config/707ba2f2-1663-4ddc-951c-2cb2b8282f32 HTTP/1.1" 200 115 0.052412 10.0.0.133 - - [2026-05-28 03:01:28] "POST /id-to-fqname HTTP/1.1" 200 232 0.001345 10.0.0.133 - - [2026-05-28 03:01:28] "DELETE /forwarding-class/31455e04-05e0-4682-93a6-48f6a9b3d897 HTTP/1.1" 200 115 0.038638 10.0.0.133 - - [2026-05-28 03:01:30] "POST /neutron/network HTTP/1.1" 400 204 0.018567 10.0.0.133 - - [2026-05-28 03:01:30] "POST /neutron/port HTTP/1.1" 200 1216 0.021201 10.0.0.133 - - [2026-05-28 03:01:30] "POST /neutron/port HTTP/1.1" 200 1214 0.021791 10.0.0.133 - - [2026-05-28 03:01:31] "POST /neutron/port HTTP/1.1" 200 151 0.408739 10.0.0.41 - - [2026-05-28 03:01:32] "DELETE /route-target/eeef7567-905e-48a8-9463-42c70717521b HTTP/1.1" 200 115 0.028044 10.0.0.133 - - [2026-05-28 03:01:32] "POST /neutron/network HTTP/1.1" 200 991 0.011090 10.0.0.131 - - [2026-05-28 03:01:32] "GET /projects?obj_uuids=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001480 10.0.0.133 - - [2026-05-28 03:01:32] "GET /project/b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.085968 10.0.0.131 - - [2026-05-28 03:01:32] "GET /projects?obj_uuids=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000893 10.0.0.133 - - [2026-05-28 03:01:32] "GET /project/b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92?fields=virtual_networks HTTP/1.1" 200 1023 0.051191 10.0.0.131 - - [2026-05-28 03:01:33] "GET /projects?obj_uuids=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001238 10.0.0.133 - - [2026-05-28 03:01:33] "GET /project/b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.044926 10.0.0.131 - - [2026-05-28 03:01:33] "GET /projects?obj_uuids=b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001253 10.0.0.133 - - [2026-05-28 03:01:33] "GET /project/b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92?fields=security_groups HTTP/1.1" 200 1244 0.043086 10.0.0.133 - - [2026-05-28 03:01:34] "POST /fqname-to-id HTTP/1.1" 404 181 0.040855 10.0.0.131 - - [2026-05-28 03:01:34] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004060 10.0.0.131 - - [2026-05-28 03:01:34] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001426 10.0.0.131 - - [2026-05-28 03:01:34] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.057652 10.0.0.131 - - [2026-05-28 03:01:34] "POST /id-to-fqname HTTP/1.1" 200 183 0.002051 10.0.0.131 - - [2026-05-28 03:01:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.006989 10.0.0.131 - - [2026-05-28 03:01:34] "POST /security-groups HTTP/1.1" 200 584 0.035082 10.0.0.41 - - [2026-05-28 03:01:34] "POST /fqname-to-id HTTP/1.1" 404 227 0.005079 10.0.0.131 - - [2026-05-28 03:01:34] "POST /projects HTTP/1.1" 200 571 0.270082 10.0.0.131 - - [2026-05-28 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.313307 10.0.0.41 - - [2026-05-28 03:01:34] "POST /access-control-lists HTTP/1.1" 200 589 0.038505 10.0.0.133 - - [2026-05-28 03:01:34] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.559822 10.0.0.133 - - [2026-05-28 03:01:36] "GET / HTTP/1.1" 200 36215 0.002609 10.0.0.133 - - [2026-05-28 03:01:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000572 10.0.0.133 - - [2026-05-28 03:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.098835 10.0.0.131 - - [2026-05-28 03:01:38] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000901 10.0.0.133 - - [2026-05-28 03:01:38] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.038231 10.0.0.131 - - [2026-05-28 03:01:38] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001256 10.0.0.133 - - [2026-05-28 03:01:38] "POST /neutron/network HTTP/1.1" 200 612 0.187793 10.0.0.133 - - [2026-05-28 03:01:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.003217 10.0.0.133 - - [2026-05-28 03:01:39] "GET /virtual-network/cb78e6b0-0ae2-4c8a-96b4-383bbec11d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007312 10.0.0.133 - - [2026-05-28 03:01:39] "POST /neutron/network HTTP/1.1" 200 831 0.007176 10.0.0.133 - - [2026-05-28 03:01:39] "GET /virtual-network/cb78e6b0-0ae2-4c8a-96b4-383bbec11d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006531 10.0.0.133 - - [2026-05-28 03:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.133 - - [2026-05-28 03:01:39] "GET /virtual-network/cb78e6b0-0ae2-4c8a-96b4-383bbec11d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007391 10.0.0.41 - - [2026-05-28 03:01:39] "POST /route-targets HTTP/1.1" 200 324 0.015911 10.0.0.133 - - [2026-05-28 03:01:39] "PUT /virtual-network/cb78e6b0-0ae2-4c8a-96b4-383bbec11d88 HTTP/1.1" 200 265 0.069001 10.0.0.133 - - [2026-05-28 03:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005466 10.0.0.131 - - [2026-05-28 03:01:39] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001343 10.0.0.133 - - [2026-05-28 03:01:39] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.049305 10.0.0.133 - - [2026-05-28 03:01:39] "POST /neutron/network HTTP/1.1" 200 117 0.015482 10.0.0.41 - - [2026-05-28 03:01:39] "POST /ref-update HTTP/1.1" 200 156 0.039195 10.0.0.133 - - [2026-05-28 03:01:40] "POST /neutron/network HTTP/1.1" 200 830 0.011577 10.0.0.133 - - [2026-05-28 03:01:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001313 10.0.0.133 - - [2026-05-28 03:01:40] "GET /virtual-network/6b4861e4-889e-43d2-983f-b86fdd43a5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005406 10.0.0.133 - - [2026-05-28 03:01:40] "GET /virtual-network/6b4861e4-889e-43d2-983f-b86fdd43a5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008650 10.0.0.133 - - [2026-05-28 03:01:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.012485 10.0.0.133 - - [2026-05-28 03:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.133 - - [2026-05-28 03:01:40] "GET /virtual-network/6b4861e4-889e-43d2-983f-b86fdd43a5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009970 10.0.0.133 - - [2026-05-28 03:01:40] "PUT /virtual-network/6b4861e4-889e-43d2-983f-b86fdd43a5de HTTP/1.1" 200 265 0.078266 10.0.0.133 - - [2026-05-28 03:01:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001513 10.0.0.131 - - [2026-05-28 03:01:41] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001254 10.0.0.133 - - [2026-05-28 03:01:41] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.076691 10.0.0.133 - - [2026-05-28 03:01:41] "POST /neutron/port HTTP/1.1" 200 117 0.007566 10.0.0.133 - - [2026-05-28 03:01:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001582 10.0.0.133 - - [2026-05-28 03:01:42] "POST /neutron/network HTTP/1.1" 200 840 0.008803 10.0.0.133 - - [2026-05-28 03:01:42] "POST /neutron/port HTTP/1.1" 200 1053 0.027501 10.0.0.131 - - [2026-05-28 03:01:42] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001066 10.0.0.133 - - [2026-05-28 03:01:42] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.087446 10.0.0.133 - - [2026-05-28 03:01:42] "POST /neutron/network HTTP/1.1" 200 830 0.008844 10.0.0.133 - - [2026-05-28 03:01:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004716 10.0.0.133 - - [2026-05-28 03:01:43] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.133 - - [2026-05-28 03:01:43] "POST /neutron/port HTTP/1.1" 200 1117 0.022002 10.0.0.131 - - [2026-05-28 03:01:43] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000985 10.0.0.133 - - [2026-05-28 03:01:44] "POST /neutron/port HTTP/1.1" 200 1052 0.337572 10.0.0.133 - - [2026-05-28 03:01:44] "POST /neutron/port HTTP/1.1" 200 1106 0.164675 10.0.0.133 - - [2026-05-28 03:01:44] "POST /neutron/subnet HTTP/1.1" 200 694 0.010252 10.0.0.133 - - [2026-05-28 03:01:48] "POST /neutron/port HTTP/1.1" 200 1117 0.026591 10.0.0.133 - - [2026-05-28 03:01:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008192 10.0.0.133 - - [2026-05-28 03:01:48] "GET /virtual-machine/f336dc41-6a29-498b-af4c-bf73940d884a HTTP/1.1" 401 293 0.000397 10.0.0.133 - - [2026-05-28 03:01:49] "GET /virtual-machine/f336dc41-6a29-498b-af4c-bf73940d884a HTTP/1.1" 200 1288 0.059194 10.0.0.133 - - [2026-05-28 03:01:49] "GET /virtual-machine-interface/9014ae27-dbaf-4890-b09b-e8e39899d161 HTTP/1.1" 200 2935 0.005888 10.0.0.133 - - [2026-05-28 03:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007111 10.0.0.133 - - [2026-05-28 03:01:49] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004079 10.0.0.133 - - [2026-05-28 03:01:49] "GET /virtual-networks?parent_id=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003078 10.0.0.133 - - [2026-05-28 03:01:49] "GET /virtual-network/cb78e6b0-0ae2-4c8a-96b4-383bbec11d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.008036 10.0.0.133 - - [2026-05-28 03:01:52] "POST /neutron/port HTTP/1.1" 200 1117 0.053393 10.0.0.133 - - [2026-05-28 03:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.133 - - [2026-05-28 03:01:52] "GET /virtual-network/cb78e6b0-0ae2-4c8a-96b4-383bbec11d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.008309 10.0.0.133 - - [2026-05-28 03:01:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006879 10.0.0.133 - - [2026-05-28 03:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645 10.0.0.133 - - [2026-05-28 03:01:54] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004258 10.0.0.133 - - [2026-05-28 03:01:54] "GET /virtual-networks?parent_id=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003846 10.0.0.133 - - [2026-05-28 03:01:54] "GET /virtual-network/cb78e6b0-0ae2-4c8a-96b4-383bbec11d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007051 10.0.0.133 - - [2026-05-28 03:01:55] "POST /neutron/port HTTP/1.1" 200 1116 0.022969 10.0.0.133 - - [2026-05-28 03:01:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009657 10.0.0.133 - - [2026-05-28 03:01:55] "GET /virtual-machine/1c5c498e-71d8-4df5-8746-4159ab6bbf3f HTTP/1.1" 200 1286 0.005905 10.0.0.133 - - [2026-05-28 03:01:55] "GET /virtual-machine-interface/a2f4e74b-5bb7-4a31-8a68-6be96e5490c9 HTTP/1.1" 200 2934 0.005844 10.0.0.133 - - [2026-05-28 03:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.133 - - [2026-05-28 03:01:55] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003737 10.0.0.133 - - [2026-05-28 03:01:55] "GET /virtual-networks?parent_id=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003461 10.0.0.133 - - [2026-05-28 03:01:55] "GET /virtual-network/6b4861e4-889e-43d2-983f-b86fdd43a5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006585 10.0.0.133 - - [2026-05-28 03:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.133 - - [2026-05-28 03:01:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004246 10.0.0.133 - - [2026-05-28 03:01:56] "GET /virtual-networks?parent_id=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003148 10.0.0.133 - - [2026-05-28 03:01:56] "GET /virtual-network/6b4861e4-889e-43d2-983f-b86fdd43a5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.008521 10.0.0.133 - - [2026-05-28 03:01:56] "POST /routing-policys HTTP/1.1" 200 536 0.038352 10.0.0.133 - - [2026-05-28 03:01:56] "GET /virtual-network/cb78e6b0-0ae2-4c8a-96b4-383bbec11d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.019072 10.0.0.133 - - [2026-05-28 03:01:56] "PUT /virtual-network/cb78e6b0-0ae2-4c8a-96b4-383bbec11d88 HTTP/1.1" 200 265 0.081150 10.0.0.133 - - [2026-05-28 03:02:00] "POST /ref-update HTTP/1.1" 200 156 0.054986 10.0.0.41 - - [2026-05-28 03:02:00] "POST /ref-update HTTP/1.1" 200 156 0.024334 10.0.0.133 - - [2026-05-28 03:02:00] "DELETE /routing-policy/093cb8a8-2c82-4bfd-a44e-7f17015f5436 HTTP/1.1" 200 115 0.047061 10.0.0.133 - - [2026-05-28 03:02:01] "POST /neutron/port HTTP/1.1" 200 1116 0.019526 10.0.0.133 - - [2026-05-28 03:02:01] "POST /neutron/port HTTP/1.1" 200 1117 0.021566 10.0.0.133 - - [2026-05-28 03:02:03] "POST /neutron/network HTTP/1.1" 200 830 0.009250 10.0.0.41 - - [2026-05-28 03:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005105 10.0.0.131 - - [2026-05-28 03:02:03] "POST /useragent-kv HTTP/1.1" 200 115 0.015977 10.0.0.131 - - [2026-05-28 03:02:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003040 10.0.0.133 - - [2026-05-28 03:02:03] "POST /neutron/network HTTP/1.1" 200 151 0.173859 10.0.0.41 - - [2026-05-28 03:02:03] "DELETE /route-target/fd39e703-0f00-4a25-8ec2-2c5107802e2d HTTP/1.1" 200 115 0.033914 10.0.0.133 - - [2026-05-28 03:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.131 - - [2026-05-28 03:02:06] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000964 10.0.0.133 - - [2026-05-28 03:02:06] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.042776 10.0.0.41 - - [2026-05-28 03:02:06] "POST /route-targets HTTP/1.1" 200 328 0.020338 10.0.0.131 - - [2026-05-28 03:02:06] "POST /useragent-kv HTTP/1.1" 200 115 0.007555 10.0.0.133 - - [2026-05-28 03:02:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.198278 10.0.0.133 - - [2026-05-28 03:02:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001377 10.0.0.133 - - [2026-05-28 03:02:06] "GET /virtual-network/89b0cdc0-193b-47df-a873-4c29fbd4e4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006361 10.0.0.133 - - [2026-05-28 03:02:06] "GET /virtual-network/89b0cdc0-193b-47df-a873-4c29fbd4e4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006176 10.0.0.133 - - [2026-05-28 03:02:06] "POST /neutron/network HTTP/1.1" 200 831 0.007420 10.0.0.133 - - [2026-05-28 03:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.133 - - [2026-05-28 03:02:06] "GET /virtual-network/89b0cdc0-193b-47df-a873-4c29fbd4e4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006264 10.0.0.133 - - [2026-05-28 03:02:06] "PUT /virtual-network/89b0cdc0-193b-47df-a873-4c29fbd4e4d1 HTTP/1.1" 200 265 0.066702 10.0.0.133 - - [2026-05-28 03:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.41 - - [2026-05-28 03:02:06] "POST /ref-update HTTP/1.1" 200 156 0.056928 10.0.0.131 - - [2026-05-28 03:02:06] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000937 10.0.0.133 - - [2026-05-28 03:02:07] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.056244 10.0.0.131 - - [2026-05-28 03:02:07] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000984 10.0.0.133 - - [2026-05-28 03:02:07] "POST /neutron/network HTTP/1.1" 200 612 0.147831 10.0.0.133 - - [2026-05-28 03:02:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.003892 10.0.0.133 - - [2026-05-28 03:02:07] "GET /virtual-network/8a8aa04b-d315-4fa0-abfa-8dbe94282a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006587 10.0.0.133 - - [2026-05-28 03:02:07] "POST /neutron/network HTTP/1.1" 200 832 0.008694 10.0.0.133 - - [2026-05-28 03:02:07] "GET /virtual-network/8a8aa04b-d315-4fa0-abfa-8dbe94282a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005154 10.0.0.133 - - [2026-05-28 03:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.133 - - [2026-05-28 03:02:07] "GET /virtual-network/8a8aa04b-d315-4fa0-abfa-8dbe94282a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006741 10.0.0.41 - - [2026-05-28 03:02:07] "POST /ref-update HTTP/1.1" 200 156 0.027089 10.0.0.133 - - [2026-05-28 03:02:07] "PUT /virtual-network/8a8aa04b-d315-4fa0-abfa-8dbe94282a45 HTTP/1.1" 200 265 0.087020 10.0.0.133 - - [2026-05-28 03:02:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.002132 10.0.0.133 - - [2026-05-28 03:02:08] "POST /neutron/network HTTP/1.1" 200 841 0.010218 10.0.0.131 - - [2026-05-28 03:02:08] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.003793 10.0.0.133 - - [2026-05-28 03:02:08] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.076041 10.0.0.133 - - [2026-05-28 03:02:09] "POST /neutron/port HTTP/1.1" 200 117 0.006918 10.0.0.133 - - [2026-05-28 03:02:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001299 10.0.0.133 - - [2026-05-28 03:02:09] "POST /neutron/network HTTP/1.1" 200 841 0.008645 10.0.0.133 - - [2026-05-28 03:02:10] "POST /neutron/port HTTP/1.1" 200 1053 0.020300 10.0.0.131 - - [2026-05-28 03:02:10] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001091 10.0.0.133 - - [2026-05-28 03:02:10] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.130606 10.0.0.133 - - [2026-05-28 03:02:10] "POST /neutron/port HTTP/1.1" 200 1117 0.018775 10.0.0.133 - - [2026-05-28 03:02:10] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.133 - - [2026-05-28 03:02:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007195 10.0.0.133 - - [2026-05-28 03:02:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009684 10.0.0.133 - - [2026-05-28 03:02:11] "POST /neutron/port HTTP/1.1" 200 1054 0.022816 10.0.0.133 - - [2026-05-28 03:02:11] "POST /neutron/port HTTP/1.1" 200 1118 0.022497 10.0.0.133 - - [2026-05-28 03:02:11] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.133 - - [2026-05-28 03:02:15] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007549 10.0.0.133 - - [2026-05-28 03:02:16] "POST /neutron/port HTTP/1.1" 200 1117 0.025143 10.0.0.133 - - [2026-05-28 03:02:16] "GET /virtual-machine/a71dfcbc-9e45-45ad-876d-7a4788ded5a4 HTTP/1.1" 200 1287 0.007640 10.0.0.133 - - [2026-05-28 03:02:16] "GET /virtual-machine-interface/c0947247-2f28-4445-ac02-a37a18389d75 HTTP/1.1" 200 2935 0.007912 10.0.0.133 - - [2026-05-28 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.133 - - [2026-05-28 03:02:16] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003422 10.0.0.133 - - [2026-05-28 03:02:16] "GET /virtual-networks?parent_id=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002677 10.0.0.133 - - [2026-05-28 03:02:16] "GET /virtual-network/89b0cdc0-193b-47df-a873-4c29fbd4e4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006399 10.0.0.133 - - [2026-05-28 03:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.133 - - [2026-05-28 03:02:19] "GET /virtual-network/89b0cdc0-193b-47df-a873-4c29fbd4e4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007717 10.0.0.133 - - [2026-05-28 03:02:19] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008792 10.0.0.133 - - [2026-05-28 03:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.133 - - [2026-05-28 03:02:21] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005018 10.0.0.133 - - [2026-05-28 03:02:21] "GET /virtual-networks?parent_id=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003512 10.0.0.133 - - [2026-05-28 03:02:21] "GET /virtual-network/89b0cdc0-193b-47df-a873-4c29fbd4e4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.009766 10.0.0.133 - - [2026-05-28 03:02:21] "POST /neutron/port HTTP/1.1" 200 1118 0.022310 10.0.0.133 - - [2026-05-28 03:02:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008471 10.0.0.133 - - [2026-05-28 03:02:22] "GET /virtual-machine/a9120f2c-7a79-4854-be5c-a80ae05b81c5 HTTP/1.1" 200 1288 0.006861 10.0.0.133 - - [2026-05-28 03:02:22] "GET /virtual-machine-interface/6f7d5ad2-167e-4e46-9f08-6133d0c6ee7c HTTP/1.1" 200 2934 0.006491 10.0.0.133 - - [2026-05-28 03:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.133 - - [2026-05-28 03:02:22] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004744 10.0.0.133 - - [2026-05-28 03:02:22] "GET /virtual-networks?parent_id=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003742 10.0.0.133 - - [2026-05-28 03:02:22] "GET /virtual-network/8a8aa04b-d315-4fa0-abfa-8dbe94282a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005773 10.0.0.133 - - [2026-05-28 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.133 - - [2026-05-28 03:02:23] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004462 10.0.0.133 - - [2026-05-28 03:02:23] "GET /virtual-networks?parent_id=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003782 10.0.0.133 - - [2026-05-28 03:02:23] "GET /virtual-network/8a8aa04b-d315-4fa0-abfa-8dbe94282a45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005770 10.0.0.133 - - [2026-05-28 03:02:23] "POST /routing-policys HTTP/1.1" 200 536 0.033375 10.0.0.133 - - [2026-05-28 03:02:23] "GET /virtual-network/89b0cdc0-193b-47df-a873-4c29fbd4e4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.014306 10.0.0.133 - - [2026-05-28 03:02:23] "PUT /virtual-network/89b0cdc0-193b-47df-a873-4c29fbd4e4d1 HTTP/1.1" 200 265 0.066716 10.0.0.41 - - [2026-05-28 03:02:23] "POST /ref-update HTTP/1.1" 200 156 0.033001 10.0.0.133 - - [2026-05-28 03:02:26] "POST /neutron/port HTTP/1.1" 200 1118 0.067260 10.0.0.133 - - [2026-05-28 03:02:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004803 10.0.0.133 - - [2026-05-28 03:02:27] "POST /neutron/network HTTP/1.1" 200 832 0.009068 10.0.0.131 - - [2026-05-28 03:02:27] "DELETE /project/b5c589e3-1cc3-4400-aec2-1c0eaa2a6e92 HTTP/1.1" 404 177 0.006713 10.0.0.131 - - [2026-05-28 03:02:27] "DELETE /project/ec10275e63904b19a13e0564c2840045 HTTP/1.1" 404 173 0.005487 10.0.0.133 - - [2026-05-28 03:02:27] "POST /routing-policys HTTP/1.1" 200 536 0.040093 10.0.0.133 - - [2026-05-28 03:02:27] "GET /virtual-network/89b0cdc0-193b-47df-a873-4c29fbd4e4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.008052 10.0.0.133 - - [2026-05-28 03:02:28] "PUT /virtual-network/89b0cdc0-193b-47df-a873-4c29fbd4e4d1 HTTP/1.1" 200 265 0.107532 10.0.0.133 - - [2026-05-28 03:02:28] "POST /ref-update HTTP/1.1" 200 156 0.066514 10.0.0.41 - - [2026-05-28 03:02:28] "POST /ref-update HTTP/1.1" 200 156 0.045530 10.0.0.133 - - [2026-05-28 03:02:28] "DELETE /routing-policy/af3b7d4d-48aa-4dd3-ab76-5e304263b6c5 HTTP/1.1" 200 115 0.064239 10.0.0.133 - - [2026-05-28 03:02:28] "POST /ref-update HTTP/1.1" 200 156 0.093814 10.0.0.133 - - [2026-05-28 03:02:28] "DELETE /routing-policy/cb3eb6c1-67c6-42c0-a720-488e5304dc34 HTTP/1.1" 200 115 0.055211 10.0.0.133 - - [2026-05-28 03:02:29] "POST /neutron/port HTTP/1.1" 200 1118 0.025890 10.0.0.133 - - [2026-05-28 03:02:29] "POST /neutron/port HTTP/1.1" 200 1117 0.030569 10.0.0.133 - - [2026-05-28 03:02:30] "POST /neutron/network HTTP/1.1" 200 832 0.007282 10.0.0.41 - - [2026-05-28 03:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.131 - - [2026-05-28 03:02:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003583 10.0.0.131 - - [2026-05-28 03:02:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003031 10.0.0.133 - - [2026-05-28 03:02:31] "POST /neutron/network HTTP/1.1" 200 151 0.149001 10.0.0.41 - - [2026-05-28 03:02:31] "DELETE /route-target/640c5ec6-b778-4caa-a35d-174edf58a37a HTTP/1.1" 200 115 0.028002 10.0.0.133 - - [2026-05-28 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.131 - - [2026-05-28 03:02:33] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001100 10.0.0.133 - - [2026-05-28 03:02:33] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.043359 10.0.0.131 - - [2026-05-28 03:02:34] "POST /useragent-kv HTTP/1.1" 200 115 0.009577 10.0.0.133 - - [2026-05-28 03:02:34] "POST /neutron/subnet HTTP/1.1" 200 730 0.186244 10.0.0.133 - - [2026-05-28 03:02:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001198 10.0.0.133 - - [2026-05-28 03:02:34] "GET /virtual-network/6f05032e-6817-4f74-93af-1a1cd1f7c6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005863 10.0.0.133 - - [2026-05-28 03:02:34] "GET /virtual-network/6f05032e-6817-4f74-93af-1a1cd1f7c6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006331 10.0.0.133 - - [2026-05-28 03:02:34] "POST /neutron/network HTTP/1.1" 200 832 0.006626 10.0.0.133 - - [2026-05-28 03:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.133 - - [2026-05-28 03:02:34] "GET /virtual-network/6f05032e-6817-4f74-93af-1a1cd1f7c6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005146 10.0.0.133 - - [2026-05-28 03:02:34] "PUT /virtual-network/6f05032e-6817-4f74-93af-1a1cd1f7c6cc HTTP/1.1" 200 265 0.053770 10.0.0.133 - - [2026-05-28 03:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005418 10.0.0.41 - - [2026-05-28 03:02:34] "POST /route-targets HTTP/1.1" 200 328 0.015949 10.0.0.131 - - [2026-05-28 03:02:34] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001999 10.0.0.133 - - [2026-05-28 03:02:34] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.067140 10.0.0.41 - - [2026-05-28 03:02:34] "POST /ref-update HTTP/1.1" 200 156 0.035720 10.0.0.131 - - [2026-05-28 03:02:34] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000897 10.0.0.133 - - [2026-05-28 03:02:35] "POST /neutron/network HTTP/1.1" 200 612 0.139517 10.0.0.133 - - [2026-05-28 03:02:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.003514 10.0.0.133 - - [2026-05-28 03:02:35] "GET /virtual-network/767b1a39-4fbe-429c-bdc6-e940d3cbdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007643 10.0.0.133 - - [2026-05-28 03:02:35] "POST /neutron/network HTTP/1.1" 200 831 0.006612 10.0.0.133 - - [2026-05-28 03:02:35] "GET /virtual-network/767b1a39-4fbe-429c-bdc6-e940d3cbdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005270 10.0.0.133 - - [2026-05-28 03:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004602 10.0.0.133 - - [2026-05-28 03:02:35] "GET /virtual-network/767b1a39-4fbe-429c-bdc6-e940d3cbdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005517 10.0.0.133 - - [2026-05-28 03:02:35] "PUT /virtual-network/767b1a39-4fbe-429c-bdc6-e940d3cbdaac HTTP/1.1" 200 265 0.072800 10.0.0.41 - - [2026-05-28 03:02:35] "POST /ref-update HTTP/1.1" 200 156 0.020667 10.0.0.133 - - [2026-05-28 03:02:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001207 10.0.0.133 - - [2026-05-28 03:02:35] "POST /neutron/network HTTP/1.1" 200 842 0.007659 10.0.0.131 - - [2026-05-28 03:02:36] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001439 10.0.0.133 - - [2026-05-28 03:02:36] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.087707 10.0.0.133 - - [2026-05-28 03:02:36] "POST /neutron/port HTTP/1.1" 200 117 0.007119 10.0.0.133 - - [2026-05-28 03:02:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001276 10.0.0.133 - - [2026-05-28 03:02:37] "POST /neutron/network HTTP/1.1" 200 842 0.006752 10.0.0.133 - - [2026-05-28 03:02:37] "POST /neutron/port HTTP/1.1" 200 1054 0.020630 10.0.0.131 - - [2026-05-28 03:02:37] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001305 10.0.0.133 - - [2026-05-28 03:02:37] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.139574 10.0.0.133 - - [2026-05-28 03:02:37] "POST /neutron/port HTTP/1.1" 200 1118 0.023165 10.0.0.133 - - [2026-05-28 03:02:38] "POST /neutron/port HTTP/1.1" 200 117 0.002258 10.0.0.133 - - [2026-05-28 03:02:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008429 10.0.0.133 - - [2026-05-28 03:02:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008530 10.0.0.133 - - [2026-05-28 03:02:39] "POST /neutron/port HTTP/1.1" 200 1053 0.018403 10.0.0.133 - - [2026-05-28 03:02:39] "POST /neutron/port HTTP/1.1" 200 1117 0.023147 10.0.0.133 - - [2026-05-28 03:02:39] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.133 - - [2026-05-28 03:02:43] "POST /neutron/port HTTP/1.1" 200 1118 0.022810 10.0.0.133 - - [2026-05-28 03:02:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004975 10.0.0.133 - - [2026-05-28 03:02:43] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.133 - - [2026-05-28 03:02:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009179 10.0.0.133 - - [2026-05-28 03:02:43] "GET /virtual-machine/ede0c890-eb65-48fc-8470-3624f6a5e0b1 HTTP/1.1" 200 1287 0.006879 10.0.0.133 - - [2026-05-28 03:02:43] "GET /virtual-machine-interface/8c9d3346-e2c5-4c22-b354-14bf8ef60d6f HTTP/1.1" 200 2935 0.006282 10.0.0.133 - - [2026-05-28 03:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.133 - - [2026-05-28 03:02:43] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003991 10.0.0.133 - - [2026-05-28 03:02:43] "GET /virtual-networks?parent_id=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004435 10.0.0.133 - - [2026-05-28 03:02:44] "GET /virtual-network/6f05032e-6817-4f74-93af-1a1cd1f7c6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006557 10.0.0.133 - - [2026-05-28 03:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.133 - - [2026-05-28 03:02:47] "GET /virtual-network/6f05032e-6817-4f74-93af-1a1cd1f7c6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005931 10.0.0.133 - - [2026-05-28 03:02:47] "POST /neutron/port HTTP/1.1" 200 1118 0.024223 10.0.0.133 - - [2026-05-28 03:02:49] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009392 10.0.0.133 - - [2026-05-28 03:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.133 - - [2026-05-28 03:02:49] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004658 10.0.0.133 - - [2026-05-28 03:02:49] "GET /virtual-networks?parent_id=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004550 10.0.0.133 - - [2026-05-28 03:02:49] "GET /virtual-network/6f05032e-6817-4f74-93af-1a1cd1f7c6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.008454 10.0.0.133 - - [2026-05-28 03:02:54] "POST /neutron/port HTTP/1.1" 200 1117 0.025178 10.0.0.133 - - [2026-05-28 03:02:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009590 10.0.0.133 - - [2026-05-28 03:02:55] "GET /virtual-machine/bcbeda5c-2ba0-45a1-962c-ab39040e88fb HTTP/1.1" 200 1288 0.006983 10.0.0.133 - - [2026-05-28 03:02:55] "GET /virtual-machine-interface/6c1d8ab3-e3e1-40f8-ae03-23db0b16b028 HTTP/1.1" 200 2934 0.006301 10.0.0.133 - - [2026-05-28 03:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.133 - - [2026-05-28 03:02:55] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006311 10.0.0.133 - - [2026-05-28 03:02:55] "GET /virtual-networks?parent_id=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005754 10.0.0.133 - - [2026-05-28 03:02:55] "GET /virtual-network/767b1a39-4fbe-429c-bdc6-e940d3cbdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007664 10.0.0.133 - - [2026-05-28 03:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.133 - - [2026-05-28 03:02:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004169 10.0.0.133 - - [2026-05-28 03:02:56] "GET /virtual-networks?parent_id=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004132 10.0.0.133 - - [2026-05-28 03:02:56] "GET /virtual-network/767b1a39-4fbe-429c-bdc6-e940d3cbdaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.008612 10.0.0.133 - - [2026-05-28 03:02:56] "POST /interface-route-tables HTTP/1.1" 200 576 0.028577 10.0.0.133 - - [2026-05-28 03:02:56] "GET /interface-route-table/23f3f32c-387d-47ea-8840-a9dc9a110c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1307 0.022202 10.0.0.133 - - [2026-05-28 03:02:56] "GET /virtual-machine-interface/8c9d3346-e2c5-4c22-b354-14bf8ef60d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2713 0.005893 10.0.0.133 - - [2026-05-28 03:02:56] "POST /ref-update HTTP/1.1" 200 156 0.017368 10.0.0.133 - - [2026-05-28 03:02:56] "POST /routing-policys HTTP/1.1" 200 536 0.034804 10.0.0.133 - - [2026-05-28 03:02:56] "GET /virtual-network/6f05032e-6817-4f74-93af-1a1cd1f7c6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.009146 10.0.0.133 - - [2026-05-28 03:02:56] "PUT /virtual-network/6f05032e-6817-4f74-93af-1a1cd1f7c6cc HTTP/1.1" 200 265 0.054571 10.0.0.133 - - [2026-05-28 03:03:00] "POST /ref-update HTTP/1.1" 200 156 0.066751 10.0.0.133 - - [2026-05-28 03:03:00] "DELETE /routing-policy/98001dc0-3888-4e69-ac80-6179e5e2acfe HTTP/1.1" 200 115 0.063595 10.0.0.133 - - [2026-05-28 03:03:01] "POST /neutron/network HTTP/1.1" 200 831 0.008922 10.0.0.133 - - [2026-05-28 03:03:01] "POST /neutron/port HTTP/1.1" 200 1107 0.020165 10.0.0.133 - - [2026-05-28 03:03:01] "POST /neutron/port HTTP/1.1" 200 1108 0.019184 10.0.0.131 - - [2026-05-28 03:03:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003993 10.0.0.131 - - [2026-05-28 03:03:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002791 10.0.0.133 - - [2026-05-28 03:03:03] "POST /neutron/network HTTP/1.1" 200 151 0.184500 10.0.0.41 - - [2026-05-28 03:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.012018 10.0.0.41 - - [2026-05-28 03:03:03] "DELETE /route-target/2c568c78-a277-4862-9494-3894893b3a2e HTTP/1.1" 409 240 0.011199 10.0.0.41 - - [2026-05-28 03:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007305 10.0.0.133 - - [2026-05-28 03:03:04] "GET /obj-perms HTTP/1.1" 200 5075 0.072209 10.0.0.131 - - [2026-05-28 03:03:05] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000885 10.0.0.133 - - [2026-05-28 03:03:05] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.039213 10.0.0.131 - - [2026-05-28 03:03:05] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001351 10.0.0.133 - - [2026-05-28 03:03:05] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?fields=virtual_networks HTTP/1.1" 200 1021 0.044356 10.0.0.131 - - [2026-05-28 03:03:05] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000901 10.0.0.133 - - [2026-05-28 03:03:05] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.046671 10.0.0.131 - - [2026-05-28 03:03:05] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001280 10.0.0.133 - - [2026-05-28 03:03:05] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?fields=security_groups HTTP/1.1" 200 1241 0.045638 10.0.0.133 - - [2026-05-28 03:03:06] "POST /fqname-to-id HTTP/1.1" 404 192 0.035136 10.0.0.131 - - [2026-05-28 03:03:06] "GET /projects?obj_uuids=e4eec519-b3e7-423d-be85-b217ecb97efb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003109 10.0.0.131 - - [2026-05-28 03:03:06] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001849 10.0.0.131 - - [2026-05-28 03:03:06] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007771 10.0.0.131 - - [2026-05-28 03:03:06] "POST /id-to-fqname HTTP/1.1" 200 194 0.006621 10.0.0.131 - - [2026-05-28 03:03:06] "POST /fqname-to-id HTTP/1.1" 404 203 0.003745 10.0.0.131 - - [2026-05-28 03:03:06] "POST /security-groups HTTP/1.1" 200 595 0.074541 10.0.0.131 - - [2026-05-28 03:03:06] "POST /projects HTTP/1.1" 200 593 0.291928 10.0.0.41 - - [2026-05-28 03:03:06] "POST /access-control-lists HTTP/1.1" 200 602 0.032906 10.0.0.131 - - [2026-05-28 03:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.370324 10.0.0.133 - - [2026-05-28 03:03:06] "GET /project/e4eec519-b3e7-423d-be85-b217ecb97efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.534390 10.0.0.133 - - [2026-05-28 03:03:08] "GET / HTTP/1.1" 200 36215 0.002154 10.0.0.133 - - [2026-05-28 03:03:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000493 10.0.0.133 - - [2026-05-28 03:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.078398 10.0.0.131 - - [2026-05-28 03:03:10] "GET /projects?obj_uuids=e4eec519-b3e7-423d-be85-b217ecb97efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001119 10.0.0.133 - - [2026-05-28 03:03:10] "GET /project/e4eec519-b3e7-423d-be85-b217ecb97efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.043295 10.0.0.133 - - [2026-05-28 03:03:10] "POST /neutron/network HTTP/1.1" 200 117 0.049305 10.0.0.41 - - [2026-05-28 03:03:10] "POST /route-targets HTTP/1.1" 200 328 0.014971 10.0.0.133 - - [2026-05-28 03:03:11] "POST /neutron/network HTTP/1.1" 200 834 0.010245 10.0.0.133 - - [2026-05-28 03:03:11] "POST /id-to-fqname HTTP/1.1" 200 226 0.001256 10.0.0.133 - - [2026-05-28 03:03:11] "GET /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005532 10.0.0.133 - - [2026-05-28 03:03:11] "GET /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006170 10.0.0.133 - - [2026-05-28 03:03:11] "POST /neutron/subnet HTTP/1.1" 200 734 0.012265 10.0.0.133 - - [2026-05-28 03:03:12] "GET /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006620 10.0.0.41 - - [2026-05-28 03:03:13] "GET /obj-perms HTTP/1.1" 200 5057 0.073855 10.0.0.131 - - [2026-05-28 03:03:13] "GET /obj-perms HTTP/1.1" 200 5057 0.066857 10.0.0.133 - - [2026-05-28 03:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.133 - - [2026-05-28 03:03:13] "GET /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008068 10.0.0.133 - - [2026-05-28 03:03:13] "PUT /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a HTTP/1.1" 200 265 0.060805 10.0.0.41 - - [2026-05-28 03:03:13] "POST /ref-update HTTP/1.1" 200 156 0.027626 10.0.0.133 - - [2026-05-28 03:03:18] "POST /id-to-fqname HTTP/1.1" 200 226 0.001989 10.0.0.131 - - [2026-05-28 03:03:19] "GET /projects?obj_uuids=e4eec519-b3e7-423d-be85-b217ecb97efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001160 10.0.0.133 - - [2026-05-28 03:03:19] "GET /project/e4eec519-b3e7-423d-be85-b217ecb97efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.093796 10.0.0.133 - - [2026-05-28 03:03:20] "POST /neutron/port HTTP/1.1" 200 117 0.006872 10.0.0.133 - - [2026-05-28 03:03:20] "POST /neutron/network HTTP/1.1" 200 844 0.009150 10.0.0.133 - - [2026-05-28 03:03:21] "POST /neutron/port HTTP/1.1" 200 1066 0.019906 10.0.0.133 - - [2026-05-28 03:03:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004390 10.0.0.133 - - [2026-05-28 03:03:21] "POST /neutron/network HTTP/1.1" 200 834 0.007777 10.0.0.133 - - [2026-05-28 03:03:25] "POST /neutron/port HTTP/1.1" 200 1130 0.025972 10.0.0.133 - - [2026-05-28 03:03:25] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008807 10.0.0.133 - - [2026-05-28 03:03:25] "GET /virtual-machine/f84c3356-c610-4b02-8620-c166d9df2fb2 HTTP/1.1" 401 293 0.000499 10.0.0.133 - - [2026-05-28 03:03:25] "GET /virtual-machine/f84c3356-c610-4b02-8620-c166d9df2fb2 HTTP/1.1" 200 1298 0.038254 10.0.0.133 - - [2026-05-28 03:03:25] "GET /virtual-machine-interface/74750581-3b1a-417d-9bb2-451adfeced1c HTTP/1.1" 200 2974 0.006403 10.0.0.133 - - [2026-05-28 03:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.133 - - [2026-05-28 03:03:26] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006806 10.0.0.133 - - [2026-05-28 03:03:26] "GET /virtual-networks?parent_id=e4eec519-b3e7-423d-be85-b217ecb97efb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003944 10.0.0.133 - - [2026-05-28 03:03:26] "GET /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.007198 10.0.0.131 - - [2026-05-28 03:03:27] "DELETE /project/e4eec519b3e7423dbe85b217ecb97efb HTTP/1.1" 404 173 0.004489 10.0.0.131 - - [2026-05-28 03:03:27] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000843 10.0.0.131 - - [2026-05-28 03:03:27] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.051868 10.0.0.131 - - [2026-05-28 03:03:27] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002494 10.0.0.131 - - [2026-05-28 03:03:27] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?fields=security_groups HTTP/1.1" 200 1089 0.057107 10.0.0.131 - - [2026-05-28 03:03:27] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000958 10.0.0.131 - - [2026-05-28 03:03:27] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?fields=application_policy_sets HTTP/1.1" 200 1382 0.053896 10.0.0.131 - - [2026-05-28 03:03:27] "DELETE /project/ec10275e-6390-4b19-a13e-0564c2840045 HTTP/1.1" 409 278 0.278106 10.0.0.133 - - [2026-05-28 03:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.133 - - [2026-05-28 03:03:29] "GET /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006766 10.0.0.133 - - [2026-05-28 03:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.133 - - [2026-05-28 03:03:33] "GET /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.007256 10.0.0.133 - - [2026-05-28 03:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.133 - - [2026-05-28 03:03:37] "GET /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006778 10.0.0.133 - - [2026-05-28 03:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.133 - - [2026-05-28 03:03:41] "GET /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006559 10.0.0.133 - - [2026-05-28 03:03:44] "POST /neutron/network HTTP/1.1" 200 844 0.007625 10.0.0.133 - - [2026-05-28 03:03:44] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.133 - - [2026-05-28 03:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.133 - - [2026-05-28 03:03:45] "GET /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.008447 10.0.0.133 - - [2026-05-28 03:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.133 - - [2026-05-28 03:03:49] "GET /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.007359 10.0.0.133 - - [2026-05-28 03:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.133 - - [2026-05-28 03:03:53] "GET /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.007928 10.0.0.133 - - [2026-05-28 03:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.133 - - [2026-05-28 03:03:57] "GET /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.007571 10.0.0.133 - - [2026-05-28 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.133 - - [2026-05-28 03:04:01] "GET /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006051 10.0.0.133 - - [2026-05-28 03:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.133 - - [2026-05-28 03:04:04] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004559 10.0.0.133 - - [2026-05-28 03:04:04] "GET /virtual-networks?parent_id=e4eec519-b3e7-423d-be85-b217ecb97efb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004586 10.0.0.133 - - [2026-05-28 03:04:04] "GET /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.008294 10.0.0.133 - - [2026-05-28 03:04:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010998 10.0.0.133 - - [2026-05-28 03:04:14] "POST /neutron/port HTTP/1.1" 200 1130 0.019173 10.0.0.133 - - [2026-05-28 03:04:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009401 10.0.0.41 - - [2026-05-28 03:04:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.41 - - [2026-05-28 03:04:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.131 - - [2026-05-28 03:04:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.41 - - [2026-05-28 03:04:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.131 - - [2026-05-28 03:04:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000708 10.0.0.41 - - [2026-05-28 03:04:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.131 - - [2026-05-28 03:04:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.131 - - [2026-05-28 03:04:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000716 10.0.0.133 - - [2026-05-28 03:04:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000344 10.0.0.133 - - [2026-05-28 03:04:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.133 - - [2026-05-28 03:04:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.133 - - [2026-05-28 03:04:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.133 - - [2026-05-28 03:04:25] "POST /neutron/port HTTP/1.1" 200 1130 0.019693 10.0.0.133 - - [2026-05-28 03:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004640 10.0.0.133 - - [2026-05-28 03:04:30] "GET /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006600 10.0.0.133 - - [2026-05-28 03:04:30] "PUT /virtual-network/cfcdd9cf-d1c5-4cfc-85ad-3994d0e3da7a HTTP/1.1" 200 265 0.053823 10.0.0.41 - - [2026-05-28 03:04:30] "POST /ref-update HTTP/1.1" 200 156 0.085058 10.0.0.133 - - [2026-05-28 03:04:35] "POST /neutron/network HTTP/1.1" 400 204 0.019085 10.0.0.133 - - [2026-05-28 03:04:36] "POST /neutron/port HTTP/1.1" 200 151 0.203619 10.0.0.41 - - [2026-05-28 03:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.133 - - [2026-05-28 03:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.131 - - [2026-05-28 03:04:40] "GET /projects?obj_uuids=e4eec519-b3e7-423d-be85-b217ecb97efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000941 10.0.0.133 - - [2026-05-28 03:04:40] "GET /project/e4eec519-b3e7-423d-be85-b217ecb97efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.052338 10.0.0.133 - - [2026-05-28 03:04:40] "POST /neutron/network HTTP/1.1" 200 117 0.013085 10.0.0.41 - - [2026-05-28 03:04:41] "POST /ref-update HTTP/1.1" 200 156 0.024579 10.0.0.133 - - [2026-05-28 03:04:41] "POST /neutron/network HTTP/1.1" 200 832 0.010404 10.0.0.133 - - [2026-05-28 03:04:41] "POST /id-to-fqname HTTP/1.1" 200 226 0.000968 10.0.0.133 - - [2026-05-28 03:04:41] "GET /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006498 10.0.0.133 - - [2026-05-28 03:04:41] "GET /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006365 10.0.0.133 - - [2026-05-28 03:04:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.012966 10.0.0.133 - - [2026-05-28 03:04:41] "GET /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007639 10.0.0.133 - - [2026-05-28 03:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.133 - - [2026-05-28 03:04:42] "GET /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006385 10.0.0.133 - - [2026-05-28 03:04:42] "PUT /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec HTTP/1.1" 200 265 0.062331 10.0.0.133 - - [2026-05-28 03:04:47] "POST /id-to-fqname HTTP/1.1" 200 226 0.001349 10.0.0.131 - - [2026-05-28 03:04:48] "GET /projects?obj_uuids=e4eec519-b3e7-423d-be85-b217ecb97efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000996 10.0.0.133 - - [2026-05-28 03:04:48] "GET /project/e4eec519-b3e7-423d-be85-b217ecb97efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.097091 10.0.0.133 - - [2026-05-28 03:04:48] "POST /neutron/port HTTP/1.1" 200 117 0.007599 10.0.0.133 - - [2026-05-28 03:04:49] "POST /neutron/network HTTP/1.1" 200 842 0.009025 10.0.0.133 - - [2026-05-28 03:04:50] "POST /neutron/port HTTP/1.1" 200 1064 0.028069 10.0.0.133 - - [2026-05-28 03:04:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004169 10.0.0.133 - - [2026-05-28 03:04:50] "POST /neutron/network HTTP/1.1" 200 832 0.008011 10.0.0.133 - - [2026-05-28 03:04:54] "POST /neutron/port HTTP/1.1" 200 1128 0.024400 10.0.0.133 - - [2026-05-28 03:04:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009672 10.0.0.133 - - [2026-05-28 03:04:54] "GET /virtual-machine/5e224a41-6e7c-42c2-ac63-202872dea29d HTTP/1.1" 200 1298 0.007710 10.0.0.133 - - [2026-05-28 03:04:54] "GET /virtual-machine-interface/711eff25-9b1f-4d76-b44c-d49469b579a1 HTTP/1.1" 200 2974 0.005522 10.0.0.133 - - [2026-05-28 03:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.133 - - [2026-05-28 03:04:54] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003935 10.0.0.133 - - [2026-05-28 03:04:54] "GET /virtual-networks?parent_id=e4eec519-b3e7-423d-be85-b217ecb97efb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003207 10.0.0.133 - - [2026-05-28 03:04:54] "GET /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006723 10.0.0.133 - - [2026-05-28 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005238 10.0.0.133 - - [2026-05-28 03:04:57] "GET /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007160 10.0.0.133 - - [2026-05-28 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.133 - - [2026-05-28 03:05:01] "GET /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006958 10.0.0.133 - - [2026-05-28 03:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.133 - - [2026-05-28 03:05:05] "GET /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005580 10.0.0.133 - - [2026-05-28 03:05:06] "GET /obj-perms HTTP/1.1" 200 5075 0.069199 10.0.0.41 - - [2026-05-28 03:05:06] "GET /obj-perms HTTP/1.1" 200 5075 0.082745 10.0.0.133 - - [2026-05-28 03:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.133 - - [2026-05-28 03:05:09] "GET /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006109 10.0.0.133 - - [2026-05-28 03:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.133 - - [2026-05-28 03:05:14] "GET /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006072 10.0.0.133 - - [2026-05-28 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.133 - - [2026-05-28 03:05:18] "GET /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005977 10.0.0.133 - - [2026-05-28 03:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.133 - - [2026-05-28 03:05:22] "GET /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005510 10.0.0.133 - - [2026-05-28 03:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.133 - - [2026-05-28 03:05:26] "GET /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005629 10.0.0.133 - - [2026-05-28 03:05:29] "POST /neutron/network HTTP/1.1" 200 842 0.007866 10.0.0.133 - - [2026-05-28 03:05:29] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.133 - - [2026-05-28 03:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.133 - - [2026-05-28 03:05:30] "GET /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005943 10.0.0.133 - - [2026-05-28 03:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.133 - - [2026-05-28 03:05:32] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003717 10.0.0.133 - - [2026-05-28 03:05:32] "GET /virtual-networks?parent_id=e4eec519-b3e7-423d-be85-b217ecb97efb&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004402 10.0.0.133 - - [2026-05-28 03:05:32] "GET /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008826 10.0.0.133 - - [2026-05-28 03:05:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009042 10.0.0.133 - - [2026-05-28 03:05:43] "POST /neutron/port HTTP/1.1" 200 1128 0.020618 10.0.0.133 - - [2026-05-28 03:05:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008009 10.0.0.133 - - [2026-05-28 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005431 10.0.0.133 - - [2026-05-28 03:05:53] "GET /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008675 10.0.0.41 - - [2026-05-28 03:05:53] "POST /ref-update HTTP/1.1" 200 156 0.031163 10.0.0.133 - - [2026-05-28 03:05:53] "PUT /virtual-network/e9e10175-b4b0-437a-87fc-515c55fedbec HTTP/1.1" 200 265 0.083226 10.0.0.133 - - [2026-05-28 03:05:58] "POST /neutron/network HTTP/1.1" 200 832 0.008378 10.0.0.133 - - [2026-05-28 03:05:59] "POST /neutron/port HTTP/1.1" 200 1118 0.015250 10.0.0.41 - - [2026-05-28 03:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007254 10.0.0.131 - - [2026-05-28 03:06:01] "POST /useragent-kv HTTP/1.1" 200 115 0.092058 10.0.0.131 - - [2026-05-28 03:06:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002619 10.0.0.133 - - [2026-05-28 03:06:01] "POST /neutron/network HTTP/1.1" 200 151 0.281689 10.0.0.131 - - [2026-05-28 03:06:02] "GET /projects?obj_uuids=e4eec519-b3e7-423d-be85-b217ecb97efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000856 10.0.0.133 - - [2026-05-28 03:06:02] "GET /project/e4eec519-b3e7-423d-be85-b217ecb97efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.044219 10.0.0.131 - - [2026-05-28 03:06:02] "GET /projects?obj_uuids=e4eec519-b3e7-423d-be85-b217ecb97efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000872 10.0.0.133 - - [2026-05-28 03:06:02] "GET /project/e4eec519-b3e7-423d-be85-b217ecb97efb?fields=virtual_networks HTTP/1.1" 200 1043 0.052643 10.0.0.131 - - [2026-05-28 03:06:03] "GET /projects?obj_uuids=e4eec519-b3e7-423d-be85-b217ecb97efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001019 10.0.0.133 - - [2026-05-28 03:06:03] "GET /project/e4eec519-b3e7-423d-be85-b217ecb97efb?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.052403 10.0.0.131 - - [2026-05-28 03:06:03] "GET /projects?obj_uuids=e4eec519-b3e7-423d-be85-b217ecb97efb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001079 10.0.0.133 - - [2026-05-28 03:06:03] "GET /project/e4eec519-b3e7-423d-be85-b217ecb97efb?fields=security_groups HTTP/1.1" 200 1274 0.047512 10.0.0.133 - - [2026-05-28 03:06:04] "POST /fqname-to-id HTTP/1.1" 404 213 0.037221 10.0.0.131 - - [2026-05-28 03:06:04] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003023 10.0.0.131 - - [2026-05-28 03:06:04] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.131 - - [2026-05-28 03:06:04] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009285 10.0.0.131 - - [2026-05-28 03:06:04] "POST /id-to-fqname HTTP/1.1" 200 216 0.002076 10.0.0.131 - - [2026-05-28 03:06:04] "POST /fqname-to-id HTTP/1.1" 404 227 0.009762 10.0.0.131 - - [2026-05-28 03:06:04] "POST /security-groups HTTP/1.1" 200 616 0.035275 10.0.0.131 - - [2026-05-28 03:06:04] "POST /projects HTTP/1.1" 200 635 0.266439 10.0.0.131 - - [2026-05-28 03:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.306640 10.0.0.41 - - [2026-05-28 03:06:04] "POST /access-control-lists HTTP/1.1" 200 623 0.039301 10.0.0.133 - - [2026-05-28 03:06:04] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.487948 10.0.0.133 - - [2026-05-28 03:06:06] "GET / HTTP/1.1" 200 36215 0.001560 10.0.0.131 - - [2026-05-28 03:06:07] "GET /obj-perms HTTP/1.1" 200 5075 0.147633 10.0.0.133 - - [2026-05-28 03:06:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000415 10.0.0.133 - - [2026-05-28 03:06:08] "POST /fqname-to-id HTTP/1.1" 404 249 0.044291 10.0.0.41 - - [2026-05-28 03:06:08] "POST /fqname-to-id HTTP/1.1" 404 281 0.005540 10.0.0.41 - - [2026-05-28 03:06:09] "POST /access-control-lists HTTP/1.1" 200 643 0.033380 10.0.0.133 - - [2026-05-28 03:06:09] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.050447 10.0.0.41 - - [2026-05-28 03:06:09] "PUT /access-control-list/95bdc6c0-39dc-4340-aae0-3ce262765dbe HTTP/1.1" 200 273 0.033716 10.0.0.133 - - [2026-05-28 03:06:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.174485 10.0.0.133 - - [2026-05-28 03:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.133 - - [2026-05-28 03:06:10] "GET /security-group/33e8c512-14d8-4c3c-b16f-e09523b5d620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006403 10.0.0.133 - - [2026-05-28 03:06:10] "POST /neutron/security_group HTTP/1.1" 200 151 0.059768 10.0.0.133 - - [2026-05-28 03:06:10] "POST /fqname-to-id HTTP/1.1" 404 249 0.004401 10.0.0.41 - - [2026-05-28 03:06:10] "DELETE /access-control-list/1c6882de-cbed-461b-bad8-7d575f6754c7 HTTP/1.1" 200 115 0.042112 10.0.0.133 - - [2026-05-28 03:06:11] "POST /fqname-to-id HTTP/1.1" 404 249 0.003505 10.0.0.41 - - [2026-05-28 03:06:11] "POST /access-control-lists HTTP/1.1" 200 645 0.034637 10.0.0.41 - - [2026-05-28 03:06:11] "PUT /access-control-list/1d95df81-0e06-4618-9beb-6576961efeca HTTP/1.1" 200 273 0.020520 10.0.0.133 - - [2026-05-28 03:06:11] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.014962 10.0.0.133 - - [2026-05-28 03:06:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.111608 10.0.0.41 - - [2026-05-28 03:06:12] "PUT /access-control-list/1d95df81-0e06-4618-9beb-6576961efeca HTTP/1.1" 200 273 0.019222 10.0.0.133 - - [2026-05-28 03:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.133 - - [2026-05-28 03:06:12] "GET /security-group/428716f9-d315-4fee-91e4-329e506a96cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006376 10.0.0.133 - - [2026-05-28 03:06:12] "POST /neutron/security_group_rule HTTP/1.1" 200 566 0.010818 10.0.0.41 - - [2026-05-28 03:06:13] "PUT /access-control-list/1d95df81-0e06-4618-9beb-6576961efeca HTTP/1.1" 200 273 0.015980 10.0.0.133 - - [2026-05-28 03:06:13] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.142868 10.0.0.133 - - [2026-05-28 03:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.131 - - [2026-05-28 03:06:13] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001077 10.0.0.133 - - [2026-05-28 03:06:13] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.061179 10.0.0.41 - - [2026-05-28 03:06:13] "POST /ref-update HTTP/1.1" 200 156 0.032181 10.0.0.131 - - [2026-05-28 03:06:14] "POST /useragent-kv HTTP/1.1" 200 115 0.009498 10.0.0.133 - - [2026-05-28 03:06:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.204973 10.0.0.41 - - [2026-05-28 03:06:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.061435 10.0.0.133 - - [2026-05-28 03:06:14] "POST /id-to-fqname HTTP/1.1" 200 290 0.001452 10.0.0.133 - - [2026-05-28 03:06:14] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.008680 10.0.0.133 - - [2026-05-28 03:06:14] "POST /neutron/network HTTP/1.1" 200 1114 0.010355 10.0.0.133 - - [2026-05-28 03:06:14] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006436 10.0.0.133 - - [2026-05-28 03:06:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.010427 10.0.0.133 - - [2026-05-28 03:06:14] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006311 10.0.0.133 - - [2026-05-28 03:06:16] "POST /id-to-fqname HTTP/1.1" 200 290 0.001472 10.0.0.131 - - [2026-05-28 03:06:17] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000991 10.0.0.133 - - [2026-05-28 03:06:17] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.147890 10.0.0.133 - - [2026-05-28 03:06:17] "POST /neutron/network HTTP/1.1" 200 1114 0.121993 10.0.0.133 - - [2026-05-28 03:06:18] "POST /id-to-fqname HTTP/1.1" 200 290 0.001422 10.0.0.133 - - [2026-05-28 03:06:18] "POST /neutron/port HTTP/1.1" 200 117 0.008251 10.0.0.133 - - [2026-05-28 03:06:18] "POST /neutron/network HTTP/1.1" 200 1124 0.009492 10.0.0.131 - - [2026-05-28 03:06:19] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001306 10.0.0.133 - - [2026-05-28 03:06:19] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.096598 10.0.0.133 - - [2026-05-28 03:06:19] "POST /neutron/network HTTP/1.1" 200 1114 0.018405 10.0.0.133 - - [2026-05-28 03:06:19] "POST /neutron/port HTTP/1.1" 200 1203 0.035198 10.0.0.133 - - [2026-05-28 03:06:19] "POST /neutron/port HTTP/1.1" 200 117 0.006849 10.0.0.133 - - [2026-05-28 03:06:19] "POST /neutron/port HTTP/1.1" 200 1257 0.070375 10.0.0.133 - - [2026-05-28 03:06:20] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017797 10.0.0.133 - - [2026-05-28 03:06:20] "POST /neutron/network HTTP/1.1" 200 1114 0.013153 10.0.0.131 - - [2026-05-28 03:06:20] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001210 10.0.0.133 - - [2026-05-28 03:06:20] "POST /neutron/port HTTP/1.1" 200 1193 0.381790 10.0.0.133 - - [2026-05-28 03:06:20] "POST /neutron/port HTTP/1.1" 200 1247 0.130938 10.0.0.133 - - [2026-05-28 03:06:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006341 10.0.0.133 - - [2026-05-28 03:06:21] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.133 - - [2026-05-28 03:06:25] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008083 10.0.0.133 - - [2026-05-28 03:06:25] "POST /neutron/port HTTP/1.1" 200 1257 0.021030 10.0.0.133 - - [2026-05-28 03:06:25] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007611 10.0.0.133 - - [2026-05-28 03:06:25] "GET /virtual-machine/cf900db2-a527-42e4-a57b-4a71ec64ab48 HTTP/1.1" 401 293 0.000319 10.0.0.133 - - [2026-05-28 03:06:25] "GET /virtual-machine/cf900db2-a527-42e4-a57b-4a71ec64ab48 HTTP/1.1" 200 1320 0.045187 10.0.0.133 - - [2026-05-28 03:06:25] "GET /virtual-machine/cf900db2-a527-42e4-a57b-4a71ec64ab48 HTTP/1.1" 200 1320 0.005472 10.0.0.133 - - [2026-05-28 03:06:25] "GET /virtual-machine-interface/d13a6d2c-b2f1-4115-92e9-b017625345fe HTTP/1.1" 200 3426 0.005738 10.0.0.133 - - [2026-05-28 03:06:25] "GET /virtual-machine/cf900db2-a527-42e4-a57b-4a71ec64ab48 HTTP/1.1" 200 1320 0.003225 10.0.0.133 - - [2026-05-28 03:06:25] "GET /virtual-machine-interface/d13a6d2c-b2f1-4115-92e9-b017625345fe HTTP/1.1" 200 3426 0.005711 10.0.0.133 - - [2026-05-28 03:06:25] "GET /instance-ip/c39489cd-07b4-4733-9882-367d013708aa HTTP/1.1" 200 1739 0.014389 10.0.0.133 - - [2026-05-28 03:06:25] "GET /instance-ip/c954b273-175c-466a-80a7-df69ec8f1388 HTTP/1.1" 200 1719 0.012614 10.0.0.133 - - [2026-05-28 03:06:25] "GET /virtual-machine/cf900db2-a527-42e4-a57b-4a71ec64ab48 HTTP/1.1" 200 1320 0.005844 10.0.0.133 - - [2026-05-28 03:06:25] "GET /virtual-machine-interface/d13a6d2c-b2f1-4115-92e9-b017625345fe HTTP/1.1" 200 3426 0.009055 10.0.0.133 - - [2026-05-28 03:06:25] "GET /instance-ip/c39489cd-07b4-4733-9882-367d013708aa HTTP/1.1" 200 1739 0.004152 10.0.0.133 - - [2026-05-28 03:06:25] "GET /instance-ip/c954b273-175c-466a-80a7-df69ec8f1388 HTTP/1.1" 200 1719 0.003868 10.0.0.133 - - [2026-05-28 03:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.133 - - [2026-05-28 03:06:25] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003974 10.0.0.133 - - [2026-05-28 03:06:25] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002520 10.0.0.133 - - [2026-05-28 03:06:25] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006536 10.0.0.133 - - [2026-05-28 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004916 10.0.0.133 - - [2026-05-28 03:06:26] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003940 10.0.0.133 - - [2026-05-28 03:06:26] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004671 10.0.0.133 - - [2026-05-28 03:06:26] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.007008 10.0.0.133 - - [2026-05-28 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.133 - - [2026-05-28 03:06:26] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004297 10.0.0.133 - - [2026-05-28 03:06:26] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003937 10.0.0.133 - - [2026-05-28 03:06:26] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006991 10.0.0.133 - - [2026-05-28 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.133 - - [2026-05-28 03:06:26] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004707 10.0.0.133 - - [2026-05-28 03:06:26] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002703 10.0.0.133 - - [2026-05-28 03:06:26] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006263 10.0.0.133 - - [2026-05-28 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.133 - - [2026-05-28 03:06:26] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004075 10.0.0.133 - - [2026-05-28 03:06:26] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003506 10.0.0.133 - - [2026-05-28 03:06:26] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006684 10.0.0.133 - - [2026-05-28 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.133 - - [2026-05-28 03:06:26] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004511 10.0.0.133 - - [2026-05-28 03:06:26] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003197 10.0.0.133 - - [2026-05-28 03:06:26] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.007336 10.0.0.133 - - [2026-05-28 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.133 - - [2026-05-28 03:06:26] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004873 10.0.0.133 - - [2026-05-28 03:06:26] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004168 10.0.0.133 - - [2026-05-28 03:06:26] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.011381 10.0.0.131 - - [2026-05-28 03:06:28] "DELETE /project/b7ec77956b7e45ca9290641347f80896 HTTP/1.1" 404 173 0.003538 10.0.0.131 - - [2026-05-28 03:06:28] "DELETE /project/e4eec519-b3e7-423d-be85-b217ecb97efb HTTP/1.1" 404 177 0.007683 10.0.0.133 - - [2026-05-28 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.133 - - [2026-05-28 03:06:29] "POST /neutron/network HTTP/1.1" 200 1124 0.008002 10.0.0.133 - - [2026-05-28 03:06:29] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.005607 10.0.0.133 - - [2026-05-28 03:06:29] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015462 10.0.0.133 - - [2026-05-28 03:06:30] "POST /neutron/network HTTP/1.1" 200 1114 0.013489 10.0.0.133 - - [2026-05-28 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007458 10.0.0.133 - - [2026-05-28 03:06:33] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.005580 10.0.0.133 - - [2026-05-28 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.133 - - [2026-05-28 03:06:38] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.007157 10.0.0.133 - - [2026-05-28 03:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005772 10.0.0.133 - - [2026-05-28 03:06:42] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006624 10.0.0.133 - - [2026-05-28 03:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004898 10.0.0.133 - - [2026-05-28 03:06:46] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.008971 10.0.0.133 - - [2026-05-28 03:06:49] "POST /neutron/network HTTP/1.1" 200 1124 0.007971 10.0.0.133 - - [2026-05-28 03:06:49] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014166 10.0.0.133 - - [2026-05-28 03:06:49] "POST /neutron/network HTTP/1.1" 200 1114 0.010361 10.0.0.133 - - [2026-05-28 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.133 - - [2026-05-28 03:06:50] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006513 10.0.0.133 - - [2026-05-28 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.133 - - [2026-05-28 03:06:54] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006692 10.0.0.133 - - [2026-05-28 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.133 - - [2026-05-28 03:06:58] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.007667 10.0.0.133 - - [2026-05-28 03:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005425 10.0.0.133 - - [2026-05-28 03:07:02] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.009818 10.0.0.133 - - [2026-05-28 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.133 - - [2026-05-28 03:07:04] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004453 10.0.0.133 - - [2026-05-28 03:07:04] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003168 10.0.0.133 - - [2026-05-28 03:07:04] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.005646 10.0.0.133 - - [2026-05-28 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.133 - - [2026-05-28 03:07:04] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004336 10.0.0.133 - - [2026-05-28 03:07:04] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003590 10.0.0.133 - - [2026-05-28 03:07:04] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.008061 10.0.0.133 - - [2026-05-28 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.133 - - [2026-05-28 03:07:05] "GET /routing-instance/b35b4898-cbc6-4369-ac37-7fefc0d2b03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.005538 10.0.0.133 - - [2026-05-28 03:07:05] "GET /route-target/f8096e20-a944-4bdb-8506-1a857b537dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006228 10.0.0.133 - - [2026-05-28 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.133 - - [2026-05-28 03:07:05] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004333 10.0.0.133 - - [2026-05-28 03:07:05] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003890 10.0.0.133 - - [2026-05-28 03:07:05] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.007278 10.0.0.133 - - [2026-05-28 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.133 - - [2026-05-28 03:07:05] "GET /routing-instance/b35b4898-cbc6-4369-ac37-7fefc0d2b03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.005844 10.0.0.133 - - [2026-05-28 03:07:05] "GET /route-target/f8096e20-a944-4bdb-8506-1a857b537dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004407 10.0.0.133 - - [2026-05-28 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.133 - - [2026-05-28 03:07:05] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004932 10.0.0.133 - - [2026-05-28 03:07:05] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003520 10.0.0.133 - - [2026-05-28 03:07:05] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006766 10.0.0.133 - - [2026-05-28 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005886 10.0.0.133 - - [2026-05-28 03:07:05] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005489 10.0.0.133 - - [2026-05-28 03:07:05] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003620 10.0.0.133 - - [2026-05-28 03:07:05] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006665 10.0.0.133 - - [2026-05-28 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.133 - - [2026-05-28 03:07:05] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004756 10.0.0.133 - - [2026-05-28 03:07:05] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003534 10.0.0.133 - - [2026-05-28 03:07:05] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.008056 10.0.0.133 - - [2026-05-28 03:07:05] "GET /obj-perms HTTP/1.1" 200 5099 0.068657 10.0.0.131 - - [2026-05-28 03:07:06] "GET /obj-perms HTTP/1.1" 200 5099 0.063390 10.0.0.133 - - [2026-05-28 03:07:06] "GET /obj-perms HTTP/1.1" 200 5099 0.004832 10.0.0.131 - - [2026-05-28 03:07:06] "GET /obj-perms HTTP/1.1" 200 5099 0.004257 10.0.0.133 - - [2026-05-28 03:07:06] "GET /obj-perms HTTP/1.1" 200 5099 0.005036 10.0.0.133 - - [2026-05-28 03:07:06] "GET /virtual-machine/cf900db2-a527-42e4-a57b-4a71ec64ab48 HTTP/1.1" 200 1320 0.005707 10.0.0.133 - - [2026-05-28 03:07:06] "GET /virtual-machine-interface/d13a6d2c-b2f1-4115-92e9-b017625345fe HTTP/1.1" 200 3426 0.005705 10.0.0.133 - - [2026-05-28 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.133 - - [2026-05-28 03:07:06] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004036 10.0.0.133 - - [2026-05-28 03:07:06] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003157 10.0.0.133 - - [2026-05-28 03:07:06] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.012595 10.0.0.133 - - [2026-05-28 03:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.133 - - [2026-05-28 03:07:07] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003989 10.0.0.133 - - [2026-05-28 03:07:07] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003397 10.0.0.133 - - [2026-05-28 03:07:07] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.007545 10.0.0.41 - - [2026-05-28 03:07:07] "GET /obj-perms HTTP/1.1" 200 5075 0.080803 10.0.0.133 - - [2026-05-28 03:07:13] "POST /neutron/port HTTP/1.1" 200 1257 0.024423 10.0.0.133 - - [2026-05-28 03:07:13] "POST /neutron/security_group HTTP/1.1" 200 1457 0.046890 10.0.0.133 - - [2026-05-28 03:07:18] "POST /neutron/port HTTP/1.1" 200 1257 0.021719 10.0.0.133 - - [2026-05-28 03:07:23] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009740 10.0.0.133 - - [2026-05-28 03:07:28] "POST /neutron/port HTTP/1.1" 200 1257 0.021656 10.0.0.133 - - [2026-05-28 03:07:29] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008931 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-machine/2dfa68b3-d921-44b2-8f1a-cfc0cd85d68b HTTP/1.1" 200 1319 0.007832 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-machine/2dfa68b3-d921-44b2-8f1a-cfc0cd85d68b HTTP/1.1" 200 1319 0.003731 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-machine-interface/a4aaeffe-874f-4489-b624-9765f30098f1 HTTP/1.1" 200 3426 0.005676 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-machine/2dfa68b3-d921-44b2-8f1a-cfc0cd85d68b HTTP/1.1" 200 1319 0.004179 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-machine-interface/a4aaeffe-874f-4489-b624-9765f30098f1 HTTP/1.1" 200 3426 0.005517 10.0.0.133 - - [2026-05-28 03:07:29] "GET /instance-ip/2c017417-8b8d-4f9c-ad68-49f33681c94d HTTP/1.1" 200 1719 0.007516 10.0.0.133 - - [2026-05-28 03:07:29] "GET /instance-ip/8fd6fb71-07c2-4299-bf3e-1df716c51f79 HTTP/1.1" 200 1739 0.007668 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-machine/2dfa68b3-d921-44b2-8f1a-cfc0cd85d68b HTTP/1.1" 200 1319 0.004385 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-machine-interface/a4aaeffe-874f-4489-b624-9765f30098f1 HTTP/1.1" 200 3426 0.006311 10.0.0.133 - - [2026-05-28 03:07:29] "GET /instance-ip/2c017417-8b8d-4f9c-ad68-49f33681c94d HTTP/1.1" 200 1719 0.005266 10.0.0.133 - - [2026-05-28 03:07:29] "GET /instance-ip/8fd6fb71-07c2-4299-bf3e-1df716c51f79 HTTP/1.1" 200 1739 0.005515 10.0.0.133 - - [2026-05-28 03:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.133 - - [2026-05-28 03:07:29] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004752 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003026 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.008035 10.0.0.133 - - [2026-05-28 03:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.018942 10.0.0.133 - - [2026-05-28 03:07:29] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004644 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003115 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.007221 10.0.0.133 - - [2026-05-28 03:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.133 - - [2026-05-28 03:07:29] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003772 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003850 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.007366 10.0.0.133 - - [2026-05-28 03:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.133 - - [2026-05-28 03:07:29] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005262 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.011786 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.008286 10.0.0.133 - - [2026-05-28 03:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005941 10.0.0.133 - - [2026-05-28 03:07:29] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003545 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002900 10.0.0.133 - - [2026-05-28 03:07:29] "POST /neutron/port HTTP/1.1" 200 1257 0.058745 10.0.0.133 - - [2026-05-28 03:07:29] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.005596 10.0.0.133 - - [2026-05-28 03:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.133 - - [2026-05-28 03:07:30] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004955 10.0.0.133 - - [2026-05-28 03:07:30] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003352 10.0.0.133 - - [2026-05-28 03:07:30] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.011372 10.0.0.133 - - [2026-05-28 03:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005293 10.0.0.133 - - [2026-05-28 03:07:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005152 10.0.0.133 - - [2026-05-28 03:07:30] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007038 10.0.0.133 - - [2026-05-28 03:07:30] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003613 10.0.0.133 - - [2026-05-28 03:07:30] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.133 - - [2026-05-28 03:07:30] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006318 10.0.0.133 - - [2026-05-28 03:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.133 - - [2026-05-28 03:07:31] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003972 10.0.0.133 - - [2026-05-28 03:07:31] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003128 10.0.0.133 - - [2026-05-28 03:07:31] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.007829 10.0.0.133 - - [2026-05-28 03:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.133 - - [2026-05-28 03:07:31] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003862 10.0.0.133 - - [2026-05-28 03:07:31] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003453 10.0.0.133 - - [2026-05-28 03:07:31] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006474 10.0.0.133 - - [2026-05-28 03:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.133 - - [2026-05-28 03:07:31] "GET /routing-instance/b35b4898-cbc6-4369-ac37-7fefc0d2b03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.005873 10.0.0.133 - - [2026-05-28 03:07:31] "GET /route-target/f8096e20-a944-4bdb-8506-1a857b537dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004392 10.0.0.133 - - [2026-05-28 03:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006143 10.0.0.133 - - [2026-05-28 03:07:31] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005845 10.0.0.133 - - [2026-05-28 03:07:31] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.007937 10.0.0.133 - - [2026-05-28 03:07:31] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006870 10.0.0.133 - - [2026-05-28 03:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.133 - - [2026-05-28 03:07:31] "GET /routing-instance/b35b4898-cbc6-4369-ac37-7fefc0d2b03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.005386 10.0.0.133 - - [2026-05-28 03:07:31] "GET /route-target/f8096e20-a944-4bdb-8506-1a857b537dd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004945 10.0.0.133 - - [2026-05-28 03:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.133 - - [2026-05-28 03:07:31] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005161 10.0.0.133 - - [2026-05-28 03:07:31] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003297 10.0.0.133 - - [2026-05-28 03:07:32] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006882 10.0.0.133 - - [2026-05-28 03:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.133 - - [2026-05-28 03:07:32] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004298 10.0.0.133 - - [2026-05-28 03:07:32] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003689 10.0.0.133 - - [2026-05-28 03:07:32] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006768 10.0.0.133 - - [2026-05-28 03:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.133 - - [2026-05-28 03:07:32] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005154 10.0.0.133 - - [2026-05-28 03:07:32] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003478 10.0.0.133 - - [2026-05-28 03:07:32] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.007036 10.0.0.131 - - [2026-05-28 03:07:32] "GET /obj-perms HTTP/1.1" 200 5099 0.005064 10.0.0.133 - - [2026-05-28 03:07:32] "GET /obj-perms HTTP/1.1" 200 5099 0.004881 10.0.0.133 - - [2026-05-28 03:07:32] "GET /obj-perms HTTP/1.1" 200 5099 0.005064 10.0.0.133 - - [2026-05-28 03:07:32] "GET /obj-perms HTTP/1.1" 200 5099 0.003920 10.0.0.131 - - [2026-05-28 03:07:32] "GET /obj-perms HTTP/1.1" 200 5099 0.005170 10.0.0.133 - - [2026-05-28 03:07:32] "GET /virtual-machine/2dfa68b3-d921-44b2-8f1a-cfc0cd85d68b HTTP/1.1" 200 1319 0.004466 10.0.0.133 - - [2026-05-28 03:07:32] "GET /virtual-machine-interface/a4aaeffe-874f-4489-b624-9765f30098f1 HTTP/1.1" 200 3426 0.005711 10.0.0.133 - - [2026-05-28 03:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.133 - - [2026-05-28 03:07:32] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005367 10.0.0.133 - - [2026-05-28 03:07:32] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003752 10.0.0.133 - - [2026-05-28 03:07:32] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.008411 10.0.0.133 - - [2026-05-28 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.133 - - [2026-05-28 03:07:33] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004972 10.0.0.133 - - [2026-05-28 03:07:33] "GET /virtual-networks?parent_id=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003262 10.0.0.133 - - [2026-05-28 03:07:34] "GET /virtual-network/cfeae8a8-f25d-4b2a-ad6b-07ac6021059f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006139 10.0.0.133 - - [2026-05-28 03:07:34] "GET /virtual-machine/cf900db2-a527-42e4-a57b-4a71ec64ab48 HTTP/1.1" 200 1320 0.005803 10.0.0.133 - - [2026-05-28 03:07:34] "GET /virtual-machine-interface/d13a6d2c-b2f1-4115-92e9-b017625345fe HTTP/1.1" 200 3426 0.013130 10.0.0.133 - - [2026-05-28 03:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.133 - - [2026-05-28 03:07:34] "GET /security-group/428716f9-d315-4fee-91e4-329e506a96cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.004385 10.0.0.133 - - [2026-05-28 03:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.133 - - [2026-05-28 03:07:34] "GET /security-group/428716f9-d315-4fee-91e4-329e506a96cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005057 10.0.0.133 - - [2026-05-28 03:07:34] "POST /neutron/security_group HTTP/1.1" 200 1483 0.005095 10.0.0.133 - - [2026-05-28 03:07:34] "POST /neutron/port HTTP/1.1" 200 1247 0.019336 10.0.0.133 - - [2026-05-28 03:07:34] "GET /virtual-machine/cf900db2-a527-42e4-a57b-4a71ec64ab48 HTTP/1.1" 200 1320 0.004591 10.0.0.133 - - [2026-05-28 03:07:34] "GET /virtual-machine-interface/d13a6d2c-b2f1-4115-92e9-b017625345fe HTTP/1.1" 200 3370 0.008424 10.0.0.133 - - [2026-05-28 03:07:34] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008115 10.0.0.133 - - [2026-05-28 03:07:34] "POST /neutron/port HTTP/1.1" 200 1209 0.018020 10.0.0.133 - - [2026-05-28 03:07:34] "GET /virtual-machine/cf900db2-a527-42e4-a57b-4a71ec64ab48 HTTP/1.1" 200 1320 0.004481 10.0.0.133 - - [2026-05-28 03:07:34] "GET /virtual-machine-interface/d13a6d2c-b2f1-4115-92e9-b017625345fe HTTP/1.1" 200 3426 0.010380 10.0.0.133 - - [2026-05-28 03:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.133 - - [2026-05-28 03:07:34] "GET /security-group/428716f9-d315-4fee-91e4-329e506a96cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.007052 10.0.0.133 - - [2026-05-28 03:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005585 10.0.0.133 - - [2026-05-28 03:07:35] "GET /security-group/428716f9-d315-4fee-91e4-329e506a96cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.004816 10.0.0.133 - - [2026-05-28 03:07:35] "POST /neutron/security_group HTTP/1.1" 200 1483 0.008714 10.0.0.41 - - [2026-05-28 03:07:35] "DELETE /access-control-list/8faa58e6-94ff-41de-af43-f45c4aed6706 HTTP/1.1" 200 115 0.034973 10.0.0.133 - - [2026-05-28 03:07:35] "POST /fqname-to-id HTTP/1.1" 404 249 0.008041 10.0.0.133 - - [2026-05-28 03:07:35] "POST /fqname-to-id HTTP/1.1" 404 249 0.004524 10.0.0.131 - - [2026-05-28 03:07:35] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000889 10.0.0.133 - - [2026-05-28 03:07:35] "POST /neutron/security_group HTTP/1.1" 200 153 0.057835 10.0.0.133 - - [2026-05-28 03:07:36] "POST /neutron/network HTTP/1.1" 200 1114 0.011630 10.0.0.133 - - [2026-05-28 03:07:38] "POST /neutron/network HTTP/1.1" 400 204 0.019370 10.0.0.133 - - [2026-05-28 03:07:42] "POST /neutron/network HTTP/1.1" 200 1114 0.011772 10.0.0.133 - - [2026-05-28 03:07:44] "POST /neutron/network HTTP/1.1" 400 204 0.020839 10.0.0.133 - - [2026-05-28 03:07:48] "POST /neutron/network HTTP/1.1" 200 1114 0.010270 10.0.0.133 - - [2026-05-28 03:07:49] "POST /neutron/port HTTP/1.1" 200 1219 0.028199 10.0.0.133 - - [2026-05-28 03:07:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004374 10.0.0.133 - - [2026-05-28 03:07:49] "POST /neutron/port HTTP/1.1" 200 117 0.001817 10.0.0.133 - - [2026-05-28 03:07:50] "POST /neutron/network HTTP/1.1" 400 204 0.020245 10.0.0.133 - - [2026-05-28 03:07:54] "POST /neutron/network HTTP/1.1" 200 1114 0.014053 10.0.0.133 - - [2026-05-28 03:07:56] "POST /neutron/network HTTP/1.1" 400 204 0.029109 10.0.0.133 - - [2026-05-28 03:08:00] "POST /neutron/network HTTP/1.1" 200 1114 0.011811 10.0.0.133 - - [2026-05-28 03:08:02] "POST /neutron/network HTTP/1.1" 400 204 0.018301 10.0.0.133 - - [2026-05-28 03:08:06] "POST /neutron/network HTTP/1.1" 200 1114 0.010298 10.0.0.133 - - [2026-05-28 03:08:09] "POST /neutron/network HTTP/1.1" 400 204 0.018359 10.0.0.133 - - [2026-05-28 03:08:13] "POST /neutron/network HTTP/1.1" 200 1114 0.013661 10.0.0.133 - - [2026-05-28 03:08:15] "POST /neutron/network HTTP/1.1" 400 204 0.016262 10.0.0.133 - - [2026-05-28 03:08:19] "POST /neutron/network HTTP/1.1" 200 1114 0.009314 10.0.0.133 - - [2026-05-28 03:08:21] "POST /neutron/network HTTP/1.1" 400 204 0.016731 10.0.0.133 - - [2026-05-28 03:08:25] "POST /neutron/network HTTP/1.1" 200 1114 0.010618 10.0.0.133 - - [2026-05-28 03:08:27] "POST /neutron/network HTTP/1.1" 400 204 0.013709 10.0.0.133 - - [2026-05-28 03:08:30] "POST /neutron/network HTTP/1.1" 200 1124 0.009640 10.0.0.133 - - [2026-05-28 03:08:30] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013912 10.0.0.133 - - [2026-05-28 03:08:31] "POST /neutron/network HTTP/1.1" 200 1114 0.009531 10.0.0.133 - - [2026-05-28 03:08:51] "POST /neutron/network HTTP/1.1" 200 1124 0.008240 10.0.0.133 - - [2026-05-28 03:08:51] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015745 10.0.0.133 - - [2026-05-28 03:08:51] "POST /neutron/network HTTP/1.1" 200 1114 0.011460 10.0.0.131 - - [2026-05-28 03:09:19] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002148 10.0.0.133 - - [2026-05-28 03:09:19] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.113034 10.0.0.131 - - [2026-05-28 03:09:19] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001399 10.0.0.133 - - [2026-05-28 03:09:19] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.064821 10.0.0.41 - - [2026-05-28 03:09:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.41 - - [2026-05-28 03:09:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000728 10.0.0.131 - - [2026-05-28 03:09:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.41 - - [2026-05-28 03:09:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.131 - - [2026-05-28 03:09:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.41 - - [2026-05-28 03:09:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.131 - - [2026-05-28 03:09:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.131 - - [2026-05-28 03:09:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.131 - - [2026-05-28 03:09:21] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001024 10.0.0.133 - - [2026-05-28 03:09:21] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.059964 10.0.0.131 - - [2026-05-28 03:09:21] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000983 10.0.0.133 - - [2026-05-28 03:09:21] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.049156 10.0.0.133 - - [2026-05-28 03:09:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.133 - - [2026-05-28 03:09:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000511 10.0.0.133 - - [2026-05-28 03:09:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.133 - - [2026-05-28 03:09:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.131 - - [2026-05-28 03:09:23] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001454 10.0.0.133 - - [2026-05-28 03:09:23] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.057262 10.0.0.131 - - [2026-05-28 03:09:23] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001183 10.0.0.133 - - [2026-05-28 03:09:23] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.043883 10.0.0.131 - - [2026-05-28 03:09:25] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000882 10.0.0.133 - - [2026-05-28 03:09:25] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.055194 10.0.0.131 - - [2026-05-28 03:09:25] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000926 10.0.0.133 - - [2026-05-28 03:09:25] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.052078 10.0.0.131 - - [2026-05-28 03:09:27] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001153 10.0.0.133 - - [2026-05-28 03:09:27] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.046662 10.0.0.131 - - [2026-05-28 03:09:27] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002769 10.0.0.133 - - [2026-05-28 03:09:27] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.062761 10.0.0.131 - - [2026-05-28 03:09:30] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001358 10.0.0.133 - - [2026-05-28 03:09:30] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.042315 10.0.0.131 - - [2026-05-28 03:09:30] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002057 10.0.0.133 - - [2026-05-28 03:09:30] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.070975 10.0.0.131 - - [2026-05-28 03:09:32] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000913 10.0.0.133 - - [2026-05-28 03:09:32] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.047899 10.0.0.131 - - [2026-05-28 03:09:32] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000945 10.0.0.133 - - [2026-05-28 03:09:32] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.048977 10.0.0.133 - - [2026-05-28 03:09:32] "POST /neutron/port HTTP/1.1" 200 1219 0.022521 10.0.0.133 - - [2026-05-28 03:09:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004273 10.0.0.133 - - [2026-05-28 03:09:32] "POST /neutron/port HTTP/1.1" 200 117 0.001221 10.0.0.131 - - [2026-05-28 03:09:34] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001041 10.0.0.133 - - [2026-05-28 03:09:34] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.041685 10.0.0.131 - - [2026-05-28 03:09:34] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001159 10.0.0.133 - - [2026-05-28 03:09:34] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.046343 10.0.0.131 - - [2026-05-28 03:09:36] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001684 10.0.0.133 - - [2026-05-28 03:09:36] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.050812 10.0.0.131 - - [2026-05-28 03:09:36] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002624 10.0.0.133 - - [2026-05-28 03:09:36] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.049758 10.0.0.131 - - [2026-05-28 03:09:38] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001184 10.0.0.133 - - [2026-05-28 03:09:38] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.046757 10.0.0.131 - - [2026-05-28 03:09:38] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000876 10.0.0.133 - - [2026-05-28 03:09:38] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.051545 10.0.0.131 - - [2026-05-28 03:09:40] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001329 10.0.0.133 - - [2026-05-28 03:09:40] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.061557 10.0.0.131 - - [2026-05-28 03:09:40] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000823 10.0.0.133 - - [2026-05-28 03:09:40] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.053688 10.0.0.131 - - [2026-05-28 03:09:42] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000927 10.0.0.133 - - [2026-05-28 03:09:43] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.050114 10.0.0.131 - - [2026-05-28 03:09:43] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001384 10.0.0.133 - - [2026-05-28 03:09:43] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.043918 10.0.0.131 - - [2026-05-28 03:09:45] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000886 10.0.0.133 - - [2026-05-28 03:09:45] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.075325 10.0.0.131 - - [2026-05-28 03:09:45] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000986 10.0.0.133 - - [2026-05-28 03:09:45] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.065764 10.0.0.131 - - [2026-05-28 03:09:47] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000926 10.0.0.133 - - [2026-05-28 03:09:47] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.058874 10.0.0.131 - - [2026-05-28 03:09:47] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001385 10.0.0.133 - - [2026-05-28 03:09:47] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.065502 10.0.0.131 - - [2026-05-28 03:09:49] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002219 10.0.0.133 - - [2026-05-28 03:09:49] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.055268 10.0.0.131 - - [2026-05-28 03:09:49] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001116 10.0.0.133 - - [2026-05-28 03:09:49] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.050121 10.0.0.131 - - [2026-05-28 03:09:51] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001266 10.0.0.133 - - [2026-05-28 03:09:51] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.044749 10.0.0.131 - - [2026-05-28 03:09:51] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001000 10.0.0.133 - - [2026-05-28 03:09:51] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.049596 10.0.0.133 - - [2026-05-28 03:09:52] "POST /neutron/port HTTP/1.1" 200 1219 0.021464 10.0.0.133 - - [2026-05-28 03:09:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003868 10.0.0.133 - - [2026-05-28 03:09:52] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.131 - - [2026-05-28 03:09:53] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001034 10.0.0.133 - - [2026-05-28 03:09:53] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.055660 10.0.0.131 - - [2026-05-28 03:09:53] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001012 10.0.0.133 - - [2026-05-28 03:09:53] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.054703 10.0.0.131 - - [2026-05-28 03:09:55] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000996 10.0.0.133 - - [2026-05-28 03:09:55] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.043338 10.0.0.131 - - [2026-05-28 03:09:55] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001141 10.0.0.133 - - [2026-05-28 03:09:56] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.049113 10.0.0.131 - - [2026-05-28 03:09:58] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001018 10.0.0.133 - - [2026-05-28 03:09:58] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.053220 10.0.0.131 - - [2026-05-28 03:09:58] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001426 10.0.0.133 - - [2026-05-28 03:09:58] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.058986 10.0.0.131 - - [2026-05-28 03:10:00] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002129 10.0.0.133 - - [2026-05-28 03:10:00] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.057520 10.0.0.131 - - [2026-05-28 03:10:00] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001026 10.0.0.133 - - [2026-05-28 03:10:00] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.060553 10.0.0.131 - - [2026-05-28 03:10:02] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001091 10.0.0.133 - - [2026-05-28 03:10:02] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.051270 10.0.0.131 - - [2026-05-28 03:10:02] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001269 10.0.0.133 - - [2026-05-28 03:10:02] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.061575 10.0.0.131 - - [2026-05-28 03:10:04] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001526 10.0.0.133 - - [2026-05-28 03:10:04] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.068501 10.0.0.131 - - [2026-05-28 03:10:04] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001600 10.0.0.133 - - [2026-05-28 03:10:04] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.050378 10.0.0.131 - - [2026-05-28 03:10:06] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001040 10.0.0.133 - - [2026-05-28 03:10:06] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.043516 10.0.0.131 - - [2026-05-28 03:10:06] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001747 10.0.0.133 - - [2026-05-28 03:10:06] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.051175 10.0.0.131 - - [2026-05-28 03:10:08] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000938 10.0.0.133 - - [2026-05-28 03:10:08] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.043150 10.0.0.131 - - [2026-05-28 03:10:08] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001511 10.0.0.133 - - [2026-05-28 03:10:08] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.042360 10.0.0.41 - - [2026-05-28 03:10:10] "GET /obj-perms HTTP/1.1" 200 5075 0.060335 10.0.0.131 - - [2026-05-28 03:10:11] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001031 10.0.0.133 - - [2026-05-28 03:10:11] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.053826 10.0.0.131 - - [2026-05-28 03:10:11] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000925 10.0.0.133 - - [2026-05-28 03:10:11] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.071083 10.0.0.131 - - [2026-05-28 03:10:13] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001251 10.0.0.133 - - [2026-05-28 03:10:13] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.056876 10.0.0.131 - - [2026-05-28 03:10:13] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002267 10.0.0.133 - - [2026-05-28 03:10:13] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.061378 10.0.0.131 - - [2026-05-28 03:10:15] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001351 10.0.0.133 - - [2026-05-28 03:10:15] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.049865 10.0.0.131 - - [2026-05-28 03:10:15] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001111 10.0.0.133 - - [2026-05-28 03:10:15] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.044038 10.0.0.131 - - [2026-05-28 03:10:17] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001138 10.0.0.133 - - [2026-05-28 03:10:17] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.056583 10.0.0.131 - - [2026-05-28 03:10:17] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000913 10.0.0.133 - - [2026-05-28 03:10:17] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.046235 10.0.0.131 - - [2026-05-28 03:10:19] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002431 10.0.0.133 - - [2026-05-28 03:10:19] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.058240 10.0.0.131 - - [2026-05-28 03:10:19] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001073 10.0.0.133 - - [2026-05-28 03:10:19] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.044412 10.0.0.131 - - [2026-05-28 03:10:21] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001180 10.0.0.133 - - [2026-05-28 03:10:21] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.055769 10.0.0.131 - - [2026-05-28 03:10:21] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001238 10.0.0.133 - - [2026-05-28 03:10:21] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.058825 10.0.0.131 - - [2026-05-28 03:10:24] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001000 10.0.0.133 - - [2026-05-28 03:10:24] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.045513 10.0.0.131 - - [2026-05-28 03:10:24] "GET /projects?obj_uuids=b7ec7795-6b7e-45ca-9290-641347f80896&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001345 10.0.0.133 - - [2026-05-28 03:10:24] "GET /project/b7ec7795-6b7e-45ca-9290-641347f80896?fields=virtual_networks HTTP/1.1" 200 1394 0.068052 10.0.0.133 - - [2026-05-28 03:10:24] "POST /fqname-to-id HTTP/1.1" 404 218 0.046413 10.0.0.131 - - [2026-05-28 03:10:24] "GET /projects?obj_uuids=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003215 10.0.0.131 - - [2026-05-28 03:10:24] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.131 - - [2026-05-28 03:10:24] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.054430 10.0.0.131 - - [2026-05-28 03:10:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.006206 10.0.0.131 - - [2026-05-28 03:10:25] "POST /fqname-to-id HTTP/1.1" 404 232 0.008224 10.0.0.131 - - [2026-05-28 03:10:25] "POST /security-groups HTTP/1.1" 200 621 0.079644 10.0.0.131 - - [2026-05-28 03:10:25] "POST /projects HTTP/1.1" 200 645 0.345837 10.0.0.131 - - [2026-05-28 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.384120 10.0.0.133 - - [2026-05-28 03:10:25] "GET /project/a6954bc8-a80f-4db8-b590-94b4190b83f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.602045 10.0.0.41 - - [2026-05-28 03:10:25] "POST /access-control-lists HTTP/1.1" 200 628 0.099009 10.0.0.133 - - [2026-05-28 03:10:26] "GET / HTTP/1.1" 200 36215 0.002922 10.0.0.131 - - [2026-05-28 03:10:28] "DELETE /project/a6954bc8a80f4db8b59094b4190b83f8 HTTP/1.1" 404 173 0.008135 10.0.0.133 - - [2026-05-28 03:10:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.133 - - [2026-05-28 03:10:29] "POST /fqname-to-id HTTP/1.1" 404 254 0.042820 10.0.0.133 - - [2026-05-28 03:10:29] "POST /security-groups HTTP/1.1" 200 597 0.043482 10.0.0.41 - - [2026-05-28 03:10:29] "POST /fqname-to-id HTTP/1.1" 404 286 0.004469 10.0.0.133 - - [2026-05-28 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.133 - - [2026-05-28 03:10:29] "GET /security-group/fd4e5a88-261e-4b11-af89-45d32db286f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.010072 10.0.0.133 - - [2026-05-28 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.41 - - [2026-05-28 03:10:29] "POST /access-control-lists HTTP/1.1" 200 648 0.049037 10.0.0.133 - - [2026-05-28 03:10:29] "GET /security-group/fd4e5a88-261e-4b11-af89-45d32db286f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.005441 10.0.0.133 - - [2026-05-28 03:10:30] "DELETE /security-group/fd4e5a88-261e-4b11-af89-45d32db286f0 HTTP/1.1" 200 115 0.049027 10.0.0.133 - - [2026-05-28 03:10:30] "POST /fqname-to-id HTTP/1.1" 404 254 0.006322 10.0.0.133 - - [2026-05-28 03:10:30] "POST /fqname-to-id HTTP/1.1" 404 254 0.014760 10.0.0.133 - - [2026-05-28 03:10:30] "POST /security-groups HTTP/1.1" 200 597 0.047590 10.0.0.41 - - [2026-05-28 03:10:30] "POST /fqname-to-id HTTP/1.1" 404 286 0.004270 10.0.0.133 - - [2026-05-28 03:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.133 - - [2026-05-28 03:10:30] "GET /security-group/50b26f87-ce89-4719-b049-ab437309d926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.011141 10.0.0.133 - - [2026-05-28 03:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.41 - - [2026-05-28 03:10:30] "POST /access-control-lists HTTP/1.1" 200 648 0.040490 10.0.0.133 - - [2026-05-28 03:10:31] "GET /security-group/50b26f87-ce89-4719-b049-ab437309d926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004318 10.0.0.133 - - [2026-05-28 03:10:31] "GET /security-group/50b26f87-ce89-4719-b049-ab437309d926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004757 10.0.0.133 - - [2026-05-28 03:10:31] "PUT /security-group/50b26f87-ce89-4719-b049-ab437309d926 HTTP/1.1" 200 263 0.021276 10.0.0.133 - - [2026-05-28 03:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.008643 10.0.0.131 - - [2026-05-28 03:10:31] "GET /projects?obj_uuids=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001205 10.0.0.133 - - [2026-05-28 03:10:31] "GET /project/a6954bc8-a80f-4db8-b590-94b4190b83f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.057502 10.0.0.131 - - [2026-05-28 03:10:31] "GET /projects?obj_uuids=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001188 10.0.0.133 - - [2026-05-28 03:10:31] "POST /neutron/network HTTP/1.1" 200 735 0.179191 10.0.0.41 - - [2026-05-28 03:10:32] "POST /route-targets HTTP/1.1" 200 328 0.015047 10.0.0.133 - - [2026-05-28 03:10:32] "POST /id-to-fqname HTTP/1.1" 200 300 0.004462 10.0.0.133 - - [2026-05-28 03:10:32] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007108 10.0.0.133 - - [2026-05-28 03:10:32] "POST /neutron/network HTTP/1.1" 200 953 0.010273 10.0.0.133 - - [2026-05-28 03:10:32] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007568 10.0.0.133 - - [2026-05-28 03:10:32] "POST /neutron/port HTTP/1.1" 200 1219 0.019847 10.0.0.133 - - [2026-05-28 03:10:32] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006954 10.0.0.133 - - [2026-05-28 03:10:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005085 10.0.0.133 - - [2026-05-28 03:10:33] "POST /neutron/port HTTP/1.1" 200 117 0.001806 10.0.0.133 - - [2026-05-28 03:10:33] "GET /obj-perms HTTP/1.1" 200 5109 0.076635 10.0.0.131 - - [2026-05-28 03:10:34] "GET /obj-perms HTTP/1.1" 200 5109 0.066447 10.0.0.133 - - [2026-05-28 03:10:34] "POST /id-to-fqname HTTP/1.1" 200 300 0.001241 10.0.0.133 - - [2026-05-28 03:10:34] "POST /neutron/port HTTP/1.1" 200 2284 0.030094 10.0.0.131 - - [2026-05-28 03:10:35] "GET /projects?obj_uuids=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001065 10.0.0.133 - - [2026-05-28 03:10:35] "GET /project/a6954bc8-a80f-4db8-b590-94b4190b83f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.084110 10.0.0.133 - - [2026-05-28 03:10:35] "POST /neutron/network HTTP/1.1" 200 953 0.008024 10.0.0.133 - - [2026-05-28 03:10:35] "POST /id-to-fqname HTTP/1.1" 200 300 0.001375 10.0.0.133 - - [2026-05-28 03:10:36] "POST /neutron/port HTTP/1.1" 200 2284 0.039961 10.0.0.133 - - [2026-05-28 03:10:36] "POST /neutron/network HTTP/1.1" 200 963 0.007419 10.0.0.133 - - [2026-05-28 03:10:37] "POST /neutron/port HTTP/1.1" 200 1089 0.018312 10.0.0.131 - - [2026-05-28 03:10:37] "GET /projects?obj_uuids=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000929 10.0.0.133 - - [2026-05-28 03:10:37] "POST /neutron/port HTTP/1.1" 200 1154 0.020900 10.0.0.133 - - [2026-05-28 03:10:37] "GET /project/a6954bc8-a80f-4db8-b590-94b4190b83f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.079122 10.0.0.133 - - [2026-05-28 03:10:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.014661 10.0.0.133 - - [2026-05-28 03:10:37] "POST /neutron/port HTTP/1.1" 200 3284 0.033969 10.0.0.133 - - [2026-05-28 03:10:37] "POST /neutron/port HTTP/1.1" 200 1154 0.022781 10.0.0.131 - - [2026-05-28 03:10:38] "GET /projects?obj_uuids=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000997 10.0.0.133 - - [2026-05-28 03:10:38] "POST /neutron/security_group HTTP/1.1" 200 3296 0.076294 10.0.0.133 - - [2026-05-28 03:10:38] "POST /neutron/port HTTP/1.1" 200 1089 0.019668 10.0.0.133 - - [2026-05-28 03:10:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004994 10.0.0.133 - - [2026-05-28 03:10:39] "POST /neutron/network HTTP/1.1" 200 953 0.007904 10.0.0.133 - - [2026-05-28 03:10:43] "POST /neutron/port HTTP/1.1" 200 1154 0.022296 10.0.0.133 - - [2026-05-28 03:10:43] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007412 10.0.0.133 - - [2026-05-28 03:10:43] "GET /virtual-machine/1873bfd8-a85b-462a-a9ab-a97ef1870129 HTTP/1.1" 401 293 0.000446 10.0.0.133 - - [2026-05-28 03:10:43] "GET /virtual-machine/1873bfd8-a85b-462a-a9ab-a97ef1870129 HTTP/1.1" 200 1324 0.059680 10.0.0.133 - - [2026-05-28 03:10:43] "GET /virtual-machine/1873bfd8-a85b-462a-a9ab-a97ef1870129 HTTP/1.1" 200 1324 0.004857 10.0.0.133 - - [2026-05-28 03:10:43] "GET /virtual-machine-interface/8bfd935c-786b-467a-85d4-db372e714871 HTTP/1.1" 200 3270 0.006605 10.0.0.133 - - [2026-05-28 03:10:43] "GET /virtual-machine/1873bfd8-a85b-462a-a9ab-a97ef1870129 HTTP/1.1" 200 1324 0.005807 10.0.0.133 - - [2026-05-28 03:10:43] "GET /virtual-machine-interface/8bfd935c-786b-467a-85d4-db372e714871 HTTP/1.1" 200 3270 0.007812 10.0.0.133 - - [2026-05-28 03:10:43] "GET /instance-ip/8d809a08-5230-431d-b47c-63db2bf3bd9f HTTP/1.1" 200 1733 0.008117 10.0.0.133 - - [2026-05-28 03:10:43] "GET /virtual-machine/1873bfd8-a85b-462a-a9ab-a97ef1870129 HTTP/1.1" 200 1324 0.005241 10.0.0.133 - - [2026-05-28 03:10:43] "GET /virtual-machine-interface/8bfd935c-786b-467a-85d4-db372e714871 HTTP/1.1" 200 3270 0.006945 10.0.0.133 - - [2026-05-28 03:10:43] "GET /instance-ip/8d809a08-5230-431d-b47c-63db2bf3bd9f HTTP/1.1" 200 1733 0.008731 10.0.0.133 - - [2026-05-28 03:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.133 - - [2026-05-28 03:10:43] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004576 10.0.0.133 - - [2026-05-28 03:10:43] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003536 10.0.0.133 - - [2026-05-28 03:10:43] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006456 10.0.0.133 - - [2026-05-28 03:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005258 10.0.0.133 - - [2026-05-28 03:10:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005177 10.0.0.133 - - [2026-05-28 03:10:44] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003757 10.0.0.133 - - [2026-05-28 03:10:44] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006715 10.0.0.133 - - [2026-05-28 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006647 10.0.0.133 - - [2026-05-28 03:10:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004828 10.0.0.133 - - [2026-05-28 03:10:44] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004487 10.0.0.133 - - [2026-05-28 03:10:44] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006644 10.0.0.133 - - [2026-05-28 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.133 - - [2026-05-28 03:10:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005011 10.0.0.133 - - [2026-05-28 03:10:44] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003677 10.0.0.133 - - [2026-05-28 03:10:44] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006279 10.0.0.133 - - [2026-05-28 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048 10.0.0.133 - - [2026-05-28 03:10:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005845 10.0.0.133 - - [2026-05-28 03:10:44] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003151 10.0.0.133 - - [2026-05-28 03:10:44] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007951 10.0.0.133 - - [2026-05-28 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.133 - - [2026-05-28 03:10:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004681 10.0.0.133 - - [2026-05-28 03:10:44] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005233 10.0.0.133 - - [2026-05-28 03:10:44] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007446 10.0.0.133 - - [2026-05-28 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.133 - - [2026-05-28 03:10:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005911 10.0.0.133 - - [2026-05-28 03:10:44] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003618 10.0.0.133 - - [2026-05-28 03:10:44] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.009200 10.0.0.133 - - [2026-05-28 03:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006133 10.0.0.133 - - [2026-05-28 03:10:47] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006600 10.0.0.133 - - [2026-05-28 03:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.133 - - [2026-05-28 03:10:52] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006400 10.0.0.133 - - [2026-05-28 03:10:54] "POST /neutron/port HTTP/1.1" 200 1219 0.022708 10.0.0.133 - - [2026-05-28 03:10:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005389 10.0.0.133 - - [2026-05-28 03:10:54] "POST /neutron/port HTTP/1.1" 200 117 0.001465 10.0.0.133 - - [2026-05-28 03:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.133 - - [2026-05-28 03:10:56] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005836 10.0.0.133 - - [2026-05-28 03:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.133 - - [2026-05-28 03:11:00] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006562 10.0.0.133 - - [2026-05-28 03:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004927 10.0.0.133 - - [2026-05-28 03:11:04] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007336 10.0.0.133 - - [2026-05-28 03:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.133 - - [2026-05-28 03:11:08] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006371 10.0.0.133 - - [2026-05-28 03:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.133 - - [2026-05-28 03:11:12] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006641 10.0.0.133 - - [2026-05-28 03:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.133 - - [2026-05-28 03:11:16] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008897 10.0.0.133 - - [2026-05-28 03:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.133 - - [2026-05-28 03:11:18] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003994 10.0.0.133 - - [2026-05-28 03:11:18] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003633 10.0.0.133 - - [2026-05-28 03:11:18] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007969 10.0.0.133 - - [2026-05-28 03:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.133 - - [2026-05-28 03:11:19] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004601 10.0.0.133 - - [2026-05-28 03:11:19] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004018 10.0.0.133 - - [2026-05-28 03:11:19] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006000 10.0.0.133 - - [2026-05-28 03:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006924 10.0.0.133 - - [2026-05-28 03:11:19] "GET /routing-instance/19d5f1d1-29f9-4d42-a802-3370687a6317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.006816 10.0.0.133 - - [2026-05-28 03:11:19] "GET /route-target/a811337f-6ade-41e5-af8e-5b2ce634a3fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004306 10.0.0.133 - - [2026-05-28 03:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.133 - - [2026-05-28 03:11:19] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003999 10.0.0.133 - - [2026-05-28 03:11:19] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004506 10.0.0.133 - - [2026-05-28 03:11:19] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008360 10.0.0.133 - - [2026-05-28 03:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.133 - - [2026-05-28 03:11:19] "GET /routing-instance/19d5f1d1-29f9-4d42-a802-3370687a6317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.006649 10.0.0.133 - - [2026-05-28 03:11:19] "GET /route-target/a811337f-6ade-41e5-af8e-5b2ce634a3fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.008444 10.0.0.133 - - [2026-05-28 03:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.133 - - [2026-05-28 03:11:19] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005110 10.0.0.133 - - [2026-05-28 03:11:19] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003674 10.0.0.133 - - [2026-05-28 03:11:19] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005695 10.0.0.133 - - [2026-05-28 03:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.133 - - [2026-05-28 03:11:19] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004674 10.0.0.133 - - [2026-05-28 03:11:19] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003493 10.0.0.133 - - [2026-05-28 03:11:19] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008548 10.0.0.133 - - [2026-05-28 03:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.133 - - [2026-05-28 03:11:19] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004572 10.0.0.133 - - [2026-05-28 03:11:19] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003751 10.0.0.133 - - [2026-05-28 03:11:19] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006544 10.0.0.133 - - [2026-05-28 03:11:20] "GET /obj-perms HTTP/1.1" 200 5109 0.004250 10.0.0.131 - - [2026-05-28 03:11:20] "GET /obj-perms HTTP/1.1" 200 5109 0.004019 10.0.0.133 - - [2026-05-28 03:11:20] "GET /obj-perms HTTP/1.1" 200 5109 0.003994 10.0.0.41 - - [2026-05-28 03:11:20] "GET /obj-perms HTTP/1.1" 200 5109 0.061222 10.0.0.131 - - [2026-05-28 03:11:20] "GET /obj-perms HTTP/1.1" 200 5109 0.004319 10.0.0.133 - - [2026-05-28 03:11:20] "GET /virtual-machine/1873bfd8-a85b-462a-a9ab-a97ef1870129 HTTP/1.1" 200 1324 0.005302 10.0.0.133 - - [2026-05-28 03:11:20] "GET /virtual-machine-interface/8bfd935c-786b-467a-85d4-db372e714871 HTTP/1.1" 200 3270 0.005469 10.0.0.133 - - [2026-05-28 03:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.133 - - [2026-05-28 03:11:20] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004181 10.0.0.133 - - [2026-05-28 03:11:20] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003267 10.0.0.133 - - [2026-05-28 03:11:20] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008380 10.0.0.133 - - [2026-05-28 03:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.133 - - [2026-05-28 03:11:21] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004056 10.0.0.133 - - [2026-05-28 03:11:21] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.011994 10.0.0.133 - - [2026-05-28 03:11:21] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006606 10.0.0.133 - - [2026-05-28 03:11:22] "POST /neutron/port HTTP/1.1" 200 1154 0.030066 10.0.0.133 - - [2026-05-28 03:11:27] "POST /neutron/security_group HTTP/1.1" 200 1290 0.008628 10.0.0.133 - - [2026-05-28 03:11:32] "POST /neutron/port HTTP/1.1" 200 1154 0.018372 10.0.0.133 - - [2026-05-28 03:11:32] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007709 10.0.0.133 - - [2026-05-28 03:11:33] "POST /neutron/network HTTP/1.1" 200 1124 0.008301 10.0.0.133 - - [2026-05-28 03:11:33] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016484 10.0.0.133 - - [2026-05-28 03:11:34] "POST /neutron/network HTTP/1.1" 200 1114 0.010588 10.0.0.133 - - [2026-05-28 03:11:42] "POST /neutron/port HTTP/1.1" 200 1154 0.021132 10.0.0.133 - - [2026-05-28 03:11:43] "POST /neutron/security_group HTTP/1.1" 200 1290 0.012359 10.0.0.133 - - [2026-05-28 03:11:43] "POST /neutron/port HTTP/1.1" 200 1154 0.027941 10.0.0.133 - - [2026-05-28 03:11:43] "GET /virtual-machine/9b16268b-a360-46d6-b69c-c7edcbaea578 HTTP/1.1" 200 1325 0.006826 10.0.0.133 - - [2026-05-28 03:11:43] "GET /virtual-machine/9b16268b-a360-46d6-b69c-c7edcbaea578 HTTP/1.1" 200 1325 0.005694 10.0.0.133 - - [2026-05-28 03:11:43] "GET /virtual-machine-interface/267d0bb2-6b4b-49ae-82da-825c5d535d11 HTTP/1.1" 200 3269 0.009521 10.0.0.133 - - [2026-05-28 03:11:43] "GET /virtual-machine/9b16268b-a360-46d6-b69c-c7edcbaea578 HTTP/1.1" 200 1325 0.011147 10.0.0.133 - - [2026-05-28 03:11:43] "GET /virtual-machine-interface/267d0bb2-6b4b-49ae-82da-825c5d535d11 HTTP/1.1" 200 3269 0.005848 10.0.0.133 - - [2026-05-28 03:11:43] "GET /instance-ip/835339cb-3301-4c02-bee1-8cece01be6a3 HTTP/1.1" 200 1732 0.006807 10.0.0.133 - - [2026-05-28 03:11:43] "GET /virtual-machine/9b16268b-a360-46d6-b69c-c7edcbaea578 HTTP/1.1" 200 1325 0.003806 10.0.0.133 - - [2026-05-28 03:11:43] "GET /virtual-machine-interface/267d0bb2-6b4b-49ae-82da-825c5d535d11 HTTP/1.1" 200 3269 0.005370 10.0.0.133 - - [2026-05-28 03:11:43] "GET /instance-ip/835339cb-3301-4c02-bee1-8cece01be6a3 HTTP/1.1" 200 1732 0.017546 10.0.0.133 - - [2026-05-28 03:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.133 - - [2026-05-28 03:11:43] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004142 10.0.0.133 - - [2026-05-28 03:11:43] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004205 10.0.0.133 - - [2026-05-28 03:11:43] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.009036 10.0.0.133 - - [2026-05-28 03:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.133 - - [2026-05-28 03:11:43] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005120 10.0.0.133 - - [2026-05-28 03:11:43] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003313 10.0.0.133 - - [2026-05-28 03:11:43] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007086 10.0.0.133 - - [2026-05-28 03:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.133 - - [2026-05-28 03:11:43] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004906 10.0.0.133 - - [2026-05-28 03:11:43] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003577 10.0.0.133 - - [2026-05-28 03:11:43] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007015 10.0.0.133 - - [2026-05-28 03:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.133 - - [2026-05-28 03:11:43] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005447 10.0.0.133 - - [2026-05-28 03:11:43] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003743 10.0.0.133 - - [2026-05-28 03:11:43] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006644 10.0.0.133 - - [2026-05-28 03:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008866 10.0.0.133 - - [2026-05-28 03:11:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005020 10.0.0.133 - - [2026-05-28 03:11:44] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004675 10.0.0.133 - - [2026-05-28 03:11:44] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006209 10.0.0.133 - - [2026-05-28 03:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.133 - - [2026-05-28 03:11:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006397 10.0.0.133 - - [2026-05-28 03:11:44] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003081 10.0.0.133 - - [2026-05-28 03:11:44] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006624 10.0.0.133 - - [2026-05-28 03:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.133 - - [2026-05-28 03:11:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004586 10.0.0.133 - - [2026-05-28 03:11:44] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004557 10.0.0.133 - - [2026-05-28 03:11:44] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007463 10.0.0.133 - - [2026-05-28 03:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.133 - - [2026-05-28 03:11:45] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004626 10.0.0.133 - - [2026-05-28 03:11:45] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004066 10.0.0.133 - - [2026-05-28 03:11:45] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007110 10.0.0.133 - - [2026-05-28 03:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.133 - - [2026-05-28 03:11:45] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004465 10.0.0.133 - - [2026-05-28 03:11:45] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002867 10.0.0.133 - - [2026-05-28 03:11:45] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006780 10.0.0.133 - - [2026-05-28 03:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.133 - - [2026-05-28 03:11:46] "GET /routing-instance/19d5f1d1-29f9-4d42-a802-3370687a6317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004817 10.0.0.133 - - [2026-05-28 03:11:46] "GET /route-target/a811337f-6ade-41e5-af8e-5b2ce634a3fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004791 10.0.0.133 - - [2026-05-28 03:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006727 10.0.0.133 - - [2026-05-28 03:11:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004309 10.0.0.133 - - [2026-05-28 03:11:46] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004055 10.0.0.133 - - [2026-05-28 03:11:46] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008048 10.0.0.133 - - [2026-05-28 03:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.133 - - [2026-05-28 03:11:46] "GET /routing-instance/19d5f1d1-29f9-4d42-a802-3370687a6317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.005002 10.0.0.133 - - [2026-05-28 03:11:46] "GET /route-target/a811337f-6ade-41e5-af8e-5b2ce634a3fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003603 10.0.0.133 - - [2026-05-28 03:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006364 10.0.0.133 - - [2026-05-28 03:11:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006037 10.0.0.133 - - [2026-05-28 03:11:46] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004397 10.0.0.133 - - [2026-05-28 03:11:46] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005970 10.0.0.133 - - [2026-05-28 03:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.133 - - [2026-05-28 03:11:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004912 10.0.0.133 - - [2026-05-28 03:11:46] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004215 10.0.0.133 - - [2026-05-28 03:11:46] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006618 10.0.0.133 - - [2026-05-28 03:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.133 - - [2026-05-28 03:11:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003862 10.0.0.133 - - [2026-05-28 03:11:46] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003135 10.0.0.133 - - [2026-05-28 03:11:46] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007235 10.0.0.133 - - [2026-05-28 03:11:46] "GET /obj-perms HTTP/1.1" 200 5109 0.005428 10.0.0.133 - - [2026-05-28 03:11:46] "GET /obj-perms HTTP/1.1" 200 5109 0.006472 10.0.0.131 - - [2026-05-28 03:11:46] "GET /obj-perms HTTP/1.1" 200 5109 0.005430 10.0.0.133 - - [2026-05-28 03:11:47] "GET /obj-perms HTTP/1.1" 200 5109 0.003994 10.0.0.133 - - [2026-05-28 03:11:47] "GET /virtual-machine/9b16268b-a360-46d6-b69c-c7edcbaea578 HTTP/1.1" 200 1325 0.004097 10.0.0.133 - - [2026-05-28 03:11:47] "GET /virtual-machine-interface/267d0bb2-6b4b-49ae-82da-825c5d535d11 HTTP/1.1" 200 3269 0.005610 10.0.0.133 - - [2026-05-28 03:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.133 - - [2026-05-28 03:11:47] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006109 10.0.0.133 - - [2026-05-28 03:11:47] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004241 10.0.0.133 - - [2026-05-28 03:11:47] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007652 10.0.0.133 - - [2026-05-28 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.133 - - [2026-05-28 03:11:48] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003803 10.0.0.133 - - [2026-05-28 03:11:48] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003213 10.0.0.133 - - [2026-05-28 03:11:48] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.009263 10.0.0.133 - - [2026-05-28 03:11:48] "GET /virtual-machine/1873bfd8-a85b-462a-a9ab-a97ef1870129 HTTP/1.1" 200 1324 0.004824 10.0.0.133 - - [2026-05-28 03:11:48] "GET /virtual-machine-interface/8bfd935c-786b-467a-85d4-db372e714871 HTTP/1.1" 200 3270 0.008130 10.0.0.133 - - [2026-05-28 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005564 10.0.0.133 - - [2026-05-28 03:11:48] "GET /security-group/50b26f87-ce89-4719-b049-ab437309d926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004692 10.0.0.133 - - [2026-05-28 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.133 - - [2026-05-28 03:11:48] "GET /security-group/50b26f87-ce89-4719-b049-ab437309d926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.005998 10.0.0.133 - - [2026-05-28 03:11:48] "POST /neutron/security_group HTTP/1.1" 200 1290 0.008544 10.0.0.133 - - [2026-05-28 03:11:49] "POST /neutron/port HTTP/1.1" 200 1143 0.018881 10.0.0.133 - - [2026-05-28 03:11:49] "GET /virtual-machine/1873bfd8-a85b-462a-a9ab-a97ef1870129 HTTP/1.1" 200 1324 0.006126 10.0.0.133 - - [2026-05-28 03:11:49] "GET /virtual-machine-interface/8bfd935c-786b-467a-85d4-db372e714871 HTTP/1.1" 200 3209 0.008744 10.0.0.133 - - [2026-05-28 03:11:49] "POST /neutron/port HTTP/1.1" 200 1115 0.024009 10.0.0.133 - - [2026-05-28 03:11:49] "POST /neutron/port HTTP/1.1" 200 1143 0.113690 10.0.0.133 - - [2026-05-28 03:11:49] "GET /virtual-machine/1873bfd8-a85b-462a-a9ab-a97ef1870129 HTTP/1.1" 200 1324 0.005793 10.0.0.133 - - [2026-05-28 03:11:49] "GET /virtual-machine-interface/8bfd935c-786b-467a-85d4-db372e714871 HTTP/1.1" 200 3270 0.007172 10.0.0.133 - - [2026-05-28 03:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005106 10.0.0.133 - - [2026-05-28 03:11:49] "GET /security-group/50b26f87-ce89-4719-b049-ab437309d926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.005187 10.0.0.133 - - [2026-05-28 03:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005764 10.0.0.133 - - [2026-05-28 03:11:49] "GET /security-group/50b26f87-ce89-4719-b049-ab437309d926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.006129 10.0.0.133 - - [2026-05-28 03:11:49] "DELETE /security-group/50b26f87-ce89-4719-b049-ab437309d926 HTTP/1.1" 409 338 0.016546 10.0.0.133 - - [2026-05-28 03:11:55] "POST /neutron/port HTTP/1.1" 200 1154 0.060110 10.0.0.133 - - [2026-05-28 03:11:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.010806 10.0.0.133 - - [2026-05-28 03:12:12] "GET /obj-perms HTTP/1.1" 200 5075 0.057304 10.0.0.133 - - [2026-05-28 03:12:33] "POST /neutron/port HTTP/1.1" 200 1154 0.057262 10.0.0.133 - - [2026-05-28 03:12:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004756 10.0.0.133 - - [2026-05-28 03:12:34] "POST /neutron/network HTTP/1.1" 200 953 0.007188 10.0.0.131 - - [2026-05-28 03:13:13] "GET /obj-perms HTTP/1.1" 200 5075 0.061955 10.0.0.133 - - [2026-05-28 03:13:22] "POST /neutron/network HTTP/1.1" 200 1124 0.008647 10.0.0.133 - - [2026-05-28 03:13:22] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015456 10.0.0.133 - - [2026-05-28 03:13:22] "POST /neutron/network HTTP/1.1" 200 1114 0.009865 10.0.0.133 - - [2026-05-28 03:13:24] "GET /security-group/50b26f87-ce89-4719-b049-ab437309d926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.005698 10.0.0.133 - - [2026-05-28 03:13:25] "PUT /security-group/50b26f87-ce89-4719-b049-ab437309d926 HTTP/1.1" 200 263 0.018798 10.0.0.41 - - [2026-05-28 03:13:25] "PUT /access-control-list/6de1897a-2aa6-499d-9c3f-160d633e57ef HTTP/1.1" 200 273 0.021370 10.0.0.133 - - [2026-05-28 03:13:27] "POST /neutron/port HTTP/1.1" 200 1143 0.015516 10.0.0.133 - - [2026-05-28 03:13:27] "GET /virtual-machine/9b16268b-a360-46d6-b69c-c7edcbaea578 HTTP/1.1" 200 1325 0.004801 10.0.0.133 - - [2026-05-28 03:13:28] "POST /neutron/port HTTP/1.1" 200 1115 0.022193 10.0.0.133 - - [2026-05-28 03:13:29] "GET /virtual-machine/9b16268b-a360-46d6-b69c-c7edcbaea578 HTTP/1.1" 404 171 0.003897 10.0.0.133 - - [2026-05-28 03:13:29] "GET /virtual-machine/9b16268b-a360-46d6-b69c-c7edcbaea578 HTTP/1.1" 404 171 0.002623 10.0.0.133 - - [2026-05-28 03:13:30] "GET /virtual-machine/9b16268b-a360-46d6-b69c-c7edcbaea578 HTTP/1.1" 404 171 0.002741 10.0.0.133 - - [2026-05-28 03:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.133 - - [2026-05-28 03:13:30] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003749 10.0.0.133 - - [2026-05-28 03:13:30] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003007 10.0.0.133 - - [2026-05-28 03:13:30] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.009704 10.0.0.133 - - [2026-05-28 03:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.133 - - [2026-05-28 03:13:30] "GET /routing-instance/19d5f1d1-29f9-4d42-a802-3370687a6317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004472 10.0.0.133 - - [2026-05-28 03:13:30] "GET /route-target/a811337f-6ade-41e5-af8e-5b2ce634a3fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004027 10.0.0.133 - - [2026-05-28 03:13:33] "GET /obj-perms HTTP/1.1" 200 5109 0.004694 10.0.0.133 - - [2026-05-28 03:13:34] "POST /neutron/port HTTP/1.1" 200 1219 0.025552 10.0.0.133 - - [2026-05-28 03:13:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004565 10.0.0.133 - - [2026-05-28 03:13:34] "POST /neutron/port HTTP/1.1" 200 117 0.001390 10.0.0.133 - - [2026-05-28 03:13:36] "GET /obj-perms HTTP/1.1" 200 5109 0.004497 10.0.0.133 - - [2026-05-28 03:13:42] "GET /obj-perms HTTP/1.1" 200 5109 0.004062 10.0.0.133 - - [2026-05-28 03:13:46] "GET /obj-perms HTTP/1.1" 200 5109 0.006658 10.0.0.133 - - [2026-05-28 03:13:52] "GET /obj-perms HTTP/1.1" 200 5109 0.004435 10.0.0.133 - - [2026-05-28 03:13:52] "GET /obj-perms HTTP/1.1" 200 5109 0.004778 10.0.0.41 - - [2026-05-28 03:13:52] "GET /obj-perms HTTP/1.1" 200 5109 0.005027 10.0.0.133 - - [2026-05-28 03:13:52] "POST /neutron/security_group HTTP/1.1" 200 1286 0.009818 10.0.0.133 - - [2026-05-28 03:13:52] "POST /neutron/port HTTP/1.1" 200 1143 0.015580 10.0.0.133 - - [2026-05-28 03:13:52] "GET /virtual-machine/1873bfd8-a85b-462a-a9ab-a97ef1870129 HTTP/1.1" 200 1324 0.004672 10.0.0.133 - - [2026-05-28 03:13:53] "POST /neutron/port HTTP/1.1" 200 1105 0.017871 10.0.0.133 - - [2026-05-28 03:13:54] "GET /virtual-machine/1873bfd8-a85b-462a-a9ab-a97ef1870129 HTTP/1.1" 404 171 0.003825 10.0.0.133 - - [2026-05-28 03:13:54] "GET /virtual-machine/1873bfd8-a85b-462a-a9ab-a97ef1870129 HTTP/1.1" 404 171 0.002602 10.0.0.133 - - [2026-05-28 03:13:54] "GET /virtual-machine/1873bfd8-a85b-462a-a9ab-a97ef1870129 HTTP/1.1" 404 171 0.003196 10.0.0.133 - - [2026-05-28 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.133 - - [2026-05-28 03:13:55] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004054 10.0.0.133 - - [2026-05-28 03:13:55] "GET /virtual-networks?parent_id=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003614 10.0.0.133 - - [2026-05-28 03:13:55] "GET /virtual-network/5ac17781-46ab-4d95-bd07-008e222f9bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008226 10.0.0.133 - - [2026-05-28 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.133 - - [2026-05-28 03:13:55] "GET /routing-instance/19d5f1d1-29f9-4d42-a802-3370687a6317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.006963 10.0.0.133 - - [2026-05-28 03:13:55] "GET /route-target/a811337f-6ade-41e5-af8e-5b2ce634a3fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004010 10.0.0.131 - - [2026-05-28 03:13:58] "GET /obj-perms HTTP/1.1" 200 5109 0.004520 10.0.0.133 - - [2026-05-28 03:14:01] "GET /obj-perms HTTP/1.1" 200 5109 0.005482 10.0.0.131 - - [2026-05-28 03:14:07] "GET /obj-perms HTTP/1.1" 200 5109 0.004953 10.0.0.133 - - [2026-05-28 03:14:10] "GET /obj-perms HTTP/1.1" 200 5109 0.004426 10.0.0.133 - - [2026-05-28 03:14:16] "GET /obj-perms HTTP/1.1" 200 5109 0.004183 10.0.0.131 - - [2026-05-28 03:14:16] "GET /obj-perms HTTP/1.1" 200 5109 0.004091 10.0.0.41 - - [2026-05-28 03:14:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000511 10.0.0.41 - - [2026-05-28 03:14:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.131 - - [2026-05-28 03:14:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.41 - - [2026-05-28 03:14:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.131 - - [2026-05-28 03:14:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.41 - - [2026-05-28 03:14:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.131 - - [2026-05-28 03:14:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.131 - - [2026-05-28 03:14:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000491 10.0.0.133 - - [2026-05-28 03:14:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.133 - - [2026-05-28 03:14:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000645 10.0.0.133 - - [2026-05-28 03:14:22] "GET /obj-perms HTTP/1.1" 200 5109 0.003503 10.0.0.133 - - [2026-05-28 03:14:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000476 10.0.0.131 - - [2026-05-28 03:14:23] "GET /obj-perms HTTP/1.1" 200 5109 0.004069 10.0.0.133 - - [2026-05-28 03:14:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.131 - - [2026-05-28 03:14:23] "POST /useragent-kv HTTP/1.1" 200 115 0.053623 10.0.0.131 - - [2026-05-28 03:14:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003786 10.0.0.133 - - [2026-05-28 03:14:23] "POST /neutron/network HTTP/1.1" 200 151 0.180523 10.0.0.133 - - [2026-05-28 03:14:23] "DELETE /security-group/50b26f87-ce89-4719-b049-ab437309d926 HTTP/1.1" 200 115 0.052116 10.0.0.133 - - [2026-05-28 03:14:23] "POST /fqname-to-id HTTP/1.1" 404 254 0.003639 10.0.0.41 - - [2026-05-28 03:14:23] "DELETE /access-control-list/dce55136-ff2a-41c8-a582-e269558b156d HTTP/1.1" 200 115 0.033153 10.0.0.131 - - [2026-05-28 03:14:25] "GET /projects?obj_uuids=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000903 10.0.0.133 - - [2026-05-28 03:14:25] "GET /project/a6954bc8-a80f-4db8-b590-94b4190b83f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.080558 10.0.0.131 - - [2026-05-28 03:14:25] "GET /projects?obj_uuids=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001066 10.0.0.133 - - [2026-05-28 03:14:25] "GET /project/a6954bc8-a80f-4db8-b590-94b4190b83f8?fields=virtual_networks HTTP/1.1" 200 1095 0.042006 10.0.0.131 - - [2026-05-28 03:14:25] "GET /projects?obj_uuids=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001644 10.0.0.133 - - [2026-05-28 03:14:25] "GET /project/a6954bc8-a80f-4db8-b590-94b4190b83f8?fields=virtual_machine_interfaces HTTP/1.1" 200 1095 0.058116 10.0.0.131 - - [2026-05-28 03:14:25] "GET /projects?obj_uuids=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000894 10.0.0.133 - - [2026-05-28 03:14:25] "GET /project/a6954bc8-a80f-4db8-b590-94b4190b83f8?fields=security_groups HTTP/1.1" 200 1352 0.043680 10.0.0.133 - - [2026-05-28 03:14:26] "POST /fqname-to-id HTTP/1.1" 404 209 0.038773 10.0.0.131 - - [2026-05-28 03:14:26] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003240 10.0.0.131 - - [2026-05-28 03:14:26] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.131 - - [2026-05-28 03:14:26] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007856 10.0.0.131 - - [2026-05-28 03:14:26] "POST /id-to-fqname HTTP/1.1" 200 212 0.001125 10.0.0.131 - - [2026-05-28 03:14:26] "POST /fqname-to-id HTTP/1.1" 404 222 0.007460 10.0.0.131 - - [2026-05-28 03:14:27] "POST /security-groups HTTP/1.1" 200 612 0.036537 10.0.0.131 - - [2026-05-28 03:14:27] "POST /projects HTTP/1.1" 200 627 0.269608 10.0.0.131 - - [2026-05-28 03:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.317645 10.0.0.41 - - [2026-05-28 03:14:27] "POST /access-control-lists HTTP/1.1" 200 619 0.036338 10.0.0.133 - - [2026-05-28 03:14:27] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.487502 10.0.0.133 - - [2026-05-28 03:14:28] "GET / HTTP/1.1" 200 36215 0.001527 10.0.0.131 - - [2026-05-28 03:14:29] "DELETE /project/3db52ff7ea9d4fbbb4be0e99c975c004 HTTP/1.1" 404 173 0.006392 10.0.0.131 - - [2026-05-28 03:14:29] "GET /projects?obj_uuids=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001248 10.0.0.131 - - [2026-05-28 03:14:29] "GET /project/a6954bc8-a80f-4db8-b590-94b4190b83f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.060515 10.0.0.131 - - [2026-05-28 03:14:29] "GET /projects?obj_uuids=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001405 10.0.0.131 - - [2026-05-28 03:14:29] "GET /project/a6954bc8-a80f-4db8-b590-94b4190b83f8?fields=security_groups HTTP/1.1" 200 1454 0.053238 10.0.0.131 - - [2026-05-28 03:14:29] "DELETE /security-group/a9e66e4c-740a-4bc7-b098-5a028add8bbb HTTP/1.1" 200 115 0.067524 10.0.0.131 - - [2026-05-28 03:14:29] "GET /projects?obj_uuids=a6954bc8-a80f-4db8-b590-94b4190b83f8&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002839 10.0.0.41 - - [2026-05-28 03:14:29] "DELETE /access-control-list/f1d78ac9-5aa5-4011-ad52-c71951064b7f HTTP/1.1" 200 115 0.045559 10.0.0.131 - - [2026-05-28 03:14:29] "GET /project/a6954bc8-a80f-4db8-b590-94b4190b83f8?fields=application_policy_sets HTTP/1.1" 200 1493 0.069199 10.0.0.131 - - [2026-05-28 03:14:29] "DELETE /project/a6954bc8-a80f-4db8-b590-94b4190b83f8 HTTP/1.1" 200 115 0.434538 10.0.0.133 - - [2026-05-28 03:14:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000421 10.0.0.133 - - [2026-05-28 03:14:30] "POST /fqname-to-id HTTP/1.1" 404 245 0.037044 10.0.0.41 - - [2026-05-28 03:14:31] "POST /access-control-lists HTTP/1.1" 200 641 0.035534 10.0.0.41 - - [2026-05-28 03:14:31] "PUT /access-control-list/e3376067-a444-400e-9526-936cc0074bbb HTTP/1.1" 200 273 0.016799 10.0.0.133 - - [2026-05-28 03:14:31] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.040887 10.0.0.133 - - [2026-05-28 03:14:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.127611 10.0.0.41 - - [2026-05-28 03:14:32] "PUT /access-control-list/e3376067-a444-400e-9526-936cc0074bbb HTTP/1.1" 200 273 0.017326 10.0.0.133 - - [2026-05-28 03:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007527 10.0.0.133 - - [2026-05-28 03:14:32] "GET /security-group/1bf7695e-ff9b-4bff-9e66-471196c06b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2004 0.006093 10.0.0.133 - - [2026-05-28 03:14:33] "POST /neutron/security_group HTTP/1.1" 200 151 0.057076 10.0.0.133 - - [2026-05-28 03:14:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.003023 10.0.0.41 - - [2026-05-28 03:14:33] "DELETE /access-control-list/e3376067-a444-400e-9526-936cc0074bbb HTTP/1.1" 200 115 0.034081 10.0.0.133 - - [2026-05-28 03:14:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.003713 10.0.0.41 - - [2026-05-28 03:14:33] "POST /fqname-to-id HTTP/1.1" 404 276 0.009158 10.0.0.41 - - [2026-05-28 03:14:34] "PUT /access-control-list/d3145719-7ccc-4fdf-93d5-06517192cfdd HTTP/1.1" 200 273 0.019181 10.0.0.133 - - [2026-05-28 03:14:34] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.026433 10.0.0.133 - - [2026-05-28 03:14:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.134221 10.0.0.41 - - [2026-05-28 03:14:34] "PUT /access-control-list/d3145719-7ccc-4fdf-93d5-06517192cfdd HTTP/1.1" 200 273 0.014376 10.0.0.133 - - [2026-05-28 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.010226 10.0.0.133 - - [2026-05-28 03:14:34] "GET /security-group/1d9fa578-663f-482a-8056-af2c9c8907bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.003387 10.0.0.133 - - [2026-05-28 03:14:35] "POST /neutron/security_group_rule HTTP/1.1" 200 549 0.011917 10.0.0.133 - - [2026-05-28 03:14:35] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.191082 10.0.0.41 - - [2026-05-28 03:14:35] "PUT /access-control-list/15bbded0-c7b7-4012-aeb8-07e2284ecb19 HTTP/1.1" 200 273 0.021586 10.0.0.133 - - [2026-05-28 03:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.131 - - [2026-05-28 03:14:35] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001243 10.0.0.133 - - [2026-05-28 03:14:35] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.050894 10.0.0.133 - - [2026-05-28 03:14:35] "POST /neutron/network HTTP/1.1" 200 1124 0.007823 10.0.0.131 - - [2026-05-28 03:14:35] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001330 10.0.0.133 - - [2026-05-28 03:14:36] "POST /neutron/port HTTP/1.1" 200 117 0.002203 10.0.0.133 - - [2026-05-28 03:14:36] "POST /neutron/network HTTP/1.1" 200 708 0.138388 10.0.0.133 - - [2026-05-28 03:14:36] "POST /neutron/network HTTP/1.1" 200 1114 0.028566 10.0.0.133 - - [2026-05-28 03:14:36] "POST /id-to-fqname HTTP/1.1" 200 282 0.003662 10.0.0.133 - - [2026-05-28 03:14:36] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007637 10.0.0.133 - - [2026-05-28 03:14:36] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006902 10.0.0.133 - - [2026-05-28 03:14:36] "POST /neutron/network HTTP/1.1" 200 926 0.010509 10.0.0.133 - - [2026-05-28 03:14:36] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008285 10.0.0.41 - - [2026-05-28 03:14:37] "GET /obj-perms HTTP/1.1" 200 5091 0.063056 10.0.0.133 - - [2026-05-28 03:14:38] "POST /id-to-fqname HTTP/1.1" 200 282 0.001554 10.0.0.133 - - [2026-05-28 03:14:38] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009598 10.0.0.131 - - [2026-05-28 03:14:39] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000926 10.0.0.133 - - [2026-05-28 03:14:39] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.087255 10.0.0.133 - - [2026-05-28 03:14:39] "POST /neutron/port HTTP/1.1" 200 2284 0.027256 10.0.0.133 - - [2026-05-28 03:14:39] "POST /id-to-fqname HTTP/1.1" 200 282 0.001820 10.0.0.133 - - [2026-05-28 03:14:39] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007306 10.0.0.131 - - [2026-05-28 03:14:39] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001162 10.0.0.133 - - [2026-05-28 03:14:39] "POST /neutron/security_group HTTP/1.1" 200 3412 0.064165 10.0.0.133 - - [2026-05-28 03:14:40] "POST /neutron/port HTTP/1.1" 200 1080 0.021556 10.0.0.131 - - [2026-05-28 03:14:40] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001041 10.0.0.133 - - [2026-05-28 03:14:40] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.135668 10.0.0.133 - - [2026-05-28 03:14:40] "POST /neutron/port HTTP/1.1" 200 1144 0.024516 10.0.0.133 - - [2026-05-28 03:14:40] "POST /neutron/port HTTP/1.1" 200 117 0.001484 10.0.0.133 - - [2026-05-28 03:14:41] "POST /neutron/security_group HTTP/1.1" 200 1415 0.013998 10.0.0.133 - - [2026-05-28 03:14:41] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008796 10.0.0.131 - - [2026-05-28 03:14:41] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001013 10.0.0.133 - - [2026-05-28 03:14:41] "POST /neutron/port HTTP/1.1" 200 1080 0.334224 10.0.0.133 - - [2026-05-28 03:14:42] "POST /neutron/port HTTP/1.1" 200 1134 0.139932 10.0.0.133 - - [2026-05-28 03:14:42] "POST /neutron/subnet HTTP/1.1" 200 693 0.011995 10.0.0.133 - - [2026-05-28 03:14:46] "POST /neutron/port HTTP/1.1" 200 1144 0.022394 10.0.0.133 - - [2026-05-28 03:14:46] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008448 10.0.0.133 - - [2026-05-28 03:14:46] "POST /neutron/port HTTP/1.1" 200 1144 0.020396 10.0.0.133 - - [2026-05-28 03:14:46] "GET /virtual-machine/9ba46bd9-e862-405e-bc61-926348cad04a HTTP/1.1" 401 293 0.000452 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-machine/9ba46bd9-e862-405e-bc61-926348cad04a HTTP/1.1" 200 1316 0.044468 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-machine/9ba46bd9-e862-405e-bc61-926348cad04a HTTP/1.1" 200 1316 0.003959 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-machine-interface/a294488c-f7d9-4464-bc8e-4fd077d9e9a3 HTTP/1.1" 200 3199 0.006805 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-machine/9ba46bd9-e862-405e-bc61-926348cad04a HTTP/1.1" 200 1316 0.003674 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-machine-interface/a294488c-f7d9-4464-bc8e-4fd077d9e9a3 HTTP/1.1" 200 3199 0.005467 10.0.0.133 - - [2026-05-28 03:14:47] "GET /instance-ip/1afa5747-191d-42e0-b1f5-aebdf041dc36 HTTP/1.1" 200 1705 0.008659 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-machine/9ba46bd9-e862-405e-bc61-926348cad04a HTTP/1.1" 200 1316 0.005113 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-machine-interface/a294488c-f7d9-4464-bc8e-4fd077d9e9a3 HTTP/1.1" 200 3199 0.006490 10.0.0.133 - - [2026-05-28 03:14:47] "GET /instance-ip/1afa5747-191d-42e0-b1f5-aebdf041dc36 HTTP/1.1" 200 1705 0.005021 10.0.0.133 - - [2026-05-28 03:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005258 10.0.0.133 - - [2026-05-28 03:14:47] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004435 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.006167 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008478 10.0.0.133 - - [2026-05-28 03:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.133 - - [2026-05-28 03:14:47] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004303 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005333 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007311 10.0.0.133 - - [2026-05-28 03:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.013073 10.0.0.133 - - [2026-05-28 03:14:47] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005043 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003567 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007468 10.0.0.133 - - [2026-05-28 03:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004817 10.0.0.133 - - [2026-05-28 03:14:47] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004492 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003229 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006884 10.0.0.133 - - [2026-05-28 03:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.133 - - [2026-05-28 03:14:47] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004316 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.008908 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007072 10.0.0.133 - - [2026-05-28 03:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.133 - - [2026-05-28 03:14:47] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005412 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003428 10.0.0.133 - - [2026-05-28 03:14:47] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005908 10.0.0.133 - - [2026-05-28 03:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006970 10.0.0.133 - - [2026-05-28 03:14:48] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004716 10.0.0.133 - - [2026-05-28 03:14:48] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003063 10.0.0.133 - - [2026-05-28 03:14:48] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006107 10.0.0.133 - - [2026-05-28 03:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004922 10.0.0.133 - - [2026-05-28 03:14:51] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006531 10.0.0.133 - - [2026-05-28 03:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.133 - - [2026-05-28 03:14:55] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005437 10.0.0.133 - - [2026-05-28 03:14:57] "POST /neutron/port HTTP/1.1" 200 1219 0.024574 10.0.0.133 - - [2026-05-28 03:14:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004557 10.0.0.133 - - [2026-05-28 03:14:57] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.133 - - [2026-05-28 03:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.133 - - [2026-05-28 03:14:59] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006132 10.0.0.133 - - [2026-05-28 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.133 - - [2026-05-28 03:15:03] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005451 10.0.0.133 - - [2026-05-28 03:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.133 - - [2026-05-28 03:15:07] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005793 10.0.0.133 - - [2026-05-28 03:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.133 - - [2026-05-28 03:15:11] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006552 10.0.0.133 - - [2026-05-28 03:15:14] "GET /obj-perms HTTP/1.1" 200 5075 0.062716 10.0.0.133 - - [2026-05-28 03:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.133 - - [2026-05-28 03:15:15] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007988 10.0.0.133 - - [2026-05-28 03:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.133 - - [2026-05-28 03:15:19] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006274 10.0.0.133 - - [2026-05-28 03:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.133 - - [2026-05-28 03:15:21] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003883 10.0.0.133 - - [2026-05-28 03:15:21] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002883 10.0.0.133 - - [2026-05-28 03:15:22] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007326 10.0.0.133 - - [2026-05-28 03:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.133 - - [2026-05-28 03:15:22] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005057 10.0.0.133 - - [2026-05-28 03:15:22] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003524 10.0.0.133 - - [2026-05-28 03:15:22] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006141 10.0.0.133 - - [2026-05-28 03:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.133 - - [2026-05-28 03:15:22] "GET /routing-instance/442c52d5-5b29-44fc-83ee-b110e7eaf2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1662 0.006660 10.0.0.133 - - [2026-05-28 03:15:22] "GET /route-target/ae7fa663-75d5-4aa4-83b6-adebac001582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005123 10.0.0.133 - - [2026-05-28 03:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.133 - - [2026-05-28 03:15:22] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003955 10.0.0.133 - - [2026-05-28 03:15:22] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002649 10.0.0.133 - - [2026-05-28 03:15:22] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007613 10.0.0.133 - - [2026-05-28 03:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.133 - - [2026-05-28 03:15:22] "GET /routing-instance/442c52d5-5b29-44fc-83ee-b110e7eaf2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1662 0.004287 10.0.0.133 - - [2026-05-28 03:15:22] "GET /route-target/ae7fa663-75d5-4aa4-83b6-adebac001582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004341 10.0.0.133 - - [2026-05-28 03:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.133 - - [2026-05-28 03:15:22] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004331 10.0.0.133 - - [2026-05-28 03:15:22] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003052 10.0.0.133 - - [2026-05-28 03:15:22] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006323 10.0.0.133 - - [2026-05-28 03:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.133 - - [2026-05-28 03:15:22] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005539 10.0.0.133 - - [2026-05-28 03:15:22] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004982 10.0.0.133 - - [2026-05-28 03:15:22] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006756 10.0.0.133 - - [2026-05-28 03:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005252 10.0.0.133 - - [2026-05-28 03:15:23] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005020 10.0.0.133 - - [2026-05-28 03:15:23] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003782 10.0.0.133 - - [2026-05-28 03:15:23] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007721 10.0.0.131 - - [2026-05-28 03:15:23] "GET /obj-perms HTTP/1.1" 200 5091 0.062431 10.0.0.133 - - [2026-05-28 03:15:23] "GET /obj-perms HTTP/1.1" 200 5091 0.057213 10.0.0.131 - - [2026-05-28 03:15:23] "GET /obj-perms HTTP/1.1" 200 5091 0.004421 10.0.0.133 - - [2026-05-28 03:15:23] "GET /obj-perms HTTP/1.1" 200 5091 0.005312 10.0.0.133 - - [2026-05-28 03:15:23] "GET /virtual-machine/9ba46bd9-e862-405e-bc61-926348cad04a HTTP/1.1" 200 1316 0.004384 10.0.0.133 - - [2026-05-28 03:15:23] "GET /virtual-machine-interface/a294488c-f7d9-4464-bc8e-4fd077d9e9a3 HTTP/1.1" 200 3199 0.007761 10.0.0.133 - - [2026-05-28 03:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.133 - - [2026-05-28 03:15:23] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003597 10.0.0.133 - - [2026-05-28 03:15:23] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003190 10.0.0.133 - - [2026-05-28 03:15:23] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.009259 10.0.0.133 - - [2026-05-28 03:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.133 - - [2026-05-28 03:15:25] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004710 10.0.0.133 - - [2026-05-28 03:15:25] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003527 10.0.0.133 - - [2026-05-28 03:15:25] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005800 10.0.0.133 - - [2026-05-28 03:15:25] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008397 10.0.0.133 - - [2026-05-28 03:15:31] "POST /neutron/port HTTP/1.1" 200 1144 0.068347 10.0.0.133 - - [2026-05-28 03:15:35] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009030 10.0.0.133 - - [2026-05-28 03:15:36] "POST /neutron/port HTTP/1.1" 200 1219 0.025063 10.0.0.133 - - [2026-05-28 03:15:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005004 10.0.0.133 - - [2026-05-28 03:15:37] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.133 - - [2026-05-28 03:15:40] "POST /neutron/port HTTP/1.1" 200 1144 0.020787 10.0.0.133 - - [2026-05-28 03:15:40] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008981 10.0.0.133 - - [2026-05-28 03:15:41] "POST /neutron/port HTTP/1.1" 200 1144 0.018969 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-machine/7b396e57-6306-4edc-9194-5d6b9d8216cf HTTP/1.1" 200 1315 0.007044 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-machine/7b396e57-6306-4edc-9194-5d6b9d8216cf HTTP/1.1" 200 1315 0.004523 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-machine-interface/e90ac1d0-921f-47aa-9e1f-119ca76cd1e2 HTTP/1.1" 200 3199 0.005290 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-machine/7b396e57-6306-4edc-9194-5d6b9d8216cf HTTP/1.1" 200 1315 0.003833 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-machine-interface/e90ac1d0-921f-47aa-9e1f-119ca76cd1e2 HTTP/1.1" 200 3199 0.005064 10.0.0.133 - - [2026-05-28 03:15:41] "GET /instance-ip/0f1961e5-f160-40aa-964f-c386c3965188 HTTP/1.1" 200 1705 0.007655 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-machine/7b396e57-6306-4edc-9194-5d6b9d8216cf HTTP/1.1" 200 1315 0.004129 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-machine-interface/e90ac1d0-921f-47aa-9e1f-119ca76cd1e2 HTTP/1.1" 200 3199 0.006328 10.0.0.133 - - [2026-05-28 03:15:41] "GET /instance-ip/0f1961e5-f160-40aa-964f-c386c3965188 HTTP/1.1" 200 1705 0.004864 10.0.0.133 - - [2026-05-28 03:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.133 - - [2026-05-28 03:15:41] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004550 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003455 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006397 10.0.0.133 - - [2026-05-28 03:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.133 - - [2026-05-28 03:15:41] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005093 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003492 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008580 10.0.0.133 - - [2026-05-28 03:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.133 - - [2026-05-28 03:15:41] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004394 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004456 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006562 10.0.0.133 - - [2026-05-28 03:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.133 - - [2026-05-28 03:15:41] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005144 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003584 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005600 10.0.0.133 - - [2026-05-28 03:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005183 10.0.0.133 - - [2026-05-28 03:15:41] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004892 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002887 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006945 10.0.0.133 - - [2026-05-28 03:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.133 - - [2026-05-28 03:15:41] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004342 10.0.0.133 - - [2026-05-28 03:15:41] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003531 10.0.0.133 - - [2026-05-28 03:15:42] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007915 10.0.0.133 - - [2026-05-28 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008125 10.0.0.133 - - [2026-05-28 03:15:42] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006281 10.0.0.133 - - [2026-05-28 03:15:42] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004184 10.0.0.133 - - [2026-05-28 03:15:42] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.009378 10.0.0.133 - - [2026-05-28 03:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.133 - - [2026-05-28 03:15:43] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003667 10.0.0.133 - - [2026-05-28 03:15:43] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003366 10.0.0.133 - - [2026-05-28 03:15:43] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006549 10.0.0.133 - - [2026-05-28 03:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.133 - - [2026-05-28 03:15:43] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004376 10.0.0.133 - - [2026-05-28 03:15:43] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003572 10.0.0.133 - - [2026-05-28 03:15:43] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006188 10.0.0.133 - - [2026-05-28 03:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.133 - - [2026-05-28 03:15:43] "GET /routing-instance/442c52d5-5b29-44fc-83ee-b110e7eaf2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1662 0.004907 10.0.0.133 - - [2026-05-28 03:15:43] "GET /route-target/ae7fa663-75d5-4aa4-83b6-adebac001582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003845 10.0.0.133 - - [2026-05-28 03:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.133 - - [2026-05-28 03:15:43] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004457 10.0.0.133 - - [2026-05-28 03:15:43] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003010 10.0.0.133 - - [2026-05-28 03:15:43] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006324 10.0.0.133 - - [2026-05-28 03:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.133 - - [2026-05-28 03:15:43] "GET /routing-instance/442c52d5-5b29-44fc-83ee-b110e7eaf2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1662 0.005771 10.0.0.133 - - [2026-05-28 03:15:43] "GET /route-target/ae7fa663-75d5-4aa4-83b6-adebac001582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004401 10.0.0.133 - - [2026-05-28 03:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005316 10.0.0.133 - - [2026-05-28 03:15:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005834 10.0.0.133 - - [2026-05-28 03:15:44] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003117 10.0.0.133 - - [2026-05-28 03:15:44] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007418 10.0.0.133 - - [2026-05-28 03:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.133 - - [2026-05-28 03:15:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004358 10.0.0.133 - - [2026-05-28 03:15:44] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003919 10.0.0.133 - - [2026-05-28 03:15:44] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007830 10.0.0.133 - - [2026-05-28 03:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.133 - - [2026-05-28 03:15:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005139 10.0.0.133 - - [2026-05-28 03:15:44] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005243 10.0.0.133 - - [2026-05-28 03:15:44] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006447 10.0.0.131 - - [2026-05-28 03:15:44] "GET /obj-perms HTTP/1.1" 200 5091 0.004660 10.0.0.133 - - [2026-05-28 03:15:44] "GET /obj-perms HTTP/1.1" 200 5091 0.004172 10.0.0.133 - - [2026-05-28 03:15:44] "GET /obj-perms HTTP/1.1" 200 5091 0.007857 10.0.0.133 - - [2026-05-28 03:15:44] "GET /obj-perms HTTP/1.1" 200 5091 0.004554 10.0.0.131 - - [2026-05-28 03:15:44] "GET /obj-perms HTTP/1.1" 200 5091 0.004120 10.0.0.133 - - [2026-05-28 03:15:44] "GET /virtual-machine/7b396e57-6306-4edc-9194-5d6b9d8216cf HTTP/1.1" 200 1315 0.004012 10.0.0.133 - - [2026-05-28 03:15:44] "GET /virtual-machine-interface/e90ac1d0-921f-47aa-9e1f-119ca76cd1e2 HTTP/1.1" 200 3199 0.006649 10.0.0.133 - - [2026-05-28 03:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.133 - - [2026-05-28 03:15:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003993 10.0.0.133 - - [2026-05-28 03:15:44] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004311 10.0.0.133 - - [2026-05-28 03:15:45] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008773 10.0.0.133 - - [2026-05-28 03:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.133 - - [2026-05-28 03:15:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.010945 10.0.0.133 - - [2026-05-28 03:15:46] "GET /virtual-networks?parent_id=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005430 10.0.0.133 - - [2026-05-28 03:15:46] "GET /virtual-network/05dd01b8-5d85-46bd-8dbc-9c645f040a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007923 10.0.0.133 - - [2026-05-28 03:15:46] "GET /virtual-machine/9ba46bd9-e862-405e-bc61-926348cad04a HTTP/1.1" 200 1316 0.004374 10.0.0.133 - - [2026-05-28 03:15:46] "GET /virtual-machine-interface/a294488c-f7d9-4464-bc8e-4fd077d9e9a3 HTTP/1.1" 200 3199 0.007891 10.0.0.133 - - [2026-05-28 03:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005568 10.0.0.133 - - [2026-05-28 03:15:46] "GET /security-group/1d9fa578-663f-482a-8056-af2c9c8907bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004035 10.0.0.133 - - [2026-05-28 03:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.133 - - [2026-05-28 03:15:46] "GET /security-group/1d9fa578-663f-482a-8056-af2c9c8907bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004442 10.0.0.133 - - [2026-05-28 03:15:46] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009159 10.0.0.133 - - [2026-05-28 03:15:46] "POST /neutron/port HTTP/1.1" 200 1134 0.015512 10.0.0.133 - - [2026-05-28 03:15:46] "GET /virtual-machine/9ba46bd9-e862-405e-bc61-926348cad04a HTTP/1.1" 200 1316 0.004288 10.0.0.133 - - [2026-05-28 03:15:46] "GET /virtual-machine-interface/a294488c-f7d9-4464-bc8e-4fd077d9e9a3 HTTP/1.1" 200 3147 0.007922 10.0.0.133 - - [2026-05-28 03:15:46] "POST /neutron/port HTTP/1.1" 200 1106 0.018710 10.0.0.133 - - [2026-05-28 03:15:46] "POST /neutron/port HTTP/1.1" 200 1134 0.073753 10.0.0.133 - - [2026-05-28 03:15:47] "GET /virtual-machine/9ba46bd9-e862-405e-bc61-926348cad04a HTTP/1.1" 200 1316 0.003862 10.0.0.133 - - [2026-05-28 03:15:47] "GET /virtual-machine-interface/a294488c-f7d9-4464-bc8e-4fd077d9e9a3 HTTP/1.1" 200 3199 0.007045 10.0.0.133 - - [2026-05-28 03:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.133 - - [2026-05-28 03:15:47] "GET /security-group/1d9fa578-663f-482a-8056-af2c9c8907bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004810 10.0.0.133 - - [2026-05-28 03:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.133 - - [2026-05-28 03:15:47] "GET /security-group/1d9fa578-663f-482a-8056-af2c9c8907bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.005418 10.0.0.133 - - [2026-05-28 03:15:47] "POST /neutron/security_group HTTP/1.1" 200 151 0.144964 10.0.0.133 - - [2026-05-28 03:15:47] "POST /fqname-to-id HTTP/1.1" 404 245 0.004362 10.0.0.41 - - [2026-05-28 03:15:47] "DELETE /access-control-list/15bbded0-c7b7-4012-aeb8-07e2284ecb19 HTTP/1.1" 200 115 0.103595 10.0.0.133 - - [2026-05-28 03:15:47] "POST /fqname-to-id HTTP/1.1" 404 245 0.003733 10.0.0.133 - - [2026-05-28 03:15:48] "POST /neutron/security_group HTTP/1.1" 200 117 0.008506 10.0.0.133 - - [2026-05-28 03:15:48] "POST /neutron/network HTTP/1.1" 400 204 0.014721 10.0.0.133 - - [2026-05-28 03:15:52] "POST /neutron/network HTTP/1.1" 200 926 0.006220 10.0.0.133 - - [2026-05-28 03:15:54] "POST /neutron/network HTTP/1.1" 400 204 0.015576 10.0.0.133 - - [2026-05-28 03:15:57] "POST /neutron/port HTTP/1.1" 200 1106 0.024260 10.0.0.133 - - [2026-05-28 03:15:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003875 10.0.0.133 - - [2026-05-28 03:15:57] "POST /neutron/network HTTP/1.1" 200 926 0.009207 10.0.0.133 - - [2026-05-28 03:16:00] "POST /neutron/network HTTP/1.1" 200 926 0.008397 10.0.0.133 - - [2026-05-28 03:16:02] "POST /neutron/network HTTP/1.1" 400 204 0.015460 10.0.0.133 - - [2026-05-28 03:16:06] "POST /neutron/network HTTP/1.1" 200 926 0.007611 10.0.0.133 - - [2026-05-28 03:16:08] "POST /neutron/network HTTP/1.1" 400 204 0.014530 10.0.0.133 - - [2026-05-28 03:16:12] "POST /neutron/network HTTP/1.1" 200 926 0.008045 10.0.0.133 - - [2026-05-28 03:16:14] "POST /neutron/network HTTP/1.1" 400 204 0.014787 10.0.0.41 - - [2026-05-28 03:16:15] "GET /obj-perms HTTP/1.1" 200 5075 0.063998 10.0.0.133 - - [2026-05-28 03:16:18] "POST /neutron/network HTTP/1.1" 200 926 0.008136 10.0.0.133 - - [2026-05-28 03:16:21] "POST /neutron/network HTTP/1.1" 400 204 0.015254 10.0.0.133 - - [2026-05-28 03:16:25] "POST /neutron/network HTTP/1.1" 200 926 0.009271 10.0.0.133 - - [2026-05-28 03:16:27] "POST /neutron/network HTTP/1.1" 400 204 0.017479 10.0.0.133 - - [2026-05-28 03:16:31] "POST /neutron/network HTTP/1.1" 200 926 0.006447 10.0.0.133 - - [2026-05-28 03:16:33] "POST /neutron/network HTTP/1.1" 400 204 0.019098 10.0.0.133 - - [2026-05-28 03:16:36] "POST /neutron/port HTTP/1.1" 200 1106 0.032888 10.0.0.133 - - [2026-05-28 03:16:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005174 10.0.0.133 - - [2026-05-28 03:16:36] "POST /neutron/network HTTP/1.1" 200 926 0.007936 10.0.0.133 - - [2026-05-28 03:16:39] "POST /neutron/network HTTP/1.1" 200 926 0.008781 10.0.0.133 - - [2026-05-28 03:16:57] "POST /neutron/port HTTP/1.1" 200 1219 0.056793 10.0.0.133 - - [2026-05-28 03:16:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003781 10.0.0.133 - - [2026-05-28 03:16:57] "POST /neutron/port HTTP/1.1" 200 117 0.001377 10.0.0.131 - - [2026-05-28 03:17:31] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001181 10.0.0.133 - - [2026-05-28 03:17:31] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.066929 10.0.0.131 - - [2026-05-28 03:17:31] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002326 10.0.0.133 - - [2026-05-28 03:17:31] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.075153 10.0.0.131 - - [2026-05-28 03:17:33] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001244 10.0.0.133 - - [2026-05-28 03:17:33] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.043661 10.0.0.131 - - [2026-05-28 03:17:33] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000861 10.0.0.133 - - [2026-05-28 03:17:33] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.047513 10.0.0.131 - - [2026-05-28 03:17:35] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000853 10.0.0.133 - - [2026-05-28 03:17:35] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.054524 10.0.0.131 - - [2026-05-28 03:17:35] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001283 10.0.0.133 - - [2026-05-28 03:17:35] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.054646 10.0.0.131 - - [2026-05-28 03:17:37] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001178 10.0.0.133 - - [2026-05-28 03:17:37] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.039892 10.0.0.131 - - [2026-05-28 03:17:37] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001758 10.0.0.133 - - [2026-05-28 03:17:37] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.055553 10.0.0.133 - - [2026-05-28 03:17:38] "POST /neutron/port HTTP/1.1" 200 1219 0.058991 10.0.0.133 - - [2026-05-28 03:17:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005121 10.0.0.133 - - [2026-05-28 03:17:39] "POST /neutron/port HTTP/1.1" 200 117 0.001301 10.0.0.131 - - [2026-05-28 03:17:39] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000894 10.0.0.133 - - [2026-05-28 03:17:39] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.043659 10.0.0.131 - - [2026-05-28 03:17:39] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001353 10.0.0.133 - - [2026-05-28 03:17:39] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.058285 10.0.0.131 - - [2026-05-28 03:17:41] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000903 10.0.0.133 - - [2026-05-28 03:17:41] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.052586 10.0.0.131 - - [2026-05-28 03:17:41] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001179 10.0.0.133 - - [2026-05-28 03:17:41] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.052284 10.0.0.131 - - [2026-05-28 03:17:43] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000948 10.0.0.133 - - [2026-05-28 03:17:44] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.045357 10.0.0.131 - - [2026-05-28 03:17:44] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001373 10.0.0.133 - - [2026-05-28 03:17:44] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.065529 10.0.0.131 - - [2026-05-28 03:17:46] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001343 10.0.0.133 - - [2026-05-28 03:17:46] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.124230 10.0.0.131 - - [2026-05-28 03:17:46] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000919 10.0.0.133 - - [2026-05-28 03:17:46] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.084105 10.0.0.131 - - [2026-05-28 03:17:48] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001058 10.0.0.133 - - [2026-05-28 03:17:48] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.071385 10.0.0.131 - - [2026-05-28 03:17:48] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000951 10.0.0.133 - - [2026-05-28 03:17:48] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.043274 10.0.0.131 - - [2026-05-28 03:17:50] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001393 10.0.0.133 - - [2026-05-28 03:17:50] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.051188 10.0.0.131 - - [2026-05-28 03:17:50] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000983 10.0.0.133 - - [2026-05-28 03:17:50] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.050239 10.0.0.131 - - [2026-05-28 03:17:52] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001088 10.0.0.133 - - [2026-05-28 03:17:52] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.053099 10.0.0.131 - - [2026-05-28 03:17:52] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001636 10.0.0.133 - - [2026-05-28 03:17:52] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.047050 10.0.0.131 - - [2026-05-28 03:17:54] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001107 10.0.0.133 - - [2026-05-28 03:17:54] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.060037 10.0.0.131 - - [2026-05-28 03:17:54] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001024 10.0.0.133 - - [2026-05-28 03:17:54] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.040751 10.0.0.131 - - [2026-05-28 03:17:57] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001637 10.0.0.133 - - [2026-05-28 03:17:57] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.054447 10.0.0.131 - - [2026-05-28 03:17:57] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000956 10.0.0.133 - - [2026-05-28 03:17:57] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.044643 10.0.0.133 - - [2026-05-28 03:17:58] "POST /neutron/port HTTP/1.1" 200 1106 0.020085 10.0.0.133 - - [2026-05-28 03:17:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003826 10.0.0.133 - - [2026-05-28 03:17:58] "POST /neutron/network HTTP/1.1" 200 926 0.009507 10.0.0.131 - - [2026-05-28 03:17:59] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001059 10.0.0.133 - - [2026-05-28 03:17:59] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.050234 10.0.0.131 - - [2026-05-28 03:17:59] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001004 10.0.0.133 - - [2026-05-28 03:17:59] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.037657 10.0.0.131 - - [2026-05-28 03:18:01] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001523 10.0.0.133 - - [2026-05-28 03:18:01] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.059244 10.0.0.131 - - [2026-05-28 03:18:01] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004121 10.0.0.133 - - [2026-05-28 03:18:01] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.078779 10.0.0.131 - - [2026-05-28 03:18:03] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000947 10.0.0.133 - - [2026-05-28 03:18:03] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.052753 10.0.0.131 - - [2026-05-28 03:18:03] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001983 10.0.0.133 - - [2026-05-28 03:18:03] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.052107 10.0.0.131 - - [2026-05-28 03:18:05] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000902 10.0.0.133 - - [2026-05-28 03:18:05] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.062741 10.0.0.131 - - [2026-05-28 03:18:05] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001015 10.0.0.133 - - [2026-05-28 03:18:05] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.037903 10.0.0.131 - - [2026-05-28 03:18:07] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002168 10.0.0.133 - - [2026-05-28 03:18:07] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.045546 10.0.0.131 - - [2026-05-28 03:18:07] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000897 10.0.0.133 - - [2026-05-28 03:18:07] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.039877 10.0.0.131 - - [2026-05-28 03:18:09] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001490 10.0.0.133 - - [2026-05-28 03:18:09] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.047607 10.0.0.131 - - [2026-05-28 03:18:10] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001341 10.0.0.133 - - [2026-05-28 03:18:10] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.052326 10.0.0.131 - - [2026-05-28 03:18:12] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000892 10.0.0.133 - - [2026-05-28 03:18:12] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.046962 10.0.0.131 - - [2026-05-28 03:18:12] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001196 10.0.0.133 - - [2026-05-28 03:18:12] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.040829 10.0.0.131 - - [2026-05-28 03:18:14] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000954 10.0.0.133 - - [2026-05-28 03:18:14] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.052545 10.0.0.131 - - [2026-05-28 03:18:14] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000870 10.0.0.133 - - [2026-05-28 03:18:14] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.056138 10.0.0.131 - - [2026-05-28 03:18:16] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001250 10.0.0.133 - - [2026-05-28 03:18:16] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.049074 10.0.0.131 - - [2026-05-28 03:18:16] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000820 10.0.0.133 - - [2026-05-28 03:18:16] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.056775 10.0.0.133 - - [2026-05-28 03:18:16] "GET /obj-perms HTTP/1.1" 200 5075 0.074102 10.0.0.131 - - [2026-05-28 03:18:18] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001201 10.0.0.133 - - [2026-05-28 03:18:18] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.039720 10.0.0.131 - - [2026-05-28 03:18:18] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000996 10.0.0.133 - - [2026-05-28 03:18:18] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.078115 10.0.0.131 - - [2026-05-28 03:18:20] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002401 10.0.0.133 - - [2026-05-28 03:18:20] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.049954 10.0.0.131 - - [2026-05-28 03:18:20] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000840 10.0.0.133 - - [2026-05-28 03:18:20] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.045678 10.0.0.131 - - [2026-05-28 03:18:22] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001341 10.0.0.133 - - [2026-05-28 03:18:22] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.043316 10.0.0.131 - - [2026-05-28 03:18:22] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001180 10.0.0.133 - - [2026-05-28 03:18:22] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.042069 10.0.0.131 - - [2026-05-28 03:18:25] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001017 10.0.0.133 - - [2026-05-28 03:18:25] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.038888 10.0.0.131 - - [2026-05-28 03:18:25] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002581 10.0.0.133 - - [2026-05-28 03:18:25] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.055473 10.0.0.131 - - [2026-05-28 03:18:27] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001280 10.0.0.133 - - [2026-05-28 03:18:27] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.050707 10.0.0.131 - - [2026-05-28 03:18:27] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001074 10.0.0.133 - - [2026-05-28 03:18:27] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.058649 10.0.0.131 - - [2026-05-28 03:18:29] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001318 10.0.0.133 - - [2026-05-28 03:18:29] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.044094 10.0.0.131 - - [2026-05-28 03:18:29] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000932 10.0.0.133 - - [2026-05-28 03:18:29] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.037265 10.0.0.131 - - [2026-05-28 03:18:31] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000937 10.0.0.133 - - [2026-05-28 03:18:31] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.041341 10.0.0.131 - - [2026-05-28 03:18:31] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001034 10.0.0.133 - - [2026-05-28 03:18:31] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.054335 10.0.0.131 - - [2026-05-28 03:18:33] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000879 10.0.0.133 - - [2026-05-28 03:18:33] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.059035 10.0.0.131 - - [2026-05-28 03:18:33] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001705 10.0.0.133 - - [2026-05-28 03:18:33] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.041344 10.0.0.131 - - [2026-05-28 03:18:35] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000981 10.0.0.133 - - [2026-05-28 03:18:35] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.055777 10.0.0.131 - - [2026-05-28 03:18:35] "GET /projects?obj_uuids=3db52ff7-ea9d-4fbb-b4be-0e99c975c004&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001020 10.0.0.133 - - [2026-05-28 03:18:35] "GET /project/3db52ff7-ea9d-4fbb-b4be-0e99c975c004?fields=virtual_networks HTTP/1.1" 200 1377 0.053361 10.0.0.133 - - [2026-05-28 03:18:36] "POST /fqname-to-id HTTP/1.1" 404 186 0.042657 10.0.0.131 - - [2026-05-28 03:18:36] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003638 10.0.0.131 - - [2026-05-28 03:18:36] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.131 - - [2026-05-28 03:18:36] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.042544 10.0.0.131 - - [2026-05-28 03:18:36] "POST /id-to-fqname HTTP/1.1" 200 188 0.004166 10.0.0.131 - - [2026-05-28 03:18:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.006724 10.0.0.131 - - [2026-05-28 03:18:36] "POST /security-groups HTTP/1.1" 200 589 0.036245 10.0.0.131 - - [2026-05-28 03:18:36] "POST /projects HTTP/1.1" 200 581 0.263862 10.0.0.131 - - [2026-05-28 03:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.310397 10.0.0.41 - - [2026-05-28 03:18:36] "POST /access-control-lists HTTP/1.1" 200 596 0.033018 10.0.0.133 - - [2026-05-28 03:18:36] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.486980 10.0.0.133 - - [2026-05-28 03:18:38] "GET / HTTP/1.1" 200 36215 0.002298 10.0.0.133 - - [2026-05-28 03:18:38] "POST /neutron/network HTTP/1.1" 200 936 0.006763 10.0.0.133 - - [2026-05-28 03:18:38] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.133 - - [2026-05-28 03:18:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000639 10.0.0.133 - - [2026-05-28 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.100427 10.0.0.131 - - [2026-05-28 03:18:40] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001343 10.0.0.133 - - [2026-05-28 03:18:40] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.047031 10.0.0.131 - - [2026-05-28 03:18:40] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000898 10.0.0.133 - - [2026-05-28 03:18:40] "POST /neutron/network HTTP/1.1" 200 615 0.165337 10.0.0.41 - - [2026-05-28 03:18:41] "POST /route-targets HTTP/1.1" 200 328 0.014837 10.0.0.133 - - [2026-05-28 03:18:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.004134 10.0.0.133 - - [2026-05-28 03:18:41] "GET /virtual-network/d5d6aab3-eb80-47a8-a700-53a682514231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006048 10.0.0.133 - - [2026-05-28 03:18:41] "POST /neutron/network HTTP/1.1" 200 835 0.008484 10.0.0.133 - - [2026-05-28 03:18:41] "GET /virtual-network/d5d6aab3-eb80-47a8-a700-53a682514231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007280 10.0.0.133 - - [2026-05-28 03:18:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001337 10.0.0.133 - - [2026-05-28 03:18:41] "POST /neutron/port HTTP/1.1" 200 4190 0.033477 10.0.0.131 - - [2026-05-28 03:18:42] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001150 10.0.0.133 - - [2026-05-28 03:18:42] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.101266 10.0.0.133 - - [2026-05-28 03:18:43] "POST /neutron/port HTTP/1.1" 200 4190 0.053668 10.0.0.133 - - [2026-05-28 03:18:43] "POST /neutron/network HTTP/1.1" 200 845 0.006719 10.0.0.133 - - [2026-05-28 03:18:43] "POST /neutron/port HTTP/1.1" 200 1059 0.019573 10.0.0.133 - - [2026-05-28 03:18:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005036 10.0.0.133 - - [2026-05-28 03:18:44] "POST /neutron/network HTTP/1.1" 200 835 0.009067 10.0.0.133 - - [2026-05-28 03:18:48] "POST /neutron/port HTTP/1.1" 200 1123 0.023438 10.0.0.133 - - [2026-05-28 03:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.131 - - [2026-05-28 03:18:48] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000875 10.0.0.133 - - [2026-05-28 03:18:48] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.065703 10.0.0.131 - - [2026-05-28 03:18:48] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001239 10.0.0.133 - - [2026-05-28 03:18:48] "POST /neutron/network HTTP/1.1" 200 613 0.163428 10.0.0.41 - - [2026-05-28 03:18:48] "POST /ref-update HTTP/1.1" 200 156 0.032485 10.0.0.133 - - [2026-05-28 03:18:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.004119 10.0.0.133 - - [2026-05-28 03:18:49] "GET /virtual-network/5ba9cf99-dc9a-42c5-b549-018db3539cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008273 10.0.0.133 - - [2026-05-28 03:18:49] "POST /neutron/network HTTP/1.1" 200 831 0.006499 10.0.0.133 - - [2026-05-28 03:18:49] "GET /virtual-network/5ba9cf99-dc9a-42c5-b549-018db3539cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006544 10.0.0.133 - - [2026-05-28 03:18:49] "GET /virtual-network/5ba9cf99-dc9a-42c5-b549-018db3539cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007871 10.0.0.131 - - [2026-05-28 03:18:51] "GET /obj-perms HTTP/1.1" 200 5045 0.126356 10.0.0.133 - - [2026-05-28 03:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.131 - - [2026-05-28 03:18:51] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001657 10.0.0.133 - - [2026-05-28 03:18:51] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.045358 10.0.0.133 - - [2026-05-28 03:18:51] "POST /neutron/network HTTP/1.1" 200 117 0.017057 10.0.0.133 - - [2026-05-28 03:18:53] "POST /neutron/network HTTP/1.1" 200 834 0.011614 10.0.0.133 - - [2026-05-28 03:18:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001524 10.0.0.133 - - [2026-05-28 03:18:53] "GET /virtual-network/be7f5924-5fd7-496b-bbd7-19e5e0be8cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007119 10.0.0.133 - - [2026-05-28 03:18:53] "GET /virtual-network/be7f5924-5fd7-496b-bbd7-19e5e0be8cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006569 10.0.0.133 - - [2026-05-28 03:18:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.012723 10.0.0.133 - - [2026-05-28 03:18:53] "GET /virtual-network/be7f5924-5fd7-496b-bbd7-19e5e0be8cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008060 10.0.0.41 - - [2026-05-28 03:18:53] "GET /obj-perms HTTP/1.1" 200 5045 0.059960 10.0.0.133 - - [2026-05-28 03:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.131 - - [2026-05-28 03:18:53] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000804 10.0.0.133 - - [2026-05-28 03:18:53] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.031524 10.0.0.41 - - [2026-05-28 03:18:54] "POST /route-targets HTTP/1.1" 200 328 0.013893 10.0.0.131 - - [2026-05-28 03:18:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005907 10.0.0.133 - - [2026-05-28 03:18:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.187334 10.0.0.133 - - [2026-05-28 03:18:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001361 10.0.0.133 - - [2026-05-28 03:18:54] "GET /virtual-network/fb9c0c79-8750-460e-8204-0db430e1c682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007071 10.0.0.133 - - [2026-05-28 03:18:54] "GET /virtual-network/fb9c0c79-8750-460e-8204-0db430e1c682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006054 10.0.0.133 - - [2026-05-28 03:18:54] "POST /neutron/network HTTP/1.1" 200 836 0.007114 10.0.0.133 - - [2026-05-28 03:18:55] "GET /virtual-network/fb9c0c79-8750-460e-8204-0db430e1c682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006485 10.0.0.133 - - [2026-05-28 03:18:55] "GET /obj-perms HTTP/1.1" 200 5045 0.054352 10.0.0.133 - - [2026-05-28 03:18:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001392 10.0.0.133 - - [2026-05-28 03:18:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008101 10.0.0.131 - - [2026-05-28 03:18:56] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001292 10.0.0.133 - - [2026-05-28 03:18:56] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.069678 10.0.0.133 - - [2026-05-28 03:18:56] "POST /neutron/port HTTP/1.1" 200 5160 0.045181 10.0.0.133 - - [2026-05-28 03:18:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001661 10.0.0.133 - - [2026-05-28 03:18:57] "POST /neutron/port HTTP/1.1" 200 5160 0.050063 10.0.0.133 - - [2026-05-28 03:18:57] "POST /neutron/network HTTP/1.1" 200 844 0.007696 10.0.0.133 - - [2026-05-28 03:18:57] "POST /neutron/port HTTP/1.1" 200 1060 0.018711 10.0.0.131 - - [2026-05-28 03:18:58] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.133 - - [2026-05-28 03:18:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004251 10.0.0.133 - - [2026-05-28 03:18:58] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.121850 10.0.0.133 - - [2026-05-28 03:18:58] "POST /neutron/network HTTP/1.1" 200 834 0.007527 10.0.0.133 - - [2026-05-28 03:18:58] "POST /neutron/port HTTP/1.1" 200 6131 0.089428 10.0.0.133 - - [2026-05-28 03:18:58] "POST /neutron/network HTTP/1.1" 200 1124 0.010756 10.0.0.133 - - [2026-05-28 03:18:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005167 10.0.0.133 - - [2026-05-28 03:18:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.003080 10.0.0.133 - - [2026-05-28 03:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006618 10.0.0.131 - - [2026-05-28 03:18:58] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001653 10.0.0.133 - - [2026-05-28 03:18:58] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.133 - - [2026-05-28 03:18:58] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.010537 10.0.0.133 - - [2026-05-28 03:18:58] "POST /service-templates HTTP/1.1" 200 545 0.028810 10.0.0.133 - - [2026-05-28 03:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.133 - - [2026-05-28 03:18:58] "GET /service-template/81b96984-d5b1-4cb8-9e18-9e7c09042170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.006796 10.0.0.133 - - [2026-05-28 03:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.133 - - [2026-05-28 03:18:59] "GET /service-template/81b96984-d5b1-4cb8-9e18-9e7c09042170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.004510 10.0.0.133 - - [2026-05-28 03:18:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001367 10.0.0.133 - - [2026-05-28 03:18:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001479 10.0.0.131 - - [2026-05-28 03:18:59] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.133 - - [2026-05-28 03:18:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.001358 10.0.0.133 - - [2026-05-28 03:18:59] "POST /neutron/port HTTP/1.1" 200 1060 0.349296 10.0.0.133 - - [2026-05-28 03:18:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007275 10.0.0.133 - - [2026-05-28 03:18:59] "POST /neutron/port HTTP/1.1" 200 1124 0.022051 10.0.0.133 - - [2026-05-28 03:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.133 - - [2026-05-28 03:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.133 - - [2026-05-28 03:18:59] "DELETE /service-template/81b96984-d5b1-4cb8-9e18-9e7c09042170 HTTP/1.1" 200 115 0.032805 10.0.0.133 - - [2026-05-28 03:18:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.008517 10.0.0.133 - - [2026-05-28 03:19:00] "POST /neutron/network HTTP/1.1" 400 204 0.026431 10.0.0.133 - - [2026-05-28 03:19:00] "POST /neutron/port HTTP/1.1" 200 151 0.228265 10.0.0.133 - - [2026-05-28 03:19:01] "POST /neutron/port HTTP/1.1" 200 151 0.212773 10.0.0.41 - - [2026-05-28 03:19:02] "DELETE /route-target/705ceb9f-7434-470c-842c-d026958fccb0 HTTP/1.1" 200 115 0.022377 10.0.0.133 - - [2026-05-28 03:19:02] "POST /neutron/network HTTP/1.1" 200 834 0.008095 10.0.0.133 - - [2026-05-28 03:19:03] "POST /neutron/network HTTP/1.1" 200 831 0.007672 10.0.0.41 - - [2026-05-28 03:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005673 10.0.0.133 - - [2026-05-28 03:19:03] "POST /neutron/network HTTP/1.1" 400 204 0.018894 10.0.0.133 - - [2026-05-28 03:19:04] "POST /neutron/port HTTP/1.1" 200 151 0.226945 10.0.0.41 - - [2026-05-28 03:19:05] "DELETE /route-target/c48fe126-e31a-4d89-9ce8-170548a207a5 HTTP/1.1" 200 115 0.027653 10.0.0.133 - - [2026-05-28 03:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.131 - - [2026-05-28 03:19:08] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001139 10.0.0.133 - - [2026-05-28 03:19:08] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.050675 10.0.0.133 - - [2026-05-28 03:19:08] "POST /neutron/network HTTP/1.1" 200 117 0.016787 10.0.0.133 - - [2026-05-28 03:19:09] "POST /neutron/network HTTP/1.1" 200 833 0.009401 10.0.0.133 - - [2026-05-28 03:19:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001390 10.0.0.133 - - [2026-05-28 03:19:09] "GET /virtual-network/3aa1bc9b-2504-474d-beb0-61130bed95de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006210 10.0.0.133 - - [2026-05-28 03:19:09] "GET /virtual-network/3aa1bc9b-2504-474d-beb0-61130bed95de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005956 10.0.0.133 - - [2026-05-28 03:19:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.010547 10.0.0.133 - - [2026-05-28 03:19:09] "GET /virtual-network/3aa1bc9b-2504-474d-beb0-61130bed95de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005917 10.0.0.131 - - [2026-05-28 03:19:09] "GET /obj-perms HTTP/1.1" 200 5045 0.004469 10.0.0.133 - - [2026-05-28 03:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.131 - - [2026-05-28 03:19:09] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.133 - - [2026-05-28 03:19:09] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.042125 10.0.0.41 - - [2026-05-28 03:19:10] "POST /route-targets HTTP/1.1" 200 328 0.015028 10.0.0.131 - - [2026-05-28 03:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.006585 10.0.0.133 - - [2026-05-28 03:19:10] "POST /neutron/subnet HTTP/1.1" 200 734 0.239769 10.0.0.133 - - [2026-05-28 03:19:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001329 10.0.0.133 - - [2026-05-28 03:19:10] "GET /virtual-network/e0f8de67-e388-4fde-88a2-2b5b1a4ae9ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006532 10.0.0.133 - - [2026-05-28 03:19:10] "GET /virtual-network/e0f8de67-e388-4fde-88a2-2b5b1a4ae9ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.013583 10.0.0.133 - - [2026-05-28 03:19:10] "POST /neutron/network HTTP/1.1" 200 834 0.009438 10.0.0.133 - - [2026-05-28 03:19:10] "GET /virtual-network/e0f8de67-e388-4fde-88a2-2b5b1a4ae9ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007188 10.0.0.41 - - [2026-05-28 03:19:11] "GET /obj-perms HTTP/1.1" 200 5045 0.136486 10.0.0.133 - - [2026-05-28 03:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.131 - - [2026-05-28 03:19:11] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001423 10.0.0.133 - - [2026-05-28 03:19:11] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.049459 10.0.0.131 - - [2026-05-28 03:19:11] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001782 10.0.0.133 - - [2026-05-28 03:19:12] "POST /neutron/network HTTP/1.1" 200 615 0.545277 10.0.0.41 - - [2026-05-28 03:19:12] "POST /ref-update HTTP/1.1" 200 156 0.030678 10.0.0.133 - - [2026-05-28 03:19:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.004438 10.0.0.133 - - [2026-05-28 03:19:12] "GET /virtual-network/64363910-d14f-4421-b32c-bccee96069d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006093 10.0.0.133 - - [2026-05-28 03:19:12] "POST /neutron/network HTTP/1.1" 200 834 0.009216 10.0.0.133 - - [2026-05-28 03:19:12] "GET /virtual-network/64363910-d14f-4421-b32c-bccee96069d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007357 10.0.0.133 - - [2026-05-28 03:19:12] "GET /virtual-network/64363910-d14f-4421-b32c-bccee96069d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.011301 10.0.0.133 - - [2026-05-28 03:19:13] "GET /obj-perms HTTP/1.1" 200 5045 0.008317 10.0.0.133 - - [2026-05-28 03:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005781 10.0.0.131 - - [2026-05-28 03:19:13] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000845 10.0.0.133 - - [2026-05-28 03:19:13] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.051811 10.0.0.133 - - [2026-05-28 03:19:13] "POST /neutron/network HTTP/1.1" 200 117 0.019492 10.0.0.133 - - [2026-05-28 03:19:13] "POST /neutron/network HTTP/1.1" 200 844 0.009672 10.0.0.133 - - [2026-05-28 03:19:13] "POST /id-to-fqname HTTP/1.1" 200 229 0.000996 10.0.0.133 - - [2026-05-28 03:19:13] "GET /virtual-network/7a2ae864-e8fd-4ab4-b208-908953d6ddb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005920 10.0.0.133 - - [2026-05-28 03:19:13] "GET /virtual-network/7a2ae864-e8fd-4ab4-b208-908953d6ddb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005800 10.0.0.133 - - [2026-05-28 03:19:13] "POST /neutron/subnet HTTP/1.1" 200 724 0.009890 10.0.0.133 - - [2026-05-28 03:19:14] "GET /virtual-network/7a2ae864-e8fd-4ab4-b208-908953d6ddb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005887 10.0.0.131 - - [2026-05-28 03:19:14] "GET /obj-perms HTTP/1.1" 200 5045 0.005979 10.0.0.133 - - [2026-05-28 03:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006070 10.0.0.131 - - [2026-05-28 03:19:14] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001069 10.0.0.133 - - [2026-05-28 03:19:14] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.048147 10.0.0.41 - - [2026-05-28 03:19:14] "POST /route-targets HTTP/1.1" 200 328 0.014325 10.0.0.131 - - [2026-05-28 03:19:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006672 10.0.0.133 - - [2026-05-28 03:19:14] "POST /neutron/subnet HTTP/1.1" 200 734 0.187040 10.0.0.133 - - [2026-05-28 03:19:14] "POST /id-to-fqname HTTP/1.1" 200 230 0.001338 10.0.0.133 - - [2026-05-28 03:19:14] "GET /virtual-network/09601913-8f88-4f2f-9b96-2be8c0ee2df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005860 10.0.0.133 - - [2026-05-28 03:19:14] "GET /virtual-network/09601913-8f88-4f2f-9b96-2be8c0ee2df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007962 10.0.0.133 - - [2026-05-28 03:19:14] "POST /neutron/network HTTP/1.1" 200 848 0.007745 10.0.0.133 - - [2026-05-28 03:19:15] "GET /virtual-network/09601913-8f88-4f2f-9b96-2be8c0ee2df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006825 10.0.0.41 - - [2026-05-28 03:19:15] "GET /obj-perms HTTP/1.1" 200 5045 0.003700 10.0.0.133 - - [2026-05-28 03:19:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001316 10.0.0.133 - - [2026-05-28 03:19:15] "POST /neutron/network HTTP/1.1" 200 844 0.008848 10.0.0.131 - - [2026-05-28 03:19:16] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.133 - - [2026-05-28 03:19:16] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.081461 10.0.0.133 - - [2026-05-28 03:19:17] "POST /neutron/port HTTP/1.1" 200 117 0.007094 10.0.0.133 - - [2026-05-28 03:19:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.002722 10.0.0.133 - - [2026-05-28 03:19:17] "POST /neutron/port HTTP/1.1" 200 5021 0.096775 10.0.0.133 - - [2026-05-28 03:19:17] "POST /neutron/port HTTP/1.1" 200 1060 0.032803 10.0.0.133 - - [2026-05-28 03:19:18] "POST /neutron/port HTTP/1.1" 200 1124 0.025749 10.0.0.133 - - [2026-05-28 03:19:18] "POST /neutron/port HTTP/1.1" 200 117 0.001361 10.0.0.131 - - [2026-05-28 03:19:18] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001229 10.0.0.133 - - [2026-05-28 03:19:18] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.082847 10.0.0.133 - - [2026-05-28 03:19:18] "POST /neutron/port HTTP/1.1" 200 5161 0.053432 10.0.0.133 - - [2026-05-28 03:19:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.003721 10.0.0.133 - - [2026-05-28 03:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.131 - - [2026-05-28 03:19:18] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.133 - - [2026-05-28 03:19:18] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.009053 10.0.0.133 - - [2026-05-28 03:19:19] "POST /service-templates HTTP/1.1" 200 545 0.031805 10.0.0.133 - - [2026-05-28 03:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005306 10.0.0.133 - - [2026-05-28 03:19:19] "GET /service-template/29448d5f-c3e7-4c41-b95e-1947f0f39a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.007430 10.0.0.133 - - [2026-05-28 03:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.133 - - [2026-05-28 03:19:19] "GET /service-template/29448d5f-c3e7-4c41-b95e-1947f0f39a17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005190 10.0.0.133 - - [2026-05-28 03:19:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001033 10.0.0.133 - - [2026-05-28 03:19:19] "POST /id-to-fqname HTTP/1.1" 200 229 0.001519 10.0.0.133 - - [2026-05-28 03:19:19] "POST /id-to-fqname HTTP/1.1" 200 230 0.001622 10.0.0.133 - - [2026-05-28 03:19:19] "POST /neutron/network HTTP/1.1" 200 844 0.007403 10.0.0.41 - - [2026-05-28 03:19:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000641 10.0.0.133 - - [2026-05-28 03:19:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.020047 10.0.0.41 - - [2026-05-28 03:19:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.133 - - [2026-05-28 03:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.133 - - [2026-05-28 03:19:19] "DELETE /service-template/29448d5f-c3e7-4c41-b95e-1947f0f39a17 HTTP/1.1" 200 115 0.033624 10.0.0.133 - - [2026-05-28 03:19:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.005501 10.0.0.133 - - [2026-05-28 03:19:20] "POST /neutron/port HTTP/1.1" 200 1112 0.177029 10.0.0.133 - - [2026-05-28 03:19:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012313 10.0.0.131 - - [2026-05-28 03:19:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.133 - - [2026-05-28 03:19:20] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.41 - - [2026-05-28 03:19:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000310 10.0.0.131 - - [2026-05-28 03:19:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000543 10.0.0.41 - - [2026-05-28 03:19:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000507 10.0.0.41 - - [2026-05-28 03:19:20] "DELETE /route-target/77ebe449-5e2a-4fa2-81f4-4caf92b36ef7 HTTP/1.1" 200 115 0.031564 10.0.0.133 - - [2026-05-28 03:19:20] "POST /neutron/port HTTP/1.1" 200 1114 0.017627 10.0.0.131 - - [2026-05-28 03:19:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006077 10.0.0.131 - - [2026-05-28 03:19:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006152 10.0.0.133 - - [2026-05-28 03:19:21] "POST /neutron/network HTTP/1.1" 200 151 0.224926 10.0.0.131 - - [2026-05-28 03:19:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000485 10.0.0.131 - - [2026-05-28 03:19:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.133 - - [2026-05-28 03:19:22] "POST /neutron/port HTTP/1.1" 200 1122 0.020964 10.0.0.133 - - [2026-05-28 03:19:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.133 - - [2026-05-28 03:19:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.133 - - [2026-05-28 03:19:22] "POST /neutron/port HTTP/1.1" 200 117 0.006039 10.0.0.133 - - [2026-05-28 03:19:22] "POST /neutron/port HTTP/1.1" 200 117 0.007703 10.0.0.133 - - [2026-05-28 03:19:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.133 - - [2026-05-28 03:19:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000665 10.0.0.41 - - [2026-05-28 03:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.133 - - [2026-05-28 03:19:24] "POST /neutron/network HTTP/1.1" 200 834 0.007393 10.0.0.41 - - [2026-05-28 03:19:24] "DELETE /route-target/0b0fa5bf-1d23-4666-874d-c8f3f6b9d7bc HTTP/1.1" 200 115 0.026451 10.0.0.131 - - [2026-05-28 03:19:24] "POST /useragent-kv HTTP/1.1" 200 115 0.069401 10.0.0.131 - - [2026-05-28 03:19:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002439 10.0.0.133 - - [2026-05-28 03:19:24] "POST /neutron/network HTTP/1.1" 200 151 0.179436 10.0.0.131 - - [2026-05-28 03:19:26] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001030 10.0.0.133 - - [2026-05-28 03:19:26] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.074864 10.0.0.131 - - [2026-05-28 03:19:26] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001365 10.0.0.133 - - [2026-05-28 03:19:26] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?fields=virtual_networks HTTP/1.1" 200 1030 0.067362 10.0.0.131 - - [2026-05-28 03:19:26] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.133 - - [2026-05-28 03:19:26] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.075825 10.0.0.131 - - [2026-05-28 03:19:26] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001267 10.0.0.133 - - [2026-05-28 03:19:26] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?fields=security_groups HTTP/1.1" 200 1255 0.091194 10.0.0.133 - - [2026-05-28 03:19:27] "POST /fqname-to-id HTTP/1.1" 404 186 0.042366 10.0.0.131 - - [2026-05-28 03:19:27] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003847 10.0.0.131 - - [2026-05-28 03:19:27] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000915 10.0.0.131 - - [2026-05-28 03:19:27] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008673 10.0.0.131 - - [2026-05-28 03:19:27] "POST /id-to-fqname HTTP/1.1" 200 188 0.011622 10.0.0.131 - - [2026-05-28 03:19:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.011575 10.0.0.131 - - [2026-05-28 03:19:27] "POST /security-groups HTTP/1.1" 200 589 0.046784 10.0.0.41 - - [2026-05-28 03:19:28] "POST /fqname-to-id HTTP/1.1" 404 232 0.004636 10.0.0.131 - - [2026-05-28 03:19:28] "POST /projects HTTP/1.1" 200 581 0.319816 10.0.0.131 - - [2026-05-28 03:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.356791 10.0.0.133 - - [2026-05-28 03:19:28] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.524737 10.0.0.41 - - [2026-05-28 03:19:28] "POST /access-control-lists HTTP/1.1" 200 594 0.045202 10.0.0.133 - - [2026-05-28 03:19:29] "GET / HTTP/1.1" 200 36215 0.002314 10.0.0.131 - - [2026-05-28 03:19:29] "DELETE /project/366b7c46c9494871a0888fe8eabbdf1a HTTP/1.1" 404 173 0.004539 10.0.0.131 - - [2026-05-28 03:19:29] "DELETE /project/f7e3aa193d41434f8c2dabffdf6d8f39 HTTP/1.1" 404 173 0.008349 10.0.0.131 - - [2026-05-28 03:19:29] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000823 10.0.0.131 - - [2026-05-28 03:19:30] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.053973 10.0.0.131 - - [2026-05-28 03:19:30] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001231 10.0.0.131 - - [2026-05-28 03:19:30] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?fields=security_groups HTTP/1.1" 200 1357 0.055378 10.0.0.131 - - [2026-05-28 03:19:30] "DELETE /security-group/3a8d1066-ba87-45c0-8847-8ccd717dd6df HTTP/1.1" 200 115 0.062387 10.0.0.131 - - [2026-05-28 03:19:30] "GET /projects?obj_uuids=366b7c46-c949-4871-a088-8fe8eabbdf1a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.131 - - [2026-05-28 03:19:30] "GET /project/366b7c46-c949-4871-a088-8fe8eabbdf1a?fields=application_policy_sets HTTP/1.1" 200 1396 0.045734 10.0.0.131 - - [2026-05-28 03:19:30] "DELETE /project/366b7c46-c949-4871-a088-8fe8eabbdf1a HTTP/1.1" 200 115 0.462708 10.0.0.133 - - [2026-05-28 03:19:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000442 10.0.0.133 - - [2026-05-28 03:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.050134 10.0.0.131 - - [2026-05-28 03:19:31] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001624 10.0.0.133 - - [2026-05-28 03:19:31] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.042477 10.0.0.41 - - [2026-05-28 03:19:32] "POST /route-targets HTTP/1.1" 200 328 0.016454 10.0.0.131 - - [2026-05-28 03:19:32] "POST /useragent-kv HTTP/1.1" 200 115 0.008841 10.0.0.133 - - [2026-05-28 03:19:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.308399 10.0.0.133 - - [2026-05-28 03:19:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001172 10.0.0.133 - - [2026-05-28 03:19:32] "GET /virtual-network/68bd7577-79f1-4e9a-8a44-107cef440e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006207 10.0.0.133 - - [2026-05-28 03:19:32] "GET /virtual-network/68bd7577-79f1-4e9a-8a44-107cef440e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006490 10.0.0.133 - - [2026-05-28 03:19:32] "POST /neutron/network HTTP/1.1" 200 831 0.007816 10.0.0.133 - - [2026-05-28 03:19:33] "GET /virtual-network/68bd7577-79f1-4e9a-8a44-107cef440e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005825 10.0.0.133 - - [2026-05-28 03:19:33] "GET /obj-perms HTTP/1.1" 200 5045 0.069366 10.0.0.131 - - [2026-05-28 03:19:34] "GET /obj-perms HTTP/1.1" 200 5045 0.080831 10.0.0.133 - - [2026-05-28 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.131 - - [2026-05-28 03:19:34] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001227 10.0.0.133 - - [2026-05-28 03:19:34] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.057602 10.0.0.131 - - [2026-05-28 03:19:34] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.133 - - [2026-05-28 03:19:34] "POST /neutron/network HTTP/1.1" 200 617 0.147147 10.0.0.41 - - [2026-05-28 03:19:35] "POST /ref-update HTTP/1.1" 200 156 0.030339 10.0.0.133 - - [2026-05-28 03:19:35] "POST /id-to-fqname HTTP/1.1" 200 225 0.003271 10.0.0.133 - - [2026-05-28 03:19:35] "GET /virtual-network/11f29ac8-93d8-4594-91f0-46a55c3ce188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.010154 10.0.0.133 - - [2026-05-28 03:19:35] "POST /neutron/network HTTP/1.1" 200 837 0.007456 10.0.0.133 - - [2026-05-28 03:19:35] "GET /virtual-network/11f29ac8-93d8-4594-91f0-46a55c3ce188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005961 10.0.0.133 - - [2026-05-28 03:19:35] "GET /virtual-network/11f29ac8-93d8-4594-91f0-46a55c3ce188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008682 10.0.0.41 - - [2026-05-28 03:19:36] "GET /obj-perms HTTP/1.1" 200 5045 0.069594 10.0.0.133 - - [2026-05-28 03:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.131 - - [2026-05-28 03:19:36] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.133 - - [2026-05-28 03:19:36] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.046119 10.0.0.133 - - [2026-05-28 03:19:36] "POST /neutron/network HTTP/1.1" 200 117 0.089084 10.0.0.133 - - [2026-05-28 03:19:37] "POST /neutron/network HTTP/1.1" 200 838 0.012317 10.0.0.133 - - [2026-05-28 03:19:37] "POST /id-to-fqname HTTP/1.1" 200 226 0.001365 10.0.0.133 - - [2026-05-28 03:19:37] "GET /virtual-network/f389f654-63d4-471c-852e-c3dc10015b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006006 10.0.0.133 - - [2026-05-28 03:19:37] "GET /virtual-network/f389f654-63d4-471c-852e-c3dc10015b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008167 10.0.0.133 - - [2026-05-28 03:19:37] "POST /neutron/subnet HTTP/1.1" 200 725 0.017619 10.0.0.133 - - [2026-05-28 03:19:37] "GET /virtual-network/f389f654-63d4-471c-852e-c3dc10015b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005975 10.0.0.133 - - [2026-05-28 03:19:38] "POST /id-to-fqname HTTP/1.1" 200 225 0.001441 10.0.0.133 - - [2026-05-28 03:19:39] "POST /neutron/port HTTP/1.1" 200 1219 0.022036 10.0.0.131 - - [2026-05-28 03:19:39] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001145 10.0.0.133 - - [2026-05-28 03:19:39] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.095557 10.0.0.133 - - [2026-05-28 03:19:39] "POST /neutron/network HTTP/1.1" 200 1124 0.007607 10.0.0.133 - - [2026-05-28 03:19:39] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015238 10.0.0.133 - - [2026-05-28 03:19:39] "POST /neutron/network HTTP/1.1" 200 1114 0.009872 10.0.0.133 - - [2026-05-28 03:19:39] "POST /id-to-fqname HTTP/1.1" 200 226 0.001316 10.0.0.133 - - [2026-05-28 03:19:40] "POST /neutron/port HTTP/1.1" 200 4190 0.047005 10.0.0.131 - - [2026-05-28 03:19:40] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001282 10.0.0.133 - - [2026-05-28 03:19:40] "POST /neutron/port HTTP/1.1" 200 1059 0.404948 10.0.0.133 - - [2026-05-28 03:19:41] "POST /neutron/port HTTP/1.1" 200 1113 0.138596 10.0.0.133 - - [2026-05-28 03:19:41] "POST /neutron/subnet HTTP/1.1" 200 703 0.018750 10.0.0.131 - - [2026-05-28 03:19:41] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001214 10.0.0.133 - - [2026-05-28 03:19:41] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.078578 10.0.0.133 - - [2026-05-28 03:19:41] "POST /neutron/network HTTP/1.1" 200 838 0.073524 10.0.0.133 - - [2026-05-28 03:19:41] "POST /neutron/port HTTP/1.1" 200 117 0.006048 10.0.0.133 - - [2026-05-28 03:19:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.003152 10.0.0.133 - - [2026-05-28 03:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.131 - - [2026-05-28 03:19:41] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.133 - - [2026-05-28 03:19:41] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.010823 10.0.0.133 - - [2026-05-28 03:19:42] "POST /service-templates HTTP/1.1" 200 545 0.027465 10.0.0.133 - - [2026-05-28 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.133 - - [2026-05-28 03:19:42] "GET /service-template/b6536abc-e261-4d15-b7ba-152753ea4534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.007565 10.0.0.133 - - [2026-05-28 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.133 - - [2026-05-28 03:19:42] "GET /service-template/b6536abc-e261-4d15-b7ba-152753ea4534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.004425 10.0.0.133 - - [2026-05-28 03:19:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001574 10.0.0.133 - - [2026-05-28 03:19:42] "POST /id-to-fqname HTTP/1.1" 200 225 0.001172 10.0.0.133 - - [2026-05-28 03:19:42] "POST /id-to-fqname HTTP/1.1" 200 226 0.001976 10.0.0.133 - - [2026-05-28 03:19:42] "POST /neutron/port HTTP/1.1" 200 5991 0.101213 10.0.0.133 - - [2026-05-28 03:19:42] "POST /neutron/port HTTP/1.1" 200 1058 0.017453 10.0.0.133 - - [2026-05-28 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.133 - - [2026-05-28 03:19:42] "DELETE /service-template/b6536abc-e261-4d15-b7ba-152753ea4534 HTTP/1.1" 200 115 0.037600 10.0.0.133 - - [2026-05-28 03:19:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.003999 10.0.0.133 - - [2026-05-28 03:19:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004385 10.0.0.133 - - [2026-05-28 03:19:43] "POST /neutron/network HTTP/1.1" 200 838 0.007192 10.0.0.133 - - [2026-05-28 03:19:43] "POST /neutron/port HTTP/1.1" 200 1123 0.024676 10.0.0.133 - - [2026-05-28 03:19:44] "POST /neutron/port HTTP/1.1" 200 1122 0.022769 10.0.0.133 - - [2026-05-28 03:19:45] "POST /neutron/network HTTP/1.1" 200 838 0.009115 10.0.0.133 - - [2026-05-28 03:19:45] "POST /neutron/network HTTP/1.1" 200 2195 0.013513 10.0.0.41 - - [2026-05-28 03:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.133 - - [2026-05-28 03:19:45] "POST /neutron/network HTTP/1.1" 200 837 0.006592 10.0.0.41 - - [2026-05-28 03:19:46] "DELETE /route-target/1df6e395-34c6-4cf7-8706-2b32a3285a3d HTTP/1.1" 200 115 0.029214 10.0.0.131 - - [2026-05-28 03:19:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008467 10.0.0.131 - - [2026-05-28 03:19:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003795 10.0.0.133 - - [2026-05-28 03:19:46] "POST /neutron/network HTTP/1.1" 200 151 0.144777 10.0.0.133 - - [2026-05-28 03:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.131 - - [2026-05-28 03:19:49] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000987 10.0.0.133 - - [2026-05-28 03:19:49] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.037239 10.0.0.41 - - [2026-05-28 03:19:49] "POST /route-targets HTTP/1.1" 200 328 0.013736 10.0.0.131 - - [2026-05-28 03:19:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005855 10.0.0.133 - - [2026-05-28 03:19:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.210967 10.0.0.133 - - [2026-05-28 03:19:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001407 10.0.0.133 - - [2026-05-28 03:19:50] "GET /virtual-network/4b7f047d-932a-49c8-8625-355de6abf931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006238 10.0.0.133 - - [2026-05-28 03:19:50] "GET /virtual-network/4b7f047d-932a-49c8-8625-355de6abf931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006784 10.0.0.133 - - [2026-05-28 03:19:50] "POST /neutron/network HTTP/1.1" 200 831 0.008980 10.0.0.133 - - [2026-05-28 03:19:50] "GET /virtual-network/4b7f047d-932a-49c8-8625-355de6abf931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006261 10.0.0.133 - - [2026-05-28 03:19:50] "GET /obj-perms HTTP/1.1" 200 5045 0.004519 10.0.0.131 - - [2026-05-28 03:19:50] "GET /obj-perms HTTP/1.1" 200 5045 0.004815 10.0.0.133 - - [2026-05-28 03:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.131 - - [2026-05-28 03:19:50] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000972 10.0.0.133 - - [2026-05-28 03:19:50] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.039621 10.0.0.131 - - [2026-05-28 03:19:50] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001395 10.0.0.133 - - [2026-05-28 03:19:50] "POST /neutron/network HTTP/1.1" 200 613 0.138300 10.0.0.41 - - [2026-05-28 03:19:51] "POST /ref-update HTTP/1.1" 200 156 0.030525 10.0.0.133 - - [2026-05-28 03:19:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.003728 10.0.0.133 - - [2026-05-28 03:19:51] "GET /virtual-network/f0bdb2c5-df6c-4d54-9e77-185a6bda2e34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007269 10.0.0.133 - - [2026-05-28 03:19:51] "POST /neutron/network HTTP/1.1" 200 832 0.006992 10.0.0.133 - - [2026-05-28 03:19:51] "GET /virtual-network/f0bdb2c5-df6c-4d54-9e77-185a6bda2e34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005756 10.0.0.133 - - [2026-05-28 03:19:51] "GET /virtual-network/f0bdb2c5-df6c-4d54-9e77-185a6bda2e34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006038 10.0.0.41 - - [2026-05-28 03:19:51] "GET /obj-perms HTTP/1.1" 200 5045 0.006383 10.0.0.133 - - [2026-05-28 03:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.131 - - [2026-05-28 03:19:52] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.133 - - [2026-05-28 03:19:52] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.043021 10.0.0.133 - - [2026-05-28 03:19:52] "POST /neutron/network HTTP/1.1" 200 117 0.026868 10.0.0.133 - - [2026-05-28 03:19:52] "POST /neutron/network HTTP/1.1" 200 835 0.009852 10.0.0.133 - - [2026-05-28 03:19:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001375 10.0.0.133 - - [2026-05-28 03:19:52] "GET /virtual-network/1e1ddd75-5606-4ad2-889d-d9ebff241dca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007482 10.0.0.133 - - [2026-05-28 03:19:52] "GET /virtual-network/1e1ddd75-5606-4ad2-889d-d9ebff241dca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.009581 10.0.0.133 - - [2026-05-28 03:19:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.011531 10.0.0.133 - - [2026-05-28 03:19:53] "GET /virtual-network/1e1ddd75-5606-4ad2-889d-d9ebff241dca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006249 10.0.0.133 - - [2026-05-28 03:19:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001326 10.0.0.131 - - [2026-05-28 03:19:54] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001870 10.0.0.133 - - [2026-05-28 03:19:54] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.090818 10.0.0.133 - - [2026-05-28 03:19:54] "POST /neutron/network HTTP/1.1" 200 832 0.007173 10.0.0.133 - - [2026-05-28 03:19:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001288 10.0.0.133 - - [2026-05-28 03:19:55] "POST /neutron/port HTTP/1.1" 200 4190 0.037240 10.0.0.131 - - [2026-05-28 03:19:55] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001390 10.0.0.133 - - [2026-05-28 03:19:55] "POST /neutron/port HTTP/1.1" 200 1058 0.335995 10.0.0.133 - - [2026-05-28 03:19:56] "POST /neutron/port HTTP/1.1" 200 1112 0.135108 10.0.0.133 - - [2026-05-28 03:19:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.012605 10.0.0.131 - - [2026-05-28 03:19:56] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001107 10.0.0.133 - - [2026-05-28 03:19:56] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.092455 10.0.0.133 - - [2026-05-28 03:19:56] "POST /neutron/network HTTP/1.1" 200 835 0.008987 10.0.0.133 - - [2026-05-28 03:19:56] "POST /neutron/port HTTP/1.1" 200 117 0.008519 10.0.0.133 - - [2026-05-28 03:19:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.003225 10.0.0.133 - - [2026-05-28 03:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.131 - - [2026-05-28 03:19:56] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.133 - - [2026-05-28 03:19:56] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008322 10.0.0.133 - - [2026-05-28 03:19:56] "POST /service-templates HTTP/1.1" 200 545 0.044042 10.0.0.133 - - [2026-05-28 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.133 - - [2026-05-28 03:19:57] "GET /service-template/d001352f-b8ba-474d-8039-c828ea4aa939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.007255 10.0.0.133 - - [2026-05-28 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.133 - - [2026-05-28 03:19:57] "GET /service-template/d001352f-b8ba-474d-8039-c828ea4aa939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.005506 10.0.0.133 - - [2026-05-28 03:19:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001470 10.0.0.133 - - [2026-05-28 03:19:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001270 10.0.0.133 - - [2026-05-28 03:19:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001573 10.0.0.133 - - [2026-05-28 03:19:57] "POST /neutron/port HTTP/1.1" 200 6075 0.097942 10.0.0.133 - - [2026-05-28 03:19:57] "POST /neutron/port HTTP/1.1" 200 1059 0.018156 10.0.0.133 - - [2026-05-28 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.133 - - [2026-05-28 03:19:57] "DELETE /service-template/d001352f-b8ba-474d-8039-c828ea4aa939 HTTP/1.1" 200 115 0.043496 10.0.0.133 - - [2026-05-28 03:19:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.009232 10.0.0.133 - - [2026-05-28 03:19:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004818 10.0.0.133 - - [2026-05-28 03:19:58] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.133 - - [2026-05-28 03:19:58] "POST /neutron/port HTTP/1.1" 200 1106 0.023980 10.0.0.133 - - [2026-05-28 03:19:58] "POST /neutron/port HTTP/1.1" 200 1122 0.020955 10.0.0.133 - - [2026-05-28 03:19:58] "POST /neutron/subnet HTTP/1.1" 200 693 0.008770 10.0.0.133 - - [2026-05-28 03:19:58] "POST /neutron/network HTTP/1.1" 200 926 0.006477 10.0.0.133 - - [2026-05-28 03:19:59] "POST /neutron/port HTTP/1.1" 200 151 0.199929 10.0.0.133 - - [2026-05-28 03:20:00] "POST /neutron/network HTTP/1.1" 200 117 0.013779 10.0.0.41 - - [2026-05-28 03:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006534 10.0.0.133 - - [2026-05-28 03:20:00] "POST /neutron/port HTTP/1.1" 200 117 0.011059 10.0.0.41 - - [2026-05-28 03:20:00] "DELETE /route-target/0c6f19ec-7c8e-4729-842e-6ffdfa18ec5c HTTP/1.1" 200 115 0.033301 10.0.0.133 - - [2026-05-28 03:20:01] "POST /neutron/network HTTP/1.1" 200 831 0.007229 10.0.0.131 - - [2026-05-28 03:20:03] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001675 10.0.0.133 - - [2026-05-28 03:20:03] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.056665 10.0.0.131 - - [2026-05-28 03:20:03] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.133 - - [2026-05-28 03:20:03] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?fields=virtual_networks HTTP/1.1" 200 1031 0.061053 10.0.0.131 - - [2026-05-28 03:20:03] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001395 10.0.0.133 - - [2026-05-28 03:20:03] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.062326 10.0.0.131 - - [2026-05-28 03:20:03] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000939 10.0.0.133 - - [2026-05-28 03:20:04] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?fields=security_groups HTTP/1.1" 200 1256 0.047127 10.0.0.133 - - [2026-05-28 03:20:05] "POST /fqname-to-id HTTP/1.1" 404 184 0.036387 10.0.0.131 - - [2026-05-28 03:20:05] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003055 10.0.0.131 - - [2026-05-28 03:20:05] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.131 - - [2026-05-28 03:20:05] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007913 10.0.0.131 - - [2026-05-28 03:20:05] "POST /id-to-fqname HTTP/1.1" 200 186 0.005334 10.0.0.131 - - [2026-05-28 03:20:05] "POST /fqname-to-id HTTP/1.1" 404 195 0.006550 10.0.0.131 - - [2026-05-28 03:20:05] "POST /security-groups HTTP/1.1" 200 587 0.034424 10.0.0.41 - - [2026-05-28 03:20:05] "POST /fqname-to-id HTTP/1.1" 404 230 0.003731 10.0.0.131 - - [2026-05-28 03:20:05] "POST /projects HTTP/1.1" 200 577 0.254764 10.0.0.131 - - [2026-05-28 03:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.294564 10.0.0.133 - - [2026-05-28 03:20:05] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.448909 10.0.0.41 - - [2026-05-28 03:20:05] "POST /access-control-lists HTTP/1.1" 200 592 0.042413 10.0.0.133 - - [2026-05-28 03:20:07] "GET / HTTP/1.1" 200 36215 0.002890 10.0.0.133 - - [2026-05-28 03:20:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000459 10.0.0.133 - - [2026-05-28 03:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.095799 10.0.0.131 - - [2026-05-28 03:20:09] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000914 10.0.0.133 - - [2026-05-28 03:20:09] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.050677 10.0.0.131 - - [2026-05-28 03:20:09] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001269 10.0.0.133 - - [2026-05-28 03:20:09] "POST /neutron/network HTTP/1.1" 200 611 0.183955 10.0.0.133 - - [2026-05-28 03:20:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.008805 10.0.0.133 - - [2026-05-28 03:20:10] "GET /virtual-network/a4da4693-28fc-4c51-bf56-467809b613e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008353 10.0.0.133 - - [2026-05-28 03:20:10] "POST /neutron/network HTTP/1.1" 200 826 0.007675 10.0.0.133 - - [2026-05-28 03:20:10] "GET /virtual-network/a4da4693-28fc-4c51-bf56-467809b613e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005447 10.0.0.133 - - [2026-05-28 03:20:11] "GET /virtual-network/a4da4693-28fc-4c51-bf56-467809b613e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007355 10.0.0.133 - - [2026-05-28 03:20:11] "GET /obj-perms HTTP/1.1" 200 5041 0.063365 10.0.0.131 - - [2026-05-28 03:20:12] "GET /obj-perms HTTP/1.1" 200 5041 0.076596 10.0.0.133 - - [2026-05-28 03:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.131 - - [2026-05-28 03:20:12] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001003 10.0.0.133 - - [2026-05-28 03:20:12] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.065401 10.0.0.133 - - [2026-05-28 03:20:12] "POST /neutron/network HTTP/1.1" 200 117 0.017392 10.0.0.41 - - [2026-05-28 03:20:12] "POST /route-targets HTTP/1.1" 200 328 0.014224 10.0.0.133 - - [2026-05-28 03:20:13] "POST /neutron/network HTTP/1.1" 200 831 0.010503 10.0.0.133 - - [2026-05-28 03:20:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001054 10.0.0.133 - - [2026-05-28 03:20:13] "GET /virtual-network/bf42708f-3fb0-498a-899a-7c4e8d322902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008002 10.0.0.133 - - [2026-05-28 03:20:13] "GET /virtual-network/bf42708f-3fb0-498a-899a-7c4e8d322902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006603 10.0.0.133 - - [2026-05-28 03:20:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.011732 10.0.0.133 - - [2026-05-28 03:20:13] "GET /virtual-network/bf42708f-3fb0-498a-899a-7c4e8d322902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006327 10.0.0.41 - - [2026-05-28 03:20:14] "GET /obj-perms HTTP/1.1" 200 5041 0.076543 10.0.0.133 - - [2026-05-28 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006019 10.0.0.131 - - [2026-05-28 03:20:14] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001315 10.0.0.133 - - [2026-05-28 03:20:14] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.047653 10.0.0.41 - - [2026-05-28 03:20:14] "POST /ref-update HTTP/1.1" 200 156 0.028026 10.0.0.131 - - [2026-05-28 03:20:14] "POST /useragent-kv HTTP/1.1" 200 115 0.010399 10.0.0.133 - - [2026-05-28 03:20:14] "POST /neutron/subnet HTTP/1.1" 200 730 0.248657 10.0.0.133 - - [2026-05-28 03:20:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001356 10.0.0.133 - - [2026-05-28 03:20:14] "GET /virtual-network/fcbea505-2b9a-4588-b65a-6d0b6b48ce8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008554 10.0.0.133 - - [2026-05-28 03:20:14] "GET /virtual-network/fcbea505-2b9a-4588-b65a-6d0b6b48ce8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005950 10.0.0.133 - - [2026-05-28 03:20:14] "POST /neutron/network HTTP/1.1" 200 833 0.007639 10.0.0.133 - - [2026-05-28 03:20:15] "GET /virtual-network/fcbea505-2b9a-4588-b65a-6d0b6b48ce8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006096 10.0.0.133 - - [2026-05-28 03:20:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001532 10.0.0.133 - - [2026-05-28 03:20:16] "POST /neutron/network HTTP/1.1" 200 841 0.010017 10.0.0.131 - - [2026-05-28 03:20:16] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001124 10.0.0.133 - - [2026-05-28 03:20:16] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.092020 10.0.0.133 - - [2026-05-28 03:20:17] "POST /neutron/port HTTP/1.1" 200 117 0.019763 10.0.0.133 - - [2026-05-28 03:20:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001450 10.0.0.133 - - [2026-05-28 03:20:17] "POST /neutron/network HTTP/1.1" 200 841 0.006457 10.0.0.133 - - [2026-05-28 03:20:18] "POST /neutron/port HTTP/1.1" 200 1057 0.024890 10.0.0.133 - - [2026-05-28 03:20:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004414 10.0.0.133 - - [2026-05-28 03:20:18] "GET /obj-perms HTTP/1.1" 200 5075 0.075230 10.0.0.133 - - [2026-05-28 03:20:18] "POST /neutron/network HTTP/1.1" 200 831 0.011598 10.0.0.131 - - [2026-05-28 03:20:18] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000894 10.0.0.133 - - [2026-05-28 03:20:18] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.090863 10.0.0.133 - - [2026-05-28 03:20:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.012629 10.0.0.133 - - [2026-05-28 03:20:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.003623 10.0.0.133 - - [2026-05-28 03:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.131 - - [2026-05-28 03:20:19] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.133 - - [2026-05-28 03:20:19] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008029 10.0.0.133 - - [2026-05-28 03:20:19] "POST /service-templates HTTP/1.1" 200 545 0.036500 10.0.0.133 - - [2026-05-28 03:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.133 - - [2026-05-28 03:20:19] "GET /service-template/e8967d47-b0c1-454a-9ea6-4f4affdc729e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.008665 10.0.0.133 - - [2026-05-28 03:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.133 - - [2026-05-28 03:20:19] "GET /service-template/e8967d47-b0c1-454a-9ea6-4f4affdc729e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006098 10.0.0.133 - - [2026-05-28 03:20:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001350 10.0.0.133 - - [2026-05-28 03:20:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001040 10.0.0.131 - - [2026-05-28 03:20:19] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001457 10.0.0.133 - - [2026-05-28 03:20:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001580 10.0.0.133 - - [2026-05-28 03:20:19] "POST /neutron/port HTTP/1.1" 200 1057 0.395621 10.0.0.133 - - [2026-05-28 03:20:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009234 10.0.0.133 - - [2026-05-28 03:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.133 - - [2026-05-28 03:20:19] "DELETE /service-template/e8967d47-b0c1-454a-9ea6-4f4affdc729e HTTP/1.1" 200 115 0.039912 10.0.0.133 - - [2026-05-28 03:20:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.004858 10.0.0.133 - - [2026-05-28 03:20:20] "POST /neutron/port HTTP/1.1" 200 1121 0.023256 10.0.0.133 - - [2026-05-28 03:20:20] "POST /neutron/port HTTP/1.1" 200 117 0.001550 10.0.0.133 - - [2026-05-28 03:20:20] "POST /neutron/network HTTP/1.1" 400 204 0.020414 10.0.0.133 - - [2026-05-28 03:20:20] "POST /neutron/port HTTP/1.1" 200 151 0.201726 10.0.0.133 - - [2026-05-28 03:20:21] "POST /neutron/port HTTP/1.1" 200 151 0.186935 10.0.0.133 - - [2026-05-28 03:20:22] "POST /neutron/network HTTP/1.1" 200 117 0.009650 10.0.0.133 - - [2026-05-28 03:20:22] "POST /neutron/port HTTP/1.1" 200 117 0.016767 10.0.0.41 - - [2026-05-28 03:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004986 10.0.0.133 - - [2026-05-28 03:20:23] "POST /neutron/network HTTP/1.1" 200 826 0.008599 10.0.0.41 - - [2026-05-28 03:20:23] "DELETE /route-target/ffd8676f-4ea5-437e-b156-1b51dbf98909 HTTP/1.1" 200 115 0.044931 10.0.0.133 - - [2026-05-28 03:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.131 - - [2026-05-28 03:20:26] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001075 10.0.0.133 - - [2026-05-28 03:20:26] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.047258 10.0.0.131 - - [2026-05-28 03:20:26] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001071 10.0.0.133 - - [2026-05-28 03:20:26] "POST /neutron/network HTTP/1.1" 200 611 0.144978 10.0.0.133 - - [2026-05-28 03:20:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.003662 10.0.0.133 - - [2026-05-28 03:20:26] "GET /virtual-network/51538f19-8250-44f0-a105-1f7e42583cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006488 10.0.0.133 - - [2026-05-28 03:20:26] "POST /neutron/network HTTP/1.1" 200 831 0.006361 10.0.0.133 - - [2026-05-28 03:20:26] "GET /virtual-network/51538f19-8250-44f0-a105-1f7e42583cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005199 10.0.0.133 - - [2026-05-28 03:20:27] "GET /virtual-network/51538f19-8250-44f0-a105-1f7e42583cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006341 10.0.0.41 - - [2026-05-28 03:20:27] "GET /obj-perms HTTP/1.1" 200 5041 0.004520 10.0.0.131 - - [2026-05-28 03:20:27] "GET /obj-perms HTTP/1.1" 200 5041 0.003595 10.0.0.133 - - [2026-05-28 03:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.131 - - [2026-05-28 03:20:27] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000842 10.0.0.133 - - [2026-05-28 03:20:27] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.045957 10.0.0.133 - - [2026-05-28 03:20:27] "POST /neutron/network HTTP/1.1" 200 117 0.017603 10.0.0.41 - - [2026-05-28 03:20:27] "POST /route-targets HTTP/1.1" 200 328 0.021098 10.0.0.133 - - [2026-05-28 03:20:28] "POST /neutron/network HTTP/1.1" 200 829 0.010163 10.0.0.133 - - [2026-05-28 03:20:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.001378 10.0.0.133 - - [2026-05-28 03:20:28] "GET /virtual-network/3cd0db31-4c68-4507-af75-725331f0c130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006081 10.0.0.133 - - [2026-05-28 03:20:28] "GET /virtual-network/3cd0db31-4c68-4507-af75-725331f0c130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006211 10.0.0.133 - - [2026-05-28 03:20:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.012284 10.0.0.133 - - [2026-05-28 03:20:28] "GET /virtual-network/3cd0db31-4c68-4507-af75-725331f0c130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006202 10.0.0.133 - - [2026-05-28 03:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.131 - - [2026-05-28 03:20:28] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000909 10.0.0.133 - - [2026-05-28 03:20:28] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.054248 10.0.0.41 - - [2026-05-28 03:20:29] "POST /ref-update HTTP/1.1" 200 156 0.031004 10.0.0.131 - - [2026-05-28 03:20:29] "POST /useragent-kv HTTP/1.1" 200 115 0.009273 10.0.0.133 - - [2026-05-28 03:20:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.210919 10.0.0.133 - - [2026-05-28 03:20:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001320 10.0.0.133 - - [2026-05-28 03:20:29] "GET /virtual-network/4b9899e6-015d-4ea0-bdbb-f82218bf72b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005830 10.0.0.133 - - [2026-05-28 03:20:29] "GET /virtual-network/4b9899e6-015d-4ea0-bdbb-f82218bf72b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005929 10.0.0.133 - - [2026-05-28 03:20:29] "POST /neutron/network HTTP/1.1" 200 833 0.006185 10.0.0.133 - - [2026-05-28 03:20:29] "GET /virtual-network/4b9899e6-015d-4ea0-bdbb-f82218bf72b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005936 10.0.0.133 - - [2026-05-28 03:20:30] "GET /obj-perms HTTP/1.1" 200 5041 0.005152 10.0.0.133 - - [2026-05-28 03:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008795 10.0.0.131 - - [2026-05-28 03:20:30] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001402 10.0.0.133 - - [2026-05-28 03:20:30] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.057175 10.0.0.131 - - [2026-05-28 03:20:30] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000982 10.0.0.133 - - [2026-05-28 03:20:30] "POST /neutron/network HTTP/1.1" 200 623 0.133909 10.0.0.131 - - [2026-05-28 03:20:30] "DELETE /project/afc5540a1cce44e4b7cb08d0e23181b0 HTTP/1.1" 404 173 0.005476 10.0.0.131 - - [2026-05-28 03:20:30] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001186 10.0.0.131 - - [2026-05-28 03:20:30] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.070042 10.0.0.131 - - [2026-05-28 03:20:30] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000819 10.0.0.131 - - [2026-05-28 03:20:30] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?fields=security_groups HTTP/1.1" 200 1358 0.042769 10.0.0.131 - - [2026-05-28 03:20:30] "DELETE /security-group/f02ed200-4e09-4fdb-ae4d-dc6bce2cabeb HTTP/1.1" 200 115 0.082847 10.0.0.131 - - [2026-05-28 03:20:30] "GET /projects?obj_uuids=f7e3aa19-3d41-434f-8c2d-abffdf6d8f39&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000814 10.0.0.41 - - [2026-05-28 03:20:30] "DELETE /access-control-list/b1f9e7de-81ff-459d-b908-e6e2553bc912 HTTP/1.1" 200 115 0.037803 10.0.0.131 - - [2026-05-28 03:20:30] "GET /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39?fields=application_policy_sets HTTP/1.1" 200 1397 0.056936 10.0.0.133 - - [2026-05-28 03:20:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.003052 10.0.0.133 - - [2026-05-28 03:20:30] "GET /virtual-network/bd623f4f-cc70-4e53-b0c3-e41139bcb712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006657 10.0.0.133 - - [2026-05-28 03:20:30] "POST /neutron/network HTTP/1.1" 200 842 0.011364 10.0.0.133 - - [2026-05-28 03:20:30] "GET /virtual-network/bd623f4f-cc70-4e53-b0c3-e41139bcb712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.013182 10.0.0.131 - - [2026-05-28 03:20:31] "DELETE /project/f7e3aa19-3d41-434f-8c2d-abffdf6d8f39 HTTP/1.1" 200 115 0.490938 10.0.0.133 - - [2026-05-28 03:20:31] "GET /virtual-network/bd623f4f-cc70-4e53-b0c3-e41139bcb712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006318 10.0.0.41 - - [2026-05-28 03:20:31] "GET /obj-perms HTTP/1.1" 200 5041 0.003722 10.0.0.131 - - [2026-05-28 03:20:31] "GET /obj-perms HTTP/1.1" 200 5041 0.004349 10.0.0.133 - - [2026-05-28 03:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.131 - - [2026-05-28 03:20:31] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001087 10.0.0.133 - - [2026-05-28 03:20:31] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.043516 10.0.0.133 - - [2026-05-28 03:20:31] "POST /neutron/network HTTP/1.1" 200 117 0.034350 10.0.0.41 - - [2026-05-28 03:20:32] "POST /ref-update HTTP/1.1" 200 156 0.026968 10.0.0.133 - - [2026-05-28 03:20:32] "POST /neutron/network HTTP/1.1" 200 845 0.012153 10.0.0.133 - - [2026-05-28 03:20:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001393 10.0.0.133 - - [2026-05-28 03:20:32] "GET /virtual-network/31074fae-bf70-455f-b290-ac0f1f3ff5e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006472 10.0.0.133 - - [2026-05-28 03:20:32] "GET /virtual-network/31074fae-bf70-455f-b290-ac0f1f3ff5e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.008885 10.0.0.133 - - [2026-05-28 03:20:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.012007 10.0.0.133 - - [2026-05-28 03:20:32] "GET /virtual-network/31074fae-bf70-455f-b290-ac0f1f3ff5e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.017488 10.0.0.133 - - [2026-05-28 03:20:33] "POST /id-to-fqname HTTP/1.1" 200 221 0.001530 10.0.0.131 - - [2026-05-28 03:20:34] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001118 10.0.0.133 - - [2026-05-28 03:20:34] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.075866 10.0.0.133 - - [2026-05-28 03:20:34] "POST /neutron/network HTTP/1.1" 200 829 0.007735 10.0.0.133 - - [2026-05-28 03:20:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001740 10.0.0.133 - - [2026-05-28 03:20:34] "POST /neutron/port HTTP/1.1" 200 4190 0.049383 10.0.0.131 - - [2026-05-28 03:20:34] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001144 10.0.0.133 - - [2026-05-28 03:20:35] "POST /neutron/port HTTP/1.1" 200 1055 0.309721 10.0.0.133 - - [2026-05-28 03:20:35] "POST /neutron/port HTTP/1.1" 200 1109 0.112397 10.0.0.133 - - [2026-05-28 03:20:35] "POST /neutron/subnet HTTP/1.1" 200 694 0.010007 10.0.0.131 - - [2026-05-28 03:20:35] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001701 10.0.0.133 - - [2026-05-28 03:20:35] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.133015 10.0.0.133 - - [2026-05-28 03:20:35] "POST /neutron/network HTTP/1.1" 200 833 0.007684 10.0.0.133 - - [2026-05-28 03:20:36] "POST /neutron/port HTTP/1.1" 200 117 0.006920 10.0.0.133 - - [2026-05-28 03:20:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.004593 10.0.0.133 - - [2026-05-28 03:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.131 - - [2026-05-28 03:20:36] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.133 - - [2026-05-28 03:20:36] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008902 10.0.0.133 - - [2026-05-28 03:20:36] "POST /service-templates HTTP/1.1" 200 545 0.035048 10.0.0.133 - - [2026-05-28 03:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.133 - - [2026-05-28 03:20:36] "GET /service-template/ca6ab28b-4171-4f30-8595-7623612b675b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.007814 10.0.0.133 - - [2026-05-28 03:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.133 - - [2026-05-28 03:20:36] "GET /service-template/ca6ab28b-4171-4f30-8595-7623612b675b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004057 10.0.0.133 - - [2026-05-28 03:20:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001333 10.0.0.133 - - [2026-05-28 03:20:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001429 10.0.0.133 - - [2026-05-28 03:20:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001530 10.0.0.133 - - [2026-05-28 03:20:36] "POST /neutron/port HTTP/1.1" 200 6070 0.058326 10.0.0.133 - - [2026-05-28 03:20:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008005 10.0.0.133 - - [2026-05-28 03:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.012762 10.0.0.133 - - [2026-05-28 03:20:37] "DELETE /service-template/ca6ab28b-4171-4f30-8595-7623612b675b HTTP/1.1" 200 115 0.038563 10.0.0.133 - - [2026-05-28 03:20:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.014719 10.0.0.133 - - [2026-05-28 03:20:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004888 10.0.0.133 - - [2026-05-28 03:20:37] "POST /neutron/network HTTP/1.1" 200 833 0.009809 10.0.0.133 - - [2026-05-28 03:20:37] "POST /neutron/network HTTP/1.1" 200 842 0.008142 10.0.0.41 - - [2026-05-28 03:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.133 - - [2026-05-28 03:20:37] "POST /neutron/port HTTP/1.1" 200 1109 0.012235 10.0.0.133 - - [2026-05-28 03:20:38] "POST /neutron/network HTTP/1.1" 400 204 0.014070 10.0.0.133 - - [2026-05-28 03:20:39] "POST /neutron/port HTTP/1.1" 200 151 0.182071 10.0.0.133 - - [2026-05-28 03:20:39] "POST /neutron/network HTTP/1.1" 200 117 0.011773 10.0.0.131 - - [2026-05-28 03:20:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004072 10.0.0.131 - - [2026-05-28 03:20:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003361 10.0.0.133 - - [2026-05-28 03:20:40] "POST /neutron/network HTTP/1.1" 200 151 0.143874 10.0.0.41 - - [2026-05-28 03:20:40] "DELETE /route-target/4ba5dab7-8559-4679-931a-38fde3538521 HTTP/1.1" 200 115 0.022073 10.0.0.133 - - [2026-05-28 03:20:40] "POST /neutron/port HTTP/1.1" 200 1106 0.044557 10.0.0.133 - - [2026-05-28 03:20:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007488 10.0.0.133 - - [2026-05-28 03:20:41] "POST /neutron/network HTTP/1.1" 200 926 0.011406 10.0.0.41 - - [2026-05-28 03:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.131 - - [2026-05-28 03:20:42] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001024 10.0.0.133 - - [2026-05-28 03:20:42] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.044672 10.0.0.131 - - [2026-05-28 03:20:42] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000900 10.0.0.133 - - [2026-05-28 03:20:42] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?fields=virtual_networks HTTP/1.1" 200 1027 0.043033 10.0.0.131 - - [2026-05-28 03:20:42] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001033 10.0.0.133 - - [2026-05-28 03:20:43] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.039088 10.0.0.131 - - [2026-05-28 03:20:43] "GET /projects?obj_uuids=afc5540a-1cce-44e4-b7cb-08d0e23181b0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001612 10.0.0.133 - - [2026-05-28 03:20:43] "GET /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0?fields=security_groups HTTP/1.1" 200 1250 0.047624 10.0.0.133 - - [2026-05-28 03:20:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.034249 10.0.0.131 - - [2026-05-28 03:20:44] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003490 10.0.0.131 - - [2026-05-28 03:20:44] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.131 - - [2026-05-28 03:20:44] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009002 10.0.0.131 - - [2026-05-28 03:20:44] "POST /id-to-fqname HTTP/1.1" 200 192 0.004655 10.0.0.131 - - [2026-05-28 03:20:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.008755 10.0.0.131 - - [2026-05-28 03:20:44] "POST /security-groups HTTP/1.1" 200 593 0.081371 10.0.0.131 - - [2026-05-28 03:20:44] "POST /projects HTTP/1.1" 200 589 0.312189 10.0.0.41 - - [2026-05-28 03:20:44] "POST /access-control-lists HTTP/1.1" 200 600 0.030120 10.0.0.131 - - [2026-05-28 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.386268 10.0.0.133 - - [2026-05-28 03:20:44] "GET /project/869e73fa-d40e-4594-983c-0064d9d66038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.553812 10.0.0.133 - - [2026-05-28 03:20:45] "GET / HTTP/1.1" 200 36215 0.002393 10.0.0.133 - - [2026-05-28 03:20:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000415 10.0.0.133 - - [2026-05-28 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.078856 10.0.0.131 - - [2026-05-28 03:20:48] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000785 10.0.0.133 - - [2026-05-28 03:20:48] "GET /project/869e73fa-d40e-4594-983c-0064d9d66038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.068184 10.0.0.133 - - [2026-05-28 03:20:48] "POST /neutron/network HTTP/1.1" 200 117 0.049439 10.0.0.41 - - [2026-05-28 03:20:48] "POST /route-targets HTTP/1.1" 200 328 0.086797 10.0.0.133 - - [2026-05-28 03:20:48] "POST /neutron/network HTTP/1.1" 200 829 0.013102 10.0.0.133 - - [2026-05-28 03:20:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001019 10.0.0.133 - - [2026-05-28 03:20:48] "GET /virtual-network/e30a41df-c270-431a-bd46-680476012e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006190 10.0.0.133 - - [2026-05-28 03:20:48] "GET /virtual-network/e30a41df-c270-431a-bd46-680476012e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006595 10.0.0.133 - - [2026-05-28 03:20:49] "POST /neutron/subnet HTTP/1.1" 200 719 0.010090 10.0.0.133 - - [2026-05-28 03:20:49] "GET /virtual-network/e30a41df-c270-431a-bd46-680476012e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005958 10.0.0.133 - - [2026-05-28 03:20:50] "GET /obj-perms HTTP/1.1" 200 5053 0.070509 10.0.0.133 - - [2026-05-28 03:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.131 - - [2026-05-28 03:20:51] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001021 10.0.0.133 - - [2026-05-28 03:20:51] "GET /project/869e73fa-d40e-4594-983c-0064d9d66038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.049086 10.0.0.41 - - [2026-05-28 03:20:51] "POST /ref-update HTTP/1.1" 200 156 0.049772 10.0.0.131 - - [2026-05-28 03:20:51] "POST /useragent-kv HTTP/1.1" 200 115 0.009536 10.0.0.133 - - [2026-05-28 03:20:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.262091 10.0.0.133 - - [2026-05-28 03:20:51] "POST /id-to-fqname HTTP/1.1" 200 225 0.001411 10.0.0.133 - - [2026-05-28 03:20:51] "GET /virtual-network/f33760b7-f711-4faf-85f9-165f2edd569a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006085 10.0.0.133 - - [2026-05-28 03:20:52] "GET /virtual-network/f33760b7-f711-4faf-85f9-165f2edd569a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005139 10.0.0.133 - - [2026-05-28 03:20:52] "POST /neutron/network HTTP/1.1" 200 832 0.007868 10.0.0.133 - - [2026-05-28 03:20:52] "GET /virtual-network/f33760b7-f711-4faf-85f9-165f2edd569a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006567 10.0.0.41 - - [2026-05-28 03:20:52] "GET /obj-perms HTTP/1.1" 200 5053 0.070244 10.0.0.131 - - [2026-05-28 03:20:52] "GET /obj-perms HTTP/1.1" 200 5053 0.066317 10.0.0.133 - - [2026-05-28 03:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.131 - - [2026-05-28 03:20:52] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001132 10.0.0.133 - - [2026-05-28 03:20:52] "GET /project/869e73fa-d40e-4594-983c-0064d9d66038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.042695 10.0.0.131 - - [2026-05-28 03:20:53] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001057 10.0.0.133 - - [2026-05-28 03:20:53] "POST /neutron/network HTTP/1.1" 200 617 0.144704 10.0.0.133 - - [2026-05-28 03:20:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.003625 10.0.0.133 - - [2026-05-28 03:20:53] "GET /virtual-network/0d326a30-3f3f-41d8-9bd7-387e5d64a632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005335 10.0.0.133 - - [2026-05-28 03:20:53] "POST /neutron/network HTTP/1.1" 200 835 0.007127 10.0.0.133 - - [2026-05-28 03:20:53] "GET /virtual-network/0d326a30-3f3f-41d8-9bd7-387e5d64a632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006355 10.0.0.133 - - [2026-05-28 03:20:54] "GET /virtual-network/0d326a30-3f3f-41d8-9bd7-387e5d64a632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006884 10.0.0.133 - - [2026-05-28 03:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.131 - - [2026-05-28 03:20:54] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000923 10.0.0.133 - - [2026-05-28 03:20:54] "GET /project/869e73fa-d40e-4594-983c-0064d9d66038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.054992 10.0.0.133 - - [2026-05-28 03:20:54] "POST /neutron/network HTTP/1.1" 200 117 0.017666 10.0.0.41 - - [2026-05-28 03:20:55] "POST /route-targets HTTP/1.1" 200 328 0.014594 10.0.0.133 - - [2026-05-28 03:20:55] "POST /neutron/network HTTP/1.1" 200 849 0.009480 10.0.0.133 - - [2026-05-28 03:20:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001188 10.0.0.133 - - [2026-05-28 03:20:55] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005912 10.0.0.133 - - [2026-05-28 03:20:55] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006491 10.0.0.133 - - [2026-05-28 03:20:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.009797 10.0.0.133 - - [2026-05-28 03:20:55] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005456 10.0.0.133 - - [2026-05-28 03:20:55] "GET /obj-perms HTTP/1.1" 200 5053 0.003911 10.0.0.133 - - [2026-05-28 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.131 - - [2026-05-28 03:20:56] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000839 10.0.0.133 - - [2026-05-28 03:20:56] "GET /project/869e73fa-d40e-4594-983c-0064d9d66038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.057410 10.0.0.41 - - [2026-05-28 03:20:56] "POST /ref-update HTTP/1.1" 200 156 0.024149 10.0.0.131 - - [2026-05-28 03:20:56] "POST /useragent-kv HTTP/1.1" 200 115 0.006041 10.0.0.133 - - [2026-05-28 03:20:56] "POST /neutron/subnet HTTP/1.1" 200 724 0.229073 10.0.0.133 - - [2026-05-28 03:20:56] "POST /id-to-fqname HTTP/1.1" 200 234 0.001183 10.0.0.133 - - [2026-05-28 03:20:56] "GET /virtual-network/8a689185-62db-46db-8a28-170a4d53dd38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006277 10.0.0.133 - - [2026-05-28 03:20:56] "GET /virtual-network/8a689185-62db-46db-8a28-170a4d53dd38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.010307 10.0.0.133 - - [2026-05-28 03:20:56] "POST /neutron/network HTTP/1.1" 200 850 0.008598 10.0.0.133 - - [2026-05-28 03:20:57] "GET /virtual-network/8a689185-62db-46db-8a28-170a4d53dd38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007349 10.0.0.41 - - [2026-05-28 03:20:57] "GET /obj-perms HTTP/1.1" 200 5053 0.004102 10.0.0.131 - - [2026-05-28 03:20:57] "GET /obj-perms HTTP/1.1" 200 5053 0.004874 10.0.0.133 - - [2026-05-28 03:20:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001450 10.0.0.133 - - [2026-05-28 03:20:57] "POST /neutron/network HTTP/1.1" 200 839 0.007565 10.0.0.131 - - [2026-05-28 03:20:58] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000937 10.0.0.133 - - [2026-05-28 03:20:58] "GET /project/869e73fa-d40e-4594-983c-0064d9d66038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.076590 10.0.0.133 - - [2026-05-28 03:20:58] "POST /neutron/port HTTP/1.1" 200 117 0.006731 10.0.0.133 - - [2026-05-28 03:20:58] "POST /id-to-fqname HTTP/1.1" 200 225 0.001389 10.0.0.133 - - [2026-05-28 03:20:59] "POST /neutron/network HTTP/1.1" 200 839 0.010232 10.0.0.133 - - [2026-05-28 03:20:59] "POST /neutron/port HTTP/1.1" 200 1061 0.022804 10.0.0.131 - - [2026-05-28 03:20:59] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001051 10.0.0.133 - - [2026-05-28 03:20:59] "GET /project/869e73fa-d40e-4594-983c-0064d9d66038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.117809 10.0.0.133 - - [2026-05-28 03:21:00] "POST /neutron/network HTTP/1.1" 200 832 0.008381 10.0.0.133 - - [2026-05-28 03:21:00] "POST /neutron/port HTTP/1.1" 200 117 0.001533 10.0.0.133 - - [2026-05-28 03:21:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010137 10.0.0.133 - - [2026-05-28 03:21:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.007827 10.0.0.133 - - [2026-05-28 03:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007432 10.0.0.131 - - [2026-05-28 03:21:00] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.133 - - [2026-05-28 03:21:00] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008786 10.0.0.133 - - [2026-05-28 03:21:00] "POST /service-templates HTTP/1.1" 200 545 0.034257 10.0.0.133 - - [2026-05-28 03:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.133 - - [2026-05-28 03:21:00] "GET /service-template/28a58692-077f-476f-8c87-3f5f548318db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.008415 10.0.0.133 - - [2026-05-28 03:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.133 - - [2026-05-28 03:21:00] "GET /service-template/28a58692-077f-476f-8c87-3f5f548318db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.004761 10.0.0.133 - - [2026-05-28 03:21:00] "POST /id-to-fqname HTTP/1.1" 200 233 0.001528 10.0.0.131 - - [2026-05-28 03:21:01] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001134 10.0.0.133 - - [2026-05-28 03:21:01] "POST /neutron/port HTTP/1.1" 200 1062 0.386180 10.0.0.133 - - [2026-05-28 03:21:01] "POST /neutron/port HTTP/1.1" 200 1062 0.017449 10.0.0.133 - - [2026-05-28 03:21:01] "POST /neutron/network HTTP/1.1" 200 859 0.023470 10.0.0.133 - - [2026-05-28 03:21:01] "POST /neutron/subnet HTTP/1.1" 200 698 0.014048 10.0.0.131 - - [2026-05-28 03:21:02] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001329 10.0.0.133 - - [2026-05-28 03:21:02] "GET /project/869e73fa-d40e-4594-983c-0064d9d66038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.112417 10.0.0.133 - - [2026-05-28 03:21:02] "POST /neutron/network HTTP/1.1" 200 849 0.019949 10.0.0.133 - - [2026-05-28 03:21:02] "POST /neutron/port HTTP/1.1" 200 117 0.008872 10.0.0.133 - - [2026-05-28 03:21:02] "GET /virtual-machine/b13d629d-9e17-44f6-806c-2a49c346d980 HTTP/1.1" 401 293 0.000749 10.0.0.133 - - [2026-05-28 03:21:03] "GET /virtual-machine/b13d629d-9e17-44f6-806c-2a49c346d980 HTTP/1.1" 404 171 0.038452 10.0.0.133 - - [2026-05-28 03:21:03] "POST /neutron/port HTTP/1.1" 200 1063 0.021531 10.0.0.133 - - [2026-05-28 03:21:03] "POST /neutron/port HTTP/1.1" 200 1127 0.020890 10.0.0.133 - - [2026-05-28 03:21:04] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.133 - - [2026-05-28 03:21:05] "GET /virtual-machine/b13d629d-9e17-44f6-806c-2a49c346d980 HTTP/1.1" 200 1296 0.008626 10.0.0.133 - - [2026-05-28 03:21:05] "GET /virtual-machine-interface/6f453762-2fc3-4050-b677-78fa5776d84e HTTP/1.1" 200 2991 0.005356 10.0.0.133 - - [2026-05-28 03:21:05] "GET /virtual-machine-interface/6f453762-2fc3-4050-b677-78fa5776d84e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.006976 10.0.0.133 - - [2026-05-28 03:21:05] "PUT /virtual-machine-interface/6f453762-2fc3-4050-b677-78fa5776d84e HTTP/1.1" 200 285 0.018252 10.0.0.133 - - [2026-05-28 03:21:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009369 10.0.0.133 - - [2026-05-28 03:21:10] "POST /neutron/port HTTP/1.1" 200 1127 0.019124 10.0.0.133 - - [2026-05-28 03:21:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010200 10.0.0.133 - - [2026-05-28 03:21:10] "GET /virtual-machine/b13d629d-9e17-44f6-806c-2a49c346d980 HTTP/1.1" 200 1296 0.004702 10.0.0.133 - - [2026-05-28 03:21:10] "GET /virtual-machine-interface/6f453762-2fc3-4050-b677-78fa5776d84e HTTP/1.1" 200 3041 0.005792 10.0.0.133 - - [2026-05-28 03:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.133 - - [2026-05-28 03:21:10] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004149 10.0.0.133 - - [2026-05-28 03:21:10] "GET /virtual-networks?parent_id=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003368 10.0.0.133 - - [2026-05-28 03:21:10] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006939 10.0.0.133 - - [2026-05-28 03:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.133 - - [2026-05-28 03:21:13] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006394 10.0.0.133 - - [2026-05-28 03:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.133 - - [2026-05-28 03:21:18] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007201 10.0.0.133 - - [2026-05-28 03:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.133 - - [2026-05-28 03:21:22] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005805 10.0.0.133 - - [2026-05-28 03:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.133 - - [2026-05-28 03:21:26] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007590 10.0.0.133 - - [2026-05-28 03:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.133 - - [2026-05-28 03:21:30] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005623 10.0.0.131 - - [2026-05-28 03:21:31] "DELETE /project/869e73fad40e4594983c0064d9d66038 HTTP/1.1" 404 173 0.002916 10.0.0.131 - - [2026-05-28 03:21:31] "DELETE /project/afc5540a-1cce-44e4-b7cb-08d0e23181b0 HTTP/1.1" 404 177 0.005908 10.0.0.133 - - [2026-05-28 03:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.133 - - [2026-05-28 03:21:34] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006327 10.0.0.133 - - [2026-05-28 03:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.133 - - [2026-05-28 03:21:38] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006187 10.0.0.133 - - [2026-05-28 03:21:41] "POST /neutron/network HTTP/1.1" 200 1124 0.007627 10.0.0.133 - - [2026-05-28 03:21:41] "POST /neutron/subnet HTTP/1.1" 200 1389 0.018477 10.0.0.133 - - [2026-05-28 03:21:42] "POST /neutron/network HTTP/1.1" 200 1114 0.010371 10.0.0.133 - - [2026-05-28 03:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.133 - - [2026-05-28 03:21:42] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006170 10.0.0.133 - - [2026-05-28 03:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.133 - - [2026-05-28 03:21:46] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007038 10.0.0.133 - - [2026-05-28 03:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.133 - - [2026-05-28 03:21:50] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007428 10.0.0.133 - - [2026-05-28 03:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.133 - - [2026-05-28 03:21:52] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006843 10.0.0.133 - - [2026-05-28 03:21:52] "GET /virtual-networks?parent_id=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.006341 10.0.0.133 - - [2026-05-28 03:21:53] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006521 10.0.0.133 - - [2026-05-28 03:21:53] "POST /neutron/port HTTP/1.1" 200 1127 0.029592 10.0.0.133 - - [2026-05-28 03:21:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008283 10.0.0.133 - - [2026-05-28 03:22:00] "POST /neutron/network HTTP/1.1" 200 1124 0.034950 10.0.0.133 - - [2026-05-28 03:22:00] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017132 10.0.0.133 - - [2026-05-28 03:22:00] "POST /neutron/network HTTP/1.1" 200 1114 0.011828 10.0.0.133 - - [2026-05-28 03:22:04] "POST /neutron/port HTTP/1.1" 200 1125 0.054236 10.0.0.133 - - [2026-05-28 03:22:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008777 10.0.0.133 - - [2026-05-28 03:22:13] "POST /neutron/port HTTP/1.1" 200 1127 0.020567 10.0.0.133 - - [2026-05-28 03:22:19] "POST /fqname-to-id HTTP/1.1" 404 211 0.004900 10.0.0.133 - - [2026-05-28 03:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.131 - - [2026-05-28 03:22:19] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001352 10.0.0.133 - - [2026-05-28 03:22:19] "GET /project/869e73fa-d40e-4594-983c-0064d9d66038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047063 10.0.0.133 - - [2026-05-28 03:22:19] "POST /service-instances HTTP/1.1" 200 549 0.035975 10.0.0.133 - - [2026-05-28 03:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.133 - - [2026-05-28 03:22:19] "GET /service-instance/1a377a7e-c9d2-4343-b7e4-bd8cce656c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.009248 10.0.0.133 - - [2026-05-28 03:22:19] "POST /port-tuples HTTP/1.1" 200 592 0.053869 10.0.0.133 - - [2026-05-28 03:22:19] "GET /virtual-machine-interface/6f453762-2fc3-4050-b677-78fa5776d84e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2819 0.006331 10.0.0.133 - - [2026-05-28 03:22:19] "PUT /virtual-machine-interface/6f453762-2fc3-4050-b677-78fa5776d84e HTTP/1.1" 200 285 0.015449 10.0.0.133 - - [2026-05-28 03:22:19] "POST /ref-update HTTP/1.1" 200 156 0.030538 10.0.0.41 - - [2026-05-28 03:22:19] "POST /ref-update HTTP/1.1" 200 156 0.065429 10.0.0.133 - - [2026-05-28 03:22:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010963 10.0.0.41 - - [2026-05-28 03:22:19] "POST /instance-ips HTTP/1.1" 200 374 0.043751 10.0.0.41 - - [2026-05-28 03:22:19] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.013358 10.0.0.133 - - [2026-05-28 03:22:20] "POST /neutron/port HTTP/1.1" 200 1125 0.024964 10.0.0.133 - - [2026-05-28 03:22:20] "GET /virtual-machine/fe0d4356-84c2-4d19-9b30-2e170c82cd07 HTTP/1.1" 200 1297 0.008025 10.0.0.133 - - [2026-05-28 03:22:20] "GET /virtual-machine-interface/b6004677-e71d-4682-80f1-dd32e7e11e65 HTTP/1.1" 200 2964 0.006321 10.0.0.133 - - [2026-05-28 03:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.133 - - [2026-05-28 03:22:20] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004820 10.0.0.133 - - [2026-05-28 03:22:20] "GET /virtual-networks?parent_id=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003468 10.0.0.133 - - [2026-05-28 03:22:20] "GET /virtual-network/e30a41df-c270-431a-bd46-680476012e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009476 10.0.0.133 - - [2026-05-28 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.133 - - [2026-05-28 03:22:21] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003551 10.0.0.133 - - [2026-05-28 03:22:21] "GET /virtual-networks?parent_id=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003853 10.0.0.133 - - [2026-05-28 03:22:21] "GET /virtual-network/e30a41df-c270-431a-bd46-680476012e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007139 10.0.0.133 - - [2026-05-28 03:22:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008546 10.0.0.133 - - [2026-05-28 03:22:21] "POST /neutron/port HTTP/1.1" 200 1126 0.022089 10.0.0.133 - - [2026-05-28 03:22:21] "GET /virtual-machine/dcacdf04-a403-471a-b765-7d37be4c16e5 HTTP/1.1" 200 1297 0.005879 10.0.0.133 - - [2026-05-28 03:22:21] "GET /virtual-machine-interface/b290879a-2762-4c9a-bc5c-e89aea0b4e83 HTTP/1.1" 200 2968 0.005544 10.0.0.133 - - [2026-05-28 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.133 - - [2026-05-28 03:22:21] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003869 10.0.0.133 - - [2026-05-28 03:22:21] "GET /virtual-networks?parent_id=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003612 10.0.0.133 - - [2026-05-28 03:22:21] "GET /virtual-network/f33760b7-f711-4faf-85f9-165f2edd569a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.010627 10.0.0.133 - - [2026-05-28 03:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669 10.0.0.133 - - [2026-05-28 03:22:23] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003689 10.0.0.133 - - [2026-05-28 03:22:23] "GET /virtual-networks?parent_id=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003114 10.0.0.133 - - [2026-05-28 03:22:23] "GET /virtual-network/f33760b7-f711-4faf-85f9-165f2edd569a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006505 10.0.0.133 - - [2026-05-28 03:22:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.004636 10.0.0.133 - - [2026-05-28 03:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.131 - - [2026-05-28 03:22:23] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001903 10.0.0.133 - - [2026-05-28 03:22:23] "GET /project/869e73fa-d40e-4594-983c-0064d9d66038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.055925 10.0.0.133 - - [2026-05-28 03:22:23] "POST /network-policys HTTP/1.1" 200 553 0.035430 10.0.0.133 - - [2026-05-28 03:22:23] "GET /network-policy/7122f61b-5f55-4f59-a37e-680b06e66fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.007009 10.0.0.133 - - [2026-05-28 03:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.133 - - [2026-05-28 03:22:23] "GET /virtual-network/e30a41df-c270-431a-bd46-680476012e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006636 10.0.0.133 - - [2026-05-28 03:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.133 - - [2026-05-28 03:22:23] "GET /network-policy/7122f61b-5f55-4f59-a37e-680b06e66fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.006742 10.0.0.41 - - [2026-05-28 03:22:23] "POST /fqname-to-id HTTP/1.1" 404 240 0.011853 10.0.0.133 - - [2026-05-28 03:22:23] "POST /ref-update HTTP/1.1" 200 156 0.089451 10.0.0.133 - - [2026-05-28 03:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006582 10.0.0.133 - - [2026-05-28 03:22:23] "GET /network-policy/7122f61b-5f55-4f59-a37e-680b06e66fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.004790 10.0.0.133 - - [2026-05-28 03:22:23] "GET /virtual-network/e30a41df-c270-431a-bd46-680476012e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.012328 10.0.0.133 - - [2026-05-28 03:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.133 - - [2026-05-28 03:22:23] "GET /network-policy/7122f61b-5f55-4f59-a37e-680b06e66fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.010187 10.0.0.133 - - [2026-05-28 03:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.133 - - [2026-05-28 03:22:24] "GET /virtual-network/f33760b7-f711-4faf-85f9-165f2edd569a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006528 10.0.0.133 - - [2026-05-28 03:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.133 - - [2026-05-28 03:22:24] "GET /network-policy/7122f61b-5f55-4f59-a37e-680b06e66fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.004498 10.0.0.41 - - [2026-05-28 03:22:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.005052 10.0.0.133 - - [2026-05-28 03:22:24] "POST /ref-update HTTP/1.1" 200 156 0.067182 10.0.0.133 - - [2026-05-28 03:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.019055 10.0.0.133 - - [2026-05-28 03:22:24] "GET /network-policy/7122f61b-5f55-4f59-a37e-680b06e66fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.022187 10.0.0.41 - - [2026-05-28 03:22:24] "POST /ref-update HTTP/1.1" 200 156 0.067928 10.0.0.133 - - [2026-05-28 03:22:24] "POST /neutron/network HTTP/1.1" 200 924 0.027012 10.0.0.133 - - [2026-05-28 03:22:24] "GET /virtual-network/f33760b7-f711-4faf-85f9-165f2edd569a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006444 10.0.0.133 - - [2026-05-28 03:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.133 - - [2026-05-28 03:22:24] "GET /network-policy/7122f61b-5f55-4f59-a37e-680b06e66fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.004704 10.0.0.133 - - [2026-05-28 03:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005891 10.0.0.133 - - [2026-05-28 03:22:24] "GET /service-template/28a58692-077f-476f-8c87-3f5f548318db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.005103 10.0.0.133 - - [2026-05-28 03:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.131 - - [2026-05-28 03:22:24] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001363 10.0.0.133 - - [2026-05-28 03:22:24] "GET /project/869e73fa-d40e-4594-983c-0064d9d66038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.060407 10.0.0.133 - - [2026-05-28 03:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.133 - - [2026-05-28 03:22:24] "GET /service-instance/1a377a7e-c9d2-4343-b7e4-bd8cce656c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008207 10.0.0.133 - - [2026-05-28 03:22:25] "POST /neutron/port HTTP/1.1" 200 1385 0.039032 10.0.0.133 - - [2026-05-28 03:22:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009084 10.0.0.133 - - [2026-05-28 03:22:25] "POST /neutron/network HTTP/1.1" 200 823 0.020288 10.0.0.133 - - [2026-05-28 03:22:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001479 10.0.0.133 - - [2026-05-28 03:22:25] "GET /virtual-machine/b13d629d-9e17-44f6-806c-2a49c346d980 HTTP/1.1" 200 1296 0.005199 10.0.0.133 - - [2026-05-28 03:22:25] "GET /virtual-machine-interface/6f453762-2fc3-4050-b677-78fa5776d84e HTTP/1.1" 200 3900 0.007106 10.0.0.133 - - [2026-05-28 03:22:25] "GET /instance-ip/442901c6-5044-47e7-b13a-57cd970dfae6 HTTP/1.1" 200 1966 0.005174 10.0.0.133 - - [2026-05-28 03:22:25] "GET /instance-ip/6c612b43-05e9-412e-88d5-f58acc4073f5 HTTP/1.1" 200 1638 0.005993 10.0.0.133 - - [2026-05-28 03:22:25] "GET /instance-ip/caf83a8f-86a8-4353-97d8-d41a374726dd HTTP/1.1" 200 1969 0.004083 10.0.0.133 - - [2026-05-28 03:22:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008370 10.0.0.133 - - [2026-05-28 03:22:25] "GET /virtual-machine/b13d629d-9e17-44f6-806c-2a49c346d980 HTTP/1.1" 200 1296 0.004209 10.0.0.133 - - [2026-05-28 03:22:25] "GET /virtual-machine-interface/6f453762-2fc3-4050-b677-78fa5776d84e HTTP/1.1" 200 3900 0.006911 10.0.0.133 - - [2026-05-28 03:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007974 10.0.0.133 - - [2026-05-28 03:22:25] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007285 10.0.0.133 - - [2026-05-28 03:22:25] "GET /virtual-networks?parent_id=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003914 10.0.0.133 - - [2026-05-28 03:22:25] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005720 10.0.0.133 - - [2026-05-28 03:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.133 - - [2026-05-28 03:22:27] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004908 10.0.0.133 - - [2026-05-28 03:22:27] "GET /virtual-networks?parent_id=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004142 10.0.0.133 - - [2026-05-28 03:22:27] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006491 10.0.0.133 - - [2026-05-28 03:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.133 - - [2026-05-28 03:22:27] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004075 10.0.0.133 - - [2026-05-28 03:22:27] "GET /virtual-networks?parent_id=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004595 10.0.0.133 - - [2026-05-28 03:22:27] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006629 10.0.0.133 - - [2026-05-28 03:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.133 - - [2026-05-28 03:22:27] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005047 10.0.0.133 - - [2026-05-28 03:22:27] "GET /virtual-networks?parent_id=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004138 10.0.0.133 - - [2026-05-28 03:22:27] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006331 10.0.0.133 - - [2026-05-28 03:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.133 - - [2026-05-28 03:22:27] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005523 10.0.0.133 - - [2026-05-28 03:22:27] "GET /virtual-networks?parent_id=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003945 10.0.0.133 - - [2026-05-28 03:22:27] "GET /virtual-network/aafba603-1744-48d4-81ff-8608cbbb36bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006617 10.0.0.133 - - [2026-05-28 03:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.011821 10.0.0.133 - - [2026-05-28 03:22:27] "GET /routing-instance/8f1c8782-d56f-476d-9092-ab09f5590f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005255 10.0.0.133 - - [2026-05-28 03:22:27] "GET /routing-instance/8f1c8782-d56f-476d-9092-ab09f5590f6a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.008785 10.0.0.133 - - [2026-05-28 03:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006033 10.0.0.133 - - [2026-05-28 03:22:27] "GET /routing-instance/4f033a1b-309d-412f-9306-2777b67a4977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005266 10.0.0.133 - - [2026-05-28 03:22:27] "GET /routing-instance/4f033a1b-309d-412f-9306-2777b67a4977?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1595 0.006932 10.0.0.133 - - [2026-05-28 03:22:42] "POST /neutron/port HTTP/1.1" 200 1106 0.062251 10.0.0.133 - - [2026-05-28 03:22:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004476 10.0.0.133 - - [2026-05-28 03:22:43] "POST /neutron/network HTTP/1.1" 200 926 0.006799 10.0.0.133 - - [2026-05-28 03:23:00] "POST /neutron/network HTTP/1.1" 200 936 0.010383 10.0.0.133 - - [2026-05-28 03:23:00] "POST /neutron/port HTTP/1.1" 200 117 0.001146 10.0.0.133 - - [2026-05-28 03:23:21] "GET /obj-perms HTTP/1.1" 200 5075 0.059233 10.0.0.133 - - [2026-05-28 03:23:24] "GET /network-policy/7122f61b-5f55-4f59-a37e-680b06e66fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.005295 10.0.0.133 - - [2026-05-28 03:23:24] "PUT /network-policy/7122f61b-5f55-4f59-a37e-680b06e66fba HTTP/1.1" 200 263 0.017334 10.0.0.133 - - [2026-05-28 03:23:24] "GET /network-policy/7122f61b-5f55-4f59-a37e-680b06e66fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.006775 10.0.0.133 - - [2026-05-28 03:23:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009326 10.0.0.133 - - [2026-05-28 03:23:44] "POST /neutron/network HTTP/1.1" 200 934 0.009127 10.0.0.133 - - [2026-05-28 03:23:44] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.133 - - [2026-05-28 03:23:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007593 10.0.0.133 - - [2026-05-28 03:23:52] "POST /ref-update HTTP/1.1" 200 156 0.060102 10.0.0.41 - - [2026-05-28 03:23:52] "POST /ref-update HTTP/1.1" 200 156 0.040272 10.0.0.133 - - [2026-05-28 03:23:52] "GET /virtual-network/f33760b7-f711-4faf-85f9-165f2edd569a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.013466 10.0.0.133 - - [2026-05-28 03:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.133 - - [2026-05-28 03:23:52] "GET /network-policy/7122f61b-5f55-4f59-a37e-680b06e66fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.005975 10.0.0.133 - - [2026-05-28 03:23:53] "POST /ref-update HTTP/1.1" 200 156 0.066511 10.0.0.41 - - [2026-05-28 03:23:53] "POST /ref-update HTTP/1.1" 200 156 0.040422 10.0.0.133 - - [2026-05-28 03:23:53] "GET /virtual-network/e30a41df-c270-431a-bd46-680476012e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.019554 10.0.0.133 - - [2026-05-28 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.010084 10.0.0.133 - - [2026-05-28 03:23:53] "GET /network-policy/7122f61b-5f55-4f59-a37e-680b06e66fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.017358 10.0.0.41 - - [2026-05-28 03:23:53] "POST /ref-update HTTP/1.1" 200 156 0.033574 10.0.0.133 - - [2026-05-28 03:23:53] "DELETE /network-policy/7122f61b-5f55-4f59-a37e-680b06e66fba HTTP/1.1" 200 115 0.049948 10.0.0.133 - - [2026-05-28 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.017833 10.0.0.133 - - [2026-05-28 03:23:53] "DELETE /service-instance/1a377a7e-c9d2-4343-b7e4-bd8cce656c0f HTTP/1.1" 200 115 0.057590 10.0.0.133 - - [2026-05-28 03:23:53] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004660 10.0.0.133 - - [2026-05-28 03:23:53] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003005 10.0.0.41 - - [2026-05-28 03:23:53] "POST /ref-update HTTP/1.1" 200 156 0.064693 10.0.0.133 - - [2026-05-28 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.133 - - [2026-05-28 03:23:53] "DELETE /service-template/28a58692-077f-476f-8c87-3f5f548318db HTTP/1.1" 200 115 0.035810 10.0.0.133 - - [2026-05-28 03:23:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.004292 10.0.0.133 - - [2026-05-28 03:23:54] "POST /neutron/network HTTP/1.1" 200 850 0.008311 10.0.0.41 - - [2026-05-28 03:23:54] "DELETE /route-target/47aa78e6-7732-4115-a18c-2288d95d3b24 HTTP/1.1" 200 115 0.032318 10.0.0.133 - - [2026-05-28 03:23:54] "POST /neutron/port HTTP/1.1" 200 1126 0.018282 10.0.0.133 - - [2026-05-28 03:23:54] "POST /neutron/port HTTP/1.1" 200 1117 0.024588 10.0.0.133 - - [2026-05-28 03:23:54] "POST /neutron/port HTTP/1.1" 200 151 0.261674 10.0.0.133 - - [2026-05-28 03:23:55] "POST /neutron/port HTTP/1.1" 200 151 0.269471 10.0.0.133 - - [2026-05-28 03:23:56] "POST /neutron/network HTTP/1.1" 200 835 0.007114 10.0.0.41 - - [2026-05-28 03:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.131 - - [2026-05-28 03:23:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003197 10.0.0.131 - - [2026-05-28 03:23:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006200 10.0.0.133 - - [2026-05-28 03:23:57] "POST /neutron/network HTTP/1.1" 200 151 0.160648 10.0.0.41 - - [2026-05-28 03:23:57] "DELETE /route-target/f3ecc7a7-f82d-4dad-ac31-1a13a55a1c13 HTTP/1.1" 200 115 0.033829 10.0.0.131 - - [2026-05-28 03:23:59] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001925 10.0.0.133 - - [2026-05-28 03:23:59] "GET /project/869e73fa-d40e-4594-983c-0064d9d66038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.055149 10.0.0.131 - - [2026-05-28 03:23:59] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001235 10.0.0.133 - - [2026-05-28 03:23:59] "GET /project/869e73fa-d40e-4594-983c-0064d9d66038?fields=virtual_networks HTTP/1.1" 200 1038 0.039281 10.0.0.131 - - [2026-05-28 03:23:59] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001614 10.0.0.133 - - [2026-05-28 03:23:59] "GET /project/869e73fa-d40e-4594-983c-0064d9d66038?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.048431 10.0.0.131 - - [2026-05-28 03:23:59] "GET /projects?obj_uuids=869e73fa-d40e-4594-983c-0064d9d66038&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.133 - - [2026-05-28 03:23:59] "GET /project/869e73fa-d40e-4594-983c-0064d9d66038?fields=security_groups HTTP/1.1" 200 1267 0.046405 10.0.0.133 - - [2026-05-28 03:24:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.035526 10.0.0.131 - - [2026-05-28 03:24:00] "GET /projects?obj_uuids=d3756efd-cbae-46eb-814c-ce7858752c43&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003560 10.0.0.131 - - [2026-05-28 03:24:01] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.131 - - [2026-05-28 03:24:01] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.044470 10.0.0.131 - - [2026-05-28 03:24:01] "POST /id-to-fqname HTTP/1.1" 200 191 0.004501 10.0.0.131 - - [2026-05-28 03:24:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.009573 10.0.0.131 - - [2026-05-28 03:24:01] "POST /security-groups HTTP/1.1" 200 592 0.037638 10.0.0.41 - - [2026-05-28 03:24:01] "POST /fqname-to-id HTTP/1.1" 404 235 0.004695 10.0.0.131 - - [2026-05-28 03:24:01] "POST /projects HTTP/1.1" 200 587 0.280846 10.0.0.131 - - [2026-05-28 03:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.321831 10.0.0.133 - - [2026-05-28 03:24:01] "GET /project/d3756efd-cbae-46eb-814c-ce7858752c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.532604 10.0.0.41 - - [2026-05-28 03:24:01] "POST /access-control-lists HTTP/1.1" 200 597 0.060905 10.0.0.133 - - [2026-05-28 03:24:02] "GET / HTTP/1.1" 200 36215 0.001965 10.0.0.133 - - [2026-05-28 03:24:05] "GET /project/d3756efd-cbae-46eb-814c-ce7858752c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000385 10.0.0.131 - - [2026-05-28 03:24:05] "GET /projects?obj_uuids=d3756efd-cbae-46eb-814c-ce7858752c43&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001553 10.0.0.133 - - [2026-05-28 03:24:05] "GET /project/d3756efd-cbae-46eb-814c-ce7858752c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.091766 10.0.0.133 - - [2026-05-28 03:24:05] "POST /fqname-to-id HTTP/1.1" 404 180 0.003729 10.0.0.133 - - [2026-05-28 03:24:05] "POST /virtual-DNSs HTTP/1.1" 200 509 0.034774 10.0.0.133 - - [2026-05-28 03:24:05] "GET /virtual-DNS/dcbd0bab-112b-43d4-991f-b890625d590b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.005666 10.0.0.133 - - [2026-05-28 03:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.133 - - [2026-05-28 03:24:05] "GET /virtual-DNS/dcbd0bab-112b-43d4-991f-b890625d590b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.005726 10.0.0.133 - - [2026-05-28 03:24:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003308 10.0.0.133 - - [2026-05-28 03:24:06] "POST /network-ipams HTTP/1.1" 200 516 0.034693 10.0.0.133 - - [2026-05-28 03:24:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.004323 10.0.0.133 - - [2026-05-28 03:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.133 - - [2026-05-28 03:24:06] "GET /network-ipam/fad9a282-6856-4f7d-ad4b-e730c7e04ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.006876 10.0.0.133 - - [2026-05-28 03:24:06] "PUT /network-ipam/fad9a282-6856-4f7d-ad4b-e730c7e04ddb HTTP/1.1" 200 259 0.019343 10.0.0.133 - - [2026-05-28 03:24:06] "POST /ref-update HTTP/1.1" 200 156 0.016670 10.0.0.133 - - [2026-05-28 03:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.131 - - [2026-05-28 03:24:06] "GET /projects?obj_uuids=d3756efd-cbae-46eb-814c-ce7858752c43&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000951 10.0.0.133 - - [2026-05-28 03:24:06] "GET /project/d3756efd-cbae-46eb-814c-ce7858752c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.043012 10.0.0.133 - - [2026-05-28 03:24:06] "POST /neutron/network HTTP/1.1" 200 117 0.042105 10.0.0.133 - - [2026-05-28 03:24:07] "POST /neutron/network HTTP/1.1" 200 833 0.009896 10.0.0.133 - - [2026-05-28 03:24:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001503 10.0.0.133 - - [2026-05-28 03:24:07] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007943 10.0.0.133 - - [2026-05-28 03:24:07] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005939 10.0.0.133 - - [2026-05-28 03:24:07] "POST /neutron/subnet HTTP/1.1" 200 711 0.011711 10.0.0.133 - - [2026-05-28 03:24:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001404 10.0.0.133 - - [2026-05-28 03:24:07] "POST /neutron/port HTTP/1.1" 200 4190 0.045305 10.0.0.131 - - [2026-05-28 03:24:08] "GET /projects?obj_uuids=d3756efd-cbae-46eb-814c-ce7858752c43&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000918 10.0.0.133 - - [2026-05-28 03:24:08] "GET /project/d3756efd-cbae-46eb-814c-ce7858752c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.090060 10.0.0.133 - - [2026-05-28 03:24:09] "POST /neutron/port HTTP/1.1" 200 4190 0.055622 10.0.0.133 - - [2026-05-28 03:24:09] "POST /neutron/network HTTP/1.1" 200 843 0.010621 10.0.0.133 - - [2026-05-28 03:24:10] "POST /neutron/port HTTP/1.1" 200 1058 0.023386 10.0.0.133 - - [2026-05-28 03:24:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008620 10.0.0.133 - - [2026-05-28 03:24:10] "POST /neutron/network HTTP/1.1" 200 833 0.007227 10.0.0.133 - - [2026-05-28 03:24:14] "POST /neutron/port HTTP/1.1" 200 1122 0.022285 10.0.0.133 - - [2026-05-28 03:24:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009707 10.0.0.133 - - [2026-05-28 03:24:14] "GET /virtual-machine/f3517809-71a8-44a9-b228-b8a6ca0d14bd HTTP/1.1" 401 293 0.000404 10.0.0.133 - - [2026-05-28 03:24:15] "GET /virtual-machine/f3517809-71a8-44a9-b228-b8a6ca0d14bd HTTP/1.1" 200 1296 0.045351 10.0.0.133 - - [2026-05-28 03:24:15] "GET /virtual-machine-interface/171f7a8e-0350-4ca8-9cf9-74f00631f516 HTTP/1.1" 200 2971 0.006231 10.0.0.133 - - [2026-05-28 03:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.133 - - [2026-05-28 03:24:15] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004906 10.0.0.133 - - [2026-05-28 03:24:15] "GET /virtual-networks?parent_id=d3756efd-cbae-46eb-814c-ce7858752c43&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003815 10.0.0.133 - - [2026-05-28 03:24:15] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007247 10.0.0.133 - - [2026-05-28 03:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.133 - - [2026-05-28 03:24:18] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.010831 10.0.0.41 - - [2026-05-28 03:24:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000596 10.0.0.41 - - [2026-05-28 03:24:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.131 - - [2026-05-28 03:24:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.41 - - [2026-05-28 03:24:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.131 - - [2026-05-28 03:24:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.41 - - [2026-05-28 03:24:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.41 - - [2026-05-28 03:24:20] "DELETE /access-control-list/def1379d-b9a2-40c8-be8b-a6dd013bf3dd HTTP/1.1" 200 115 0.047679 10.0.0.131 - - [2026-05-28 03:24:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000544 10.0.0.131 - - [2026-05-28 03:24:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.131 - - [2026-05-28 03:24:22] "GET /obj-perms HTTP/1.1" 200 5075 0.104858 10.0.0.133 - - [2026-05-28 03:24:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.133 - - [2026-05-28 03:24:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.133 - - [2026-05-28 03:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.133 - - [2026-05-28 03:24:22] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.010167 10.0.0.133 - - [2026-05-28 03:24:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.133 - - [2026-05-28 03:24:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000339 10.0.0.133 - - [2026-05-28 03:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.133 - - [2026-05-28 03:24:26] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005362 10.0.0.133 - - [2026-05-28 03:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.133 - - [2026-05-28 03:24:30] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008008 10.0.0.131 - - [2026-05-28 03:24:31] "DELETE /project/d3756efdcbae46eb814cce7858752c43 HTTP/1.1" 404 173 0.002980 10.0.0.131 - - [2026-05-28 03:24:31] "DELETE /project/869e73fa-d40e-4594-983c-0064d9d66038 HTTP/1.1" 404 177 0.005704 10.0.0.133 - - [2026-05-28 03:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787 10.0.0.133 - - [2026-05-28 03:24:34] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005121 10.0.0.133 - - [2026-05-28 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006092 10.0.0.133 - - [2026-05-28 03:24:38] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008422 10.0.0.133 - - [2026-05-28 03:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.133 - - [2026-05-28 03:24:42] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005146 10.0.0.133 - - [2026-05-28 03:24:45] "POST /neutron/network HTTP/1.1" 200 1124 0.010686 10.0.0.133 - - [2026-05-28 03:24:45] "POST /neutron/subnet HTTP/1.1" 200 1389 0.021655 10.0.0.133 - - [2026-05-28 03:24:46] "POST /neutron/network HTTP/1.1" 200 1114 0.013153 10.0.0.133 - - [2026-05-28 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.133 - - [2026-05-28 03:24:46] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005435 10.0.0.133 - - [2026-05-28 03:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004931 10.0.0.133 - - [2026-05-28 03:24:51] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006977 10.0.0.133 - - [2026-05-28 03:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004754 10.0.0.133 - - [2026-05-28 03:24:53] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004996 10.0.0.133 - - [2026-05-28 03:24:53] "GET /virtual-networks?parent_id=d3756efd-cbae-46eb-814c-ce7858752c43&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004808 10.0.0.133 - - [2026-05-28 03:24:53] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006466 10.0.0.133 - - [2026-05-28 03:24:58] "POST /neutron/port HTTP/1.1" 200 1122 0.020007 10.0.0.133 - - [2026-05-28 03:25:01] "POST /neutron/port HTTP/1.1" 200 1219 0.022593 10.0.0.133 - - [2026-05-28 03:25:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005618 10.0.0.133 - - [2026-05-28 03:25:01] "POST /neutron/port HTTP/1.1" 200 117 0.001473 10.0.0.133 - - [2026-05-28 03:25:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010921 10.0.0.133 - - [2026-05-28 03:25:08] "POST /neutron/port HTTP/1.1" 200 1122 0.020342 10.0.0.133 - - [2026-05-28 03:25:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015659 10.0.0.41 - - [2026-05-28 03:25:22] "GET /obj-perms HTTP/1.1" 200 5075 0.080485 10.0.0.133 - - [2026-05-28 03:25:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.001414 10.0.0.133 - - [2026-05-28 03:25:44] "POST /neutron/port HTTP/1.1" 200 5159 0.041502 10.0.0.131 - - [2026-05-28 03:25:45] "GET /projects?obj_uuids=d3756efd-cbae-46eb-814c-ce7858752c43&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.040866 10.0.0.133 - - [2026-05-28 03:25:45] "GET /project/d3756efd-cbae-46eb-814c-ce7858752c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.138008 10.0.0.133 - - [2026-05-28 03:25:45] "POST /neutron/network HTTP/1.1" 200 833 0.046088 10.0.0.133 - - [2026-05-28 03:25:45] "POST /neutron/port HTTP/1.1" 200 117 0.010597 10.0.0.131 - - [2026-05-28 03:25:46] "GET /projects?obj_uuids=d3756efd-cbae-46eb-814c-ce7858752c43&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001233 10.0.0.133 - - [2026-05-28 03:25:46] "POST /neutron/port HTTP/1.1" 200 1058 0.281613 10.0.0.133 - - [2026-05-28 03:25:46] "POST /neutron/port HTTP/1.1" 200 1112 0.158271 10.0.0.133 - - [2026-05-28 03:25:46] "POST /neutron/port HTTP/1.1" 200 1106 0.028296 10.0.0.133 - - [2026-05-28 03:25:46] "POST /neutron/subnet HTTP/1.1" 200 685 0.010272 10.0.0.133 - - [2026-05-28 03:25:47] "POST /neutron/subnet HTTP/1.1" 200 693 0.013892 10.0.0.133 - - [2026-05-28 03:25:47] "POST /neutron/network HTTP/1.1" 200 926 0.007680 10.0.0.133 - - [2026-05-28 03:25:51] "POST /neutron/port HTTP/1.1" 200 1122 0.019704 10.0.0.133 - - [2026-05-28 03:25:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007744 10.0.0.133 - - [2026-05-28 03:25:51] "GET /virtual-machine/d595bad7-74a9-4caf-90d0-3c2dbfac653b HTTP/1.1" 200 1296 0.007224 10.0.0.133 - - [2026-05-28 03:25:51] "GET /virtual-machine-interface/a3c0ab27-7c6d-43f4-a638-9429d5cc3c29 HTTP/1.1" 200 2972 0.006285 10.0.0.133 - - [2026-05-28 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.133 - - [2026-05-28 03:25:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003920 10.0.0.133 - - [2026-05-28 03:25:51] "GET /virtual-networks?parent_id=d3756efd-cbae-46eb-814c-ce7858752c43&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002748 10.0.0.133 - - [2026-05-28 03:25:51] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006137 10.0.0.133 - - [2026-05-28 03:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.133 - - [2026-05-28 03:25:54] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006770 10.0.0.133 - - [2026-05-28 03:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.133 - - [2026-05-28 03:25:58] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006710 10.0.0.133 - - [2026-05-28 03:26:01] "POST /neutron/network HTTP/1.1" 200 936 0.008007 10.0.0.133 - - [2026-05-28 03:26:01] "POST /neutron/port HTTP/1.1" 200 117 0.002011 10.0.0.133 - - [2026-05-28 03:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.133 - - [2026-05-28 03:26:02] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006459 10.0.0.133 - - [2026-05-28 03:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008101 10.0.0.133 - - [2026-05-28 03:26:06] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006798 10.0.0.133 - - [2026-05-28 03:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.133 - - [2026-05-28 03:26:10] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007782 10.0.0.133 - - [2026-05-28 03:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.133 - - [2026-05-28 03:26:14] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005423 10.0.0.133 - - [2026-05-28 03:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.133 - - [2026-05-28 03:26:19] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005986 10.0.0.133 - - [2026-05-28 03:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.133 - - [2026-05-28 03:26:23] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006335 10.0.0.133 - - [2026-05-28 03:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.133 - - [2026-05-28 03:26:27] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007249 10.0.0.133 - - [2026-05-28 03:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.133 - - [2026-05-28 03:26:29] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003904 10.0.0.133 - - [2026-05-28 03:26:29] "GET /virtual-networks?parent_id=d3756efd-cbae-46eb-814c-ce7858752c43&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003004 10.0.0.133 - - [2026-05-28 03:26:29] "GET /virtual-network/7376c050-5221-4921-8899-18eddc8a7e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006795 10.0.0.133 - - [2026-05-28 03:26:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013083 10.0.0.133 - - [2026-05-28 03:26:39] "POST /neutron/port HTTP/1.1" 200 1122 0.022852 10.0.0.133 - - [2026-05-28 03:26:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006535 10.0.0.133 - - [2026-05-28 03:26:47] "POST /neutron/port HTTP/1.1" 200 1219 0.023251 10.0.0.133 - - [2026-05-28 03:26:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004401 10.0.0.133 - - [2026-05-28 03:26:47] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.133 - - [2026-05-28 03:27:01] "POST /neutron/port HTTP/1.1" 200 1122 0.072349 10.0.0.133 - - [2026-05-28 03:27:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004640 10.0.0.133 - - [2026-05-28 03:27:02] "POST /neutron/network HTTP/1.1" 200 833 0.007653 10.0.0.133 - - [2026-05-28 03:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.133 - - [2026-05-28 03:27:22] "DELETE /virtual-DNS/dcbd0bab-112b-43d4-991f-b890625d590b HTTP/1.1" 409 236 0.009189 10.0.0.133 - - [2026-05-28 03:27:22] "POST /fqname-to-id HTTP/1.1" 404 192 0.002970 10.0.0.133 - - [2026-05-28 03:27:23] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.033261 10.0.0.133 - - [2026-05-28 03:27:23] "GET /virtual-DNS-record/2f20f17c-6e8a-4750-927c-d0e88f587ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.006827 10.0.0.133 - - [2026-05-28 03:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.133 - - [2026-05-28 03:27:23] "GET /virtual-DNS-record/2f20f17c-6e8a-4750-927c-d0e88f587ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.005465 10.0.0.133 - - [2026-05-28 03:27:24] "GET /obj-perms HTTP/1.1" 200 5075 0.068599 10.0.0.133 - - [2026-05-28 03:27:30] "DELETE /virtual-DNS-record/2f20f17c-6e8a-4750-927c-d0e88f587ff0 HTTP/1.1" 200 115 0.035093 10.0.0.133 - - [2026-05-28 03:27:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.004267 10.0.0.133 - - [2026-05-28 03:27:30] "POST /neutron/port HTTP/1.1" 200 1122 0.022214 10.0.0.133 - - [2026-05-28 03:27:30] "POST /neutron/port HTTP/1.1" 200 1122 0.017479 10.0.0.133 - - [2026-05-28 03:27:32] "POST /neutron/network HTTP/1.1" 200 833 0.012260 10.0.0.133 - - [2026-05-28 03:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.133 - - [2026-05-28 03:27:32] "DELETE /network-ipam/fad9a282-6856-4f7d-ad4b-e730c7e04ddb HTTP/1.1" 200 115 0.054162 10.0.0.133 - - [2026-05-28 03:27:32] "DELETE /virtual-DNS/dcbd0bab-112b-43d4-991f-b890625d590b HTTP/1.1" 200 115 0.035871 10.0.0.133 - - [2026-05-28 03:27:32] "POST /fqname-to-id HTTP/1.1" 404 180 0.018678 10.0.0.41 - - [2026-05-28 03:27:32] "DELETE /route-target/c86834dc-2f19-48f4-8c68-8076dc204230 HTTP/1.1" 200 115 0.188832 10.0.0.131 - - [2026-05-28 03:27:34] "GET /projects?obj_uuids=d3756efd-cbae-46eb-814c-ce7858752c43&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001181 10.0.0.133 - - [2026-05-28 03:27:34] "GET /project/d3756efd-cbae-46eb-814c-ce7858752c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.086761 10.0.0.131 - - [2026-05-28 03:27:34] "GET /projects?obj_uuids=d3756efd-cbae-46eb-814c-ce7858752c43&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079 10.0.0.133 - - [2026-05-28 03:27:34] "GET /project/d3756efd-cbae-46eb-814c-ce7858752c43?fields=virtual_networks HTTP/1.1" 200 1036 0.043425 10.0.0.131 - - [2026-05-28 03:27:34] "GET /projects?obj_uuids=d3756efd-cbae-46eb-814c-ce7858752c43&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911 10.0.0.133 - - [2026-05-28 03:27:34] "GET /project/d3756efd-cbae-46eb-814c-ce7858752c43?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.048206 10.0.0.131 - - [2026-05-28 03:27:34] "GET /projects?obj_uuids=d3756efd-cbae-46eb-814c-ce7858752c43&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001474 10.0.0.133 - - [2026-05-28 03:27:34] "GET /project/d3756efd-cbae-46eb-814c-ce7858752c43?fields=security_groups HTTP/1.1" 200 1264 0.056997 10.0.0.133 - - [2026-05-28 03:27:35] "POST /fqname-to-id HTTP/1.1" 404 189 0.050991 10.0.0.131 - - [2026-05-28 03:27:35] "GET /projects?obj_uuids=0a31ecba-79c7-4663-8af6-79f4aa6a2d18&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003983 10.0.0.131 - - [2026-05-28 03:27:35] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002053 10.0.0.131 - - [2026-05-28 03:27:35] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009943 10.0.0.131 - - [2026-05-28 03:27:35] "POST /id-to-fqname HTTP/1.1" 200 191 0.002311 10.0.0.131 - - [2026-05-28 03:27:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.008645 10.0.0.131 - - [2026-05-28 03:27:36] "POST /security-groups HTTP/1.1" 200 592 0.042345 10.0.0.131 - - [2026-05-28 03:27:36] "POST /projects HTTP/1.1" 200 587 0.271711 10.0.0.131 - - [2026-05-28 03:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.312337 10.0.0.133 - - [2026-05-28 03:27:36] "GET /project/0a31ecba-79c7-4663-8af6-79f4aa6a2d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.473519 10.0.0.41 - - [2026-05-28 03:27:36] "POST /fqname-to-id HTTP/1.1" 404 234 0.011898 10.0.0.133 - - [2026-05-28 03:27:37] "GET / HTTP/1.1" 200 36215 0.001806 10.0.0.133 - - [2026-05-28 03:27:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000412 10.0.0.133 - - [2026-05-28 03:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.076676 10.0.0.131 - - [2026-05-28 03:27:40] "GET /projects?obj_uuids=0a31ecba-79c7-4663-8af6-79f4aa6a2d18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001155 10.0.0.133 - - [2026-05-28 03:27:40] "GET /project/0a31ecba-79c7-4663-8af6-79f4aa6a2d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.048295 10.0.0.131 - - [2026-05-28 03:27:40] "GET /projects?obj_uuids=0a31ecba-79c7-4663-8af6-79f4aa6a2d18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002984 10.0.0.133 - - [2026-05-28 03:27:40] "POST /neutron/network HTTP/1.1" 200 608 0.204162 10.0.0.41 - - [2026-05-28 03:27:40] "POST /ref-update HTTP/1.1" 200 156 0.032221 10.0.0.133 - - [2026-05-28 03:27:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.003327 10.0.0.133 - - [2026-05-28 03:27:40] "GET /virtual-network/56e4addf-0e2f-44a6-a490-ba3c8eebe373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007492 10.0.0.133 - - [2026-05-28 03:27:40] "POST /neutron/network HTTP/1.1" 200 827 0.009992 10.0.0.133 - - [2026-05-28 03:27:40] "GET /virtual-network/56e4addf-0e2f-44a6-a490-ba3c8eebe373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005974 10.0.0.133 - - [2026-05-28 03:27:41] "GET /virtual-network/56e4addf-0e2f-44a6-a490-ba3c8eebe373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006653 10.0.0.131 - - [2026-05-28 03:27:43] "GET /obj-perms HTTP/1.1" 200 5051 0.091392 10.0.0.133 - - [2026-05-28 03:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.131 - - [2026-05-28 03:27:43] "GET /projects?obj_uuids=0a31ecba-79c7-4663-8af6-79f4aa6a2d18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001170 10.0.0.133 - - [2026-05-28 03:27:43] "GET /project/0a31ecba-79c7-4663-8af6-79f4aa6a2d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.041778 10.0.0.133 - - [2026-05-28 03:27:43] "POST /neutron/network HTTP/1.1" 200 117 0.018447 10.0.0.133 - - [2026-05-28 03:27:43] "POST /neutron/network HTTP/1.1" 200 825 0.036289 10.0.0.133 - - [2026-05-28 03:27:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001487 10.0.0.133 - - [2026-05-28 03:27:43] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006048 10.0.0.133 - - [2026-05-28 03:27:43] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006197 10.0.0.133 - - [2026-05-28 03:27:44] "POST /neutron/subnet HTTP/1.1" 200 715 0.011462 10.0.0.133 - - [2026-05-28 03:27:44] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006936 10.0.0.41 - - [2026-05-28 03:27:44] "GET /obj-perms HTTP/1.1" 200 5051 0.067147 10.0.0.133 - - [2026-05-28 03:27:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001695 10.0.0.133 - - [2026-05-28 03:27:49] "POST /neutron/port HTTP/1.1" 200 1106 0.060370 10.0.0.133 - - [2026-05-28 03:27:49] "POST /neutron/subnet HTTP/1.1" 200 693 0.012342 10.0.0.133 - - [2026-05-28 03:28:00] "POST /neutron/network HTTP/1.1" 200 835 0.009290 10.0.0.131 - - [2026-05-28 03:28:01] "GET /projects?obj_uuids=0a31ecba-79c7-4663-8af6-79f4aa6a2d18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001295 10.0.0.133 - - [2026-05-28 03:28:01] "GET /project/0a31ecba-79c7-4663-8af6-79f4aa6a2d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.090677 10.0.0.133 - - [2026-05-28 03:28:02] "POST /neutron/port HTTP/1.1" 200 117 0.007337 10.0.0.133 - - [2026-05-28 03:28:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001774 10.0.0.133 - - [2026-05-28 03:28:02] "POST /neutron/network HTTP/1.1" 200 835 0.007982 10.0.0.131 - - [2026-05-28 03:28:03] "GET /projects?obj_uuids=0a31ecba-79c7-4663-8af6-79f4aa6a2d18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001925 10.0.0.133 - - [2026-05-28 03:28:03] "POST /neutron/port HTTP/1.1" 200 1059 0.060344 10.0.0.133 - - [2026-05-28 03:28:03] "GET /project/0a31ecba-79c7-4663-8af6-79f4aa6a2d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.132612 10.0.0.133 - - [2026-05-28 03:28:03] "POST /neutron/network HTTP/1.1" 200 827 0.016702 10.0.0.133 - - [2026-05-28 03:28:04] "POST /neutron/port HTTP/1.1" 200 1123 0.057613 10.0.0.133 - - [2026-05-28 03:28:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004801 10.0.0.133 - - [2026-05-28 03:28:04] "POST /neutron/subnet HTTP/1.1" 200 1389 0.041892 10.0.0.133 - - [2026-05-28 03:28:04] "POST /neutron/network HTTP/1.1" 200 825 0.022236 10.0.0.133 - - [2026-05-28 03:28:04] "POST /neutron/network HTTP/1.1" 200 1114 0.019020 10.0.0.133 - - [2026-05-28 03:28:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009467 10.0.0.133 - - [2026-05-28 03:28:06] "POST /neutron/port HTTP/1.1" 200 1061 0.047934 10.0.0.133 - - [2026-05-28 03:28:06] "POST /neutron/port HTTP/1.1" 200 1125 0.057776 10.0.0.133 - - [2026-05-28 03:28:06] "POST /neutron/port HTTP/1.1" 200 117 0.004772 10.0.0.133 - - [2026-05-28 03:28:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.026319 10.0.0.133 - - [2026-05-28 03:28:20] "POST /neutron/port HTTP/1.1" 200 1123 0.057905 10.0.0.41 - - [2026-05-28 03:28:22] "DELETE /access-control-list/efa900a8-d6df-47f7-954e-0195186e09c5 HTTP/1.1" 200 115 0.094646 10.0.0.133 - - [2026-05-28 03:28:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.027571 10.0.0.131 - - [2026-05-28 03:28:31] "DELETE /project/d3756efd-cbae-46eb-814c-ce7858752c43 HTTP/1.1" 404 177 0.002938 10.0.0.131 - - [2026-05-28 03:28:31] "DELETE /project/0a31ecba79c746638af679f4aa6a2d18 HTTP/1.1" 404 173 0.005101 10.0.0.133 - - [2026-05-28 03:28:35] "POST /neutron/port HTTP/1.1" 200 1123 0.023378 10.0.0.133 - - [2026-05-28 03:28:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008622 10.0.0.133 - - [2026-05-28 03:28:51] "POST /neutron/port HTTP/1.1" 200 1123 0.021373 10.0.0.133 - - [2026-05-28 03:28:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008758 10.0.0.133 - - [2026-05-28 03:28:56] "POST /neutron/port HTTP/1.1" 200 1123 0.021859 10.0.0.133 - - [2026-05-28 03:28:56] "GET /virtual-machine/60bb37a2-e484-4572-b43b-4df00a042df1 HTTP/1.1" 401 293 0.000380 10.0.0.133 - - [2026-05-28 03:28:56] "GET /virtual-machine/60bb37a2-e484-4572-b43b-4df00a042df1 HTTP/1.1" 200 1295 0.043811 10.0.0.133 - - [2026-05-28 03:28:56] "GET /virtual-machine-interface/a4bd8586-c257-4b26-9310-140ef3e5ff9b HTTP/1.1" 200 2957 0.005921 10.0.0.133 - - [2026-05-28 03:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.133 - - [2026-05-28 03:28:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003669 10.0.0.133 - - [2026-05-28 03:28:57] "GET /virtual-networks?parent_id=0a31ecba-79c7-4663-8af6-79f4aa6a2d18&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003696 10.0.0.133 - - [2026-05-28 03:28:57] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007954 10.0.0.133 - - [2026-05-28 03:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.133 - - [2026-05-28 03:29:00] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.011027 10.0.0.133 - - [2026-05-28 03:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.133 - - [2026-05-28 03:29:04] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005989 10.0.0.133 - - [2026-05-28 03:29:04] "POST /neutron/port HTTP/1.1" 200 1106 0.023129 10.0.0.133 - - [2026-05-28 03:29:04] "POST /neutron/subnet HTTP/1.1" 200 693 0.010092 10.0.0.133 - - [2026-05-28 03:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005729 10.0.0.133 - - [2026-05-28 03:29:08] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008828 10.0.0.133 - - [2026-05-28 03:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.133 - - [2026-05-28 03:29:12] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006672 10.0.0.133 - - [2026-05-28 03:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.133 - - [2026-05-28 03:29:16] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006309 10.0.0.41 - - [2026-05-28 03:29:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.41 - - [2026-05-28 03:29:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000339 10.0.0.131 - - [2026-05-28 03:29:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.41 - - [2026-05-28 03:29:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000547 10.0.0.131 - - [2026-05-28 03:29:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.41 - - [2026-05-28 03:29:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.133 - - [2026-05-28 03:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.133 - - [2026-05-28 03:29:20] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005843 10.0.0.131 - - [2026-05-28 03:29:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000692 10.0.0.131 - - [2026-05-28 03:29:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.133 - - [2026-05-28 03:29:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.133 - - [2026-05-28 03:29:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000580 10.0.0.133 - - [2026-05-28 03:29:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.133 - - [2026-05-28 03:29:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.133 - - [2026-05-28 03:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006917 10.0.0.133 - - [2026-05-28 03:29:24] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007688 10.0.0.133 - - [2026-05-28 03:29:26] "GET /obj-perms HTTP/1.1" 200 5075 0.070268 10.0.0.133 - - [2026-05-28 03:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.133 - - [2026-05-28 03:29:28] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007734 10.0.0.133 - - [2026-05-28 03:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.133 - - [2026-05-28 03:29:33] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.012473 10.0.0.133 - - [2026-05-28 03:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.133 - - [2026-05-28 03:29:37] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008637 10.0.0.133 - - [2026-05-28 03:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131 10.0.0.133 - - [2026-05-28 03:29:41] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009269 10.0.0.133 - - [2026-05-28 03:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.133 - - [2026-05-28 03:29:45] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007248 10.0.0.133 - - [2026-05-28 03:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.133 - - [2026-05-28 03:29:49] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006092 10.0.0.133 - - [2026-05-28 03:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.133 - - [2026-05-28 03:29:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005380 10.0.0.133 - - [2026-05-28 03:29:51] "GET /virtual-networks?parent_id=0a31ecba-79c7-4663-8af6-79f4aa6a2d18&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003975 10.0.0.133 - - [2026-05-28 03:29:51] "GET /virtual-network/1a18ed8c-95fb-4712-a10c-c5b07cf78e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007686 10.0.0.133 - - [2026-05-28 03:29:51] "POST /neutron/port HTTP/1.1" 200 1123 0.025535 10.0.0.133 - - [2026-05-28 03:29:52] "POST /neutron/port HTTP/1.1" 200 1219 0.021955 10.0.0.133 - - [2026-05-28 03:29:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004869 10.0.0.133 - - [2026-05-28 03:29:52] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.133 - - [2026-05-28 03:29:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007987 10.0.0.133 - - [2026-05-28 03:30:02] "POST /neutron/port HTTP/1.1" 200 1123 0.025227 10.0.0.133 - - [2026-05-28 03:30:04] "POST /neutron/port HTTP/1.1" 200 1219 0.022648 10.0.0.133 - - [2026-05-28 03:30:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005026 10.0.0.133 - - [2026-05-28 03:30:04] "POST /neutron/port HTTP/1.1" 200 117 0.001022 10.0.0.133 - - [2026-05-28 03:30:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008630 10.0.0.133 - - [2026-05-28 03:30:12] "POST /neutron/port HTTP/1.1" 200 1123 0.027344 10.0.0.133 - - [2026-05-28 03:30:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009855 10.0.0.131 - - [2026-05-28 03:30:27] "GET /obj-perms HTTP/1.1" 200 5075 0.078136 10.0.0.133 - - [2026-05-28 03:30:28] "POST /neutron/port HTTP/1.1" 200 1123 0.020280 10.0.0.133 - - [2026-05-28 03:30:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009036 10.0.0.133 - - [2026-05-28 03:30:43] "POST /neutron/port HTTP/1.1" 200 1123 0.024611 10.0.0.133 - - [2026-05-28 03:30:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009708 10.0.0.133 - - [2026-05-28 03:30:53] "POST /neutron/network HTTP/1.1" 200 936 0.008651 10.0.0.133 - - [2026-05-28 03:30:53] "POST /neutron/port HTTP/1.1" 200 1123 0.024754 10.0.0.133 - - [2026-05-28 03:30:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008909 10.0.0.133 - - [2026-05-28 03:30:59] "POST /neutron/port HTTP/1.1" 200 1125 0.020148 10.0.0.133 - - [2026-05-28 03:30:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008999 10.0.0.133 - - [2026-05-28 03:30:59] "GET /virtual-machine/4249ed4d-0c7a-4d73-b518-2a517ea5e46c HTTP/1.1" 200 1295 0.006415 10.0.0.133 - - [2026-05-28 03:30:59] "GET /virtual-machine-interface/2637f679-8458-4e1a-9af7-ab1c5f7c0e50 HTTP/1.1" 200 2956 0.006634 10.0.0.133 - - [2026-05-28 03:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.133 - - [2026-05-28 03:30:59] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003573 10.0.0.133 - - [2026-05-28 03:30:59] "GET /virtual-networks?parent_id=0a31ecba-79c7-4663-8af6-79f4aa6a2d18&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004468 10.0.0.133 - - [2026-05-28 03:30:59] "GET /virtual-network/56e4addf-0e2f-44a6-a490-ba3c8eebe373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005952 10.0.0.133 - - [2026-05-28 03:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.133 - - [2026-05-28 03:31:00] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006200 10.0.0.133 - - [2026-05-28 03:31:00] "GET /virtual-networks?parent_id=0a31ecba-79c7-4663-8af6-79f4aa6a2d18&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004060 10.0.0.133 - - [2026-05-28 03:31:00] "GET /virtual-network/56e4addf-0e2f-44a6-a490-ba3c8eebe373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008219 10.0.0.133 - - [2026-05-28 03:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005451 10.0.0.131 - - [2026-05-28 03:31:01] "GET /projects?obj_uuids=0a31ecba-79c7-4663-8af6-79f4aa6a2d18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.042104 10.0.0.133 - - [2026-05-28 03:31:01] "GET /project/0a31ecba-79c7-4663-8af6-79f4aa6a2d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.096129 10.0.0.133 - - [2026-05-28 03:31:01] "GET /virtual-network/56e4addf-0e2f-44a6-a490-ba3c8eebe373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009536 10.0.0.133 - - [2026-05-28 03:31:01] "GET /floating-ip-pools?parent_id=56e4addf-0e2f-44a6-a490-ba3c8eebe373&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005459 10.0.0.133 - - [2026-05-28 03:31:01] "GET /virtual-network/56e4addf-0e2f-44a6-a490-ba3c8eebe373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009180 10.0.0.133 - - [2026-05-28 03:31:01] "POST /floating-ip-pools HTTP/1.1" 200 600 0.042441 10.0.0.133 - - [2026-05-28 03:31:01] "POST /ref-update HTTP/1.1" 200 156 0.021972 10.0.0.133 - - [2026-05-28 03:31:01] "GET /virtual-network/56e4addf-0e2f-44a6-a490-ba3c8eebe373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010031 10.0.0.133 - - [2026-05-28 03:31:01] "GET /virtual-network/56e4addf-0e2f-44a6-a490-ba3c8eebe373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008973 10.0.0.133 - - [2026-05-28 03:31:02] "POST /neutron/floatingip HTTP/1.1" 200 530 0.013445 10.0.0.133 - - [2026-05-28 03:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.133 - - [2026-05-28 03:31:02] "GET /routing-instance/038eb33e-a1e9-4a44-9e71-7a855ac445d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.004354 10.0.0.133 - - [2026-05-28 03:31:02] "GET /route-target/0eadb03b-0ad0-468a-a7e7-886757cc764b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006874 10.0.0.133 - - [2026-05-28 03:31:04] "POST /neutron/port HTTP/1.1" 200 1106 0.023489 10.0.0.133 - - [2026-05-28 03:31:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004147 10.0.0.133 - - [2026-05-28 03:31:04] "POST /neutron/network HTTP/1.1" 200 926 0.008420 10.0.0.41 - - [2026-05-28 03:31:28] "GET /obj-perms HTTP/1.1" 200 5075 0.080528 10.0.0.133 - - [2026-05-28 03:31:36] "POST /neutron/floatingip HTTP/1.1" 200 530 0.009673 10.0.0.133 - - [2026-05-28 03:31:36] "GET /floating-ip-pool/b6e9c0d7-b7e9-4a61-9b36-e12cd898f738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1187 0.005208 10.0.0.133 - - [2026-05-28 03:31:36] "POST /ref-update HTTP/1.1" 200 156 0.017873 10.0.0.133 - - [2026-05-28 03:31:36] "DELETE /floating-ip-pool/b6e9c0d7-b7e9-4a61-9b36-e12cd898f738 HTTP/1.1" 200 115 0.042070 10.0.0.133 - - [2026-05-28 03:31:37] "POST /neutron/network HTTP/1.1" 400 204 0.019347 10.0.0.133 - - [2026-05-28 03:31:38] "POST /neutron/port HTTP/1.1" 200 151 0.230303 10.0.0.133 - - [2026-05-28 03:31:38] "POST /neutron/port HTTP/1.1" 200 151 0.251352 10.0.0.41 - - [2026-05-28 03:31:39] "DELETE /route-target/03774248-a4f7-4fc9-b357-3166be4b1fa7 HTTP/1.1" 200 115 0.039483 10.0.0.133 - - [2026-05-28 03:31:39] "POST /neutron/network HTTP/1.1" 200 827 0.009057 10.0.0.131 - - [2026-05-28 03:31:41] "GET /projects?obj_uuids=0a31ecba-79c7-4663-8af6-79f4aa6a2d18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000952 10.0.0.133 - - [2026-05-28 03:31:41] "GET /project/0a31ecba-79c7-4663-8af6-79f4aa6a2d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.047076 10.0.0.131 - - [2026-05-28 03:31:41] "GET /projects?obj_uuids=0a31ecba-79c7-4663-8af6-79f4aa6a2d18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001389 10.0.0.133 - - [2026-05-28 03:31:41] "GET /project/0a31ecba-79c7-4663-8af6-79f4aa6a2d18?fields=virtual_networks HTTP/1.1" 200 1035 0.041943 10.0.0.131 - - [2026-05-28 03:31:41] "GET /projects?obj_uuids=0a31ecba-79c7-4663-8af6-79f4aa6a2d18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000987 10.0.0.133 - - [2026-05-28 03:31:41] "GET /project/0a31ecba-79c7-4663-8af6-79f4aa6a2d18?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.070487 10.0.0.131 - - [2026-05-28 03:31:42] "GET /projects?obj_uuids=0a31ecba-79c7-4663-8af6-79f4aa6a2d18&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000884 10.0.0.133 - - [2026-05-28 03:31:42] "GET /project/0a31ecba-79c7-4663-8af6-79f4aa6a2d18?fields=security_groups HTTP/1.1" 200 1263 0.056159 10.0.0.133 - - [2026-05-28 03:31:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.040538 10.0.0.131 - - [2026-05-28 03:31:43] "GET /projects?obj_uuids=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003475 10.0.0.131 - - [2026-05-28 03:31:43] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001325 10.0.0.131 - - [2026-05-28 03:31:43] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.054567 10.0.0.131 - - [2026-05-28 03:31:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.006080 10.0.0.131 - - [2026-05-28 03:31:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.013404 10.0.0.131 - - [2026-05-28 03:31:43] "POST /security-groups HTTP/1.1" 200 591 0.035934 10.0.0.41 - - [2026-05-28 03:31:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.002912 10.0.0.131 - - [2026-05-28 03:31:43] "POST /projects HTTP/1.1" 200 585 0.284594 10.0.0.131 - - [2026-05-28 03:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.344470 10.0.0.133 - - [2026-05-28 03:31:43] "GET /project/b127ed16-5a00-459f-a467-45fd54eeb9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.577531 10.0.0.41 - - [2026-05-28 03:31:43] "POST /access-control-lists HTTP/1.1" 200 596 0.049207 10.0.0.133 - - [2026-05-28 03:31:45] "GET / HTTP/1.1" 200 36215 0.001927 10.0.0.133 - - [2026-05-28 03:31:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000642 10.0.0.133 - - [2026-05-28 03:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.099304 10.0.0.131 - - [2026-05-28 03:31:47] "GET /projects?obj_uuids=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000848 10.0.0.133 - - [2026-05-28 03:31:47] "GET /project/b127ed16-5a00-459f-a467-45fd54eeb9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050109 10.0.0.131 - - [2026-05-28 03:31:47] "GET /projects?obj_uuids=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003041 10.0.0.133 - - [2026-05-28 03:31:47] "POST /neutron/network HTTP/1.1" 200 625 0.223309 10.0.0.133 - - [2026-05-28 03:31:48] "POST /id-to-fqname HTTP/1.1" 200 230 0.004208 10.0.0.133 - - [2026-05-28 03:31:48] "GET /virtual-network/33a055d1-c508-4a06-8636-2c55331d8a18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010211 10.0.0.133 - - [2026-05-28 03:31:48] "POST /neutron/network HTTP/1.1" 200 839 0.006823 10.0.0.133 - - [2026-05-28 03:31:48] "GET /virtual-network/33a055d1-c508-4a06-8636-2c55331d8a18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006816 10.0.0.133 - - [2026-05-28 03:31:48] "POST /neutron/network HTTP/1.1" 200 839 0.007451 10.0.0.133 - - [2026-05-28 03:31:48] "POST /id-to-fqname HTTP/1.1" 200 230 0.001326 10.0.0.131 - - [2026-05-28 03:31:50] "GET /projects?obj_uuids=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001555 10.0.0.133 - - [2026-05-28 03:31:50] "GET /project/b127ed16-5a00-459f-a467-45fd54eeb9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.117562 10.0.0.133 - - [2026-05-28 03:31:50] "POST /neutron/network HTTP/1.1" 200 839 0.054886 10.0.0.133 - - [2026-05-28 03:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.133 - - [2026-05-28 03:31:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003571 10.0.0.133 - - [2026-05-28 03:31:50] "PUT /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780 HTTP/1.1" 200 277 0.014398 10.0.0.133 - - [2026-05-28 03:31:50] "POST /neutron/port HTTP/1.1" 200 117 0.006746 10.0.0.133 - - [2026-05-28 03:31:51] "POST /neutron/port HTTP/1.1" 200 1055 0.024216 10.0.0.133 - - [2026-05-28 03:31:51] "POST /neutron/port HTTP/1.1" 200 1119 0.022451 10.0.0.133 - - [2026-05-28 03:31:51] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.133 - - [2026-05-28 03:31:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008404 10.0.0.133 - - [2026-05-28 03:31:56] "POST /neutron/port HTTP/1.1" 200 1119 0.019536 10.0.0.133 - - [2026-05-28 03:31:56] "GET /virtual-machine/b16a1276-aade-4007-bdcd-9a598b59ef70 HTTP/1.1" 401 293 0.000377 10.0.0.133 - - [2026-05-28 03:31:57] "GET /virtual-machine/b16a1276-aade-4007-bdcd-9a598b59ef70 HTTP/1.1" 200 1295 0.044520 10.0.0.133 - - [2026-05-28 03:31:57] "GET /virtual-machine-interface/f4c28e8c-f35c-4a09-acce-921435c86920 HTTP/1.1" 200 2979 0.007079 10.0.0.133 - - [2026-05-28 03:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.133 - - [2026-05-28 03:31:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.005430 10.0.0.133 - - [2026-05-28 03:31:57] "GET /virtual-networks?parent_id=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003231 10.0.0.133 - - [2026-05-28 03:31:57] "GET /virtual-network/33a055d1-c508-4a06-8636-2c55331d8a18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007299 10.0.0.133 - - [2026-05-28 03:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.133 - - [2026-05-28 03:32:00] "GET /virtual-network/33a055d1-c508-4a06-8636-2c55331d8a18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007202 10.0.0.133 - - [2026-05-28 03:32:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.055728 10.0.0.133 - - [2026-05-28 03:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005031 10.0.0.133 - - [2026-05-28 03:32:02] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.004062 10.0.0.133 - - [2026-05-28 03:32:02] "GET /virtual-networks?parent_id=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.006108 10.0.0.133 - - [2026-05-28 03:32:02] "GET /virtual-network/33a055d1-c508-4a06-8636-2c55331d8a18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006203 10.0.0.133 - - [2026-05-28 03:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.133 - - [2026-05-28 03:32:03] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.005291 10.0.0.133 - - [2026-05-28 03:32:03] "PUT /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780 HTTP/1.1" 200 277 0.017437 10.0.0.133 - - [2026-05-28 03:32:04] "POST /neutron/port HTTP/1.1" 200 1119 0.024444 10.0.0.133 - - [2026-05-28 03:32:05] "POST /neutron/network HTTP/1.1" 200 839 0.010764 10.0.0.41 - - [2026-05-28 03:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.133 - - [2026-05-28 03:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005567 10.0.0.131 - - [2026-05-28 03:32:09] "GET /projects?obj_uuids=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.133 - - [2026-05-28 03:32:09] "GET /project/b127ed16-5a00-459f-a467-45fd54eeb9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.058296 10.0.0.131 - - [2026-05-28 03:32:09] "GET /projects?obj_uuids=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001053 10.0.0.133 - - [2026-05-28 03:32:09] "POST /neutron/network HTTP/1.1" 200 605 0.132053 10.0.0.41 - - [2026-05-28 03:32:09] "POST /ref-update HTTP/1.1" 200 156 0.030828 10.0.0.133 - - [2026-05-28 03:32:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.004579 10.0.0.133 - - [2026-05-28 03:32:10] "GET /virtual-network/5680226a-ac4b-4e2b-86af-7a2deab955d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007603 10.0.0.133 - - [2026-05-28 03:32:10] "POST /neutron/network HTTP/1.1" 200 825 0.007874 10.0.0.133 - - [2026-05-28 03:32:10] "GET /virtual-network/5680226a-ac4b-4e2b-86af-7a2deab955d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007859 10.0.0.133 - - [2026-05-28 03:32:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001167 10.0.0.133 - - [2026-05-28 03:32:10] "POST /neutron/port HTTP/1.1" 200 4190 0.038894 10.0.0.131 - - [2026-05-28 03:32:11] "GET /projects?obj_uuids=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.133 - - [2026-05-28 03:32:11] "GET /project/b127ed16-5a00-459f-a467-45fd54eeb9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.104122 10.0.0.133 - - [2026-05-28 03:32:11] "POST /neutron/port HTTP/1.1" 200 4190 0.047292 10.0.0.133 - - [2026-05-28 03:32:12] "POST /neutron/network HTTP/1.1" 200 835 0.009091 10.0.0.133 - - [2026-05-28 03:32:12] "POST /neutron/port HTTP/1.1" 200 1061 0.022670 10.0.0.133 - - [2026-05-28 03:32:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005582 10.0.0.133 - - [2026-05-28 03:32:13] "POST /neutron/network HTTP/1.1" 200 825 0.009472 10.0.0.133 - - [2026-05-28 03:32:17] "POST /neutron/port HTTP/1.1" 200 1125 0.029000 10.0.0.133 - - [2026-05-28 03:32:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010430 10.0.0.133 - - [2026-05-28 03:32:17] "GET /virtual-machine/713f8cb0-b485-486e-9e93-31462a70f53f HTTP/1.1" 200 1294 0.009404 10.0.0.133 - - [2026-05-28 03:32:17] "GET /virtual-machine-interface/40789701-9bbd-4ca1-b12b-4ae73731e784 HTTP/1.1" 200 2948 0.007188 10.0.0.133 - - [2026-05-28 03:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.133 - - [2026-05-28 03:32:17] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007247 10.0.0.133 - - [2026-05-28 03:32:17] "GET /virtual-networks?parent_id=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004142 10.0.0.133 - - [2026-05-28 03:32:17] "GET /virtual-network/5680226a-ac4b-4e2b-86af-7a2deab955d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007929 10.0.0.133 - - [2026-05-28 03:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.133 - - [2026-05-28 03:32:20] "GET /virtual-network/5680226a-ac4b-4e2b-86af-7a2deab955d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010906 10.0.0.133 - - [2026-05-28 03:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.133 - - [2026-05-28 03:32:24] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005619 10.0.0.133 - - [2026-05-28 03:32:24] "GET /virtual-networks?parent_id=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.008017 10.0.0.133 - - [2026-05-28 03:32:24] "GET /virtual-network/5680226a-ac4b-4e2b-86af-7a2deab955d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006171 10.0.0.133 - - [2026-05-28 03:32:25] "POST /neutron/network HTTP/1.1" 200 825 0.009246 10.0.0.133 - - [2026-05-28 03:32:26] "POST /neutron/port HTTP/1.1" 200 1115 0.018436 10.0.0.131 - - [2026-05-28 03:32:28] "POST /useragent-kv HTTP/1.1" 200 115 0.010240 10.0.0.41 - - [2026-05-28 03:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.009577 10.0.0.131 - - [2026-05-28 03:32:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002543 10.0.0.133 - - [2026-05-28 03:32:28] "POST /neutron/network HTTP/1.1" 200 151 0.218207 10.0.0.133 - - [2026-05-28 03:32:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004454 10.0.0.133 - - [2026-05-28 03:32:30] "POST /network-ipams HTTP/1.1" 200 543 0.033606 10.0.0.133 - - [2026-05-28 03:32:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.003359 10.0.0.133 - - [2026-05-28 03:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131 10.0.0.133 - - [2026-05-28 03:32:31] "GET /network-ipam/526f58fd-f3dd-4be0-98c7-e6a2ad394264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.007889 10.0.0.133 - - [2026-05-28 03:32:31] "PUT /network-ipam/526f58fd-f3dd-4be0-98c7-e6a2ad394264 HTTP/1.1" 200 259 0.022090 10.0.0.133 - - [2026-05-28 03:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.131 - - [2026-05-28 03:32:31] "GET /projects?obj_uuids=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001275 10.0.0.133 - - [2026-05-28 03:32:31] "GET /project/b127ed16-5a00-459f-a467-45fd54eeb9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048292 10.0.0.131 - - [2026-05-28 03:32:31] "DELETE /project/0a31ecba-79c7-4663-8af6-79f4aa6a2d18 HTTP/1.1" 404 177 0.004506 10.0.0.131 - - [2026-05-28 03:32:31] "DELETE /project/b127ed165a00459fa46745fd54eeb9a9 HTTP/1.1" 404 173 0.007505 10.0.0.41 - - [2026-05-28 03:32:32] "POST /ref-update HTTP/1.1" 200 156 0.106377 10.0.0.131 - - [2026-05-28 03:32:32] "POST /useragent-kv HTTP/1.1" 200 115 0.011763 10.0.0.133 - - [2026-05-28 03:32:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.227315 10.0.0.133 - - [2026-05-28 03:32:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001437 10.0.0.133 - - [2026-05-28 03:32:32] "GET /virtual-network/69fadf31-070c-4f48-9457-4089f503b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.008765 10.0.0.133 - - [2026-05-28 03:32:32] "POST /neutron/network HTTP/1.1" 200 994 0.013691 10.0.0.133 - - [2026-05-28 03:32:32] "GET /virtual-network/69fadf31-070c-4f48-9457-4089f503b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005573 10.0.0.133 - - [2026-05-28 03:32:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.011313 10.0.0.133 - - [2026-05-28 03:32:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.011581 10.0.0.133 - - [2026-05-28 03:32:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001355 10.0.0.133 - - [2026-05-28 03:32:33] "POST /neutron/port HTTP/1.1" 200 4190 0.034269 10.0.0.133 - - [2026-05-28 03:32:34] "POST /neutron/network HTTP/1.1" 200 994 0.012013 10.0.0.133 - - [2026-05-28 03:32:34] "POST /neutron/port HTTP/1.1" 200 4190 0.057972 10.0.0.133 - - [2026-05-28 03:32:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001301 10.0.0.133 - - [2026-05-28 03:32:35] "POST /neutron/port HTTP/1.1" 200 1017 0.020338 10.0.0.133 - - [2026-05-28 03:32:35] "POST /neutron/port HTTP/1.1" 200 1017 0.016369 10.0.0.133 - - [2026-05-28 03:32:35] "POST /neutron/port HTTP/1.1" 200 1017 0.015338 10.0.0.133 - - [2026-05-28 03:32:35] "POST /neutron/port HTTP/1.1" 200 1017 0.086594 10.0.0.133 - - [2026-05-28 03:32:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001335 10.0.0.133 - - [2026-05-28 03:32:36] "POST /neutron/port HTTP/1.1" 200 5156 0.106991 10.0.0.133 - - [2026-05-28 03:32:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004414 10.0.0.133 - - [2026-05-28 03:32:36] "POST /neutron/network HTTP/1.1" 200 994 0.009687 10.0.0.133 - - [2026-05-28 03:32:36] "POST /neutron/network HTTP/1.1" 200 1004 0.007475 10.0.0.133 - - [2026-05-28 03:32:36] "POST /neutron/port HTTP/1.1" 200 1109 0.196472 10.0.0.133 - - [2026-05-28 03:32:36] "POST /neutron/subnet HTTP/1.1" 200 673 0.013025 10.0.0.131 - - [2026-05-28 03:32:37] "GET /projects?obj_uuids=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001077 10.0.0.133 - - [2026-05-28 03:32:37] "GET /project/b127ed16-5a00-459f-a467-45fd54eeb9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.110941 10.0.0.133 - - [2026-05-28 03:32:37] "POST /neutron/network HTTP/1.1" 200 994 0.011022 10.0.0.133 - - [2026-05-28 03:32:37] "POST /neutron/port HTTP/1.1" 200 117 0.006946 10.0.0.133 - - [2026-05-28 03:32:38] "GET /virtual-network/69fadf31-070c-4f48-9457-4089f503b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006056 10.0.0.133 - - [2026-05-28 03:32:39] "POST /neutron/port HTTP/1.1" 200 1055 0.021747 10.0.0.133 - - [2026-05-28 03:32:39] "GET /obj-perms HTTP/1.1" 200 5049 0.155037 10.0.0.133 - - [2026-05-28 03:32:39] "POST /neutron/port HTTP/1.1" 200 1119 0.025373 10.0.0.133 - - [2026-05-28 03:32:39] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.133 - - [2026-05-28 03:32:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009817 10.0.0.133 - - [2026-05-28 03:32:40] "POST /neutron/port HTTP/1.1" 200 1119 0.019146 10.0.0.133 - - [2026-05-28 03:32:40] "GET /virtual-machine/b3b84be6-85e4-42f2-a1d1-00c125e928c6 HTTP/1.1" 200 1291 0.007262 10.0.0.133 - - [2026-05-28 03:32:40] "GET /virtual-machine-interface/cb8cf6f7-db4e-488d-ad15-9d4fb05d7c9d HTTP/1.1" 200 2949 0.006873 10.0.0.133 - - [2026-05-28 03:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.133 - - [2026-05-28 03:32:40] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005056 10.0.0.133 - - [2026-05-28 03:32:40] "GET /virtual-networks?parent_id=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004372 10.0.0.133 - - [2026-05-28 03:32:40] "GET /virtual-network/69fadf31-070c-4f48-9457-4089f503b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005826 10.0.0.133 - - [2026-05-28 03:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.133 - - [2026-05-28 03:32:43] "GET /virtual-network/69fadf31-070c-4f48-9457-4089f503b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005766 10.0.0.133 - - [2026-05-28 03:32:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008390 10.0.0.133 - - [2026-05-28 03:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006161 10.0.0.133 - - [2026-05-28 03:32:47] "GET /virtual-network/69fadf31-070c-4f48-9457-4089f503b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007059 10.0.0.133 - - [2026-05-28 03:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.133 - - [2026-05-28 03:32:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005124 10.0.0.133 - - [2026-05-28 03:32:50] "GET /virtual-networks?parent_id=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003899 10.0.0.133 - - [2026-05-28 03:32:50] "GET /virtual-network/69fadf31-070c-4f48-9457-4089f503b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006619 10.0.0.133 - - [2026-05-28 03:32:50] "POST /neutron/port HTTP/1.1" 200 1119 0.022572 10.0.0.133 - - [2026-05-28 03:32:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010623 10.0.0.133 - - [2026-05-28 03:32:55] "POST /neutron/port HTTP/1.1" 200 1119 0.022788 10.0.0.133 - - [2026-05-28 03:32:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008346 10.0.0.133 - - [2026-05-28 03:32:55] "GET /virtual-machine/40d8df58-e6f8-4d41-ae05-cb826f2344fb HTTP/1.1" 200 1290 0.006393 10.0.0.133 - - [2026-05-28 03:32:55] "GET /virtual-machine-interface/1baa6dc2-6497-4753-ad45-22f8abc5f1b0 HTTP/1.1" 200 2948 0.006536 10.0.0.133 - - [2026-05-28 03:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.133 - - [2026-05-28 03:32:55] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004756 10.0.0.133 - - [2026-05-28 03:32:55] "GET /virtual-networks?parent_id=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004013 10.0.0.133 - - [2026-05-28 03:32:56] "GET /virtual-network/69fadf31-070c-4f48-9457-4089f503b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007550 10.0.0.133 - - [2026-05-28 03:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.133 - - [2026-05-28 03:32:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004629 10.0.0.133 - - [2026-05-28 03:32:57] "GET /virtual-networks?parent_id=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003478 10.0.0.133 - - [2026-05-28 03:32:57] "GET /virtual-network/69fadf31-070c-4f48-9457-4089f503b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007575 10.0.0.133 - - [2026-05-28 03:32:57] "POST /neutron/port HTTP/1.1" 200 1119 0.025587 10.0.0.133 - - [2026-05-28 03:32:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008840 10.0.0.133 - - [2026-05-28 03:32:57] "GET /virtual-machine/cde81232-32e4-4e5d-8d23-f45bed10966d HTTP/1.1" 200 1295 0.008329 10.0.0.133 - - [2026-05-28 03:32:57] "GET /virtual-machine-interface/60f819d3-56d3-4484-9f12-65c6573e3ce3 HTTP/1.1" 200 2948 0.006168 10.0.0.133 - - [2026-05-28 03:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.133 - - [2026-05-28 03:32:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005697 10.0.0.133 - - [2026-05-28 03:32:57] "GET /virtual-networks?parent_id=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006009 10.0.0.133 - - [2026-05-28 03:32:57] "GET /virtual-network/69fadf31-070c-4f48-9457-4089f503b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.008793 10.0.0.133 - - [2026-05-28 03:32:58] "POST /neutron/network HTTP/1.1" 200 1124 0.055764 10.0.0.133 - - [2026-05-28 03:32:58] "POST /neutron/subnet HTTP/1.1" 200 1389 0.018749 10.0.0.133 - - [2026-05-28 03:32:58] "POST /neutron/network HTTP/1.1" 200 1114 0.011918 10.0.0.133 - - [2026-05-28 03:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.133 - - [2026-05-28 03:32:58] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004314 10.0.0.133 - - [2026-05-28 03:32:58] "GET /virtual-networks?parent_id=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003615 10.0.0.133 - - [2026-05-28 03:32:58] "GET /virtual-network/69fadf31-070c-4f48-9457-4089f503b7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005733 10.0.0.133 - - [2026-05-28 03:33:06] "POST /neutron/network HTTP/1.1" 200 1124 0.008743 10.0.0.133 - - [2026-05-28 03:33:06] "POST /neutron/subnet HTTP/1.1" 200 1389 0.027069 10.0.0.133 - - [2026-05-28 03:33:06] "POST /neutron/network HTTP/1.1" 200 1114 0.010882 10.0.0.133 - - [2026-05-28 03:33:16] "POST /neutron/port HTTP/1.1" 200 151 0.243573 10.0.0.133 - - [2026-05-28 03:33:16] "POST /neutron/port HTTP/1.1" 200 1109 0.017238 10.0.0.133 - - [2026-05-28 03:33:16] "POST /neutron/port HTTP/1.1" 200 151 0.285695 10.0.0.133 - - [2026-05-28 03:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.133 - - [2026-05-28 03:33:17] "DELETE /network-ipam/526f58fd-f3dd-4be0-98c7-e6a2ad394264 HTTP/1.1" 200 115 0.042926 10.0.0.133 - - [2026-05-28 03:33:17] "POST /fqname-to-id HTTP/1.1" 404 211 0.003594 10.0.0.131 - - [2026-05-28 03:33:18] "GET /projects?obj_uuids=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001015 10.0.0.133 - - [2026-05-28 03:33:18] "GET /project/b127ed16-5a00-459f-a467-45fd54eeb9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.081381 10.0.0.131 - - [2026-05-28 03:33:18] "GET /projects?obj_uuids=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001275 10.0.0.133 - - [2026-05-28 03:33:18] "GET /project/b127ed16-5a00-459f-a467-45fd54eeb9a9?fields=virtual_networks HTTP/1.1" 200 1035 0.047319 10.0.0.131 - - [2026-05-28 03:33:18] "GET /projects?obj_uuids=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.133 - - [2026-05-28 03:33:18] "GET /project/b127ed16-5a00-459f-a467-45fd54eeb9a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.061261 10.0.0.131 - - [2026-05-28 03:33:19] "GET /projects?obj_uuids=b127ed16-5a00-459f-a467-45fd54eeb9a9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.133 - - [2026-05-28 03:33:19] "GET /project/b127ed16-5a00-459f-a467-45fd54eeb9a9?fields=security_groups HTTP/1.1" 200 1262 0.067165 10.0.0.133 - - [2026-05-28 03:33:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.039369 10.0.0.131 - - [2026-05-28 03:33:20] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006853 10.0.0.131 - - [2026-05-28 03:33:20] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.131 - - [2026-05-28 03:33:20] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010177 10.0.0.131 - - [2026-05-28 03:33:20] "POST /id-to-fqname HTTP/1.1" 200 198 0.012178 10.0.0.131 - - [2026-05-28 03:33:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.007754 10.0.0.131 - - [2026-05-28 03:33:20] "POST /security-groups HTTP/1.1" 200 599 0.093864 10.0.0.41 - - [2026-05-28 03:33:20] "POST /fqname-to-id HTTP/1.1" 404 242 0.003677 10.0.0.131 - - [2026-05-28 03:33:20] "POST /projects HTTP/1.1" 200 601 0.360216 10.0.0.131 - - [2026-05-28 03:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.416984 10.0.0.133 - - [2026-05-28 03:33:20] "GET /project/1e543995-76d6-4de0-beca-69ccd2bda46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.604001 10.0.0.41 - - [2026-05-28 03:33:20] "POST /access-control-lists HTTP/1.1" 200 604 0.064837 10.0.0.133 - - [2026-05-28 03:33:21] "POST /neutron/port HTTP/1.1" 200 117 0.007743 10.0.0.133 - - [2026-05-28 03:33:21] "POST /neutron/port HTTP/1.1" 400 205 0.004699 10.0.0.133 - - [2026-05-28 03:33:22] "GET / HTTP/1.1" 200 36215 0.002349 10.0.0.133 - - [2026-05-28 03:33:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000433 10.0.0.133 - - [2026-05-28 03:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.042473 10.0.0.131 - - [2026-05-28 03:33:24] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.133 - - [2026-05-28 03:33:24] "GET /project/1e543995-76d6-4de0-beca-69ccd2bda46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040717 10.0.0.41 - - [2026-05-28 03:33:25] "POST /route-targets HTTP/1.1" 200 328 0.021399 10.0.0.131 - - [2026-05-28 03:33:25] "POST /useragent-kv HTTP/1.1" 200 115 0.013491 10.0.0.133 - - [2026-05-28 03:33:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.333683 10.0.0.41 - - [2026-05-28 03:33:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.105532 10.0.0.133 - - [2026-05-28 03:33:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001536 10.0.0.133 - - [2026-05-28 03:33:25] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008312 10.0.0.133 - - [2026-05-28 03:33:25] "POST /neutron/network HTTP/1.1" 200 1007 0.017814 10.0.0.133 - - [2026-05-28 03:33:25] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007109 10.0.0.133 - - [2026-05-28 03:33:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.023822 10.0.0.133 - - [2026-05-28 03:33:26] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007356 10.0.0.41 - - [2026-05-28 03:33:27] "GET /obj-perms HTTP/1.1" 200 5065 0.076848 10.0.0.131 - - [2026-05-28 03:33:28] "GET /obj-perms HTTP/1.1" 200 5065 0.089557 10.0.0.133 - - [2026-05-28 03:33:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001860 10.0.0.131 - - [2026-05-28 03:33:29] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001508 10.0.0.133 - - [2026-05-28 03:33:29] "GET /project/1e543995-76d6-4de0-beca-69ccd2bda46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.378071 10.0.0.133 - - [2026-05-28 03:33:29] "POST /neutron/network HTTP/1.1" 200 1007 0.014905 10.0.0.133 - - [2026-05-28 03:33:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001498 10.0.0.133 - - [2026-05-28 03:33:30] "POST /neutron/port HTTP/1.1" 200 4190 0.061643 10.0.0.131 - - [2026-05-28 03:33:31] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.133 - - [2026-05-28 03:33:31] "POST /neutron/port HTTP/1.1" 200 1176 0.409518 10.0.0.133 - - [2026-05-28 03:33:31] "POST /neutron/port HTTP/1.1" 200 1230 0.150887 10.0.0.133 - - [2026-05-28 03:33:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003670 10.0.0.133 - - [2026-05-28 03:33:31] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.131 - - [2026-05-28 03:33:32] "DELETE /project/1e54399576d64de0beca69ccd2bda46b HTTP/1.1" 404 173 0.004033 10.0.0.131 - - [2026-05-28 03:33:32] "DELETE /project/b127ed16-5a00-459f-a467-45fd54eeb9a9 HTTP/1.1" 404 177 0.006367 10.0.0.131 - - [2026-05-28 03:33:32] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001745 10.0.0.133 - - [2026-05-28 03:33:32] "GET /project/1e543995-76d6-4de0-beca-69ccd2bda46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.147114 10.0.0.133 - - [2026-05-28 03:33:32] "POST /neutron/port HTTP/1.1" 200 5276 0.060970 10.0.0.133 - - [2026-05-28 03:33:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001662 10.0.0.133 - - [2026-05-28 03:33:32] "POST /neutron/port HTTP/1.1" 200 5276 0.055698 10.0.0.133 - - [2026-05-28 03:33:33] "POST /neutron/network HTTP/1.1" 200 1017 0.015194 10.0.0.133 - - [2026-05-28 03:33:34] "POST /neutron/port HTTP/1.1" 200 1176 0.027919 10.0.0.133 - - [2026-05-28 03:33:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004511 10.0.0.131 - - [2026-05-28 03:33:34] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001312 10.0.0.133 - - [2026-05-28 03:33:34] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.133 - - [2026-05-28 03:33:34] "GET /project/1e543995-76d6-4de0-beca-69ccd2bda46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.090707 10.0.0.133 - - [2026-05-28 03:33:34] "POST /neutron/network HTTP/1.1" 200 1007 0.012377 10.0.0.133 - - [2026-05-28 03:33:35] "POST /neutron/port HTTP/1.1" 200 117 0.006684 10.0.0.133 - - [2026-05-28 03:33:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.001714 10.0.0.133 - - [2026-05-28 03:33:35] "POST /neutron/network HTTP/1.1" 200 1017 0.008120 10.0.0.133 - - [2026-05-28 03:33:36] "POST /neutron/port HTTP/1.1" 200 1176 0.034316 10.0.0.133 - - [2026-05-28 03:33:36] "POST /neutron/port HTTP/1.1" 200 1240 0.031931 10.0.0.131 - - [2026-05-28 03:33:36] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000853 10.0.0.133 - - [2026-05-28 03:33:36] "GET /project/1e543995-76d6-4de0-beca-69ccd2bda46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.123128 10.0.0.133 - - [2026-05-28 03:33:36] "POST /neutron/network HTTP/1.1" 200 1007 0.011081 10.0.0.133 - - [2026-05-28 03:33:36] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.133 - - [2026-05-28 03:33:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007706 10.0.0.133 - - [2026-05-28 03:33:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009660 10.0.0.133 - - [2026-05-28 03:33:37] "POST /neutron/port HTTP/1.1" 200 1240 0.028895 10.0.0.133 - - [2026-05-28 03:33:37] "GET /virtual-machine/5bac436e-9ec6-4137-aa88-c84bc6685ce0 HTTP/1.1" 401 293 0.000387 10.0.0.131 - - [2026-05-28 03:33:37] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001320 10.0.0.133 - - [2026-05-28 03:33:38] "POST /neutron/port HTTP/1.1" 200 1176 0.391141 10.0.0.133 - - [2026-05-28 03:33:38] "GET /virtual-machine/5bac436e-9ec6-4137-aa88-c84bc6685ce0 HTTP/1.1" 200 1302 0.075418 10.0.0.133 - - [2026-05-28 03:33:38] "GET /virtual-machine-interface/79d43cfa-a661-4e42-83f1-ef4d133ccd48 HTTP/1.1" 200 3182 0.010626 10.0.0.133 - - [2026-05-28 03:33:38] "POST /neutron/port HTTP/1.1" 200 1230 0.157989 10.0.0.133 - - [2026-05-28 03:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.133 - - [2026-05-28 03:33:38] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003369 10.0.0.133 - - [2026-05-28 03:33:38] "GET /virtual-networks?parent_id=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004774 10.0.0.133 - - [2026-05-28 03:33:38] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.009383 10.0.0.133 - - [2026-05-28 03:33:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003918 10.0.0.133 - - [2026-05-28 03:33:38] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.133 - - [2026-05-28 03:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005124 10.0.0.133 - - [2026-05-28 03:33:41] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006057 10.0.0.133 - - [2026-05-28 03:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006077 10.0.0.133 - - [2026-05-28 03:33:45] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.014396 10.0.0.133 - - [2026-05-28 03:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.133 - - [2026-05-28 03:33:49] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005515 10.0.0.133 - - [2026-05-28 03:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.133 - - [2026-05-28 03:33:54] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006667 10.0.0.133 - - [2026-05-28 03:33:57] "POST /neutron/port HTTP/1.1" 200 1106 0.024177 10.0.0.133 - - [2026-05-28 03:33:57] "POST /neutron/subnet HTTP/1.1" 200 693 0.010701 10.0.0.133 - - [2026-05-28 03:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004982 10.0.0.133 - - [2026-05-28 03:33:58] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008059 10.0.0.133 - - [2026-05-28 03:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.133 - - [2026-05-28 03:34:02] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008018 10.0.0.133 - - [2026-05-28 03:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.133 - - [2026-05-28 03:34:06] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005838 10.0.0.133 - - [2026-05-28 03:34:07] "POST /neutron/port HTTP/1.1" 200 1106 0.021007 10.0.0.133 - - [2026-05-28 03:34:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004841 10.0.0.133 - - [2026-05-28 03:34:07] "POST /neutron/network HTTP/1.1" 200 926 0.008651 10.0.0.133 - - [2026-05-28 03:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.133 - - [2026-05-28 03:34:10] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007382 10.0.0.133 - - [2026-05-28 03:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.133 - - [2026-05-28 03:34:14] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007422 10.0.0.133 - - [2026-05-28 03:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.133 - - [2026-05-28 03:34:18] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007183 10.0.0.41 - - [2026-05-28 03:34:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.41 - - [2026-05-28 03:34:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000476 10.0.0.131 - - [2026-05-28 03:34:20] "GET /global-system-configs HTTP/1.1" 401 293 0.001163 10.0.0.41 - - [2026-05-28 03:34:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000471 10.0.0.131 - - [2026-05-28 03:34:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000560 10.0.0.41 - - [2026-05-28 03:34:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000596 10.0.0.131 - - [2026-05-28 03:34:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.131 - - [2026-05-28 03:34:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000601 10.0.0.133 - - [2026-05-28 03:34:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.133 - - [2026-05-28 03:34:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.133 - - [2026-05-28 03:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.133 - - [2026-05-28 03:34:22] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008519 10.0.0.133 - - [2026-05-28 03:34:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000475 10.0.0.133 - - [2026-05-28 03:34:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.133 - - [2026-05-28 03:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006321 10.0.0.133 - - [2026-05-28 03:34:26] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007561 10.0.0.133 - - [2026-05-28 03:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.133 - - [2026-05-28 03:34:30] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007246 10.0.0.133 - - [2026-05-28 03:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.133 - - [2026-05-28 03:34:35] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007212 10.0.0.133 - - [2026-05-28 03:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.133 - - [2026-05-28 03:34:39] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006448 10.0.0.133 - - [2026-05-28 03:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.133 - - [2026-05-28 03:34:43] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005510 10.0.0.133 - - [2026-05-28 03:34:43] "GET /virtual-networks?parent_id=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004449 10.0.0.133 - - [2026-05-28 03:34:43] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005749 10.0.0.133 - - [2026-05-28 03:34:45] "POST /neutron/port HTTP/1.1" 200 1240 0.024555 10.0.0.133 - - [2026-05-28 03:34:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009555 10.0.0.133 - - [2026-05-28 03:34:54] "POST /neutron/port HTTP/1.1" 200 1240 0.021577 10.0.0.133 - - [2026-05-28 03:34:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008669 10.0.0.133 - - [2026-05-28 03:34:59] "POST /neutron/port HTTP/1.1" 200 1240 0.029377 10.0.0.133 - - [2026-05-28 03:35:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008378 10.0.0.133 - - [2026-05-28 03:35:09] "POST /neutron/port HTTP/1.1" 200 1240 0.021836 10.0.0.133 - - [2026-05-28 03:35:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008695 10.0.0.133 - - [2026-05-28 03:35:10] "GET /virtual-machine/fe0fc3a4-7227-4939-9be3-43e492eef842 HTTP/1.1" 200 1303 0.007437 10.0.0.133 - - [2026-05-28 03:35:10] "GET /virtual-machine-interface/77079984-3a74-4157-aa28-7020bfadcf37 HTTP/1.1" 200 3183 0.007549 10.0.0.133 - - [2026-05-28 03:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.133 - - [2026-05-28 03:35:10] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003650 10.0.0.133 - - [2026-05-28 03:35:10] "GET /virtual-networks?parent_id=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.013378 10.0.0.133 - - [2026-05-28 03:35:10] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008007 10.0.0.133 - - [2026-05-28 03:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.133 - - [2026-05-28 03:35:11] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004887 10.0.0.133 - - [2026-05-28 03:35:11] "GET /virtual-networks?parent_id=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004190 10.0.0.133 - - [2026-05-28 03:35:11] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006402 10.0.0.133 - - [2026-05-28 03:35:11] "POST /neutron/port HTTP/1.1" 200 1240 0.021012 10.0.0.133 - - [2026-05-28 03:35:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008355 10.0.0.133 - - [2026-05-28 03:35:11] "GET /virtual-machine/ea485035-a96f-4177-9668-f379b35d83f6 HTTP/1.1" 200 1303 0.006536 10.0.0.133 - - [2026-05-28 03:35:11] "GET /virtual-machine-interface/c8369ad8-768b-48c3-bf8c-af7ac720a7e7 HTTP/1.1" 200 3184 0.006907 10.0.0.133 - - [2026-05-28 03:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.133 - - [2026-05-28 03:35:11] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004624 10.0.0.133 - - [2026-05-28 03:35:11] "GET /virtual-networks?parent_id=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004682 10.0.0.133 - - [2026-05-28 03:35:11] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006742 10.0.0.133 - - [2026-05-28 03:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.133 - - [2026-05-28 03:35:13] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008245 10.0.0.133 - - [2026-05-28 03:35:13] "GET /virtual-networks?parent_id=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003325 10.0.0.133 - - [2026-05-28 03:35:13] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007946 10.0.0.133 - - [2026-05-28 03:35:31] "GET /obj-perms HTTP/1.1" 200 5075 0.066683 10.0.0.131 - - [2026-05-28 03:35:34] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001121 10.0.0.133 - - [2026-05-28 03:35:34] "GET /project/1e543995-76d6-4de0-beca-69ccd2bda46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.072938 10.0.0.133 - - [2026-05-28 03:35:34] "POST /fqname-to-id HTTP/1.1" 404 226 0.005686 10.0.0.133 - - [2026-05-28 03:35:34] "POST /interface-route-tables HTTP/1.1" 200 577 0.039946 10.0.0.133 - - [2026-05-28 03:35:35] "GET /interface-route-table/037206b9-5cef-42b5-a4fa-eef6f89fe8f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006248 10.0.0.133 - - [2026-05-28 03:35:35] "GET /virtual-machine-interface/79d43cfa-a661-4e42-83f1-ef4d133ccd48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.006214 10.0.0.133 - - [2026-05-28 03:35:35] "POST /ref-update HTTP/1.1" 200 156 0.018177 10.0.0.133 - - [2026-05-28 03:36:00] "POST /neutron/network HTTP/1.1" 200 1124 0.008563 10.0.0.133 - - [2026-05-28 03:36:00] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015973 10.0.0.133 - - [2026-05-28 03:36:01] "POST /neutron/network HTTP/1.1" 200 1114 0.017119 10.0.0.133 - - [2026-05-28 03:36:10] "POST /neutron/network HTTP/1.1" 200 1124 0.008780 10.0.0.133 - - [2026-05-28 03:36:10] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015546 10.0.0.133 - - [2026-05-28 03:36:10] "POST /neutron/network HTTP/1.1" 200 1114 0.011034 10.0.0.131 - - [2026-05-28 03:36:18] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.048934 10.0.0.133 - - [2026-05-28 03:36:18] "GET /project/1e543995-76d6-4de0-beca-69ccd2bda46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.099515 10.0.0.133 - - [2026-05-28 03:36:18] "POST /fqname-to-id HTTP/1.1" 404 226 0.006709 10.0.0.133 - - [2026-05-28 03:36:18] "POST /interface-route-tables HTTP/1.1" 200 577 0.033091 10.0.0.133 - - [2026-05-28 03:36:18] "GET /interface-route-table/083dc3c8-6d32-485d-b04e-a31262c93a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006736 10.0.0.133 - - [2026-05-28 03:36:18] "GET /virtual-machine-interface/77079984-3a74-4157-aa28-7020bfadcf37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.005664 10.0.0.133 - - [2026-05-28 03:36:18] "POST /ref-update HTTP/1.1" 200 156 0.016418 10.0.0.133 - - [2026-05-28 03:36:20] "GET /virtual-machine-interface/c8369ad8-768b-48c3-bf8c-af7ac720a7e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.007449 10.0.0.133 - - [2026-05-28 03:36:20] "PUT /virtual-machine-interface/c8369ad8-768b-48c3-bf8c-af7ac720a7e7 HTTP/1.1" 200 285 0.020593 10.0.0.133 - - [2026-05-28 03:36:20] "GET /virtual-machine-interface/79d43cfa-a661-4e42-83f1-ef4d133ccd48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3047 0.008826 10.0.0.133 - - [2026-05-28 03:36:20] "PUT /virtual-machine-interface/79d43cfa-a661-4e42-83f1-ef4d133ccd48 HTTP/1.1" 200 285 0.018898 10.0.0.133 - - [2026-05-28 03:36:20] "GET /virtual-machine-interface/77079984-3a74-4157-aa28-7020bfadcf37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3048 0.008947 10.0.0.133 - - [2026-05-28 03:36:20] "PUT /virtual-machine-interface/77079984-3a74-4157-aa28-7020bfadcf37 HTTP/1.1" 200 285 0.016699 10.0.0.131 - - [2026-05-28 03:36:32] "GET /obj-perms HTTP/1.1" 200 5075 0.082994 10.0.0.133 - - [2026-05-28 03:37:00] "POST /neutron/network HTTP/1.1" 200 936 0.008027 10.0.0.133 - - [2026-05-28 03:37:00] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.133 - - [2026-05-28 03:37:10] "POST /neutron/port HTTP/1.1" 200 1106 0.020710 10.0.0.133 - - [2026-05-28 03:37:10] "POST /neutron/subnet HTTP/1.1" 200 693 0.009376 10.0.0.133 - - [2026-05-28 03:37:15] "POST /neutron/port HTTP/1.1" 200 1240 0.021961 10.0.0.133 - - [2026-05-28 03:37:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008766 10.0.0.133 - - [2026-05-28 03:37:15] "GET /virtual-machine/052e42eb-8598-4d8b-aa73-59168e9e9523 HTTP/1.1" 200 1301 0.007613 10.0.0.133 - - [2026-05-28 03:37:15] "GET /virtual-machine-interface/e539a1e7-b4e3-455a-bb58-3e1b0a198d32 HTTP/1.1" 200 3184 0.008100 10.0.0.133 - - [2026-05-28 03:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004912 10.0.0.133 - - [2026-05-28 03:37:16] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005245 10.0.0.133 - - [2026-05-28 03:37:16] "GET /virtual-networks?parent_id=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003465 10.0.0.133 - - [2026-05-28 03:37:16] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006409 10.0.0.133 - - [2026-05-28 03:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008949 10.0.0.133 - - [2026-05-28 03:37:17] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003676 10.0.0.133 - - [2026-05-28 03:37:17] "GET /virtual-networks?parent_id=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002678 10.0.0.133 - - [2026-05-28 03:37:17] "GET /virtual-network/34b0a3ef-15eb-47fa-ab95-54a7ed7982d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006029 10.0.0.133 - - [2026-05-28 03:37:17] "GET /virtual-machine-interface/e539a1e7-b4e3-455a-bb58-3e1b0a198d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.007476 10.0.0.133 - - [2026-05-28 03:37:17] "PUT /virtual-machine-interface/e539a1e7-b4e3-455a-bb58-3e1b0a198d32 HTTP/1.1" 200 285 0.016450 10.0.0.41 - - [2026-05-28 03:37:33] "GET /obj-perms HTTP/1.1" 200 5075 0.065966 10.0.0.131 - - [2026-05-28 03:38:01] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001263 10.0.0.133 - - [2026-05-28 03:38:01] "GET /project/1e543995-76d6-4de0-beca-69ccd2bda46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.060704 10.0.0.133 - - [2026-05-28 03:38:01] "POST /fqname-to-id HTTP/1.1" 404 226 0.004148 10.0.0.133 - - [2026-05-28 03:38:01] "POST /interface-route-tables HTTP/1.1" 200 577 0.034627 10.0.0.133 - - [2026-05-28 03:38:01] "GET /interface-route-table/b908a298-6c82-4f96-8c1d-68ef4064b53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.006444 10.0.0.133 - - [2026-05-28 03:38:01] "GET /virtual-machine-interface/e539a1e7-b4e3-455a-bb58-3e1b0a198d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2817 0.009586 10.0.0.133 - - [2026-05-28 03:38:01] "POST /ref-update HTTP/1.1" 200 156 0.020911 10.0.0.133 - - [2026-05-28 03:38:02] "POST /neutron/port HTTP/1.1" 200 1240 0.067408 10.0.0.133 - - [2026-05-28 03:38:03] "GET /virtual-machine-interface/79d43cfa-a661-4e42-83f1-ef4d133ccd48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.005563 10.0.0.133 - - [2026-05-28 03:38:03] "POST /ref-update HTTP/1.1" 200 156 0.021649 10.0.0.133 - - [2026-05-28 03:38:03] "DELETE /interface-route-table/037206b9-5cef-42b5-a4fa-eef6f89fe8f4 HTTP/1.1" 200 115 0.041748 10.0.0.133 - - [2026-05-28 03:38:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006293 10.0.0.133 - - [2026-05-28 03:38:03] "POST /neutron/port HTTP/1.1" 200 117 0.001373 10.0.0.133 - - [2026-05-28 03:38:03] "POST /neutron/port HTTP/1.1" 200 1240 0.023809 10.0.0.133 - - [2026-05-28 03:38:12] "POST /neutron/port HTTP/1.1" 200 1240 0.066665 10.0.0.133 - - [2026-05-28 03:38:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004725 10.0.0.133 - - [2026-05-28 03:38:12] "POST /neutron/port HTTP/1.1" 200 117 0.001485 10.0.0.133 - - [2026-05-28 03:38:26] "GET /virtual-machine-interface/e539a1e7-b4e3-455a-bb58-3e1b0a198d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3099 0.044936 10.0.0.133 - - [2026-05-28 03:38:26] "POST /ref-update HTTP/1.1" 200 156 0.021416 10.0.0.133 - - [2026-05-28 03:38:26] "DELETE /interface-route-table/b908a298-6c82-4f96-8c1d-68ef4064b53b HTTP/1.1" 200 115 0.040150 10.0.0.133 - - [2026-05-28 03:38:26] "GET /virtual-machine-interface/77079984-3a74-4157-aa28-7020bfadcf37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.013700 10.0.0.133 - - [2026-05-28 03:38:26] "POST /ref-update HTTP/1.1" 200 156 0.025570 10.0.0.133 - - [2026-05-28 03:38:26] "DELETE /interface-route-table/083dc3c8-6d32-485d-b04e-a31262c93a79 HTTP/1.1" 200 115 0.041676 10.0.0.133 - - [2026-05-28 03:38:26] "POST /neutron/network HTTP/1.1" 200 1007 0.055693 10.0.0.133 - - [2026-05-28 03:38:26] "POST /neutron/port HTTP/1.1" 200 1230 0.024508 10.0.0.133 - - [2026-05-28 03:38:27] "POST /neutron/port HTTP/1.1" 200 1230 0.027709 10.0.0.133 - - [2026-05-28 03:38:27] "POST /neutron/port HTTP/1.1" 200 1230 0.034357 10.0.0.131 - - [2026-05-28 03:38:28] "POST /useragent-kv HTTP/1.1" 200 115 0.005685 10.0.0.131 - - [2026-05-28 03:38:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002655 10.0.0.131 - - [2026-05-28 03:38:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002882 10.0.0.131 - - [2026-05-28 03:38:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002657 10.0.0.133 - - [2026-05-28 03:38:29] "POST /neutron/network HTTP/1.1" 200 151 0.163210 10.0.0.41 - - [2026-05-28 03:38:29] "DELETE /route-target/0644dc4c-6928-4e7b-bffa-4651e4a76028 HTTP/1.1" 200 115 0.099497 10.0.0.131 - - [2026-05-28 03:38:30] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.133 - - [2026-05-28 03:38:30] "GET /project/1e543995-76d6-4de0-beca-69ccd2bda46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.080911 10.0.0.131 - - [2026-05-28 03:38:30] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001403 10.0.0.133 - - [2026-05-28 03:38:30] "GET /project/1e543995-76d6-4de0-beca-69ccd2bda46b?fields=virtual_networks HTTP/1.1" 200 1050 0.054104 10.0.0.131 - - [2026-05-28 03:38:30] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.133 - - [2026-05-28 03:38:30] "GET /project/1e543995-76d6-4de0-beca-69ccd2bda46b?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.040783 10.0.0.131 - - [2026-05-28 03:38:30] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001328 10.0.0.133 - - [2026-05-28 03:38:30] "GET /project/1e543995-76d6-4de0-beca-69ccd2bda46b?fields=security_groups HTTP/1.1" 200 1285 0.048419 10.0.0.133 - - [2026-05-28 03:38:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.036652 10.0.0.131 - - [2026-05-28 03:38:32] "GET /projects?obj_uuids=5e656796-719a-45e0-8d87-97acf6a95a8b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003675 10.0.0.131 - - [2026-05-28 03:38:32] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001414 10.0.0.131 - - [2026-05-28 03:38:32] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.060031 10.0.0.131 - - [2026-05-28 03:38:32] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001461 10.0.0.131 - - [2026-05-28 03:38:32] "GET /project/1e543995-76d6-4de0-beca-69ccd2bda46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.046419 10.0.0.131 - - [2026-05-28 03:38:32] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001797 10.0.0.131 - - [2026-05-28 03:38:32] "GET /project/1e543995-76d6-4de0-beca-69ccd2bda46b?fields=security_groups HTTP/1.1" 200 1387 0.062463 10.0.0.131 - - [2026-05-28 03:38:32] "POST /id-to-fqname HTTP/1.1" 200 185 0.001488 10.0.0.131 - - [2026-05-28 03:38:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.020184 10.0.0.131 - - [2026-05-28 03:38:32] "DELETE /security-group/7cd4fc26-055c-4f90-a6e3-52ac9fbf898a HTTP/1.1" 200 115 0.070503 10.0.0.131 - - [2026-05-28 03:38:32] "GET /projects?obj_uuids=1e543995-76d6-4de0-beca-69ccd2bda46b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001334 10.0.0.131 - - [2026-05-28 03:38:32] "GET /project/1e543995-76d6-4de0-beca-69ccd2bda46b?fields=application_policy_sets HTTP/1.1" 200 1426 0.059101 10.0.0.131 - - [2026-05-28 03:38:32] "POST /security-groups HTTP/1.1" 200 586 0.116702 10.0.0.131 - - [2026-05-28 03:38:32] "POST /projects HTTP/1.1" 200 575 0.400826 10.0.0.131 - - [2026-05-28 03:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.488313 10.0.0.131 - - [2026-05-28 03:38:33] "DELETE /project/1e543995-76d6-4de0-beca-69ccd2bda46b HTTP/1.1" 200 115 0.514459 10.0.0.133 - - [2026-05-28 03:38:33] "GET /project/5e656796-719a-45e0-8d87-97acf6a95a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.733948 10.0.0.41 - - [2026-05-28 03:38:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.004504 10.0.0.41 - - [2026-05-28 03:38:33] "POST /access-control-lists HTTP/1.1" 200 591 0.062943 10.0.0.133 - - [2026-05-28 03:38:35] "GET / HTTP/1.1" 200 36215 0.002697 10.0.0.131 - - [2026-05-28 03:38:38] "GET /projects?obj_uuids=5e656796-719a-45e0-8d87-97acf6a95a8b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000894 10.0.0.133 - - [2026-05-28 03:38:38] "GET /project/5e656796-719a-45e0-8d87-97acf6a95a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.055412 10.0.0.131 - - [2026-05-28 03:38:38] "GET /projects?obj_uuids=5e656796-719a-45e0-8d87-97acf6a95a8b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001073 10.0.0.133 - - [2026-05-28 03:38:38] "GET /project/5e656796-719a-45e0-8d87-97acf6a95a8b?fields=virtual_networks HTTP/1.1" 200 1024 0.057990 10.0.0.131 - - [2026-05-28 03:38:38] "GET /projects?obj_uuids=5e656796-719a-45e0-8d87-97acf6a95a8b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001495 10.0.0.133 - - [2026-05-28 03:38:38] "GET /project/5e656796-719a-45e0-8d87-97acf6a95a8b?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.043538 10.0.0.131 - - [2026-05-28 03:38:38] "GET /projects?obj_uuids=5e656796-719a-45e0-8d87-97acf6a95a8b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001305 10.0.0.133 - - [2026-05-28 03:38:38] "GET /project/5e656796-719a-45e0-8d87-97acf6a95a8b?fields=security_groups HTTP/1.1" 200 1246 0.048635 10.0.0.133 - - [2026-05-28 03:38:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.039121 10.0.0.131 - - [2026-05-28 03:38:39] "GET /projects?obj_uuids=5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003719 10.0.0.131 - - [2026-05-28 03:38:39] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.131 - - [2026-05-28 03:38:39] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007451 10.0.0.131 - - [2026-05-28 03:38:40] "POST /id-to-fqname HTTP/1.1" 200 195 0.001158 10.0.0.131 - - [2026-05-28 03:38:40] "POST /fqname-to-id HTTP/1.1" 404 204 0.004527 10.0.0.131 - - [2026-05-28 03:38:40] "POST /security-groups HTTP/1.1" 200 596 0.086594 10.0.0.131 - - [2026-05-28 03:38:40] "POST /projects HTTP/1.1" 200 595 0.305480 10.0.0.41 - - [2026-05-28 03:38:40] "POST /fqname-to-id HTTP/1.1" 404 238 0.010068 10.0.0.131 - - [2026-05-28 03:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.380778 10.0.0.133 - - [2026-05-28 03:38:40] "GET /project/5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.543277 10.0.0.133 - - [2026-05-28 03:38:41] "GET / HTTP/1.1" 200 36215 0.002051 10.0.0.131 - - [2026-05-28 03:38:44] "GET /projects?obj_uuids=5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000855 10.0.0.133 - - [2026-05-28 03:38:44] "GET /project/5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.054575 10.0.0.131 - - [2026-05-28 03:38:44] "GET /projects?obj_uuids=5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001603 10.0.0.133 - - [2026-05-28 03:38:44] "GET /project/5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86?fields=virtual_networks HTTP/1.1" 200 1044 0.082853 10.0.0.131 - - [2026-05-28 03:38:44] "GET /projects?obj_uuids=5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000909 10.0.0.133 - - [2026-05-28 03:38:44] "GET /project/5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.057706 10.0.0.131 - - [2026-05-28 03:38:44] "GET /projects?obj_uuids=5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000965 10.0.0.133 - - [2026-05-28 03:38:45] "GET /project/5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86?fields=security_groups HTTP/1.1" 200 1276 0.071359 10.0.0.133 - - [2026-05-28 03:38:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.050647 10.0.0.131 - - [2026-05-28 03:38:46] "GET /projects?obj_uuids=1697eed5-13d0-47ff-bb9b-d9588f237459&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004517 10.0.0.131 - - [2026-05-28 03:38:46] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.131 - - [2026-05-28 03:38:46] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008352 10.0.0.131 - - [2026-05-28 03:38:46] "POST /id-to-fqname HTTP/1.1" 200 201 0.001039 10.0.0.131 - - [2026-05-28 03:38:46] "POST /fqname-to-id HTTP/1.1" 404 210 0.012949 10.0.0.131 - - [2026-05-28 03:38:46] "POST /security-groups HTTP/1.1" 200 602 0.078572 10.0.0.131 - - [2026-05-28 03:38:46] "POST /projects HTTP/1.1" 200 607 0.309749 10.0.0.41 - - [2026-05-28 03:38:46] "POST /access-control-lists HTTP/1.1" 200 609 0.041651 10.0.0.131 - - [2026-05-28 03:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.392707 10.0.0.133 - - [2026-05-28 03:38:46] "GET /project/1697eed5-13d0-47ff-bb9b-d9588f237459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.592786 10.0.0.133 - - [2026-05-28 03:38:48] "GET / HTTP/1.1" 200 36215 0.001649 10.0.0.131 - - [2026-05-28 03:38:51] "GET /projects?obj_uuids=1697eed5-13d0-47ff-bb9b-d9588f237459&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001093 10.0.0.133 - - [2026-05-28 03:38:51] "GET /project/1697eed5-13d0-47ff-bb9b-d9588f237459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.052477 10.0.0.131 - - [2026-05-28 03:38:51] "GET /projects?obj_uuids=1697eed5-13d0-47ff-bb9b-d9588f237459&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000835 10.0.0.133 - - [2026-05-28 03:38:51] "GET /project/1697eed5-13d0-47ff-bb9b-d9588f237459?fields=virtual_networks HTTP/1.1" 200 1056 0.059205 10.0.0.131 - - [2026-05-28 03:38:51] "GET /projects?obj_uuids=1697eed5-13d0-47ff-bb9b-d9588f237459&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000942 10.0.0.133 - - [2026-05-28 03:38:51] "GET /project/1697eed5-13d0-47ff-bb9b-d9588f237459?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.042825 10.0.0.131 - - [2026-05-28 03:38:51] "GET /projects?obj_uuids=1697eed5-13d0-47ff-bb9b-d9588f237459&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001148 10.0.0.133 - - [2026-05-28 03:38:51] "GET /project/1697eed5-13d0-47ff-bb9b-d9588f237459?fields=security_groups HTTP/1.1" 200 1294 0.044376 10.0.0.133 - - [2026-05-28 03:38:52] "POST /fqname-to-id HTTP/1.1" 404 185 0.033194 10.0.0.131 - - [2026-05-28 03:38:52] "GET /projects?obj_uuids=d914247b-962d-4266-9970-8ff687d9a879&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003092 10.0.0.131 - - [2026-05-28 03:38:53] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.131 - - [2026-05-28 03:38:53] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008168 10.0.0.131 - - [2026-05-28 03:38:53] "POST /id-to-fqname HTTP/1.1" 200 187 0.001036 10.0.0.131 - - [2026-05-28 03:38:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.012015 10.0.0.131 - - [2026-05-28 03:38:53] "POST /security-groups HTTP/1.1" 200 588 0.081677 10.0.0.41 - - [2026-05-28 03:38:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.004212 10.0.0.131 - - [2026-05-28 03:38:53] "POST /projects HTTP/1.1" 200 579 0.310889 10.0.0.131 - - [2026-05-28 03:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.354013 10.0.0.133 - - [2026-05-28 03:38:53] "GET /project/d914247b-962d-4266-9970-8ff687d9a879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.529403 10.0.0.41 - - [2026-05-28 03:38:53] "POST /access-control-lists HTTP/1.1" 200 593 0.059153 10.0.0.133 - - [2026-05-28 03:38:54] "GET / HTTP/1.1" 200 36215 0.002856 10.0.0.131 - - [2026-05-28 03:38:57] "GET /projects?obj_uuids=d914247b-962d-4266-9970-8ff687d9a879&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001062 10.0.0.133 - - [2026-05-28 03:38:58] "GET /project/d914247b-962d-4266-9970-8ff687d9a879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038237 10.0.0.131 - - [2026-05-28 03:38:58] "GET /projects?obj_uuids=d914247b-962d-4266-9970-8ff687d9a879&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000994 10.0.0.133 - - [2026-05-28 03:38:58] "GET /project/d914247b-962d-4266-9970-8ff687d9a879?fields=virtual_networks HTTP/1.1" 200 1029 0.045813 10.0.0.131 - - [2026-05-28 03:38:58] "GET /projects?obj_uuids=d914247b-962d-4266-9970-8ff687d9a879&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001473 10.0.0.133 - - [2026-05-28 03:38:58] "GET /project/d914247b-962d-4266-9970-8ff687d9a879?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.052621 10.0.0.131 - - [2026-05-28 03:38:58] "GET /projects?obj_uuids=d914247b-962d-4266-9970-8ff687d9a879&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001172 10.0.0.133 - - [2026-05-28 03:38:58] "GET /project/d914247b-962d-4266-9970-8ff687d9a879?fields=security_groups HTTP/1.1" 200 1253 0.065193 10.0.0.133 - - [2026-05-28 03:38:59] "POST /fqname-to-id HTTP/1.1" 404 182 0.036410 10.0.0.131 - - [2026-05-28 03:38:59] "GET /projects?obj_uuids=5e024476-ecd7-44df-9ac3-6dad34e58db1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004064 10.0.0.131 - - [2026-05-28 03:38:59] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001468 10.0.0.131 - - [2026-05-28 03:38:59] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010900 10.0.0.131 - - [2026-05-28 03:38:59] "POST /id-to-fqname HTTP/1.1" 200 184 0.002781 10.0.0.131 - - [2026-05-28 03:38:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.003911 10.0.0.131 - - [2026-05-28 03:38:59] "POST /security-groups HTTP/1.1" 200 585 0.079590 10.0.0.131 - - [2026-05-28 03:38:59] "POST /projects HTTP/1.1" 200 573 0.308891 10.0.0.131 - - [2026-05-28 03:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.345156 10.0.0.41 - - [2026-05-28 03:38:59] "POST /fqname-to-id HTTP/1.1" 404 227 0.008464 10.0.0.133 - - [2026-05-28 03:38:59] "GET /project/5e024476-ecd7-44df-9ac3-6dad34e58db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.507881 10.0.0.133 - - [2026-05-28 03:39:01] "GET / HTTP/1.1" 200 36215 0.001709 10.0.0.131 - - [2026-05-28 03:39:04] "GET /projects?obj_uuids=5e024476-ecd7-44df-9ac3-6dad34e58db1&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001003 10.0.0.133 - - [2026-05-28 03:39:04] "GET /project/5e024476-ecd7-44df-9ac3-6dad34e58db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.044226 10.0.0.131 - - [2026-05-28 03:39:04] "GET /projects?obj_uuids=5e024476-ecd7-44df-9ac3-6dad34e58db1&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000942 10.0.0.133 - - [2026-05-28 03:39:04] "GET /project/5e024476-ecd7-44df-9ac3-6dad34e58db1?fields=virtual_networks HTTP/1.1" 200 1022 0.058275 10.0.0.131 - - [2026-05-28 03:39:04] "GET /projects?obj_uuids=5e024476-ecd7-44df-9ac3-6dad34e58db1&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001253 10.0.0.133 - - [2026-05-28 03:39:04] "GET /project/5e024476-ecd7-44df-9ac3-6dad34e58db1?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.063644 10.0.0.131 - - [2026-05-28 03:39:04] "GET /projects?obj_uuids=5e024476-ecd7-44df-9ac3-6dad34e58db1&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000916 10.0.0.133 - - [2026-05-28 03:39:04] "GET /project/5e024476-ecd7-44df-9ac3-6dad34e58db1?fields=security_groups HTTP/1.1" 200 1243 0.056418 10.0.0.133 - - [2026-05-28 03:39:06] "POST /fqname-to-id HTTP/1.1" 404 186 0.042673 10.0.0.131 - - [2026-05-28 03:39:06] "GET /projects?obj_uuids=7fc1f1e8-00a7-4fc2-8add-1a2681046474&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004881 10.0.0.131 - - [2026-05-28 03:39:06] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.131 - - [2026-05-28 03:39:06] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006853 10.0.0.131 - - [2026-05-28 03:39:06] "POST /id-to-fqname HTTP/1.1" 200 188 0.001309 10.0.0.131 - - [2026-05-28 03:39:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.005757 10.0.0.131 - - [2026-05-28 03:39:06] "POST /security-groups HTTP/1.1" 200 589 0.042311 10.0.0.131 - - [2026-05-28 03:39:06] "POST /projects HTTP/1.1" 200 581 0.292686 10.0.0.131 - - [2026-05-28 03:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.339027 10.0.0.41 - - [2026-05-28 03:39:06] "POST /access-control-lists HTTP/1.1" 200 596 0.032758 10.0.0.133 - - [2026-05-28 03:39:06] "GET /project/7fc1f1e8-00a7-4fc2-8add-1a2681046474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.510775 10.0.0.133 - - [2026-05-28 03:39:08] "GET / HTTP/1.1" 200 36215 0.001554 10.0.0.131 - - [2026-05-28 03:39:11] "GET /projects?obj_uuids=7fc1f1e8-00a7-4fc2-8add-1a2681046474&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.133 - - [2026-05-28 03:39:11] "GET /project/7fc1f1e8-00a7-4fc2-8add-1a2681046474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.054651 10.0.0.131 - - [2026-05-28 03:39:11] "GET /projects?obj_uuids=7fc1f1e8-00a7-4fc2-8add-1a2681046474&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000894 10.0.0.133 - - [2026-05-28 03:39:11] "GET /project/7fc1f1e8-00a7-4fc2-8add-1a2681046474?fields=virtual_networks HTTP/1.1" 200 1030 0.069711 10.0.0.131 - - [2026-05-28 03:39:11] "GET /projects?obj_uuids=7fc1f1e8-00a7-4fc2-8add-1a2681046474&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.133 - - [2026-05-28 03:39:11] "GET /project/7fc1f1e8-00a7-4fc2-8add-1a2681046474?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.050124 10.0.0.131 - - [2026-05-28 03:39:11] "GET /projects?obj_uuids=7fc1f1e8-00a7-4fc2-8add-1a2681046474&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.133 - - [2026-05-28 03:39:11] "GET /project/7fc1f1e8-00a7-4fc2-8add-1a2681046474?fields=security_groups HTTP/1.1" 200 1255 0.056733 10.0.0.133 - - [2026-05-28 03:39:12] "POST /fqname-to-id HTTP/1.1" 404 186 0.040533 10.0.0.131 - - [2026-05-28 03:39:12] "GET /projects?obj_uuids=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002620 10.0.0.131 - - [2026-05-28 03:39:12] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001211 10.0.0.131 - - [2026-05-28 03:39:12] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008998 10.0.0.131 - - [2026-05-28 03:39:13] "POST /id-to-fqname HTTP/1.1" 200 188 0.001265 10.0.0.131 - - [2026-05-28 03:39:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.007179 10.0.0.131 - - [2026-05-28 03:39:13] "POST /security-groups HTTP/1.1" 200 589 0.074806 10.0.0.41 - - [2026-05-28 03:39:13] "POST /fqname-to-id HTTP/1.1" 404 232 0.005717 10.0.0.131 - - [2026-05-28 03:39:13] "POST /projects HTTP/1.1" 200 581 0.295222 10.0.0.131 - - [2026-05-28 03:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.343990 10.0.0.133 - - [2026-05-28 03:39:13] "GET /project/a7abcb5f-3c09-4609-a36f-aa47ad9c6a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.511287 10.0.0.41 - - [2026-05-28 03:39:13] "POST /access-control-lists HTTP/1.1" 200 594 0.055218 10.0.0.133 - - [2026-05-28 03:39:14] "GET / HTTP/1.1" 200 36215 0.001868 10.0.0.133 - - [2026-05-28 03:39:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000424 10.0.0.133 - - [2026-05-28 03:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.102178 10.0.0.131 - - [2026-05-28 03:39:17] "GET /projects?obj_uuids=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.133 - - [2026-05-28 03:39:17] "GET /project/a7abcb5f-3c09-4609-a36f-aa47ad9c6a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.049875 10.0.0.131 - - [2026-05-28 03:39:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003367 10.0.0.133 - - [2026-05-28 03:39:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.244071 10.0.0.133 - - [2026-05-28 03:39:17] "POST /id-to-fqname HTTP/1.1" 200 218 0.001259 10.0.0.133 - - [2026-05-28 03:39:17] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006628 10.0.0.133 - - [2026-05-28 03:39:17] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005990 10.0.0.133 - - [2026-05-28 03:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.133 - - [2026-05-28 03:39:17] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007214 10.0.0.133 - - [2026-05-28 03:39:17] "PUT /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc HTTP/1.1" 200 265 0.059065 10.0.0.41 - - [2026-05-28 03:39:17] "POST /route-targets HTTP/1.1" 200 324 0.026387 10.0.0.133 - - [2026-05-28 03:39:18] "POST /neutron/network HTTP/1.1" 200 823 0.010538 10.0.0.133 - - [2026-05-28 03:39:18] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007838 10.0.0.133 - - [2026-05-28 03:39:19] "GET /obj-perms HTTP/1.1" 200 5045 0.095687 10.0.0.41 - - [2026-05-28 03:39:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.41 - - [2026-05-28 03:39:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000684 10.0.0.131 - - [2026-05-28 03:39:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000532 10.0.0.41 - - [2026-05-28 03:39:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.131 - - [2026-05-28 03:39:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000618 10.0.0.41 - - [2026-05-28 03:39:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000461 10.0.0.133 - - [2026-05-28 03:39:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.012672 10.0.0.133 - - [2026-05-28 03:39:20] "POST /id-to-fqname HTTP/1.1" 200 218 0.001896 10.0.0.131 - - [2026-05-28 03:39:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000623 10.0.0.131 - - [2026-05-28 03:39:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000668 10.0.0.133 - - [2026-05-28 03:39:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.131 - - [2026-05-28 03:39:22] "GET /projects?obj_uuids=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.133 - - [2026-05-28 03:39:22] "GET /project/a7abcb5f-3c09-4609-a36f-aa47ad9c6a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.172426 10.0.0.133 - - [2026-05-28 03:39:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.133 - - [2026-05-28 03:39:22] "POST /neutron/network HTTP/1.1" 200 823 0.054655 10.0.0.133 - - [2026-05-28 03:39:22] "POST /neutron/port HTTP/1.1" 200 117 0.007661 10.0.0.133 - - [2026-05-28 03:39:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.133 - - [2026-05-28 03:39:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000473 10.0.0.133 - - [2026-05-28 03:39:23] "POST /neutron/port HTTP/1.1" 200 1059 0.025720 10.0.0.133 - - [2026-05-28 03:39:24] "POST /neutron/port HTTP/1.1" 200 1123 0.023090 10.0.0.133 - - [2026-05-28 03:39:24] "POST /neutron/port HTTP/1.1" 200 117 0.001621 10.0.0.133 - - [2026-05-28 03:39:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011047 10.0.0.133 - - [2026-05-28 03:39:28] "POST /neutron/port HTTP/1.1" 200 1123 0.022335 10.0.0.133 - - [2026-05-28 03:39:28] "GET /virtual-machine/9d2607cd-1e8d-49b8-9d2f-131f9d1a7c02 HTTP/1.1" 401 293 0.000404 10.0.0.133 - - [2026-05-28 03:39:28] "GET /virtual-machine/9d2607cd-1e8d-49b8-9d2f-131f9d1a7c02 HTTP/1.1" 200 1293 0.042242 10.0.0.133 - - [2026-05-28 03:39:28] "GET /virtual-machine-interface/3674284e-8f8a-4c6f-9fcf-462efd0881c8 HTTP/1.1" 200 2938 0.005796 10.0.0.133 - - [2026-05-28 03:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.133 - - [2026-05-28 03:39:28] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004621 10.0.0.133 - - [2026-05-28 03:39:28] "GET /virtual-networks?parent_id=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003182 10.0.0.133 - - [2026-05-28 03:39:28] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005977 10.0.0.133 - - [2026-05-28 03:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.133 - - [2026-05-28 03:39:31] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007084 10.0.0.131 - - [2026-05-28 03:39:33] "DELETE /project/d914247b962d426699708ff687d9a879 HTTP/1.1" 404 173 0.017428 10.0.0.131 - - [2026-05-28 03:39:33] "DELETE /project/5f76d5b2eff9489ca6dd3c3d1fb91c86 HTTP/1.1" 404 173 0.031913 10.0.0.131 - - [2026-05-28 03:39:33] "DELETE /project/a7abcb5f3c094609a36faa47ad9c6a49 HTTP/1.1" 404 173 0.031206 10.0.0.131 - - [2026-05-28 03:39:33] "DELETE /project/5e024476ecd744df9ac36dad34e58db1 HTTP/1.1" 404 173 0.018372 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001073 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=d914247b-962d-4266-9970-8ff687d9a879&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000982 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=5e024476-ecd7-44df-9ac3-6dad34e58db1&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000960 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=5e656796-719a-45e0-8d87-97acf6a95a8b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000912 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=1697eed5-13d0-47ff-bb9b-d9588f237459&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000826 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=7fc1f1e8-00a7-4fc2-8add-1a2681046474&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001093 10.0.0.131 - - [2026-05-28 03:39:33] "DELETE /project/7fc1f1e800a74fc28add1a2681046474 HTTP/1.1" 404 173 0.010780 10.0.0.131 - - [2026-05-28 03:39:33] "DELETE /project/1697eed513d047ffbb9bd9588f237459 HTTP/1.1" 404 173 0.004435 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/5e024476-ecd7-44df-9ac3-6dad34e58db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.081827 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/5e656796-719a-45e0-8d87-97acf6a95a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.088902 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=5e024476-ecd7-44df-9ac3-6dad34e58db1&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001116 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=5e656796-719a-45e0-8d87-97acf6a95a8b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001441 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/d914247b-962d-4266-9970-8ff687d9a879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.118692 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/7fc1f1e8-00a7-4fc2-8add-1a2681046474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.116980 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.134451 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=7fc1f1e8-00a7-4fc2-8add-1a2681046474&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=d914247b-962d-4266-9970-8ff687d9a879&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000831 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/1697eed5-13d0-47ff-bb9b-d9588f237459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.151279 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000898 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=1697eed5-13d0-47ff-bb9b-d9588f237459&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001216 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/5e656796-719a-45e0-8d87-97acf6a95a8b?fields=security_groups HTTP/1.1" 200 1348 0.140096 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86?fields=security_groups HTTP/1.1" 200 1378 0.121173 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/7fc1f1e8-00a7-4fc2-8add-1a2681046474?fields=security_groups HTTP/1.1" 200 1357 0.138248 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/d914247b-962d-4266-9970-8ff687d9a879?fields=security_groups HTTP/1.1" 200 1355 0.146868 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/5e024476-ecd7-44df-9ac3-6dad34e58db1?fields=security_groups HTTP/1.1" 200 1345 0.197075 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/1697eed5-13d0-47ff-bb9b-d9588f237459?fields=security_groups HTTP/1.1" 200 1396 0.182983 10.0.0.131 - - [2026-05-28 03:39:33] "DELETE /security-group/3034faea-d9c9-4b18-b579-b0e94025d40f HTTP/1.1" 200 115 0.151968 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=5e656796-719a-45e0-8d87-97acf6a95a8b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001970 10.0.0.131 - - [2026-05-28 03:39:33] "DELETE /security-group/05b8bb83-4b44-459c-927e-fc8ad0f3c7b1 HTTP/1.1" 200 115 0.163034 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001225 10.0.0.131 - - [2026-05-28 03:39:33] "DELETE /security-group/7ead3ea5-53a2-49a8-a444-6643a4305ce8 HTTP/1.1" 200 115 0.173353 10.0.0.131 - - [2026-05-28 03:39:33] "DELETE /security-group/bb3f2c24-76c3-4956-b63a-c9fb286417ce HTTP/1.1" 200 115 0.186691 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=d914247b-962d-4266-9970-8ff687d9a879&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002831 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=7fc1f1e8-00a7-4fc2-8add-1a2681046474&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001173 10.0.0.131 - - [2026-05-28 03:39:33] "DELETE /security-group/084832c3-29af-4121-be79-330b5d9a3542 HTTP/1.1" 200 115 0.193653 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=5e024476-ecd7-44df-9ac3-6dad34e58db1&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001405 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/5e656796-719a-45e0-8d87-97acf6a95a8b?fields=application_policy_sets HTTP/1.1" 200 1387 0.114197 10.0.0.131 - - [2026-05-28 03:39:33] "DELETE /security-group/55da38d2-433d-41e8-8344-9b76165c2b68 HTTP/1.1" 200 115 0.177019 10.0.0.131 - - [2026-05-28 03:39:33] "GET /projects?obj_uuids=1697eed5-13d0-47ff-bb9b-d9588f237459&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001021 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/d914247b-962d-4266-9970-8ff687d9a879?fields=application_policy_sets HTTP/1.1" 200 1394 0.094325 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/7fc1f1e8-00a7-4fc2-8add-1a2681046474?fields=application_policy_sets HTTP/1.1" 200 1396 0.211642 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86?fields=application_policy_sets HTTP/1.1" 200 1417 0.248847 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/1697eed5-13d0-47ff-bb9b-d9588f237459?fields=application_policy_sets HTTP/1.1" 200 1435 0.191737 10.0.0.131 - - [2026-05-28 03:39:33] "GET /project/5e024476-ecd7-44df-9ac3-6dad34e58db1?fields=application_policy_sets HTTP/1.1" 200 1384 0.271039 10.0.0.41 - - [2026-05-28 03:39:33] "DELETE /access-control-list/e399e112-0d45-40ee-9cb2-5f5e49913508 HTTP/1.1" 200 115 0.209092 10.0.0.131 - - [2026-05-28 03:39:34] "DELETE /project/5e656796-719a-45e0-8d87-97acf6a95a8b HTTP/1.1" 200 115 1.068865 10.0.0.131 - - [2026-05-28 03:39:34] "DELETE /project/d914247b-962d-4266-9970-8ff687d9a879 HTTP/1.1" 200 115 1.099908 10.0.0.131 - - [2026-05-28 03:39:34] "DELETE /project/7fc1f1e8-00a7-4fc2-8add-1a2681046474 HTTP/1.1" 200 115 1.126499 10.0.0.41 - - [2026-05-28 03:39:34] "DELETE /access-control-list/15b0a305-0d48-4d67-b40b-66884564554f HTTP/1.1" 200 115 0.060047 10.0.0.131 - - [2026-05-28 03:39:34] "DELETE /project/5f76d5b2-eff9-489c-a6dd-3c3d1fb91c86 HTTP/1.1" 200 115 1.210683 10.0.0.131 - - [2026-05-28 03:39:34] "DELETE /project/1697eed5-13d0-47ff-bb9b-d9588f237459 HTTP/1.1" 200 115 1.268653 10.0.0.131 - - [2026-05-28 03:39:34] "DELETE /project/5e024476-ecd7-44df-9ac3-6dad34e58db1 HTTP/1.1" 200 115 1.271196 10.0.0.41 - - [2026-05-28 03:39:34] "DELETE /access-control-list/66f2b66b-97a8-4d02-ad2f-46b9fa24be16 HTTP/1.1" 200 115 0.058104 10.0.0.41 - - [2026-05-28 03:39:34] "DELETE /access-control-list/e154391c-593a-4e85-aad5-ad4e0547b029 HTTP/1.1" 200 115 0.070016 10.0.0.131 - - [2026-05-28 03:39:35] "GET /obj-perms HTTP/1.1" 200 5075 0.083978 10.0.0.133 - - [2026-05-28 03:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.133 - - [2026-05-28 03:39:35] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007516 10.0.0.133 - - [2026-05-28 03:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.133 - - [2026-05-28 03:39:40] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007149 10.0.0.133 - - [2026-05-28 03:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.133 - - [2026-05-28 03:39:44] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008981 10.0.0.133 - - [2026-05-28 03:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.133 - - [2026-05-28 03:39:48] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007337 10.0.0.133 - - [2026-05-28 03:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.133 - - [2026-05-28 03:39:52] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005811 10.0.0.133 - - [2026-05-28 03:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.133 - - [2026-05-28 03:39:56] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008893 10.0.0.133 - - [2026-05-28 03:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.133 - - [2026-05-28 03:40:00] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008011 10.0.0.133 - - [2026-05-28 03:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.133 - - [2026-05-28 03:40:04] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005763 10.0.0.133 - - [2026-05-28 03:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005028 10.0.0.133 - - [2026-05-28 03:40:06] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004327 10.0.0.133 - - [2026-05-28 03:40:06] "GET /virtual-networks?parent_id=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003694 10.0.0.133 - - [2026-05-28 03:40:06] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007837 10.0.0.133 - - [2026-05-28 03:40:06] "POST /neutron/port HTTP/1.1" 200 1219 0.027716 10.0.0.133 - - [2026-05-28 03:40:06] "POST /neutron/port HTTP/1.1" 200 1123 0.024612 10.0.0.133 - - [2026-05-28 03:40:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008040 10.0.0.133 - - [2026-05-28 03:40:07] "POST /neutron/network HTTP/1.1" 200 1114 0.011679 10.0.0.133 - - [2026-05-28 03:40:14] "POST /neutron/port HTTP/1.1" 200 1219 0.026819 10.0.0.133 - - [2026-05-28 03:40:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006020 10.0.0.133 - - [2026-05-28 03:40:14] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.133 - - [2026-05-28 03:40:17] "POST /neutron/port HTTP/1.1" 200 1123 0.024850 10.0.0.133 - - [2026-05-28 03:40:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.039658 10.0.0.133 - - [2026-05-28 03:40:27] "POST /neutron/port HTTP/1.1" 200 1123 0.022453 10.0.0.133 - - [2026-05-28 03:40:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007511 10.0.0.133 - - [2026-05-28 03:40:33] "POST /neutron/port HTTP/1.1" 200 1123 0.022408 10.0.0.133 - - [2026-05-28 03:40:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008279 10.0.0.133 - - [2026-05-28 03:40:33] "POST /id-to-fqname HTTP/1.1" 200 218 0.001189 10.0.0.133 - - [2026-05-28 03:40:33] "GET /virtual-machine/9d2607cd-1e8d-49b8-9d2f-131f9d1a7c02 HTTP/1.1" 200 1293 0.005702 10.0.0.133 - - [2026-05-28 03:40:33] "GET /virtual-machine-interface/3674284e-8f8a-4c6f-9fcf-462efd0881c8 HTTP/1.1" 200 2938 0.006238 10.0.0.133 - - [2026-05-28 03:40:33] "GET /instance-ip/4b9a3635-1ed5-48d4-9e31-5e7156155211 HTTP/1.1" 200 1620 0.006711 10.0.0.133 - - [2026-05-28 03:40:33] "POST /fqname-to-id HTTP/1.1" 404 208 0.004617 10.0.0.133 - - [2026-05-28 03:40:33] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005573 10.0.0.131 - - [2026-05-28 03:40:33] "GET /projects?obj_uuids=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001322 10.0.0.133 - - [2026-05-28 03:40:33] "GET /project/a7abcb5f-3c09-4609-a36f-aa47ad9c6a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.058754 10.0.0.133 - - [2026-05-28 03:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.133 - - [2026-05-28 03:40:33] "GET /security-group/ee38d90f-b462-4378-b0f4-1351a7e5d970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3751 0.005213 10.0.0.133 - - [2026-05-28 03:40:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 565 0.082613 10.0.0.133 - - [2026-05-28 03:40:33] "POST /instance-ips HTTP/1.1" 200 358 0.046435 10.0.0.133 - - [2026-05-28 03:40:33] "GET /instance-ip/8270763f-58b0-4f86-ac69-ea67b791d52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1574 0.007981 10.0.0.133 - - [2026-05-28 03:40:34] "GET /virtual-machine-interface/47222fb2-4401-4462-b9a2-94ca683d8006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.007660 10.0.0.133 - - [2026-05-28 03:40:34] "GET /virtual-machine-interface/47222fb2-4401-4462-b9a2-94ca683d8006?fields=instance_ip_back_refs HTTP/1.1" 200 1326 0.012334 10.0.0.133 - - [2026-05-28 03:40:34] "GET /instance-ip/8270763f-58b0-4f86-ac69-ea67b791d52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1574 0.005854 10.0.0.133 - - [2026-05-28 03:40:34] "POST /id-to-fqname HTTP/1.1" 200 218 0.001954 10.0.0.133 - - [2026-05-28 03:40:34] "POST /neutron/port HTTP/1.1" 200 5160 0.042822 10.0.0.133 - - [2026-05-28 03:40:34] "POST /neutron/port HTTP/1.1" 200 966 0.013789 10.0.0.133 - - [2026-05-28 03:40:34] "POST /neutron/port HTTP/1.1" 200 966 0.014161 10.0.0.133 - - [2026-05-28 03:40:34] "POST /neutron/port HTTP/1.1" 200 117 0.006588 10.0.0.133 - - [2026-05-28 03:40:35] "POST /neutron/network HTTP/1.1" 200 833 0.008008 10.0.0.133 - - [2026-05-28 03:40:35] "POST /neutron/port HTTP/1.1" 200 1058 0.149012 10.0.0.133 - - [2026-05-28 03:40:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.010574 10.0.0.41 - - [2026-05-28 03:40:36] "GET /obj-perms HTTP/1.1" 200 5075 0.058472 10.0.0.133 - - [2026-05-28 03:40:40] "POST /neutron/port HTTP/1.1" 200 1068 0.023058 10.0.0.133 - - [2026-05-28 03:40:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008402 10.0.0.133 - - [2026-05-28 03:40:40] "GET /virtual-machine/3ee41dc1-a9e8-4987-a4f5-541963de4af2 HTTP/1.1" 200 1270 0.007296 10.0.0.133 - - [2026-05-28 03:40:40] "GET /virtual-machine-interface/47222fb2-4401-4462-b9a2-94ca683d8006 HTTP/1.1" 200 2988 0.007268 10.0.0.133 - - [2026-05-28 03:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.133 - - [2026-05-28 03:40:40] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004421 10.0.0.133 - - [2026-05-28 03:40:40] "GET /virtual-networks?parent_id=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004352 10.0.0.133 - - [2026-05-28 03:40:40] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006630 10.0.0.133 - - [2026-05-28 03:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.133 - - [2026-05-28 03:40:43] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006659 10.0.0.133 - - [2026-05-28 03:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054 10.0.0.133 - - [2026-05-28 03:40:47] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006512 10.0.0.133 - - [2026-05-28 03:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.133 - - [2026-05-28 03:40:51] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006987 10.0.0.133 - - [2026-05-28 03:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.133 - - [2026-05-28 03:40:55] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007661 10.0.0.133 - - [2026-05-28 03:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.133 - - [2026-05-28 03:41:00] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007300 10.0.0.133 - - [2026-05-28 03:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.133 - - [2026-05-28 03:41:04] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008727 10.0.0.133 - - [2026-05-28 03:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.133 - - [2026-05-28 03:41:08] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007087 10.0.0.133 - - [2026-05-28 03:41:08] "POST /neutron/port HTTP/1.1" 200 1106 0.021111 10.0.0.133 - - [2026-05-28 03:41:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003454 10.0.0.133 - - [2026-05-28 03:41:09] "POST /neutron/network HTTP/1.1" 200 926 0.008840 10.0.0.133 - - [2026-05-28 03:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.133 - - [2026-05-28 03:41:12] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007088 10.0.0.133 - - [2026-05-28 03:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.133 - - [2026-05-28 03:41:16] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005733 10.0.0.133 - - [2026-05-28 03:41:16] "POST /neutron/network HTTP/1.1" 200 936 0.007927 10.0.0.133 - - [2026-05-28 03:41:16] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.133 - - [2026-05-28 03:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.133 - - [2026-05-28 03:41:20] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007318 10.0.0.133 - - [2026-05-28 03:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.133 - - [2026-05-28 03:41:22] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006862 10.0.0.133 - - [2026-05-28 03:41:22] "GET /virtual-networks?parent_id=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004279 10.0.0.133 - - [2026-05-28 03:41:22] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006329 10.0.0.133 - - [2026-05-28 03:41:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010898 10.0.0.133 - - [2026-05-28 03:41:31] "POST /neutron/port HTTP/1.1" 200 1068 0.020327 10.0.0.133 - - [2026-05-28 03:41:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008923 10.0.0.133 - - [2026-05-28 03:41:43] "POST /id-to-fqname HTTP/1.1" 200 218 0.001388 10.0.0.133 - - [2026-05-28 03:41:43] "POST /neutron/port HTTP/1.1" 200 6075 0.045169 10.0.0.131 - - [2026-05-28 03:41:44] "GET /projects?obj_uuids=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.034817 10.0.0.133 - - [2026-05-28 03:41:44] "GET /project/a7abcb5f-3c09-4609-a36f-aa47ad9c6a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.151380 10.0.0.133 - - [2026-05-28 03:41:44] "POST /neutron/network HTTP/1.1" 200 823 0.007166 10.0.0.133 - - [2026-05-28 03:41:45] "POST /neutron/port HTTP/1.1" 200 117 0.016726 10.0.0.131 - - [2026-05-28 03:41:45] "GET /projects?obj_uuids=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.133 - - [2026-05-28 03:41:45] "POST /neutron/port HTTP/1.1" 200 1059 0.347454 10.0.0.133 - - [2026-05-28 03:41:46] "POST /neutron/port HTTP/1.1" 200 1113 0.126806 10.0.0.133 - - [2026-05-28 03:41:46] "POST /neutron/subnet HTTP/1.1" 200 703 0.009806 10.0.0.133 - - [2026-05-28 03:41:50] "POST /neutron/port HTTP/1.1" 200 1123 0.022257 10.0.0.133 - - [2026-05-28 03:41:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010065 10.0.0.133 - - [2026-05-28 03:41:50] "GET /virtual-machine/242417a5-fb92-460d-af57-4bcf55eb8696 HTTP/1.1" 200 1292 0.008553 10.0.0.133 - - [2026-05-28 03:41:50] "GET /virtual-machine-interface/2ab1641e-1980-4aee-871b-11f1ca51dddd HTTP/1.1" 200 2937 0.006219 10.0.0.133 - - [2026-05-28 03:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005826 10.0.0.133 - - [2026-05-28 03:41:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005410 10.0.0.133 - - [2026-05-28 03:41:50] "GET /virtual-networks?parent_id=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004546 10.0.0.133 - - [2026-05-28 03:41:50] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006773 10.0.0.133 - - [2026-05-28 03:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.133 - - [2026-05-28 03:41:53] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005859 10.0.0.133 - - [2026-05-28 03:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.133 - - [2026-05-28 03:41:57] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007246 10.0.0.133 - - [2026-05-28 03:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.133 - - [2026-05-28 03:42:02] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008641 10.0.0.133 - - [2026-05-28 03:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.133 - - [2026-05-28 03:42:06] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006980 10.0.0.133 - - [2026-05-28 03:42:09] "POST /neutron/port HTTP/1.1" 200 1219 0.031661 10.0.0.133 - - [2026-05-28 03:42:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003744 10.0.0.133 - - [2026-05-28 03:42:10] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.133 - - [2026-05-28 03:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.133 - - [2026-05-28 03:42:10] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006159 10.0.0.133 - - [2026-05-28 03:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007271 10.0.0.133 - - [2026-05-28 03:42:14] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006162 10.0.0.133 - - [2026-05-28 03:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.133 - - [2026-05-28 03:42:18] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005330 10.0.0.133 - - [2026-05-28 03:42:18] "POST /neutron/port HTTP/1.1" 200 1123 0.021265 10.0.0.133 - - [2026-05-28 03:42:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005264 10.0.0.133 - - [2026-05-28 03:42:18] "POST /neutron/network HTTP/1.1" 200 823 0.007531 10.0.0.133 - - [2026-05-28 03:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.133 - - [2026-05-28 03:42:22] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006124 10.0.0.133 - - [2026-05-28 03:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.133 - - [2026-05-28 03:42:26] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006626 10.0.0.133 - - [2026-05-28 03:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.133 - - [2026-05-28 03:42:28] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005121 10.0.0.133 - - [2026-05-28 03:42:28] "GET /virtual-networks?parent_id=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.007558 10.0.0.133 - - [2026-05-28 03:42:28] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.010109 10.0.0.133 - - [2026-05-28 03:42:34] "POST /neutron/port HTTP/1.1" 200 1123 0.023609 10.0.0.133 - - [2026-05-28 03:42:38] "GET /obj-perms HTTP/1.1" 200 5075 0.084929 10.0.0.133 - - [2026-05-28 03:42:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007393 10.0.0.133 - - [2026-05-28 03:42:44] "POST /neutron/port HTTP/1.1" 200 1123 0.021578 10.0.0.133 - - [2026-05-28 03:42:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008166 10.0.0.133 - - [2026-05-28 03:42:49] "POST /neutron/port HTTP/1.1" 200 1123 0.021982 10.0.0.133 - - [2026-05-28 03:42:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007764 10.0.0.133 - - [2026-05-28 03:42:50] "POST /id-to-fqname HTTP/1.1" 200 218 0.001479 10.0.0.133 - - [2026-05-28 03:42:50] "GET /virtual-machine/242417a5-fb92-460d-af57-4bcf55eb8696 HTTP/1.1" 200 1292 0.007494 10.0.0.133 - - [2026-05-28 03:42:50] "GET /virtual-machine-interface/2ab1641e-1980-4aee-871b-11f1ca51dddd HTTP/1.1" 200 2937 0.008366 10.0.0.133 - - [2026-05-28 03:42:50] "GET /instance-ip/d1d952f9-b1d2-4613-adca-cbe6bce54a9a HTTP/1.1" 200 1621 0.008040 10.0.0.133 - - [2026-05-28 03:42:50] "GET /virtual-machine-interface/2ab1641e-1980-4aee-871b-11f1ca51dddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2715 0.006835 10.0.0.133 - - [2026-05-28 03:42:50] "PUT /virtual-machine-interface/2ab1641e-1980-4aee-871b-11f1ca51dddd HTTP/1.1" 200 285 0.018874 10.0.0.133 - - [2026-05-28 03:43:10] "POST /neutron/port HTTP/1.1" 200 1106 0.060359 10.0.0.133 - - [2026-05-28 03:43:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003683 10.0.0.133 - - [2026-05-28 03:43:11] "POST /neutron/network HTTP/1.1" 200 926 0.007896 10.0.0.133 - - [2026-05-28 03:43:18] "POST /neutron/network HTTP/1.1" 200 1124 0.050286 10.0.0.133 - - [2026-05-28 03:43:18] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013939 10.0.0.133 - - [2026-05-28 03:43:18] "POST /neutron/network HTTP/1.1" 200 1114 0.011861 10.0.0.131 - - [2026-05-28 03:43:39] "GET /obj-perms HTTP/1.1" 200 5075 0.072493 10.0.0.133 - - [2026-05-28 03:44:12] "POST /neutron/network HTTP/1.1" 200 833 0.007345 10.0.0.133 - - [2026-05-28 03:44:12] "POST /neutron/port HTTP/1.1" 200 117 0.001291 10.0.0.133 - - [2026-05-28 03:44:19] "POST /neutron/port HTTP/1.1" 200 1106 0.025609 10.0.0.133 - - [2026-05-28 03:44:19] "POST /neutron/subnet HTTP/1.1" 200 693 0.010503 10.0.0.41 - - [2026-05-28 03:44:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.41 - - [2026-05-28 03:44:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000339 10.0.0.131 - - [2026-05-28 03:44:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.41 - - [2026-05-28 03:44:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.131 - - [2026-05-28 03:44:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.41 - - [2026-05-28 03:44:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.131 - - [2026-05-28 03:44:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.131 - - [2026-05-28 03:44:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.133 - - [2026-05-28 03:44:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.133 - - [2026-05-28 03:44:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000511 10.0.0.133 - - [2026-05-28 03:44:22] "DELETE /instance-ip/8270763f-58b0-4f86-ac69-ea67b791d52e HTTP/1.1" 200 115 0.089158 10.0.0.133 - - [2026-05-28 03:44:22] "DELETE /virtual-machine-interface/47222fb2-4401-4462-b9a2-94ca683d8006 HTTP/1.1" 200 115 0.104599 10.0.0.133 - - [2026-05-28 03:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.133 - - [2026-05-28 03:44:22] "GET /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008706 10.0.0.133 - - [2026-05-28 03:44:23] "PUT /virtual-network/24bd1fd9-82ec-4a97-ae7f-be3254e2e3fc HTTP/1.1" 200 265 0.064888 10.0.0.133 - - [2026-05-28 03:44:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.133 - - [2026-05-28 03:44:23] "POST /neutron/network HTTP/1.1" 200 823 0.122075 10.0.0.133 - - [2026-05-28 03:44:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.133 - - [2026-05-28 03:44:23] "POST /neutron/port HTTP/1.1" 200 1113 0.016950 10.0.0.41 - - [2026-05-28 03:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.076783 10.0.0.133 - - [2026-05-28 03:44:23] "POST /neutron/port HTTP/1.1" 200 1113 0.019363 10.0.0.131 - - [2026-05-28 03:44:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003603 10.0.0.131 - - [2026-05-28 03:44:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002678 10.0.0.133 - - [2026-05-28 03:44:25] "POST /neutron/network HTTP/1.1" 200 151 0.167946 10.0.0.41 - - [2026-05-28 03:44:25] "DELETE /route-target/3db358e5-8e09-43f1-a402-f054f6068047 HTTP/1.1" 200 115 0.037148 10.0.0.131 - - [2026-05-28 03:44:27] "GET /projects?obj_uuids=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001219 10.0.0.133 - - [2026-05-28 03:44:27] "GET /project/a7abcb5f-3c09-4609-a36f-aa47ad9c6a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.093063 10.0.0.131 - - [2026-05-28 03:44:27] "GET /projects?obj_uuids=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001050 10.0.0.133 - - [2026-05-28 03:44:27] "GET /project/a7abcb5f-3c09-4609-a36f-aa47ad9c6a49?fields=virtual_networks HTTP/1.1" 200 1031 0.051268 10.0.0.131 - - [2026-05-28 03:44:28] "GET /projects?obj_uuids=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001408 10.0.0.133 - - [2026-05-28 03:44:28] "GET /project/a7abcb5f-3c09-4609-a36f-aa47ad9c6a49?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.050410 10.0.0.131 - - [2026-05-28 03:44:28] "GET /projects?obj_uuids=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002109 10.0.0.133 - - [2026-05-28 03:44:28] "GET /project/a7abcb5f-3c09-4609-a36f-aa47ad9c6a49?fields=security_groups HTTP/1.1" 200 1256 0.048909 10.0.0.133 - - [2026-05-28 03:44:30] "POST /fqname-to-id HTTP/1.1" 404 185 0.035369 10.0.0.131 - - [2026-05-28 03:44:30] "GET /projects?obj_uuids=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003821 10.0.0.131 - - [2026-05-28 03:44:30] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.131 - - [2026-05-28 03:44:30] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.059154 10.0.0.131 - - [2026-05-28 03:44:30] "POST /id-to-fqname HTTP/1.1" 200 187 0.001098 10.0.0.131 - - [2026-05-28 03:44:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.015764 10.0.0.131 - - [2026-05-28 03:44:30] "POST /security-groups HTTP/1.1" 200 588 0.034306 10.0.0.131 - - [2026-05-28 03:44:30] "POST /projects HTTP/1.1" 200 579 0.264889 10.0.0.41 - - [2026-05-28 03:44:30] "POST /fqname-to-id HTTP/1.1" 404 230 0.005416 10.0.0.131 - - [2026-05-28 03:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.343095 10.0.0.133 - - [2026-05-28 03:44:30] "GET /project/51e0dad4-4718-42c9-85d4-031734464de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.555576 10.0.0.133 - - [2026-05-28 03:44:32] "GET / HTTP/1.1" 200 36215 0.001701 10.0.0.133 - - [2026-05-28 03:44:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000612 10.0.0.133 - - [2026-05-28 03:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.067900 10.0.0.131 - - [2026-05-28 03:44:34] "GET /projects?obj_uuids=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000936 10.0.0.133 - - [2026-05-28 03:44:34] "GET /project/51e0dad4-4718-42c9-85d4-031734464de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.061991 10.0.0.133 - - [2026-05-28 03:44:34] "POST /neutron/network HTTP/1.1" 200 117 0.048682 10.0.0.131 - - [2026-05-28 03:44:34] "GET /projects?obj_uuids=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001157 10.0.0.131 - - [2026-05-28 03:44:34] "DELETE /project/51e0dad4471842c985d4031734464de9 HTTP/1.1" 404 173 0.014492 10.0.0.131 - - [2026-05-28 03:44:34] "GET /project/a7abcb5f-3c09-4609-a36f-aa47ad9c6a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.049993 10.0.0.131 - - [2026-05-28 03:44:34] "GET /projects?obj_uuids=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001441 10.0.0.131 - - [2026-05-28 03:44:34] "GET /project/a7abcb5f-3c09-4609-a36f-aa47ad9c6a49?fields=security_groups HTTP/1.1" 200 1358 0.043672 10.0.0.131 - - [2026-05-28 03:44:35] "DELETE /security-group/ee38d90f-b462-4378-b0f4-1351a7e5d970 HTTP/1.1" 200 115 0.082334 10.0.0.41 - - [2026-05-28 03:44:35] "POST /ref-update HTTP/1.1" 200 156 0.045259 10.0.0.131 - - [2026-05-28 03:44:35] "GET /projects?obj_uuids=a7abcb5f-3c09-4609-a36f-aa47ad9c6a49&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.131 - - [2026-05-28 03:44:35] "GET /project/a7abcb5f-3c09-4609-a36f-aa47ad9c6a49?fields=application_policy_sets HTTP/1.1" 200 1397 0.066276 10.0.0.131 - - [2026-05-28 03:44:35] "DELETE /project/a7abcb5f-3c09-4609-a36f-aa47ad9c6a49 HTTP/1.1" 200 115 0.541837 10.0.0.133 - - [2026-05-28 03:44:35] "POST /neutron/network HTTP/1.1" 200 827 0.010653 10.0.0.133 - - [2026-05-28 03:44:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001254 10.0.0.133 - - [2026-05-28 03:44:35] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005659 10.0.0.133 - - [2026-05-28 03:44:35] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007397 10.0.0.133 - - [2026-05-28 03:44:35] "POST /neutron/subnet HTTP/1.1" 200 715 0.011615 10.0.0.133 - - [2026-05-28 03:44:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.003951 10.0.0.133 - - [2026-05-28 03:44:35] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004970 10.0.0.133 - - [2026-05-28 03:44:36] "GET /virtual-machine-interface/49801c35-e252-4957-b5a6-29a82e4c8c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.008929 10.0.0.133 - - [2026-05-28 03:44:36] "GET /virtual-machine-interface/49801c35-e252-4957-b5a6-29a82e4c8c73?fields=instance_ip_back_refs HTTP/1.1" 200 1322 0.009995 10.0.0.133 - - [2026-05-28 03:44:36] "GET /instance-ip/433d749d-70a1-40eb-8180-7b96627976db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1600 0.005601 10.0.0.133 - - [2026-05-28 03:44:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001352 10.0.0.133 - - [2026-05-28 03:44:36] "POST /neutron/network HTTP/1.1" 200 837 0.010773 10.0.0.131 - - [2026-05-28 03:44:37] "GET /projects?obj_uuids=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001339 10.0.0.133 - - [2026-05-28 03:44:37] "GET /project/51e0dad4-4718-42c9-85d4-031734464de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.086308 10.0.0.133 - - [2026-05-28 03:44:37] "POST /neutron/port HTTP/1.1" 200 117 0.006213 10.0.0.133 - - [2026-05-28 03:44:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.001118 10.0.0.133 - - [2026-05-28 03:44:38] "POST /neutron/port HTTP/1.1" 200 981 0.053128 10.0.0.133 - - [2026-05-28 03:44:38] "POST /neutron/network HTTP/1.1" 200 837 0.009727 10.0.0.133 - - [2026-05-28 03:44:38] "POST /neutron/port HTTP/1.1" 200 4190 0.066301 10.0.0.131 - - [2026-05-28 03:44:38] "GET /projects?obj_uuids=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001184 10.0.0.133 - - [2026-05-28 03:44:38] "GET /project/51e0dad4-4718-42c9-85d4-031734464de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.047334 10.0.0.133 - - [2026-05-28 03:44:38] "POST /fqname-to-id HTTP/1.1" 404 208 0.004149 10.0.0.133 - - [2026-05-28 03:44:38] "POST /interface-route-tables HTTP/1.1" 200 558 0.033999 10.0.0.133 - - [2026-05-28 03:44:38] "GET /interface-route-table/8904f9aa-3495-40c8-bfdc-35be2044cfb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1276 0.010938 10.0.0.133 - - [2026-05-28 03:44:39] "POST /neutron/port HTTP/1.1" 200 1055 0.018972 10.0.0.133 - - [2026-05-28 03:44:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004403 10.0.0.133 - - [2026-05-28 03:44:39] "POST /neutron/network HTTP/1.1" 200 827 0.009082 10.0.0.133 - - [2026-05-28 03:44:39] "POST /neutron/port HTTP/1.1" 200 981 0.013380 10.0.0.133 - - [2026-05-28 03:44:39] "POST /neutron/port HTTP/1.1" 200 1083 0.025694 10.0.0.133 - - [2026-05-28 03:44:39] "POST /neutron/port HTTP/1.1" 200 117 0.001397 10.0.0.133 - - [2026-05-28 03:44:40] "GET /virtual-machine-interface/49801c35-e252-4957-b5a6-29a82e4c8c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2669 0.006490 10.0.0.133 - - [2026-05-28 03:44:40] "POST /ref-update HTTP/1.1" 200 156 0.020335 10.0.0.133 - - [2026-05-28 03:44:40] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008452 10.0.0.41 - - [2026-05-28 03:44:40] "GET /obj-perms HTTP/1.1" 200 5075 0.120262 10.0.0.133 - - [2026-05-28 03:44:45] "POST /neutron/port HTTP/1.1" 200 1119 0.025096 10.0.0.133 - - [2026-05-28 03:44:45] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008964 10.0.0.133 - - [2026-05-28 03:44:45] "GET /virtual-machine/88bcdd41-9433-4578-bf58-75cdb52526f4 HTTP/1.1" 401 293 0.000623 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-machine/88bcdd41-9433-4578-bf58-75cdb52526f4 HTTP/1.1" 200 1291 0.045597 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-machine/88bcdd41-9433-4578-bf58-75cdb52526f4 HTTP/1.1" 200 1291 0.004385 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-machine-interface/398b035d-572e-4743-b003-b30e2924d3e1 HTTP/1.1" 200 2945 0.005808 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-machine/88bcdd41-9433-4578-bf58-75cdb52526f4 HTTP/1.1" 200 1291 0.005062 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-machine-interface/398b035d-572e-4743-b003-b30e2924d3e1 HTTP/1.1" 200 2945 0.005186 10.0.0.133 - - [2026-05-28 03:44:46] "GET /instance-ip/b7303b26-e654-464d-97ae-fc6a95006b1a HTTP/1.1" 200 1620 0.006284 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-machine/88bcdd41-9433-4578-bf58-75cdb52526f4 HTTP/1.1" 200 1291 0.003585 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-machine-interface/398b035d-572e-4743-b003-b30e2924d3e1 HTTP/1.1" 200 2945 0.006083 10.0.0.133 - - [2026-05-28 03:44:46] "GET /instance-ip/b7303b26-e654-464d-97ae-fc6a95006b1a HTTP/1.1" 200 1620 0.006448 10.0.0.133 - - [2026-05-28 03:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004707 10.0.0.133 - - [2026-05-28 03:44:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.010333 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-networks?parent_id=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004860 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.010597 10.0.0.133 - - [2026-05-28 03:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.133 - - [2026-05-28 03:44:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004555 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-networks?parent_id=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003034 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006919 10.0.0.133 - - [2026-05-28 03:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005847 10.0.0.133 - - [2026-05-28 03:44:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006570 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-networks?parent_id=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004316 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007231 10.0.0.133 - - [2026-05-28 03:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.133 - - [2026-05-28 03:44:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005040 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-networks?parent_id=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004380 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007753 10.0.0.133 - - [2026-05-28 03:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005737 10.0.0.133 - - [2026-05-28 03:44:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004018 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-networks?parent_id=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004036 10.0.0.133 - - [2026-05-28 03:44:46] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007029 10.0.0.133 - - [2026-05-28 03:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005290 10.0.0.133 - - [2026-05-28 03:44:47] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004719 10.0.0.133 - - [2026-05-28 03:44:47] "GET /virtual-networks?parent_id=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003616 10.0.0.133 - - [2026-05-28 03:44:47] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006548 10.0.0.133 - - [2026-05-28 03:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.133 - - [2026-05-28 03:44:47] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004328 10.0.0.133 - - [2026-05-28 03:44:47] "GET /virtual-networks?parent_id=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004052 10.0.0.133 - - [2026-05-28 03:44:47] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007888 10.0.0.133 - - [2026-05-28 03:44:49] "POST /neutron/port HTTP/1.1" 200 1083 0.039706 10.0.0.133 - - [2026-05-28 03:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.133 - - [2026-05-28 03:44:50] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006050 10.0.0.133 - - [2026-05-28 03:44:51] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007522 10.0.0.133 - - [2026-05-28 03:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.133 - - [2026-05-28 03:44:52] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004069 10.0.0.133 - - [2026-05-28 03:44:52] "GET /virtual-networks?parent_id=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003050 10.0.0.133 - - [2026-05-28 03:44:52] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.010217 10.0.0.133 - - [2026-05-28 03:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.133 - - [2026-05-28 03:44:52] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004890 10.0.0.133 - - [2026-05-28 03:44:52] "GET /virtual-networks?parent_id=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005331 10.0.0.133 - - [2026-05-28 03:44:52] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006490 10.0.0.133 - - [2026-05-28 03:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.133 - - [2026-05-28 03:44:53] "GET /routing-instance/e42d55fe-037c-4030-85b3-5eb80fbdab6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.006027 10.0.0.133 - - [2026-05-28 03:44:53] "GET /route-target/e24c8496-2a86-4b60-9eb4-f2d9efa5f629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006433 10.0.0.133 - - [2026-05-28 03:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.133 - - [2026-05-28 03:44:53] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004031 10.0.0.133 - - [2026-05-28 03:44:53] "GET /virtual-networks?parent_id=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003468 10.0.0.133 - - [2026-05-28 03:44:53] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006955 10.0.0.133 - - [2026-05-28 03:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978 10.0.0.133 - - [2026-05-28 03:44:53] "GET /routing-instance/e42d55fe-037c-4030-85b3-5eb80fbdab6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.005135 10.0.0.133 - - [2026-05-28 03:44:53] "GET /route-target/e24c8496-2a86-4b60-9eb4-f2d9efa5f629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004376 10.0.0.133 - - [2026-05-28 03:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.133 - - [2026-05-28 03:44:53] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006120 10.0.0.133 - - [2026-05-28 03:44:53] "GET /virtual-networks?parent_id=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003779 10.0.0.133 - - [2026-05-28 03:44:53] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006668 10.0.0.133 - - [2026-05-28 03:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.133 - - [2026-05-28 03:44:53] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005659 10.0.0.133 - - [2026-05-28 03:44:53] "GET /virtual-networks?parent_id=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004697 10.0.0.133 - - [2026-05-28 03:44:53] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007150 10.0.0.133 - - [2026-05-28 03:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.133 - - [2026-05-28 03:44:53] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005277 10.0.0.133 - - [2026-05-28 03:44:53] "GET /virtual-networks?parent_id=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003631 10.0.0.133 - - [2026-05-28 03:44:53] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006163 10.0.0.133 - - [2026-05-28 03:44:54] "GET /obj-perms HTTP/1.1" 200 5043 0.093634 10.0.0.131 - - [2026-05-28 03:44:55] "GET /obj-perms HTTP/1.1" 200 5043 0.082431 10.0.0.133 - - [2026-05-28 03:44:55] "GET /obj-perms HTTP/1.1" 200 5043 0.003744 10.0.0.131 - - [2026-05-28 03:44:55] "GET /obj-perms HTTP/1.1" 200 5043 0.005559 10.0.0.133 - - [2026-05-28 03:44:56] "POST /neutron/port HTTP/1.1" 200 1083 0.019138 10.0.0.133 - - [2026-05-28 03:44:56] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008985 10.0.0.133 - - [2026-05-28 03:44:56] "GET /virtual-machine/0087f9ec-2516-48f5-9823-c79016815821 HTTP/1.1" 200 1267 0.005889 10.0.0.133 - - [2026-05-28 03:44:56] "GET /virtual-machine-interface/49801c35-e252-4957-b5a6-29a82e4c8c73 HTTP/1.1" 200 3158 0.008172 10.0.0.133 - - [2026-05-28 03:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.133 - - [2026-05-28 03:44:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004090 10.0.0.133 - - [2026-05-28 03:44:56] "GET /virtual-networks?parent_id=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003722 10.0.0.133 - - [2026-05-28 03:44:56] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006757 10.0.0.133 - - [2026-05-28 03:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.133 - - [2026-05-28 03:44:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006292 10.0.0.133 - - [2026-05-28 03:44:57] "GET /virtual-networks?parent_id=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003487 10.0.0.133 - - [2026-05-28 03:44:57] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007077 10.0.0.133 - - [2026-05-28 03:44:58] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008950 10.0.0.133 - - [2026-05-28 03:44:58] "GET /obj-perms HTTP/1.1" 200 5043 0.004347 10.0.0.133 - - [2026-05-28 03:44:58] "GET /virtual-machine/88bcdd41-9433-4578-bf58-75cdb52526f4 HTTP/1.1" 200 1291 0.004557 10.0.0.133 - - [2026-05-28 03:44:59] "POST /neutron/port HTTP/1.1" 200 151 0.175577 10.0.0.133 - - [2026-05-28 03:45:00] "GET /virtual-machine/88bcdd41-9433-4578-bf58-75cdb52526f4 HTTP/1.1" 404 171 0.005154 10.0.0.133 - - [2026-05-28 03:45:00] "GET /virtual-machine/88bcdd41-9433-4578-bf58-75cdb52526f4 HTTP/1.1" 404 171 0.003710 10.0.0.133 - - [2026-05-28 03:45:00] "GET /virtual-machine/88bcdd41-9433-4578-bf58-75cdb52526f4 HTTP/1.1" 404 171 0.003924 10.0.0.133 - - [2026-05-28 03:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007060 10.0.0.133 - - [2026-05-28 03:45:01] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005314 10.0.0.133 - - [2026-05-28 03:45:01] "GET /virtual-networks?parent_id=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003462 10.0.0.133 - - [2026-05-28 03:45:01] "GET /virtual-network/b26be67a-c9eb-409d-91a9-562be44b2a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007856 10.0.0.133 - - [2026-05-28 03:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.133 - - [2026-05-28 03:45:01] "GET /routing-instance/e42d55fe-037c-4030-85b3-5eb80fbdab6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.004631 10.0.0.133 - - [2026-05-28 03:45:01] "GET /route-target/e24c8496-2a86-4b60-9eb4-f2d9efa5f629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.008058 10.0.0.131 - - [2026-05-28 03:45:04] "GET /obj-perms HTTP/1.1" 200 5043 0.004635 10.0.0.133 - - [2026-05-28 03:45:07] "GET /obj-perms HTTP/1.1" 200 5043 0.005405 10.0.0.133 - - [2026-05-28 03:45:13] "POST /neutron/network HTTP/1.1" 200 1124 0.008459 10.0.0.133 - - [2026-05-28 03:45:13] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016897 10.0.0.131 - - [2026-05-28 03:45:14] "GET /obj-perms HTTP/1.1" 200 5043 0.008505 10.0.0.133 - - [2026-05-28 03:45:14] "POST /neutron/network HTTP/1.1" 200 1114 0.020340 10.0.0.133 - - [2026-05-28 03:45:17] "GET /obj-perms HTTP/1.1" 200 5043 0.004100 10.0.0.131 - - [2026-05-28 03:45:23] "GET /obj-perms HTTP/1.1" 200 5043 0.005267 10.0.0.133 - - [2026-05-28 03:45:23] "GET /obj-perms HTTP/1.1" 200 5043 0.004636 10.0.0.41 - - [2026-05-28 03:45:23] "GET /obj-perms HTTP/1.1" 200 5043 0.085757 10.0.0.133 - - [2026-05-28 03:45:23] "GET /interface-route-table/8904f9aa-3495-40c8-bfdc-35be2044cfb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1276 0.004599 10.0.0.133 - - [2026-05-28 03:45:23] "GET /virtual-machine-interface/49801c35-e252-4957-b5a6-29a82e4c8c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005393 10.0.0.133 - - [2026-05-28 03:45:23] "POST /ref-update HTTP/1.1" 200 156 0.020706 10.0.0.133 - - [2026-05-28 03:45:23] "DELETE /interface-route-table/8904f9aa-3495-40c8-bfdc-35be2044cfb6 HTTP/1.1" 200 115 0.037805 10.0.0.133 - - [2026-05-28 03:45:24] "POST /neutron/network HTTP/1.1" 200 827 0.008517 10.0.0.41 - - [2026-05-28 03:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.131 - - [2026-05-28 03:45:25] "GET /projects?obj_uuids=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001024 10.0.0.133 - - [2026-05-28 03:45:25] "GET /project/51e0dad4-4718-42c9-85d4-031734464de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.040166 10.0.0.131 - - [2026-05-28 03:45:25] "GET /projects?obj_uuids=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001475 10.0.0.133 - - [2026-05-28 03:45:26] "GET /project/51e0dad4-4718-42c9-85d4-031734464de9?fields=virtual_networks HTTP/1.1" 200 1027 0.045955 10.0.0.131 - - [2026-05-28 03:45:26] "GET /projects?obj_uuids=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000989 10.0.0.133 - - [2026-05-28 03:45:26] "GET /project/51e0dad4-4718-42c9-85d4-031734464de9?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.058816 10.0.0.131 - - [2026-05-28 03:45:26] "GET /projects?obj_uuids=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000995 10.0.0.133 - - [2026-05-28 03:45:26] "GET /project/51e0dad4-4718-42c9-85d4-031734464de9?fields=security_groups HTTP/1.1" 200 1251 0.042115 10.0.0.133 - - [2026-05-28 03:45:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.035518 10.0.0.131 - - [2026-05-28 03:45:27] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003509 10.0.0.131 - - [2026-05-28 03:45:27] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.131 - - [2026-05-28 03:45:27] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008192 10.0.0.131 - - [2026-05-28 03:45:27] "POST /id-to-fqname HTTP/1.1" 200 194 0.006282 10.0.0.131 - - [2026-05-28 03:45:27] "POST /fqname-to-id HTTP/1.1" 404 203 0.005661 10.0.0.131 - - [2026-05-28 03:45:27] "POST /security-groups HTTP/1.1" 200 595 0.076664 10.0.0.131 - - [2026-05-28 03:45:27] "POST /projects HTTP/1.1" 200 593 0.315654 10.0.0.131 - - [2026-05-28 03:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.351340 10.0.0.41 - - [2026-05-28 03:45:27] "POST /access-control-lists HTTP/1.1" 200 602 0.030224 10.0.0.133 - - [2026-05-28 03:45:27] "GET /project/53cb4697-cdbb-443b-ba15-09e089438c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.538204 10.0.0.133 - - [2026-05-28 03:45:29] "POST /neutron/port HTTP/1.1" 400 205 0.004404 10.0.0.133 - - [2026-05-28 03:45:29] "GET / HTTP/1.1" 200 36215 0.001922 10.0.0.133 - - [2026-05-28 03:45:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000481 10.0.0.133 - - [2026-05-28 03:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.106066 10.0.0.131 - - [2026-05-28 03:45:30] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000974 10.0.0.133 - - [2026-05-28 03:45:30] "GET /project/53cb4697-cdbb-443b-ba15-09e089438c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.050397 10.0.0.41 - - [2026-05-28 03:45:30] "POST /route-targets HTTP/1.1" 200 328 0.015362 10.0.0.131 - - [2026-05-28 03:45:31] "POST /useragent-kv HTTP/1.1" 200 115 0.013024 10.0.0.133 - - [2026-05-28 03:45:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.310420 10.0.0.133 - - [2026-05-28 03:45:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001354 10.0.0.133 - - [2026-05-28 03:45:31] "GET /virtual-network/d0ba2ef3-5677-4376-9a3d-ee86313e6191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006025 10.0.0.133 - - [2026-05-28 03:45:31] "GET /virtual-network/d0ba2ef3-5677-4376-9a3d-ee86313e6191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007302 10.0.0.133 - - [2026-05-28 03:45:31] "POST /neutron/network HTTP/1.1" 200 827 0.008602 10.0.0.133 - - [2026-05-28 03:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910 10.0.0.131 - - [2026-05-28 03:45:31] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000927 10.0.0.133 - - [2026-05-28 03:45:31] "GET /project/53cb4697-cdbb-443b-ba15-09e089438c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.044574 10.0.0.131 - - [2026-05-28 03:45:31] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000906 10.0.0.133 - - [2026-05-28 03:45:31] "POST /neutron/network HTTP/1.1" 200 609 0.144127 10.0.0.41 - - [2026-05-28 03:45:31] "POST /ref-update HTTP/1.1" 200 156 0.028088 10.0.0.133 - - [2026-05-28 03:45:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.003975 10.0.0.133 - - [2026-05-28 03:45:31] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006546 10.0.0.133 - - [2026-05-28 03:45:31] "POST /neutron/network HTTP/1.1" 200 830 0.007588 10.0.0.133 - - [2026-05-28 03:45:31] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005930 10.0.0.133 - - [2026-05-28 03:45:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.131 - - [2026-05-28 03:45:32] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001225 10.0.0.133 - - [2026-05-28 03:45:32] "GET /project/53cb4697-cdbb-443b-ba15-09e089438c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.054446 10.0.0.133 - - [2026-05-28 03:45:32] "POST /neutron/network HTTP/1.1" 200 117 0.022064 10.0.0.133 - - [2026-05-28 03:45:32] "POST /neutron/network HTTP/1.1" 200 828 0.010175 10.0.0.133 - - [2026-05-28 03:45:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.001466 10.0.0.133 - - [2026-05-28 03:45:32] "GET /virtual-network/a96112af-1dc2-41d3-9c44-a35ce65c9871?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007117 10.0.0.133 - - [2026-05-28 03:45:32] "GET /virtual-network/a96112af-1dc2-41d3-9c44-a35ce65c9871?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006999 10.0.0.133 - - [2026-05-28 03:45:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.012922 10.0.0.133 - - [2026-05-28 03:45:32] "POST /fqname-to-id HTTP/1.1" 404 214 0.006518 10.0.0.133 - - [2026-05-28 03:45:32] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007205 10.0.0.133 - - [2026-05-28 03:45:33] "GET /virtual-machine-interface/07ce008c-3ac6-447d-8a72-33564991359c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2376 0.009751 10.0.0.133 - - [2026-05-28 03:45:33] "GET /virtual-machine-interface/07ce008c-3ac6-447d-8a72-33564991359c?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.010716 10.0.0.133 - - [2026-05-28 03:45:33] "GET /instance-ip/261f3ea7-b39e-415d-9a9d-4302d8ed5037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005765 10.0.0.133 - - [2026-05-28 03:45:33] "POST /fqname-to-id HTTP/1.1" 404 214 0.004067 10.0.0.133 - - [2026-05-28 03:45:33] "GET /virtual-network/d0ba2ef3-5677-4376-9a3d-ee86313e6191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006863 10.0.0.131 - - [2026-05-28 03:45:33] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000848 10.0.0.133 - - [2026-05-28 03:45:33] "GET /project/53cb4697-cdbb-443b-ba15-09e089438c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.052632 10.0.0.133 - - [2026-05-28 03:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.133 - - [2026-05-28 03:45:33] "GET /security-group/33572556-a234-4426-8865-6d97e510d7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.006664 10.0.0.133 - - [2026-05-28 03:45:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.122172 10.0.0.133 - - [2026-05-28 03:45:33] "POST /instance-ips HTTP/1.1" 200 358 0.060360 10.0.0.133 - - [2026-05-28 03:45:33] "GET /virtual-machine-interface/dde55735-4ec9-45f4-9945-615df29aec90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.006342 10.0.0.133 - - [2026-05-28 03:45:33] "GET /virtual-machine-interface/dde55735-4ec9-45f4-9945-615df29aec90?fields=instance_ip_back_refs HTTP/1.1" 200 1339 0.010992 10.0.0.133 - - [2026-05-28 03:45:34] "GET /instance-ip/c115d71f-8e46-44d7-8c40-11b32261514c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.006457 10.0.0.133 - - [2026-05-28 03:45:34] "POST /fqname-to-id HTTP/1.1" 404 214 0.005578 10.0.0.133 - - [2026-05-28 03:45:34] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.009671 10.0.0.133 - - [2026-05-28 03:45:34] "GET /virtual-machine-interface/3590ae0c-0c30-47eb-86a2-d0142db7cfa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2377 0.009914 10.0.0.133 - - [2026-05-28 03:45:34] "GET /virtual-machine-interface/3590ae0c-0c30-47eb-86a2-d0142db7cfa0?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009758 10.0.0.133 - - [2026-05-28 03:45:34] "GET /instance-ip/0437f881-8f68-4c1f-a638-f052ea690eda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004453 10.0.0.133 - - [2026-05-28 03:45:34] "POST /fqname-to-id HTTP/1.1" 404 214 0.004613 10.0.0.133 - - [2026-05-28 03:45:34] "GET /virtual-network/d0ba2ef3-5677-4376-9a3d-ee86313e6191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007537 10.0.0.131 - - [2026-05-28 03:45:34] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000997 10.0.0.133 - - [2026-05-28 03:45:34] "GET /project/53cb4697-cdbb-443b-ba15-09e089438c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.051073 10.0.0.133 - - [2026-05-28 03:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.133 - - [2026-05-28 03:45:34] "GET /security-group/33572556-a234-4426-8865-6d97e510d7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004603 10.0.0.133 - - [2026-05-28 03:45:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.111078 10.0.0.133 - - [2026-05-28 03:45:34] "POST /instance-ips HTTP/1.1" 200 358 0.042735 10.0.0.133 - - [2026-05-28 03:45:34] "GET /virtual-machine-interface/14983ec8-95af-4de2-b7d1-86bc258b3728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.007950 10.0.0.133 - - [2026-05-28 03:45:34] "GET /virtual-machine-interface/14983ec8-95af-4de2-b7d1-86bc258b3728?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.012008 10.0.0.133 - - [2026-05-28 03:45:35] "GET /instance-ip/5310f5ed-8ba1-4b2e-b4e9-0580706baf5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.005428 10.0.0.133 - - [2026-05-28 03:45:35] "POST /fqname-to-id HTTP/1.1" 404 214 0.005053 10.0.0.133 - - [2026-05-28 03:45:35] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005919 10.0.0.131 - - [2026-05-28 03:45:35] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001142 10.0.0.133 - - [2026-05-28 03:45:35] "POST /neutron/port HTTP/1.1" 200 992 0.262781 10.0.0.133 - - [2026-05-28 03:45:35] "GET /virtual-machine-interface/9c61fcb2-b85b-4435-96b2-4a16784e240b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2379 0.005459 10.0.0.133 - - [2026-05-28 03:45:35] "GET /virtual-machine-interface/9c61fcb2-b85b-4435-96b2-4a16784e240b?fields=instance_ip_back_refs HTTP/1.1" 200 1337 0.008004 10.0.0.131 - - [2026-05-28 03:45:35] "DELETE /project/53cb4697cdbb443bba1509e089438c5f HTTP/1.1" 404 173 0.007261 10.0.0.131 - - [2026-05-28 03:45:35] "GET /projects?obj_uuids=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000830 10.0.0.133 - - [2026-05-28 03:45:35] "GET /instance-ip/b2bf652c-b69a-4989-8b00-42cf9b27d4ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008506 10.0.0.131 - - [2026-05-28 03:45:35] "GET /project/51e0dad4-4718-42c9-85d4-031734464de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.054672 10.0.0.133 - - [2026-05-28 03:45:35] "POST /fqname-to-id HTTP/1.1" 404 214 0.005961 10.0.0.131 - - [2026-05-28 03:45:35] "GET /projects?obj_uuids=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001021 10.0.0.133 - - [2026-05-28 03:45:35] "GET /virtual-network/a96112af-1dc2-41d3-9c44-a35ce65c9871?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009477 10.0.0.131 - - [2026-05-28 03:45:35] "GET /project/51e0dad4-4718-42c9-85d4-031734464de9?fields=security_groups HTTP/1.1" 200 1353 0.068737 10.0.0.131 - - [2026-05-28 03:45:35] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001194 10.0.0.133 - - [2026-05-28 03:45:35] "GET /project/53cb4697-cdbb-443b-ba15-09e089438c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.047884 10.0.0.133 - - [2026-05-28 03:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.021206 10.0.0.131 - - [2026-05-28 03:45:35] "DELETE /security-group/4a6ca279-4a4d-4c03-8f62-04cb14dbd3e7 HTTP/1.1" 200 115 0.074367 10.0.0.131 - - [2026-05-28 03:45:35] "GET /projects?obj_uuids=51e0dad4-4718-42c9-85d4-031734464de9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001212 10.0.0.41 - - [2026-05-28 03:45:35] "DELETE /access-control-list/c5f93e98-ede6-4683-8be3-1ce92ae76371 HTTP/1.1" 200 115 0.044191 10.0.0.133 - - [2026-05-28 03:45:35] "GET /security-group/33572556-a234-4426-8865-6d97e510d7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.006754 10.0.0.131 - - [2026-05-28 03:45:35] "GET /project/51e0dad4-4718-42c9-85d4-031734464de9?fields=application_policy_sets HTTP/1.1" 200 1392 0.076817 10.0.0.133 - - [2026-05-28 03:45:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.171343 10.0.0.131 - - [2026-05-28 03:45:36] "DELETE /project/51e0dad4-4718-42c9-85d4-031734464de9 HTTP/1.1" 200 115 0.560716 10.0.0.133 - - [2026-05-28 03:45:36] "POST /instance-ips HTTP/1.1" 200 358 0.091212 10.0.0.133 - - [2026-05-28 03:45:36] "GET /virtual-machine-interface/c7316889-36f5-4adb-aec1-931ae7dd42b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.011115 10.0.0.133 - - [2026-05-28 03:45:36] "GET /virtual-machine-interface/c7316889-36f5-4adb-aec1-931ae7dd42b6?fields=instance_ip_back_refs HTTP/1.1" 200 1339 0.011480 10.0.0.133 - - [2026-05-28 03:45:36] "GET /instance-ip/1ef1138f-84e8-432c-bef8-f56bd50ff97d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.005733 10.0.0.133 - - [2026-05-28 03:45:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001466 10.0.0.133 - - [2026-05-28 03:45:38] "POST /neutron/port HTTP/1.1" 200 992 0.013055 10.0.0.133 - - [2026-05-28 03:45:38] "POST /neutron/port HTTP/1.1" 200 992 0.013211 10.0.0.133 - - [2026-05-28 03:45:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.002041 10.0.0.133 - - [2026-05-28 03:45:38] "POST /neutron/port HTTP/1.1" 200 4190 0.045385 10.0.0.133 - - [2026-05-28 03:45:39] "POST /neutron/network HTTP/1.1" 200 840 0.008481 10.0.0.133 - - [2026-05-28 03:45:39] "POST /neutron/port HTTP/1.1" 200 1084 0.190153 10.0.0.133 - - [2026-05-28 03:45:39] "POST /neutron/subnet HTTP/1.1" 200 708 0.012088 10.0.0.131 - - [2026-05-28 03:45:40] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000890 10.0.0.133 - - [2026-05-28 03:45:40] "GET /project/53cb4697-cdbb-443b-ba15-09e089438c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.081930 10.0.0.133 - - [2026-05-28 03:45:40] "POST /neutron/network HTTP/1.1" 200 828 0.007574 10.0.0.133 - - [2026-05-28 03:45:40] "POST /neutron/port HTTP/1.1" 200 117 0.009474 10.0.0.133 - - [2026-05-28 03:45:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001569 10.0.0.133 - - [2026-05-28 03:45:40] "POST /neutron/network HTTP/1.1" 200 838 0.007038 10.0.0.133 - - [2026-05-28 03:45:41] "POST /neutron/port HTTP/1.1" 200 992 0.026483 10.0.0.133 - - [2026-05-28 03:45:41] "POST /neutron/port HTTP/1.1" 200 992 0.025733 10.0.0.133 - - [2026-05-28 03:45:41] "POST /neutron/port HTTP/1.1" 200 6052 0.068442 10.0.0.133 - - [2026-05-28 03:45:41] "POST /neutron/port HTTP/1.1" 200 117 0.017413 10.0.0.133 - - [2026-05-28 03:45:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011294 10.0.0.131 - - [2026-05-28 03:45:42] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001271 10.0.0.41 - - [2026-05-28 03:45:42] "PUT /logical-router/3660276f-6c1a-40b2-85f7-c67275ee8a48 HTTP/1.1" 200 263 0.069994 10.0.0.133 - - [2026-05-28 03:45:42] "POST /neutron/router HTTP/1.1" 200 344 0.369119 10.0.0.133 - - [2026-05-28 03:45:42] "POST /neutron/router HTTP/1.1" 200 598 0.012153 10.0.0.133 - - [2026-05-28 03:45:43] "POST /neutron/network HTTP/1.1" 200 840 0.009115 10.0.0.133 - - [2026-05-28 03:45:43] "POST /neutron/port HTTP/1.1" 200 1084 0.171501 10.0.0.133 - - [2026-05-28 03:45:43] "POST /neutron/port HTTP/1.1" 200 1094 0.022482 10.0.0.133 - - [2026-05-28 03:45:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005229 10.0.0.133 - - [2026-05-28 03:45:43] "POST /neutron/network HTTP/1.1" 200 830 0.009171 10.0.0.133 - - [2026-05-28 03:45:43] "GET /virtual-machine/5101241b-9b2b-46de-b245-26c8d13868c9 HTTP/1.1" 401 293 0.000452 10.0.0.133 - - [2026-05-28 03:45:44] "GET /virtual-machine/5101241b-9b2b-46de-b245-26c8d13868c9 HTTP/1.1" 200 1276 0.044871 10.0.0.133 - - [2026-05-28 03:45:44] "GET /virtual-machine-interface/07ce008c-3ac6-447d-8a72-33564991359c HTTP/1.1" 200 3193 0.006266 10.0.0.133 - - [2026-05-28 03:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.133 - - [2026-05-28 03:45:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.010434 10.0.0.133 - - [2026-05-28 03:45:44] "GET /virtual-networks?parent_id=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004087 10.0.0.133 - - [2026-05-28 03:45:44] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007375 10.0.0.133 - - [2026-05-28 03:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.133 - - [2026-05-28 03:45:47] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006135 10.0.0.133 - - [2026-05-28 03:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.133 - - [2026-05-28 03:45:51] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008933 10.0.0.133 - - [2026-05-28 03:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.133 - - [2026-05-28 03:45:55] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007339 10.0.0.133 - - [2026-05-28 03:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.133 - - [2026-05-28 03:45:59] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005981 10.0.0.133 - - [2026-05-28 03:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005701 10.0.0.133 - - [2026-05-28 03:46:03] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007741 10.0.0.133 - - [2026-05-28 03:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.133 - - [2026-05-28 03:46:08] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008351 10.0.0.133 - - [2026-05-28 03:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.133 - - [2026-05-28 03:46:12] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005203 10.0.0.133 - - [2026-05-28 03:46:15] "POST /neutron/port HTTP/1.1" 200 1106 0.024528 10.0.0.133 - - [2026-05-28 03:46:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004852 10.0.0.133 - - [2026-05-28 03:46:16] "POST /neutron/network HTTP/1.1" 200 926 0.008303 10.0.0.133 - - [2026-05-28 03:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.133 - - [2026-05-28 03:46:16] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006256 10.0.0.133 - - [2026-05-28 03:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.133 - - [2026-05-28 03:46:20] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007363 10.0.0.133 - - [2026-05-28 03:46:21] "POST /neutron/network HTTP/1.1" 200 1124 0.008618 10.0.0.133 - - [2026-05-28 03:46:21] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015391 10.0.0.133 - - [2026-05-28 03:46:21] "POST /neutron/network HTTP/1.1" 200 1114 0.011486 10.0.0.133 - - [2026-05-28 03:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.133 - - [2026-05-28 03:46:24] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.010195 10.0.0.133 - - [2026-05-28 03:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.133 - - [2026-05-28 03:46:28] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005974 10.0.0.133 - - [2026-05-28 03:46:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.133 - - [2026-05-28 03:46:32] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004454 10.0.0.133 - - [2026-05-28 03:46:32] "GET /virtual-networks?parent_id=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.010214 10.0.0.133 - - [2026-05-28 03:46:32] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007833 10.0.0.133 - - [2026-05-28 03:46:38] "POST /neutron/port HTTP/1.1" 200 1094 0.022889 10.0.0.131 - - [2026-05-28 03:46:43] "GET /obj-perms HTTP/1.1" 200 5075 0.073138 10.0.0.133 - - [2026-05-28 03:46:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007503 10.0.0.133 - - [2026-05-28 03:46:45] "POST /neutron/port HTTP/1.1" 200 1094 0.058123 10.0.0.133 - - [2026-05-28 03:46:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007858 10.0.0.133 - - [2026-05-28 03:46:53] "POST /neutron/port HTTP/1.1" 200 1094 0.021194 10.0.0.133 - - [2026-05-28 03:46:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008160 10.0.0.133 - - [2026-05-28 03:46:59] "POST /neutron/port HTTP/1.1" 200 1128 0.026500 10.0.0.133 - - [2026-05-28 03:46:59] "GET /virtual-machine/bd69e830-79bd-4c89-9d85-9219877562e1 HTTP/1.1" 200 1299 0.007429 10.0.0.133 - - [2026-05-28 03:46:59] "GET /virtual-machine-interface/531faced-60a2-4ae7-9778-be360c68f4ae HTTP/1.1" 200 2968 0.006025 10.0.0.133 - - [2026-05-28 03:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005763 10.0.0.133 - - [2026-05-28 03:46:59] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005969 10.0.0.133 - - [2026-05-28 03:46:59] "GET /virtual-networks?parent_id=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004272 10.0.0.133 - - [2026-05-28 03:46:59] "GET /virtual-network/a96112af-1dc2-41d3-9c44-a35ce65c9871?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009050 10.0.0.133 - - [2026-05-28 03:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.133 - - [2026-05-28 03:47:00] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005194 10.0.0.133 - - [2026-05-28 03:47:00] "GET /virtual-networks?parent_id=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004430 10.0.0.133 - - [2026-05-28 03:47:00] "GET /virtual-network/a96112af-1dc2-41d3-9c44-a35ce65c9871?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007594 10.0.0.133 - - [2026-05-28 03:47:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008458 10.0.0.133 - - [2026-05-28 03:47:01] "POST /neutron/port HTTP/1.1" 200 1094 0.023073 10.0.0.133 - - [2026-05-28 03:47:01] "GET /virtual-machine/c8794459-be27-4499-aaef-f9c25adc58ec HTTP/1.1" 200 1277 0.008672 10.0.0.133 - - [2026-05-28 03:47:01] "GET /virtual-machine-interface/9c61fcb2-b85b-4435-96b2-4a16784e240b HTTP/1.1" 200 3196 0.007675 10.0.0.133 - - [2026-05-28 03:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.133 - - [2026-05-28 03:47:01] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004253 10.0.0.133 - - [2026-05-28 03:47:01] "GET /virtual-networks?parent_id=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004946 10.0.0.133 - - [2026-05-28 03:47:01] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006307 10.0.0.133 - - [2026-05-28 03:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.133 - - [2026-05-28 03:47:02] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005263 10.0.0.133 - - [2026-05-28 03:47:02] "GET /virtual-networks?parent_id=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004655 10.0.0.133 - - [2026-05-28 03:47:02] "GET /virtual-network/e4659e96-2e3d-4d2c-9118-f13e41ffbcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006905 10.0.0.133 - - [2026-05-28 03:47:22] "POST /neutron/port HTTP/1.1" 200 1106 0.021313 10.0.0.133 - - [2026-05-28 03:47:22] "POST /neutron/subnet HTTP/1.1" 200 693 0.010043 10.0.0.133 - - [2026-05-28 03:47:43] "GET /obj-perms HTTP/1.1" 200 5075 0.066113 10.0.0.133 - - [2026-05-28 03:48:15] "POST /neutron/port HTTP/1.1" 200 1219 0.061478 10.0.0.133 - - [2026-05-28 03:48:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004142 10.0.0.133 - - [2026-05-28 03:48:16] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.133 - - [2026-05-28 03:48:23] "POST /neutron/port HTTP/1.1" 200 1094 0.056396 10.0.0.133 - - [2026-05-28 03:48:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004167 10.0.0.133 - - [2026-05-28 03:48:23] "POST /neutron/network HTTP/1.1" 200 830 0.008449 10.0.0.41 - - [2026-05-28 03:48:28] "POST /ref-update HTTP/1.1" 200 156 0.033266 10.0.0.133 - - [2026-05-28 03:48:28] "POST /neutron/router HTTP/1.1" 200 598 0.007283 10.0.0.133 - - [2026-05-28 03:48:28] "POST /neutron/router HTTP/1.1" 200 151 0.103144 10.0.0.41 - - [2026-05-28 03:48:29] "DELETE /route-target/98a19f78-b3d2-4365-8b9b-9a7659388477 HTTP/1.1" 200 115 0.030863 10.0.0.133 - - [2026-05-28 03:48:30] "POST /neutron/port HTTP/1.1" 200 151 0.232282 10.0.0.133 - - [2026-05-28 03:48:31] "DELETE /instance-ip/1ef1138f-84e8-432c-bef8-f56bd50ff97d HTTP/1.1" 200 115 0.069161 10.0.0.133 - - [2026-05-28 03:48:31] "DELETE /virtual-machine-interface/c7316889-36f5-4adb-aec1-931ae7dd42b6 HTTP/1.1" 200 115 0.092174 10.0.0.133 - - [2026-05-28 03:48:31] "DELETE /instance-ip/5310f5ed-8ba1-4b2e-b4e9-0580706baf5e HTTP/1.1" 200 115 0.064217 10.0.0.133 - - [2026-05-28 03:48:31] "DELETE /virtual-machine-interface/14983ec8-95af-4de2-b7d1-86bc258b3728 HTTP/1.1" 200 115 0.099037 10.0.0.133 - - [2026-05-28 03:48:31] "POST /neutron/port HTTP/1.1" 200 992 0.018110 10.0.0.133 - - [2026-05-28 03:48:32] "DELETE /instance-ip/c115d71f-8e46-44d7-8c40-11b32261514c HTTP/1.1" 200 115 0.059214 10.0.0.133 - - [2026-05-28 03:48:32] "DELETE /virtual-machine-interface/dde55735-4ec9-45f4-9945-615df29aec90 HTTP/1.1" 200 115 0.106141 10.0.0.133 - - [2026-05-28 03:48:32] "POST /neutron/port HTTP/1.1" 200 151 0.198904 10.0.0.133 - - [2026-05-28 03:48:32] "POST /neutron/network HTTP/1.1" 200 830 0.010055 10.0.0.41 - - [2026-05-28 03:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.41 - - [2026-05-28 03:48:33] "DELETE /route-target/8f0e9a3c-bb5f-43cc-8615-46810a0beae5 HTTP/1.1" 200 115 0.029485 10.0.0.131 - - [2026-05-28 03:48:33] "POST /useragent-kv HTTP/1.1" 200 115 0.067113 10.0.0.131 - - [2026-05-28 03:48:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003639 10.0.0.133 - - [2026-05-28 03:48:33] "POST /neutron/network HTTP/1.1" 200 151 0.210330 10.0.0.131 - - [2026-05-28 03:48:33] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001217 10.0.0.133 - - [2026-05-28 03:48:33] "GET /project/53cb4697-cdbb-443b-ba15-09e089438c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.084749 10.0.0.131 - - [2026-05-28 03:48:33] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001523 10.0.0.133 - - [2026-05-28 03:48:33] "GET /project/53cb4697-cdbb-443b-ba15-09e089438c5f?fields=virtual_networks HTTP/1.1" 200 1042 0.041549 10.0.0.131 - - [2026-05-28 03:48:33] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001530 10.0.0.133 - - [2026-05-28 03:48:33] "GET /project/53cb4697-cdbb-443b-ba15-09e089438c5f?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.062168 10.0.0.131 - - [2026-05-28 03:48:33] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001177 10.0.0.133 - - [2026-05-28 03:48:33] "GET /project/53cb4697-cdbb-443b-ba15-09e089438c5f?fields=security_groups HTTP/1.1" 200 1273 0.043979 10.0.0.133 - - [2026-05-28 03:48:34] "POST /fqname-to-id HTTP/1.1" 404 187 0.033086 10.0.0.131 - - [2026-05-28 03:48:34] "GET /projects?obj_uuids=20a59020-69f7-4ab2-8c00-47495edebcee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004288 10.0.0.131 - - [2026-05-28 03:48:34] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.131 - - [2026-05-28 03:48:34] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007257 10.0.0.131 - - [2026-05-28 03:48:34] "POST /id-to-fqname HTTP/1.1" 200 189 0.005243 10.0.0.131 - - [2026-05-28 03:48:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.004398 10.0.0.131 - - [2026-05-28 03:48:35] "POST /security-groups HTTP/1.1" 200 590 0.038978 10.0.0.131 - - [2026-05-28 03:48:35] "POST /projects HTTP/1.1" 200 583 0.275732 10.0.0.131 - - [2026-05-28 03:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.314096 10.0.0.41 - - [2026-05-28 03:48:35] "POST /fqname-to-id HTTP/1.1" 404 232 0.009590 10.0.0.133 - - [2026-05-28 03:48:35] "GET /project/20a59020-69f7-4ab2-8c00-47495edebcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.470911 10.0.0.133 - - [2026-05-28 03:48:35] "POST /neutron/port HTTP/1.1" 200 117 0.013446 10.0.0.131 - - [2026-05-28 03:48:36] "DELETE /project/20a5902069f74ab28c0047495edebcee HTTP/1.1" 404 173 0.004603 10.0.0.131 - - [2026-05-28 03:48:36] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000867 10.0.0.133 - - [2026-05-28 03:48:36] "GET / HTTP/1.1" 200 36215 0.002467 10.0.0.131 - - [2026-05-28 03:48:36] "GET /project/53cb4697-cdbb-443b-ba15-09e089438c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.047568 10.0.0.131 - - [2026-05-28 03:48:36] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001008 10.0.0.131 - - [2026-05-28 03:48:36] "GET /project/53cb4697-cdbb-443b-ba15-09e089438c5f?fields=security_groups HTTP/1.1" 200 1375 0.040924 10.0.0.131 - - [2026-05-28 03:48:36] "DELETE /security-group/33572556-a234-4426-8865-6d97e510d7f6 HTTP/1.1" 200 115 0.065078 10.0.0.131 - - [2026-05-28 03:48:36] "GET /projects?obj_uuids=53cb4697-cdbb-443b-ba15-09e089438c5f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002315 10.0.0.131 - - [2026-05-28 03:48:36] "GET /project/53cb4697-cdbb-443b-ba15-09e089438c5f?fields=application_policy_sets HTTP/1.1" 200 1414 0.062806 10.0.0.41 - - [2026-05-28 03:48:36] "DELETE /access-control-list/ea807e19-7543-404e-bd3d-110860c66e6c HTTP/1.1" 200 115 0.052088 10.0.0.131 - - [2026-05-28 03:48:37] "DELETE /project/53cb4697-cdbb-443b-ba15-09e089438c5f HTTP/1.1" 200 115 0.433692 10.0.0.133 - - [2026-05-28 03:48:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000428 10.0.0.133 - - [2026-05-28 03:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.048240 10.0.0.131 - - [2026-05-28 03:48:38] "GET /projects?obj_uuids=20a59020-69f7-4ab2-8c00-47495edebcee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001084 10.0.0.133 - - [2026-05-28 03:48:39] "GET /project/20a59020-69f7-4ab2-8c00-47495edebcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.057414 10.0.0.131 - - [2026-05-28 03:48:39] "GET /projects?obj_uuids=20a59020-69f7-4ab2-8c00-47495edebcee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001042 10.0.0.133 - - [2026-05-28 03:48:39] "POST /neutron/network HTTP/1.1" 200 604 0.174475 10.0.0.133 - - [2026-05-28 03:48:39] "POST /id-to-fqname HTTP/1.1" 200 219 0.004069 10.0.0.133 - - [2026-05-28 03:48:39] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006142 10.0.0.133 - - [2026-05-28 03:48:39] "POST /neutron/network HTTP/1.1" 200 823 0.006356 10.0.0.133 - - [2026-05-28 03:48:39] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006183 10.0.0.133 - - [2026-05-28 03:48:40] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007965 10.0.0.41 - - [2026-05-28 03:48:41] "GET /obj-perms HTTP/1.1" 200 5047 0.072082 10.0.0.133 - - [2026-05-28 03:48:42] "POST /id-to-fqname HTTP/1.1" 200 219 0.001598 10.0.0.133 - - [2026-05-28 03:48:42] "POST /neutron/port HTTP/1.1" 200 4190 0.039661 10.0.0.131 - - [2026-05-28 03:48:43] "GET /projects?obj_uuids=20a59020-69f7-4ab2-8c00-47495edebcee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001372 10.0.0.133 - - [2026-05-28 03:48:43] "GET /project/20a59020-69f7-4ab2-8c00-47495edebcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.102559 10.0.0.133 - - [2026-05-28 03:48:43] "POST /neutron/port HTTP/1.1" 200 4190 0.040008 10.0.0.133 - - [2026-05-28 03:48:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.001183 10.0.0.133 - - [2026-05-28 03:48:43] "POST /neutron/network HTTP/1.1" 200 833 0.007363 10.0.0.133 - - [2026-05-28 03:48:44] "POST /neutron/port HTTP/1.1" 200 1059 0.027767 10.0.0.133 - - [2026-05-28 03:48:44] "POST /neutron/port HTTP/1.1" 200 1123 0.032082 10.0.0.133 - - [2026-05-28 03:48:44] "POST /neutron/port HTTP/1.1" 200 117 0.001557 10.0.0.131 - - [2026-05-28 03:48:45] "GET /projects?obj_uuids=20a59020-69f7-4ab2-8c00-47495edebcee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001297 10.0.0.133 - - [2026-05-28 03:48:45] "GET /project/20a59020-69f7-4ab2-8c00-47495edebcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.398483 10.0.0.133 - - [2026-05-28 03:48:45] "POST /neutron/port HTTP/1.1" 200 5160 0.063490 10.0.0.133 - - [2026-05-28 03:48:45] "POST /neutron/port HTTP/1.1" 200 1123 0.030622 10.0.0.131 - - [2026-05-28 03:48:46] "GET /projects?obj_uuids=20a59020-69f7-4ab2-8c00-47495edebcee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001376 10.0.0.133 - - [2026-05-28 03:48:46] "POST /neutron/port HTTP/1.1" 200 1059 0.375490 10.0.0.133 - - [2026-05-28 03:48:46] "POST /neutron/port HTTP/1.1" 200 1113 0.140064 10.0.0.133 - - [2026-05-28 03:48:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.009895 10.0.0.133 - - [2026-05-28 03:48:50] "POST /neutron/port HTTP/1.1" 200 1123 0.025197 10.0.0.133 - - [2026-05-28 03:48:51] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010979 10.0.0.133 - - [2026-05-28 03:48:51] "GET /virtual-machine/8b05bc31-80bd-42f0-b2cf-fb523366f313 HTTP/1.1" 401 293 0.000409 10.0.0.133 - - [2026-05-28 03:48:51] "GET /virtual-machine/8b05bc31-80bd-42f0-b2cf-fb523366f313 HTTP/1.1" 200 1294 0.055440 10.0.0.133 - - [2026-05-28 03:48:51] "GET /virtual-machine-interface/1a30c4d4-7b3b-46db-b147-851b3c3c9ffd HTTP/1.1" 200 2943 0.008059 10.0.0.133 - - [2026-05-28 03:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.133 - - [2026-05-28 03:48:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005553 10.0.0.133 - - [2026-05-28 03:48:51] "GET /virtual-networks?parent_id=20a59020-69f7-4ab2-8c00-47495edebcee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004275 10.0.0.133 - - [2026-05-28 03:48:51] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007180 10.0.0.133 - - [2026-05-28 03:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.133 - - [2026-05-28 03:48:54] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006080 10.0.0.133 - - [2026-05-28 03:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.133 - - [2026-05-28 03:48:58] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006323 10.0.0.133 - - [2026-05-28 03:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.133 - - [2026-05-28 03:49:03] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006258 10.0.0.133 - - [2026-05-28 03:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.133 - - [2026-05-28 03:49:07] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006297 10.0.0.133 - - [2026-05-28 03:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.133 - - [2026-05-28 03:49:11] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007531 10.0.0.133 - - [2026-05-28 03:49:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.133 - - [2026-05-28 03:49:15] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005460 10.0.0.133 - - [2026-05-28 03:49:16] "POST /neutron/port HTTP/1.1" 200 1106 0.022889 10.0.0.133 - - [2026-05-28 03:49:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004901 10.0.0.133 - - [2026-05-28 03:49:16] "POST /neutron/network HTTP/1.1" 200 926 0.008754 10.0.0.133 - - [2026-05-28 03:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.133 - - [2026-05-28 03:49:19] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005702 10.0.0.41 - - [2026-05-28 03:49:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.41 - - [2026-05-28 03:49:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000324 10.0.0.131 - - [2026-05-28 03:49:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.41 - - [2026-05-28 03:49:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.131 - - [2026-05-28 03:49:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.41 - - [2026-05-28 03:49:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.131 - - [2026-05-28 03:49:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.131 - - [2026-05-28 03:49:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000341 10.0.0.133 - - [2026-05-28 03:49:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000847 10.0.0.133 - - [2026-05-28 03:49:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000335 10.0.0.133 - - [2026-05-28 03:49:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.133 - - [2026-05-28 03:49:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000473 10.0.0.133 - - [2026-05-28 03:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.133 - - [2026-05-28 03:49:23] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005452 10.0.0.133 - - [2026-05-28 03:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.133 - - [2026-05-28 03:49:27] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006236 10.0.0.133 - - [2026-05-28 03:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.133 - - [2026-05-28 03:49:31] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005517 10.0.0.133 - - [2026-05-28 03:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004754 10.0.0.133 - - [2026-05-28 03:49:35] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007204 10.0.0.133 - - [2026-05-28 03:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.133 - - [2026-05-28 03:49:39] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006229 10.0.0.133 - - [2026-05-28 03:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.133 - - [2026-05-28 03:49:44] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005502 10.0.0.131 - - [2026-05-28 03:49:46] "GET /obj-perms HTTP/1.1" 200 5075 0.073463 10.0.0.133 - - [2026-05-28 03:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.133 - - [2026-05-28 03:49:48] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009852 10.0.0.133 - - [2026-05-28 03:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.133 - - [2026-05-28 03:49:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004668 10.0.0.133 - - [2026-05-28 03:49:50] "GET /virtual-networks?parent_id=20a59020-69f7-4ab2-8c00-47495edebcee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003615 10.0.0.133 - - [2026-05-28 03:49:50] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006157 10.0.0.133 - - [2026-05-28 03:49:55] "POST /neutron/port HTTP/1.1" 200 1123 0.021132 10.0.0.133 - - [2026-05-28 03:50:00] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010269 10.0.0.133 - - [2026-05-28 03:50:03] "POST /neutron/port HTTP/1.1" 200 1123 0.028333 10.0.0.133 - - [2026-05-28 03:50:06] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008291 10.0.0.133 - - [2026-05-28 03:50:11] "POST /neutron/port HTTP/1.1" 200 1123 0.021356 10.0.0.133 - - [2026-05-28 03:50:11] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009522 10.0.0.133 - - [2026-05-28 03:50:11] "GET /virtual-machine/b0ce2495-84b4-48e7-81d9-76b362437a5d HTTP/1.1" 200 1293 0.006651 10.0.0.133 - - [2026-05-28 03:50:11] "GET /virtual-machine-interface/de0c5262-fdca-4685-b121-54f429a9ba68 HTTP/1.1" 200 2944 0.008196 10.0.0.133 - - [2026-05-28 03:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.133 - - [2026-05-28 03:50:11] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005122 10.0.0.133 - - [2026-05-28 03:50:11] "GET /virtual-networks?parent_id=20a59020-69f7-4ab2-8c00-47495edebcee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003530 10.0.0.133 - - [2026-05-28 03:50:11] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007366 10.0.0.133 - - [2026-05-28 03:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.133 - - [2026-05-28 03:50:12] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003959 10.0.0.133 - - [2026-05-28 03:50:12] "GET /virtual-networks?parent_id=20a59020-69f7-4ab2-8c00-47495edebcee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003770 10.0.0.133 - - [2026-05-28 03:50:12] "GET /virtual-network/85884814-1a29-4602-ac4b-f8414d2eafa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005771 10.0.0.133 - - [2026-05-28 03:50:26] "POST /neutron/network HTTP/1.1" 200 1124 0.011496 10.0.0.133 - - [2026-05-28 03:50:26] "POST /neutron/subnet HTTP/1.1" 200 1389 0.018446 10.0.0.133 - - [2026-05-28 03:50:26] "POST /neutron/network HTTP/1.1" 200 1114 0.013550 10.0.0.133 - - [2026-05-28 03:50:46] "GET /obj-perms HTTP/1.1" 200 5075 0.078564 10.0.0.133 - - [2026-05-28 03:51:19] "POST /neutron/network HTTP/1.1" 200 1124 0.008172 10.0.0.133 - - [2026-05-28 03:51:19] "POST /neutron/subnet HTTP/1.1" 200 1389 0.022817 10.0.0.133 - - [2026-05-28 03:51:20] "POST /neutron/network HTTP/1.1" 200 1114 0.013578 10.0.0.133 - - [2026-05-28 03:51:27] "POST /neutron/network HTTP/1.1" 200 936 0.007890 10.0.0.133 - - [2026-05-28 03:51:27] "POST /neutron/port HTTP/1.1" 200 117 0.001428 10.0.0.133 - - [2026-05-28 03:51:50] "POST /neutron/network HTTP/1.1" 400 204 0.016703 10.0.0.133 - - [2026-05-28 03:51:51] "POST /neutron/port HTTP/1.1" 200 1113 0.016658 10.0.0.133 - - [2026-05-28 03:51:51] "POST /neutron/port HTTP/1.1" 200 151 0.277653 10.0.0.41 - - [2026-05-28 03:51:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.038294 10.0.0.131 - - [2026-05-28 03:51:54] "GET /projects?obj_uuids=20a59020-69f7-4ab2-8c00-47495edebcee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001016 10.0.0.133 - - [2026-05-28 03:51:54] "GET /project/20a59020-69f7-4ab2-8c00-47495edebcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.067448 10.0.0.131 - - [2026-05-28 03:51:54] "GET /projects?obj_uuids=20a59020-69f7-4ab2-8c00-47495edebcee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001344 10.0.0.133 - - [2026-05-28 03:51:54] "GET /project/20a59020-69f7-4ab2-8c00-47495edebcee?fields=virtual_networks HTTP/1.1" 200 1032 0.051508 10.0.0.131 - - [2026-05-28 03:51:54] "GET /projects?obj_uuids=20a59020-69f7-4ab2-8c00-47495edebcee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001011 10.0.0.133 - - [2026-05-28 03:51:54] "GET /project/20a59020-69f7-4ab2-8c00-47495edebcee?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.048208 10.0.0.131 - - [2026-05-28 03:51:54] "GET /projects?obj_uuids=20a59020-69f7-4ab2-8c00-47495edebcee&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001341 10.0.0.133 - - [2026-05-28 03:51:54] "GET /project/20a59020-69f7-4ab2-8c00-47495edebcee?fields=security_groups HTTP/1.1" 200 1258 0.066762 10.0.0.133 - - [2026-05-28 03:51:55] "POST /fqname-to-id HTTP/1.1" 404 187 0.030369 10.0.0.131 - - [2026-05-28 03:51:55] "GET /projects?obj_uuids=af6d54c7-e86b-4618-be56-15c3979f2c87&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003557 10.0.0.131 - - [2026-05-28 03:51:56] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001272 10.0.0.131 - - [2026-05-28 03:51:56] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035741 10.0.0.131 - - [2026-05-28 03:51:56] "POST /id-to-fqname HTTP/1.1" 200 189 0.004804 10.0.0.131 - - [2026-05-28 03:51:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.007042 10.0.0.131 - - [2026-05-28 03:51:56] "POST /security-groups HTTP/1.1" 200 590 0.081533 10.0.0.131 - - [2026-05-28 03:51:56] "POST /projects HTTP/1.1" 200 583 0.317753 10.0.0.131 - - [2026-05-28 03:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.395372 10.0.0.41 - - [2026-05-28 03:51:56] "POST /access-control-lists HTTP/1.1" 200 597 0.032254 10.0.0.133 - - [2026-05-28 03:51:56] "GET /project/af6d54c7-e86b-4618-be56-15c3979f2c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.588669 10.0.0.133 - - [2026-05-28 03:51:57] "GET / HTTP/1.1" 200 36215 0.001978 10.0.0.133 - - [2026-05-28 03:51:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000562 10.0.0.133 - - [2026-05-28 03:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.078334 10.0.0.131 - - [2026-05-28 03:51:59] "GET /projects?obj_uuids=af6d54c7-e86b-4618-be56-15c3979f2c87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001206 10.0.0.133 - - [2026-05-28 03:51:59] "GET /project/af6d54c7-e86b-4618-be56-15c3979f2c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056813 10.0.0.133 - - [2026-05-28 03:52:00] "POST /neutron/network HTTP/1.1" 200 117 0.049239 10.0.0.41 - - [2026-05-28 03:52:00] "POST /route-targets HTTP/1.1" 200 328 0.018906 10.0.0.133 - - [2026-05-28 03:52:00] "POST /neutron/network HTTP/1.1" 200 823 0.010001 10.0.0.133 - - [2026-05-28 03:52:00] "POST /id-to-fqname HTTP/1.1" 200 219 0.001429 10.0.0.133 - - [2026-05-28 03:52:00] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006833 10.0.0.133 - - [2026-05-28 03:52:00] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009972 10.0.0.133 - - [2026-05-28 03:52:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.011241 10.0.0.133 - - [2026-05-28 03:52:01] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006522 10.0.0.41 - - [2026-05-28 03:52:02] "GET /obj-perms HTTP/1.1" 200 5047 0.066980 10.0.0.133 - - [2026-05-28 03:52:03] "POST /id-to-fqname HTTP/1.1" 200 219 0.001424 10.0.0.131 - - [2026-05-28 03:52:04] "GET /projects?obj_uuids=af6d54c7-e86b-4618-be56-15c3979f2c87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001064 10.0.0.133 - - [2026-05-28 03:52:04] "GET /project/af6d54c7-e86b-4618-be56-15c3979f2c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.110047 10.0.0.133 - - [2026-05-28 03:52:04] "POST /neutron/network HTTP/1.1" 200 823 0.043477 10.0.0.133 - - [2026-05-28 03:52:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.001568 10.0.0.133 - - [2026-05-28 03:52:05] "POST /neutron/port HTTP/1.1" 200 4190 0.044755 10.0.0.131 - - [2026-05-28 03:52:05] "GET /projects?obj_uuids=af6d54c7-e86b-4618-be56-15c3979f2c87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001060 10.0.0.133 - - [2026-05-28 03:52:05] "POST /neutron/port HTTP/1.1" 200 1059 0.323070 10.0.0.131 - - [2026-05-28 03:52:06] "GET /projects?obj_uuids=af6d54c7-e86b-4618-be56-15c3979f2c87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001148 10.0.0.133 - - [2026-05-28 03:52:06] "POST /neutron/port HTTP/1.1" 200 1113 0.170304 10.0.0.133 - - [2026-05-28 03:52:06] "GET /project/af6d54c7-e86b-4618-be56-15c3979f2c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.187909 10.0.0.133 - - [2026-05-28 03:52:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005455 10.0.0.133 - - [2026-05-28 03:52:06] "POST /neutron/network HTTP/1.1" 200 823 0.007710 10.0.0.133 - - [2026-05-28 03:52:06] "POST /neutron/port HTTP/1.1" 200 117 0.007262 10.0.0.133 - - [2026-05-28 03:52:07] "POST /neutron/network HTTP/1.1" 200 833 0.008418 10.0.0.133 - - [2026-05-28 03:52:07] "POST /neutron/port HTTP/1.1" 200 1059 0.019784 10.0.0.133 - - [2026-05-28 03:52:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004318 10.0.0.133 - - [2026-05-28 03:52:08] "POST /neutron/network HTTP/1.1" 200 823 0.007593 10.0.0.133 - - [2026-05-28 03:52:11] "POST /neutron/port HTTP/1.1" 200 1123 0.022873 10.0.0.133 - - [2026-05-28 03:52:12] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010134 10.0.0.133 - - [2026-05-28 03:52:12] "GET /virtual-machine/1937fa46-6493-4b97-9bab-643980fd4b43 HTTP/1.1" 401 293 0.000368 10.0.0.133 - - [2026-05-28 03:52:12] "GET /virtual-machine/1937fa46-6493-4b97-9bab-643980fd4b43 HTTP/1.1" 200 1293 0.039539 10.0.0.133 - - [2026-05-28 03:52:12] "GET /virtual-machine-interface/a7de6637-a547-4ce9-ab82-d0ea2b460946 HTTP/1.1" 200 2944 0.005915 10.0.0.133 - - [2026-05-28 03:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.133 - - [2026-05-28 03:52:12] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005384 10.0.0.133 - - [2026-05-28 03:52:12] "GET /virtual-networks?parent_id=af6d54c7-e86b-4618-be56-15c3979f2c87&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003563 10.0.0.133 - - [2026-05-28 03:52:12] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007085 10.0.0.133 - - [2026-05-28 03:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.133 - - [2026-05-28 03:52:15] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006020 10.0.0.133 - - [2026-05-28 03:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.133 - - [2026-05-28 03:52:19] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007256 10.0.0.133 - - [2026-05-28 03:52:20] "POST /neutron/network HTTP/1.1" 200 936 0.007200 10.0.0.133 - - [2026-05-28 03:52:20] "POST /neutron/port HTTP/1.1" 200 117 0.002139 10.0.0.133 - - [2026-05-28 03:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004887 10.0.0.133 - - [2026-05-28 03:52:23] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006477 10.0.0.41 - - [2026-05-28 03:52:26] "DELETE /access-control-list/86e69445-ace7-4990-9b5d-3496e884a67a HTTP/1.1" 200 115 0.049256 10.0.0.133 - - [2026-05-28 03:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.133 - - [2026-05-28 03:52:27] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008498 10.0.0.133 - - [2026-05-28 03:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005704 10.0.0.133 - - [2026-05-28 03:52:32] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005947 10.0.0.133 - - [2026-05-28 03:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.133 - - [2026-05-28 03:52:36] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006401 10.0.0.131 - - [2026-05-28 03:52:37] "DELETE /project/20a59020-69f7-4ab2-8c00-47495edebcee HTTP/1.1" 404 177 0.003345 10.0.0.131 - - [2026-05-28 03:52:37] "DELETE /project/af6d54c7e86b4618be5615c3979f2c87 HTTP/1.1" 404 173 0.005935 10.0.0.133 - - [2026-05-28 03:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.133 - - [2026-05-28 03:52:40] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007061 10.0.0.133 - - [2026-05-28 03:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.133 - - [2026-05-28 03:52:44] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005560 10.0.0.133 - - [2026-05-28 03:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.133 - - [2026-05-28 03:52:48] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008423 10.0.0.131 - - [2026-05-28 03:52:48] "GET /obj-perms HTTP/1.1" 200 5075 0.071046 10.0.0.133 - - [2026-05-28 03:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.133 - - [2026-05-28 03:52:52] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008583 10.0.0.133 - - [2026-05-28 03:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.133 - - [2026-05-28 03:52:54] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004941 10.0.0.133 - - [2026-05-28 03:52:54] "GET /virtual-networks?parent_id=af6d54c7-e86b-4618-be56-15c3979f2c87&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003184 10.0.0.133 - - [2026-05-28 03:52:54] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007684 10.0.0.133 - - [2026-05-28 03:52:54] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008559 10.0.0.133 - - [2026-05-28 03:53:05] "POST /neutron/port HTTP/1.1" 200 1123 0.023977 10.0.0.133 - - [2026-05-28 03:53:05] "POST /neutron/security_group HTTP/1.1" 200 2057 0.039216 10.0.0.133 - - [2026-05-28 03:53:10] "POST /neutron/port HTTP/1.1" 200 1123 0.024479 10.0.0.133 - - [2026-05-28 03:53:15] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009017 10.0.0.133 - - [2026-05-28 03:53:15] "POST /neutron/port HTTP/1.1" 200 1123 0.023459 10.0.0.133 - - [2026-05-28 03:53:15] "GET /virtual-machine/abeb5b0a-98d7-4fec-adb7-bedc4e3a73e0 HTTP/1.1" 200 1294 0.007754 10.0.0.133 - - [2026-05-28 03:53:15] "GET /virtual-machine-interface/a25fe425-ef79-4e5b-bd9e-60ba8b83d637 HTTP/1.1" 200 2944 0.007302 10.0.0.133 - - [2026-05-28 03:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.133 - - [2026-05-28 03:53:15] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004037 10.0.0.133 - - [2026-05-28 03:53:15] "GET /virtual-networks?parent_id=af6d54c7-e86b-4618-be56-15c3979f2c87&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003791 10.0.0.133 - - [2026-05-28 03:53:15] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006978 10.0.0.133 - - [2026-05-28 03:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.133 - - [2026-05-28 03:53:17] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004358 10.0.0.133 - - [2026-05-28 03:53:17] "GET /virtual-networks?parent_id=af6d54c7-e86b-4618-be56-15c3979f2c87&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002955 10.0.0.133 - - [2026-05-28 03:53:17] "GET /virtual-network/90bfd83e-0b9f-4e31-afb1-016a9d208de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007518 10.0.0.133 - - [2026-05-28 03:53:17] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008690 10.0.0.133 - - [2026-05-28 03:53:21] "POST /neutron/network HTTP/1.1" 200 1124 0.035281 10.0.0.133 - - [2026-05-28 03:53:22] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014826 10.0.0.133 - - [2026-05-28 03:53:22] "POST /neutron/network HTTP/1.1" 200 1114 0.011015 10.0.0.133 - - [2026-05-28 03:53:28] "POST /neutron/network HTTP/1.1" 200 1124 0.037667 10.0.0.133 - - [2026-05-28 03:53:28] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013566 10.0.0.133 - - [2026-05-28 03:53:28] "POST /neutron/network HTTP/1.1" 200 1114 0.010709 10.0.0.133 - - [2026-05-28 03:53:47] "POST /neutron/port HTTP/1.1" 200 1123 0.019001 10.0.0.133 - - [2026-05-28 03:53:47] "POST /neutron/port HTTP/1.1" 200 1123 0.034349 10.0.0.133 - - [2026-05-28 03:53:48] "POST /neutron/network HTTP/1.1" 200 823 0.008751 10.0.0.133 - - [2026-05-28 03:53:49] "GET /obj-perms HTTP/1.1" 200 5075 0.071101 10.0.0.131 - - [2026-05-28 03:53:50] "GET /projects?obj_uuids=af6d54c7-e86b-4618-be56-15c3979f2c87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.029036 10.0.0.133 - - [2026-05-28 03:53:50] "GET /project/af6d54c7-e86b-4618-be56-15c3979f2c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.099988 10.0.0.131 - - [2026-05-28 03:53:50] "GET /projects?obj_uuids=af6d54c7-e86b-4618-be56-15c3979f2c87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001278 10.0.0.133 - - [2026-05-28 03:53:50] "GET /project/af6d54c7-e86b-4618-be56-15c3979f2c87?fields=virtual_networks HTTP/1.1" 200 1033 0.054761 10.0.0.131 - - [2026-05-28 03:53:50] "GET /projects?obj_uuids=af6d54c7-e86b-4618-be56-15c3979f2c87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001115 10.0.0.133 - - [2026-05-28 03:53:50] "GET /project/af6d54c7-e86b-4618-be56-15c3979f2c87?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.053248 10.0.0.131 - - [2026-05-28 03:53:50] "GET /projects?obj_uuids=af6d54c7-e86b-4618-be56-15c3979f2c87&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001302 10.0.0.133 - - [2026-05-28 03:53:50] "GET /project/af6d54c7-e86b-4618-be56-15c3979f2c87?fields=security_groups HTTP/1.1" 200 1259 0.067022 10.0.0.133 - - [2026-05-28 03:54:07] "GET / HTTP/1.1" 200 36215 0.003214 10.0.0.133 - - [2026-05-28 03:54:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000751 10.0.0.133 - - [2026-05-28 03:54:08] "POST /fqname-to-id HTTP/1.1" 404 201 0.072092 10.0.0.131 - - [2026-05-28 03:54:08] "GET /projects?obj_uuids=d1e9695d-d7fa-487d-a098-ab4cdcaabf59&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004114 10.0.0.131 - - [2026-05-28 03:54:08] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001373 10.0.0.131 - - [2026-05-28 03:54:08] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009551 10.0.0.131 - - [2026-05-28 03:54:08] "POST /id-to-fqname HTTP/1.1" 200 203 0.001513 10.0.0.131 - - [2026-05-28 03:54:08] "POST /fqname-to-id HTTP/1.1" 404 212 0.009666 10.0.0.131 - - [2026-05-28 03:54:08] "POST /security-groups HTTP/1.1" 200 604 0.042237 10.0.0.41 - - [2026-05-28 03:54:08] "POST /fqname-to-id HTTP/1.1" 404 247 0.002818 10.0.0.131 - - [2026-05-28 03:54:08] "POST /projects HTTP/1.1" 200 611 0.274175 10.0.0.131 - - [2026-05-28 03:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.311362 10.0.0.41 - - [2026-05-28 03:54:08] "POST /access-control-lists HTTP/1.1" 200 609 0.033089 10.0.0.133 - - [2026-05-28 03:54:08] "GET /project/d1e9695d-d7fa-487d-a098-ab4cdcaabf59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.464077 10.0.0.133 - - [2026-05-28 03:54:10] "GET / HTTP/1.1" 200 36215 0.003229 10.0.0.133 - - [2026-05-28 03:54:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000632 10.0.0.133 - - [2026-05-28 03:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.091268 10.0.0.131 - - [2026-05-28 03:54:11] "GET /projects?obj_uuids=d1e9695d-d7fa-487d-a098-ab4cdcaabf59&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000904 10.0.0.133 - - [2026-05-28 03:54:11] "GET /project/d1e9695d-d7fa-487d-a098-ab4cdcaabf59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.056401 10.0.0.131 - - [2026-05-28 03:54:11] "GET /projects?obj_uuids=d1e9695d-d7fa-487d-a098-ab4cdcaabf59&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001384 10.0.0.133 - - [2026-05-28 03:54:11] "POST /neutron/network HTTP/1.1" 200 620 0.164701 10.0.0.133 - - [2026-05-28 03:54:11] "POST /id-to-fqname HTTP/1.1" 200 234 0.004590 10.0.0.133 - - [2026-05-28 03:54:11] "GET /virtual-network/da59ade8-dd79-43b3-9298-a118e30c00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006903 10.0.0.133 - - [2026-05-28 03:54:11] "POST /neutron/network HTTP/1.1" 200 840 0.010216 10.0.0.133 - - [2026-05-28 03:54:11] "GET /virtual-network/da59ade8-dd79-43b3-9298-a118e30c00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007713 10.0.0.133 - - [2026-05-28 03:54:11] "POST /id-to-fqname HTTP/1.1" 200 234 0.001414 10.0.0.133 - - [2026-05-28 03:54:11] "POST /neutron/port HTTP/1.1" 200 4190 0.041289 10.0.0.131 - - [2026-05-28 03:54:12] "GET /projects?obj_uuids=d1e9695d-d7fa-487d-a098-ab4cdcaabf59&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001112 10.0.0.133 - - [2026-05-28 03:54:12] "GET /project/d1e9695d-d7fa-487d-a098-ab4cdcaabf59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.080828 10.0.0.133 - - [2026-05-28 03:54:13] "POST /neutron/port HTTP/1.1" 200 4190 0.042250 10.0.0.133 - - [2026-05-28 03:54:13] "POST /id-to-fqname HTTP/1.1" 200 234 0.002442 10.0.0.133 - - [2026-05-28 03:54:13] "POST /neutron/network HTTP/1.1" 200 850 0.007431 10.0.0.133 - - [2026-05-28 03:54:14] "POST /neutron/port HTTP/1.1" 200 1074 0.020803 10.0.0.133 - - [2026-05-28 03:54:14] "POST /neutron/port HTTP/1.1" 200 1138 0.026424 10.0.0.131 - - [2026-05-28 03:54:14] "GET /projects?obj_uuids=d1e9695d-d7fa-487d-a098-ab4cdcaabf59&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000977 10.0.0.133 - - [2026-05-28 03:54:14] "GET /project/d1e9695d-d7fa-487d-a098-ab4cdcaabf59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.079140 10.0.0.133 - - [2026-05-28 03:54:14] "POST /neutron/port HTTP/1.1" 200 117 0.006644 10.0.0.133 - - [2026-05-28 03:54:14] "POST /neutron/port HTTP/1.1" 200 5175 0.044610 10.0.0.133 - - [2026-05-28 03:54:15] "POST /neutron/network HTTP/1.1" 200 850 0.007738 10.0.0.133 - - [2026-05-28 03:54:15] "GET /virtual-network/da59ade8-dd79-43b3-9298-a118e30c00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.018085 10.0.0.133 - - [2026-05-28 03:54:15] "POST /neutron/port HTTP/1.1" 200 1074 0.018587 10.0.0.133 - - [2026-05-28 03:54:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004161 10.0.0.133 - - [2026-05-28 03:54:16] "POST /neutron/network HTTP/1.1" 200 840 0.006907 10.0.0.41 - - [2026-05-28 03:54:16] "GET /obj-perms HTTP/1.1" 200 5075 0.058373 10.0.0.133 - - [2026-05-28 03:54:17] "POST /neutron/port HTTP/1.1" 200 1138 0.023895 10.0.0.133 - - [2026-05-28 03:54:17] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010420 10.0.0.133 - - [2026-05-28 03:54:17] "GET /virtual-machine/f0aa7b3e-13cc-4031-ade3-d9fb6081e2f5 HTTP/1.1" 401 293 0.001722 10.0.0.133 - - [2026-05-28 03:54:17] "GET /virtual-machine/f0aa7b3e-13cc-4031-ade3-d9fb6081e2f5 HTTP/1.1" 200 1308 0.039194 10.0.0.133 - - [2026-05-28 03:54:17] "GET /virtual-machine-interface/b43cf3c5-1983-4f0d-81af-eb5158a9ed68 HTTP/1.1" 200 3016 0.006611 10.0.0.133 - - [2026-05-28 03:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.133 - - [2026-05-28 03:54:17] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004359 10.0.0.133 - - [2026-05-28 03:54:17] "GET /virtual-networks?parent_id=d1e9695d-d7fa-487d-a098-ab4cdcaabf59&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003255 10.0.0.133 - - [2026-05-28 03:54:17] "GET /virtual-network/da59ade8-dd79-43b3-9298-a118e30c00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007063 10.0.0.41 - - [2026-05-28 03:54:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000586 10.0.0.41 - - [2026-05-28 03:54:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000467 10.0.0.131 - - [2026-05-28 03:54:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.41 - - [2026-05-28 03:54:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.131 - - [2026-05-28 03:54:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.41 - - [2026-05-28 03:54:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.133 - - [2026-05-28 03:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.133 - - [2026-05-28 03:54:20] "GET /virtual-network/da59ade8-dd79-43b3-9298-a118e30c00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006335 10.0.0.131 - - [2026-05-28 03:54:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.131 - - [2026-05-28 03:54:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.133 - - [2026-05-28 03:54:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000339 10.0.0.133 - - [2026-05-28 03:54:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000896 10.0.0.133 - - [2026-05-28 03:54:22] "POST /neutron/network HTTP/1.1" 200 936 0.009395 10.0.0.133 - - [2026-05-28 03:54:22] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.133 - - [2026-05-28 03:54:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000521 10.0.0.133 - - [2026-05-28 03:54:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000656 10.0.0.133 - - [2026-05-28 03:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.133 - - [2026-05-28 03:54:24] "GET /virtual-network/da59ade8-dd79-43b3-9298-a118e30c00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006125 10.0.0.41 - - [2026-05-28 03:54:27] "DELETE /access-control-list/263c21ae-8d87-4524-8c55-666b8052f2d3 HTTP/1.1" 200 115 0.039951 10.0.0.133 - - [2026-05-28 03:54:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978 10.0.0.133 - - [2026-05-28 03:54:28] "GET /virtual-network/da59ade8-dd79-43b3-9298-a118e30c00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005218 10.0.0.133 - - [2026-05-28 03:54:30] "POST /neutron/port HTTP/1.1" 200 1106 0.018076 10.0.0.133 - - [2026-05-28 03:54:30] "POST /neutron/subnet HTTP/1.1" 200 693 0.010342 10.0.0.133 - - [2026-05-28 03:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.133 - - [2026-05-28 03:54:33] "GET /virtual-network/da59ade8-dd79-43b3-9298-a118e30c00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005272 10.0.0.133 - - [2026-05-28 03:54:34] "POST /neutron/port HTTP/1.1" 200 1138 0.022313 10.0.0.133 - - [2026-05-28 03:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.133 - - [2026-05-28 03:54:35] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003987 10.0.0.133 - - [2026-05-28 03:54:35] "GET /virtual-networks?parent_id=d1e9695d-d7fa-487d-a098-ab4cdcaabf59&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004181 10.0.0.133 - - [2026-05-28 03:54:35] "GET /virtual-network/da59ade8-dd79-43b3-9298-a118e30c00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008267 10.0.0.133 - - [2026-05-28 03:54:35] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010595 10.0.0.131 - - [2026-05-28 03:54:37] "DELETE /project/d1e9695dd7fa487da098ab4cdcaabf59 HTTP/1.1" 404 173 0.003680 10.0.0.131 - - [2026-05-28 03:54:37] "DELETE /project/af6d54c7-e86b-4618-be56-15c3979f2c87 HTTP/1.1" 404 177 0.006721 10.0.0.133 - - [2026-05-28 03:54:40] "POST /neutron/port HTTP/1.1" 200 1138 0.018159 10.0.0.133 - - [2026-05-28 03:54:45] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010137 10.0.0.133 - - [2026-05-28 03:54:55] "POST /neutron/port HTTP/1.1" 200 1138 0.019518 10.0.0.133 - - [2026-05-28 03:54:55] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008081 10.0.0.133 - - [2026-05-28 03:54:56] "GET /virtual-machine/55017f03-a981-4423-a4f9-607406151226 HTTP/1.1" 200 1307 0.005988 10.0.0.133 - - [2026-05-28 03:54:56] "GET /virtual-machine-interface/b57e521f-f5cb-4a35-8a54-1ebc8831b3e1 HTTP/1.1" 200 3016 0.007771 10.0.0.133 - - [2026-05-28 03:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.133 - - [2026-05-28 03:54:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003331 10.0.0.133 - - [2026-05-28 03:54:56] "GET /virtual-networks?parent_id=d1e9695d-d7fa-487d-a098-ab4cdcaabf59&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003642 10.0.0.133 - - [2026-05-28 03:54:56] "GET /virtual-network/da59ade8-dd79-43b3-9298-a118e30c00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005481 10.0.0.133 - - [2026-05-28 03:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.133 - - [2026-05-28 03:54:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006922 10.0.0.133 - - [2026-05-28 03:54:57] "GET /virtual-networks?parent_id=d1e9695d-d7fa-487d-a098-ab4cdcaabf59&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003779 10.0.0.133 - - [2026-05-28 03:54:57] "GET /virtual-network/da59ade8-dd79-43b3-9298-a118e30c00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006637 10.0.0.133 - - [2026-05-28 03:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.133 - - [2026-05-28 03:54:58] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003499 10.0.0.133 - - [2026-05-28 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.133 - - [2026-05-28 03:54:58] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005146 10.0.0.133 - - [2026-05-28 03:54:58] "PUT /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780 HTTP/1.1" 200 277 0.015268 10.0.0.133 - - [2026-05-28 03:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.133 - - [2026-05-28 03:55:09] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.004941 10.0.0.133 - - [2026-05-28 03:55:09] "PUT /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780 HTTP/1.1" 200 277 0.015836 10.0.0.133 - - [2026-05-28 03:55:24] "POST /neutron/port HTTP/1.1" 200 1219 0.019754 10.0.0.133 - - [2026-05-28 03:55:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004534 10.0.0.133 - - [2026-05-28 03:55:24] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.131 - - [2026-05-28 03:55:51] "GET /obj-perms HTTP/1.1" 200 5075 0.062104 10.0.0.133 - - [2026-05-28 03:56:01] "POST /neutron/network HTTP/1.1" 200 840 0.014454 10.0.0.133 - - [2026-05-28 03:56:02] "POST /neutron/port HTTP/1.1" 200 1128 0.016617 10.0.0.133 - - [2026-05-28 03:56:02] "POST /neutron/port HTTP/1.1" 200 1128 0.021827 10.0.0.131 - - [2026-05-28 03:56:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004113 10.0.0.131 - - [2026-05-28 03:56:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002969 10.0.0.133 - - [2026-05-28 03:56:04] "POST /neutron/network HTTP/1.1" 200 151 0.151993 10.0.0.41 - - [2026-05-28 03:56:04] "DELETE /route-target/cc721965-391c-4429-bebe-d737fc90e0ec HTTP/1.1" 200 115 0.035471 10.0.0.131 - - [2026-05-28 03:56:04] "GET /projects?obj_uuids=d1e9695d-d7fa-487d-a098-ab4cdcaabf59&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002403 10.0.0.133 - - [2026-05-28 03:56:04] "GET /project/d1e9695d-d7fa-487d-a098-ab4cdcaabf59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.067464 10.0.0.131 - - [2026-05-28 03:56:04] "GET /projects?obj_uuids=d1e9695d-d7fa-487d-a098-ab4cdcaabf59&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002345 10.0.0.133 - - [2026-05-28 03:56:04] "GET /project/d1e9695d-d7fa-487d-a098-ab4cdcaabf59?fields=virtual_networks HTTP/1.1" 200 1061 0.064239 10.0.0.131 - - [2026-05-28 03:56:04] "GET /projects?obj_uuids=d1e9695d-d7fa-487d-a098-ab4cdcaabf59&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001236 10.0.0.133 - - [2026-05-28 03:56:04] "GET /project/d1e9695d-d7fa-487d-a098-ab4cdcaabf59?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.051839 10.0.0.131 - - [2026-05-28 03:56:04] "GET /projects?obj_uuids=d1e9695d-d7fa-487d-a098-ab4cdcaabf59&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001085 10.0.0.133 - - [2026-05-28 03:56:04] "GET /project/d1e9695d-d7fa-487d-a098-ab4cdcaabf59?fields=security_groups HTTP/1.1" 200 1301 0.046973 10.0.0.133 - - [2026-05-28 03:56:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.033987 10.0.0.131 - - [2026-05-28 03:56:05] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003097 10.0.0.131 - - [2026-05-28 03:56:05] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002100 10.0.0.131 - - [2026-05-28 03:56:05] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008873 10.0.0.131 - - [2026-05-28 03:56:06] "POST /id-to-fqname HTTP/1.1" 200 209 0.005321 10.0.0.131 - - [2026-05-28 03:56:06] "POST /fqname-to-id HTTP/1.1" 404 217 0.004787 10.0.0.131 - - [2026-05-28 03:56:06] "POST /security-groups HTTP/1.1" 200 609 0.074195 10.0.0.131 - - [2026-05-28 03:56:06] "POST /projects HTTP/1.1" 200 621 0.306011 10.0.0.131 - - [2026-05-28 03:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.356996 10.0.0.41 - - [2026-05-28 03:56:06] "POST /fqname-to-id HTTP/1.1" 404 251 0.010881 10.0.0.133 - - [2026-05-28 03:56:06] "GET /project/46f6c056-da69-41c4-b0cc-531bc50b9d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.510111 10.0.0.133 - - [2026-05-28 03:56:07] "GET / HTTP/1.1" 200 36215 0.001974 10.0.0.133 - - [2026-05-28 03:56:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000515 10.0.0.133 - - [2026-05-28 03:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.078562 10.0.0.131 - - [2026-05-28 03:56:08] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001081 10.0.0.133 - - [2026-05-28 03:56:08] "GET /project/46f6c056-da69-41c4-b0cc-531bc50b9d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.042296 10.0.0.41 - - [2026-05-28 03:56:09] "POST /ref-update HTTP/1.1" 200 156 0.031414 10.0.0.131 - - [2026-05-28 03:56:09] "POST /useragent-kv HTTP/1.1" 200 115 0.007619 10.0.0.133 - - [2026-05-28 03:56:09] "POST /neutron/subnet HTTP/1.1" 200 715 0.309555 10.0.0.133 - - [2026-05-28 03:56:09] "POST /id-to-fqname HTTP/1.1" 200 239 0.001228 10.0.0.133 - - [2026-05-28 03:56:09] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006615 10.0.0.133 - - [2026-05-28 03:56:09] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008102 10.0.0.133 - - [2026-05-28 03:56:09] "POST /neutron/network HTTP/1.1" 200 842 0.008885 10.0.0.133 - - [2026-05-28 03:56:09] "POST /id-to-fqname HTTP/1.1" 200 239 0.001627 10.0.0.133 - - [2026-05-28 03:56:09] "POST /neutron/network HTTP/1.1" 200 852 0.009117 10.0.0.131 - - [2026-05-28 03:56:10] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001127 10.0.0.133 - - [2026-05-28 03:56:10] "GET /project/46f6c056-da69-41c4-b0cc-531bc50b9d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.089115 10.0.0.133 - - [2026-05-28 03:56:11] "POST /neutron/port HTTP/1.1" 200 117 0.006845 10.0.0.133 - - [2026-05-28 03:56:11] "POST /id-to-fqname HTTP/1.1" 200 239 0.001237 10.0.0.133 - - [2026-05-28 03:56:11] "POST /neutron/network HTTP/1.1" 200 852 0.008038 10.0.0.133 - - [2026-05-28 03:56:12] "POST /neutron/port HTTP/1.1" 200 1076 0.020780 10.0.0.131 - - [2026-05-28 03:56:12] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001510 10.0.0.133 - - [2026-05-28 03:56:12] "GET /project/46f6c056-da69-41c4-b0cc-531bc50b9d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.077776 10.0.0.133 - - [2026-05-28 03:56:12] "POST /neutron/network HTTP/1.1" 200 842 0.007406 10.0.0.133 - - [2026-05-28 03:56:12] "POST /neutron/port HTTP/1.1" 200 117 0.001354 10.0.0.133 - - [2026-05-28 03:56:12] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009013 10.0.0.133 - - [2026-05-28 03:56:13] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006586 10.0.0.133 - - [2026-05-28 03:56:14] "GET /obj-perms HTTP/1.1" 200 5085 0.099957 10.0.0.131 - - [2026-05-28 03:56:14] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000995 10.0.0.133 - - [2026-05-28 03:56:14] "POST /neutron/port HTTP/1.1" 200 1076 0.318324 10.0.0.133 - - [2026-05-28 03:56:14] "POST /neutron/port HTTP/1.1" 200 1130 0.125207 10.0.0.133 - - [2026-05-28 03:56:14] "POST /neutron/subnet HTTP/1.1" 200 689 0.012110 10.0.0.133 - - [2026-05-28 03:56:15] "POST /neutron/port HTTP/1.1" 200 1140 0.023478 10.0.0.133 - - [2026-05-28 03:56:15] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010141 10.0.0.133 - - [2026-05-28 03:56:15] "GET /virtual-machine/e124d10c-dad2-4db9-a8eb-51d0bb42f985 HTTP/1.1" 401 293 0.000404 10.0.0.133 - - [2026-05-28 03:56:15] "GET /virtual-machine/e124d10c-dad2-4db9-a8eb-51d0bb42f985 HTTP/1.1" 200 1313 0.039483 10.0.0.133 - - [2026-05-28 03:56:15] "GET /virtual-machine-interface/3d706529-df6b-450f-9f98-1746171af9cb HTTP/1.1" 200 3041 0.006984 10.0.0.133 - - [2026-05-28 03:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.133 - - [2026-05-28 03:56:16] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005339 10.0.0.133 - - [2026-05-28 03:56:16] "GET /virtual-networks?parent_id=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.004312 10.0.0.133 - - [2026-05-28 03:56:16] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006386 10.0.0.133 - - [2026-05-28 03:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.133 - - [2026-05-28 03:56:19] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007767 10.0.0.133 - - [2026-05-28 03:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.133 - - [2026-05-28 03:56:23] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007121 10.0.0.133 - - [2026-05-28 03:56:25] "POST /neutron/port HTTP/1.1" 200 1106 0.023338 10.0.0.133 - - [2026-05-28 03:56:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005348 10.0.0.133 - - [2026-05-28 03:56:25] "POST /neutron/network HTTP/1.1" 200 926 0.006913 10.0.0.133 - - [2026-05-28 03:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.133 - - [2026-05-28 03:56:27] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006419 10.0.0.133 - - [2026-05-28 03:56:30] "POST /neutron/network HTTP/1.1" 200 1124 0.007683 10.0.0.133 - - [2026-05-28 03:56:30] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016147 10.0.0.133 - - [2026-05-28 03:56:30] "POST /neutron/network HTTP/1.1" 200 1114 0.010824 10.0.0.133 - - [2026-05-28 03:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.133 - - [2026-05-28 03:56:31] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006977 10.0.0.133 - - [2026-05-28 03:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.133 - - [2026-05-28 03:56:35] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003710 10.0.0.133 - - [2026-05-28 03:56:35] "GET /virtual-networks?parent_id=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003562 10.0.0.133 - - [2026-05-28 03:56:35] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007507 10.0.0.133 - - [2026-05-28 03:56:35] "POST /neutron/port HTTP/1.1" 200 1140 0.018509 10.0.0.133 - - [2026-05-28 03:56:37] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011825 10.0.0.131 - - [2026-05-28 03:56:37] "DELETE /project/d1e9695d-d7fa-487d-a098-ab4cdcaabf59 HTTP/1.1" 404 177 0.003702 10.0.0.131 - - [2026-05-28 03:56:37] "DELETE /project/46f6c056da6941c4b0cc531bc50b9d6f HTTP/1.1" 404 173 0.006070 10.0.0.133 - - [2026-05-28 03:56:41] "POST /neutron/port HTTP/1.1" 200 1140 0.020651 10.0.0.133 - - [2026-05-28 03:56:41] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008813 10.0.0.133 - - [2026-05-28 03:56:41] "GET /virtual-machine/94399d71-68de-4d28-bd0f-a9d438579cdc HTTP/1.1" 200 1313 0.005866 10.0.0.133 - - [2026-05-28 03:56:41] "GET /virtual-machine-interface/81ac0039-a96a-426d-b26b-4abfe057d1c1 HTTP/1.1" 200 3041 0.004917 10.0.0.133 - - [2026-05-28 03:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.133 - - [2026-05-28 03:56:41] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005047 10.0.0.133 - - [2026-05-28 03:56:41] "GET /virtual-networks?parent_id=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003422 10.0.0.133 - - [2026-05-28 03:56:41] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006206 10.0.0.133 - - [2026-05-28 03:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.133 - - [2026-05-28 03:56:42] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003256 10.0.0.133 - - [2026-05-28 03:56:42] "GET /virtual-networks?parent_id=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.004008 10.0.0.133 - - [2026-05-28 03:56:42] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006179 10.0.0.133 - - [2026-05-28 03:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.131 - - [2026-05-28 03:56:47] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001389 10.0.0.133 - - [2026-05-28 03:56:48] "GET /project/46f6c056-da69-41c4-b0cc-531bc50b9d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.078106 10.0.0.133 - - [2026-05-28 03:56:48] "POST /neutron/network HTTP/1.1" 200 117 0.018755 10.0.0.41 - - [2026-05-28 03:56:48] "POST /route-targets HTTP/1.1" 200 328 0.017840 10.0.0.133 - - [2026-05-28 03:56:48] "POST /neutron/network HTTP/1.1" 200 843 0.009526 10.0.0.133 - - [2026-05-28 03:56:48] "POST /id-to-fqname HTTP/1.1" 200 239 0.001376 10.0.0.133 - - [2026-05-28 03:56:48] "GET /virtual-network/c8a0e412-febe-4b50-958d-6063d7f9c0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007033 10.0.0.133 - - [2026-05-28 03:56:48] "GET /virtual-network/c8a0e412-febe-4b50-958d-6063d7f9c0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006286 10.0.0.133 - - [2026-05-28 03:56:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.009794 10.0.0.133 - - [2026-05-28 03:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006577 10.0.0.131 - - [2026-05-28 03:56:48] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001428 10.0.0.133 - - [2026-05-28 03:56:48] "GET /project/46f6c056-da69-41c4-b0cc-531bc50b9d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.052659 10.0.0.41 - - [2026-05-28 03:56:49] "POST /ref-update HTTP/1.1" 200 156 0.044231 10.0.0.131 - - [2026-05-28 03:56:49] "POST /useragent-kv HTTP/1.1" 200 115 0.013426 10.0.0.133 - - [2026-05-28 03:56:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.266701 10.0.0.133 - - [2026-05-28 03:56:49] "POST /id-to-fqname HTTP/1.1" 200 242 0.001273 10.0.0.133 - - [2026-05-28 03:56:49] "GET /virtual-network/0b3d142a-9a4f-4c02-93ed-7310d5ed409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.009320 10.0.0.133 - - [2026-05-28 03:56:49] "GET /virtual-network/0b3d142a-9a4f-4c02-93ed-7310d5ed409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006269 10.0.0.133 - - [2026-05-28 03:56:49] "POST /neutron/network HTTP/1.1" 200 849 0.008548 10.0.0.133 - - [2026-05-28 03:56:49] "POST /id-to-fqname HTTP/1.1" 200 239 0.001785 10.0.0.133 - - [2026-05-28 03:56:49] "POST /neutron/security_group HTTP/1.1" 200 2076 0.013569 10.0.0.131 - - [2026-05-28 03:56:50] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001218 10.0.0.133 - - [2026-05-28 03:56:50] "GET /project/46f6c056-da69-41c4-b0cc-531bc50b9d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.108322 10.0.0.133 - - [2026-05-28 03:56:51] "POST /neutron/port HTTP/1.1" 200 6164 0.060423 10.0.0.133 - - [2026-05-28 03:56:51] "POST /id-to-fqname HTTP/1.1" 200 242 0.001902 10.0.0.133 - - [2026-05-28 03:56:51] "POST /neutron/port HTTP/1.1" 200 6164 0.044600 10.0.0.133 - - [2026-05-28 03:56:51] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007414 10.0.0.133 - - [2026-05-28 03:56:51] "POST /neutron/port HTTP/1.1" 200 1077 0.017895 10.0.0.133 - - [2026-05-28 03:56:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003733 10.0.0.133 - - [2026-05-28 03:56:52] "POST /neutron/network HTTP/1.1" 200 843 0.009053 10.0.0.41 - - [2026-05-28 03:56:52] "GET /obj-perms HTTP/1.1" 200 5075 0.107584 10.0.0.131 - - [2026-05-28 03:56:52] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000883 10.0.0.133 - - [2026-05-28 03:56:52] "GET /project/46f6c056-da69-41c4-b0cc-531bc50b9d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.087239 10.0.0.133 - - [2026-05-28 03:56:52] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008845 10.0.0.133 - - [2026-05-28 03:56:53] "POST /id-to-fqname HTTP/1.1" 200 239 0.001526 10.0.0.133 - - [2026-05-28 03:56:53] "POST /id-to-fqname HTTP/1.1" 200 239 0.001283 10.0.0.133 - - [2026-05-28 03:56:53] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009143 10.0.0.131 - - [2026-05-28 03:56:53] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000976 10.0.0.133 - - [2026-05-28 03:56:54] "POST /neutron/port HTTP/1.1" 200 1077 0.361383 10.0.0.133 - - [2026-05-28 03:56:54] "POST /neutron/port HTTP/1.1" 200 1131 0.141922 10.0.0.131 - - [2026-05-28 03:56:54] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001029 10.0.0.133 - - [2026-05-28 03:56:54] "GET /project/46f6c056-da69-41c4-b0cc-531bc50b9d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.086328 10.0.0.133 - - [2026-05-28 03:56:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003881 10.0.0.133 - - [2026-05-28 03:56:54] "POST /neutron/port HTTP/1.1" 200 117 0.001114 10.0.0.133 - - [2026-05-28 03:56:54] "POST /neutron/security_group HTTP/1.1" 200 2076 0.014941 10.0.0.133 - - [2026-05-28 03:56:55] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007100 10.0.0.131 - - [2026-05-28 03:56:55] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001228 10.0.0.133 - - [2026-05-28 03:56:55] "POST /neutron/port HTTP/1.1" 200 1076 0.336108 10.0.0.133 - - [2026-05-28 03:56:56] "POST /neutron/port HTTP/1.1" 200 1076 0.015558 10.0.0.133 - - [2026-05-28 03:56:56] "GET /virtual-network/c8a0e412-febe-4b50-958d-6063d7f9c0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007043 10.0.0.133 - - [2026-05-28 03:56:56] "POST /neutron/port HTTP/1.1" 200 1077 0.019981 10.0.0.133 - - [2026-05-28 03:56:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004456 10.0.0.133 - - [2026-05-28 03:56:56] "GET /obj-perms HTTP/1.1" 200 5085 0.003711 10.0.0.133 - - [2026-05-28 03:56:56] "POST /neutron/network HTTP/1.1" 200 842 0.007302 10.0.0.131 - - [2026-05-28 03:56:56] "GET /obj-perms HTTP/1.1" 200 5085 0.060400 10.0.0.133 - - [2026-05-28 03:56:56] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.133 - - [2026-05-28 03:56:57] "GET /virtual-network/0b3d142a-9a4f-4c02-93ed-7310d5ed409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.007418 10.0.0.41 - - [2026-05-28 03:56:57] "GET /obj-perms HTTP/1.1" 200 5085 0.065928 10.0.0.133 - - [2026-05-28 03:56:57] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010221 10.0.0.133 - - [2026-05-28 03:56:57] "POST /neutron/port HTTP/1.1" 200 1141 0.017677 10.0.0.133 - - [2026-05-28 03:56:57] "GET /virtual-machine/0a4f0352-7d5c-4da2-86cc-5b0b892b75eb HTTP/1.1" 200 1310 0.007918 10.0.0.133 - - [2026-05-28 03:56:57] "GET /virtual-machine-interface/ac1d38db-b264-45da-ac34-b9528d5f17c0 HTTP/1.1" 200 3051 0.005137 10.0.0.133 - - [2026-05-28 03:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.133 - - [2026-05-28 03:56:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004574 10.0.0.133 - - [2026-05-28 03:56:57] "GET /virtual-networks?parent_id=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003712 10.0.0.133 - - [2026-05-28 03:56:57] "GET /virtual-network/0b3d142a-9a4f-4c02-93ed-7310d5ed409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.007210 10.0.0.133 - - [2026-05-28 03:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.133 - - [2026-05-28 03:57:00] "GET /virtual-network/0b3d142a-9a4f-4c02-93ed-7310d5ed409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006343 10.0.0.133 - - [2026-05-28 03:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008831 10.0.0.133 - - [2026-05-28 03:57:05] "GET /virtual-network/0b3d142a-9a4f-4c02-93ed-7310d5ed409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006907 10.0.0.133 - - [2026-05-28 03:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.133 - - [2026-05-28 03:57:09] "GET /virtual-network/0b3d142a-9a4f-4c02-93ed-7310d5ed409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006813 10.0.0.133 - - [2026-05-28 03:57:12] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007404 10.0.0.133 - - [2026-05-28 03:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.133 - - [2026-05-28 03:57:13] "GET /virtual-network/0b3d142a-9a4f-4c02-93ed-7310d5ed409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006403 10.0.0.133 - - [2026-05-28 03:57:16] "POST /neutron/port HTTP/1.1" 200 1141 0.019866 10.0.0.133 - - [2026-05-28 03:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.133 - - [2026-05-28 03:57:17] "GET /virtual-network/0b3d142a-9a4f-4c02-93ed-7310d5ed409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006312 10.0.0.133 - - [2026-05-28 03:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.133 - - [2026-05-28 03:57:19] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004656 10.0.0.133 - - [2026-05-28 03:57:19] "GET /virtual-networks?parent_id=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003135 10.0.0.133 - - [2026-05-28 03:57:19] "GET /virtual-network/0b3d142a-9a4f-4c02-93ed-7310d5ed409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.005835 10.0.0.133 - - [2026-05-28 03:57:19] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010253 10.0.0.133 - - [2026-05-28 03:57:27] "POST /neutron/port HTTP/1.1" 200 1219 0.018577 10.0.0.133 - - [2026-05-28 03:57:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004187 10.0.0.133 - - [2026-05-28 03:57:27] "POST /neutron/port HTTP/1.1" 200 117 0.001646 10.0.0.133 - - [2026-05-28 03:57:30] "POST /neutron/port HTTP/1.1" 200 1141 0.029009 10.0.0.133 - - [2026-05-28 03:57:30] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007444 10.0.0.133 - - [2026-05-28 03:57:30] "GET /virtual-machine/05731cee-c70f-4271-9302-34ba5276fe8c HTTP/1.1" 200 1311 0.006939 10.0.0.133 - - [2026-05-28 03:57:30] "GET /virtual-machine-interface/38a80b15-19a5-4e54-b259-899ee3d772d6 HTTP/1.1" 200 3041 0.005436 10.0.0.133 - - [2026-05-28 03:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005056 10.0.0.133 - - [2026-05-28 03:57:30] "POST /neutron/port HTTP/1.1" 200 1106 0.028166 10.0.0.133 - - [2026-05-28 03:57:30] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005926 10.0.0.133 - - [2026-05-28 03:57:30] "GET /virtual-networks?parent_id=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.006574 10.0.0.133 - - [2026-05-28 03:57:30] "GET /virtual-network/c8a0e412-febe-4b50-958d-6063d7f9c0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005944 10.0.0.133 - - [2026-05-28 03:57:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007926 10.0.0.133 - - [2026-05-28 03:57:30] "POST /neutron/network HTTP/1.1" 200 926 0.007385 10.0.0.133 - - [2026-05-28 03:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.133 - - [2026-05-28 03:57:31] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004068 10.0.0.133 - - [2026-05-28 03:57:31] "GET /virtual-networks?parent_id=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003534 10.0.0.133 - - [2026-05-28 03:57:31] "GET /virtual-network/c8a0e412-febe-4b50-958d-6063d7f9c0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006877 10.0.0.133 - - [2026-05-28 03:57:32] "POST /neutron/port HTTP/1.1" 200 2129 0.030772 10.0.0.133 - - [2026-05-28 03:57:32] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008079 10.0.0.133 - - [2026-05-28 03:57:32] "GET /virtual-machine/3fce3c80-2e35-4633-84ab-da76fec767ce HTTP/1.1" 200 1588 0.006732 10.0.0.133 - - [2026-05-28 03:57:32] "GET /virtual-machine-interface/8821b4c2-e7a1-4071-87ab-36eab01303b0 HTTP/1.1" 200 3040 0.007537 10.0.0.133 - - [2026-05-28 03:57:32] "GET /virtual-machine-interface/f867fd63-3004-4801-99dd-9d50d645308d HTTP/1.1" 200 3042 0.008846 10.0.0.133 - - [2026-05-28 03:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.133 - - [2026-05-28 03:57:32] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005341 10.0.0.133 - - [2026-05-28 03:57:32] "GET /virtual-networks?parent_id=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003337 10.0.0.133 - - [2026-05-28 03:57:32] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007606 10.0.0.133 - - [2026-05-28 03:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006458 10.0.0.133 - - [2026-05-28 03:57:33] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004351 10.0.0.133 - - [2026-05-28 03:57:33] "GET /virtual-networks?parent_id=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003337 10.0.0.133 - - [2026-05-28 03:57:33] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007015 10.0.0.133 - - [2026-05-28 03:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.133 - - [2026-05-28 03:57:33] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003402 10.0.0.133 - - [2026-05-28 03:57:33] "GET /virtual-networks?parent_id=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003648 10.0.0.133 - - [2026-05-28 03:57:33] "GET /virtual-network/c8a0e412-febe-4b50-958d-6063d7f9c0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008697 10.0.0.133 - - [2026-05-28 03:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.133 - - [2026-05-28 03:57:35] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005171 10.0.0.133 - - [2026-05-28 03:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.133 - - [2026-05-28 03:57:35] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004160 10.0.0.133 - - [2026-05-28 03:57:35] "PUT /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780 HTTP/1.1" 200 277 0.013293 10.0.0.133 - - [2026-05-28 03:57:35] "POST /fqname-to-id HTTP/1.1" 404 217 0.003655 10.0.0.133 - - [2026-05-28 03:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.131 - - [2026-05-28 03:57:35] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001321 10.0.0.133 - - [2026-05-28 03:57:35] "GET /project/46f6c056-da69-41c4-b0cc-531bc50b9d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.045903 10.0.0.133 - - [2026-05-28 03:57:35] "POST /network-policys HTTP/1.1" 200 541 0.033246 10.0.0.133 - - [2026-05-28 03:57:35] "GET /network-policy/b9e81b85-0fe1-4228-9aaa-2e503e0c21c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.006492 10.0.0.133 - - [2026-05-28 03:57:35] "POST /neutron/network HTTP/1.1" 200 842 0.006948 10.0.0.133 - - [2026-05-28 03:57:35] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.009882 10.0.0.133 - - [2026-05-28 03:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.133 - - [2026-05-28 03:57:36] "GET /network-policy/b9e81b85-0fe1-4228-9aaa-2e503e0c21c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.005574 10.0.0.133 - - [2026-05-28 03:57:36] "POST /neutron/network HTTP/1.1" 200 843 0.015481 10.0.0.133 - - [2026-05-28 03:57:36] "GET /virtual-network/c8a0e412-febe-4b50-958d-6063d7f9c0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.011028 10.0.0.133 - - [2026-05-28 03:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.133 - - [2026-05-28 03:57:36] "GET /network-policy/b9e81b85-0fe1-4228-9aaa-2e503e0c21c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.005063 10.0.0.41 - - [2026-05-28 03:57:36] "POST /fqname-to-id HTTP/1.1" 404 254 0.040081 10.0.0.133 - - [2026-05-28 03:57:36] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.006711 10.0.0.133 - - [2026-05-28 03:57:37] "GET /virtual-network/c8a0e412-febe-4b50-958d-6063d7f9c0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.005882 10.0.0.133 - - [2026-05-28 03:57:37] "GET /obj-perms HTTP/1.1" 200 5085 0.003917 10.0.0.131 - - [2026-05-28 03:57:37] "GET /obj-perms HTTP/1.1" 200 5085 0.004098 10.0.0.133 - - [2026-05-28 03:57:37] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.007287 10.0.0.41 - - [2026-05-28 03:57:37] "GET /obj-perms HTTP/1.1" 200 5085 0.004832 10.0.0.133 - - [2026-05-28 03:57:38] "GET /virtual-network/c8a0e412-febe-4b50-958d-6063d7f9c0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.008245 10.0.0.133 - - [2026-05-28 03:57:38] "GET /virtual-network/0b3d142a-9a4f-4c02-93ed-7310d5ed409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006052 10.0.0.133 - - [2026-05-28 03:57:38] "GET /obj-perms HTTP/1.1" 200 5085 0.003437 10.0.0.131 - - [2026-05-28 03:57:39] "GET /obj-perms HTTP/1.1" 200 5085 0.004402 10.0.0.133 - - [2026-05-28 03:57:54] "GET /obj-perms HTTP/1.1" 200 5085 0.003829 10.0.0.133 - - [2026-05-28 03:58:28] "POST /neutron/port HTTP/1.1" 200 1106 0.051559 10.0.0.133 - - [2026-05-28 03:58:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005110 10.0.0.133 - - [2026-05-28 03:58:29] "POST /neutron/network HTTP/1.1" 200 926 0.009742 10.0.0.133 - - [2026-05-28 03:58:30] "POST /neutron/network HTTP/1.1" 200 946 0.035440 10.0.0.133 - - [2026-05-28 03:58:30] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.41 - - [2026-05-28 03:58:53] "GET /obj-perms HTTP/1.1" 200 5075 0.066684 10.0.0.41 - - [2026-05-28 03:59:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000559 10.0.0.41 - - [2026-05-28 03:59:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.41 - - [2026-05-28 03:59:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.131 - - [2026-05-28 03:59:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.41 - - [2026-05-28 03:59:20] "GET /global-system-configs HTTP/1.1" 401 293 0.001165 10.0.0.131 - - [2026-05-28 03:59:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.131 - - [2026-05-28 03:59:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.131 - - [2026-05-28 03:59:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.133 - - [2026-05-28 03:59:22] "GET /global-system-configs HTTP/1.1" 401 293 0.001044 10.0.0.133 - - [2026-05-28 03:59:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.133 - - [2026-05-28 03:59:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.133 - - [2026-05-28 03:59:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.133 - - [2026-05-28 03:59:30] "POST /neutron/port HTTP/1.1" 200 1141 0.027715 10.0.0.133 - - [2026-05-28 03:59:30] "POST /neutron/subnet HTTP/1.1" 200 694 0.009321 10.0.0.133 - - [2026-05-28 03:59:31] "POST /neutron/port HTTP/1.1" 200 1140 0.019819 10.0.0.133 - - [2026-05-28 03:59:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004785 10.0.0.133 - - [2026-05-28 03:59:31] "POST /neutron/network HTTP/1.1" 200 936 0.017021 10.0.0.133 - - [2026-05-28 04:00:31] "POST /neutron/network HTTP/1.1" 200 859 0.009925 10.0.0.133 - - [2026-05-28 04:00:31] "POST /neutron/port HTTP/1.1" 200 117 0.001635 10.0.0.133 - - [2026-05-28 04:00:33] "POST /neutron/port HTTP/1.1" 200 1219 0.030353 10.0.0.133 - - [2026-05-28 04:00:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006574 10.0.0.133 - - [2026-05-28 04:00:33] "POST /neutron/port HTTP/1.1" 200 117 0.001423 10.0.0.131 - - [2026-05-28 04:00:55] "GET /obj-perms HTTP/1.1" 200 5075 0.075194 10.0.0.133 - - [2026-05-28 04:00:55] "GET /obj-perms HTTP/1.1" 200 5075 0.074198 10.0.0.133 - - [2026-05-28 04:01:16] "GET /virtual-network/c8a0e412-febe-4b50-958d-6063d7f9c0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.047134 10.0.0.133 - - [2026-05-28 04:01:16] "POST /neutron/network HTTP/1.1" 200 843 0.145995 10.0.0.133 - - [2026-05-28 04:01:16] "GET /virtual-network/c8a0e412-febe-4b50-958d-6063d7f9c0b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007298 10.0.0.133 - - [2026-05-28 04:01:16] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.005214 10.0.0.133 - - [2026-05-28 04:01:16] "POST /neutron/network HTTP/1.1" 200 842 0.096337 10.0.0.133 - - [2026-05-28 04:01:16] "GET /virtual-network/6ae6a189-a2d2-41e0-9963-fe074ae4984e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007046 10.0.0.133 - - [2026-05-28 04:01:16] "DELETE /network-policy/b9e81b85-0fe1-4228-9aaa-2e503e0c21c8 HTTP/1.1" 200 115 0.052374 10.0.0.133 - - [2026-05-28 04:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006892 10.0.0.133 - - [2026-05-28 04:01:17] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.005203 10.0.0.133 - - [2026-05-28 04:01:17] "PUT /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780 HTTP/1.1" 200 277 0.018771 10.0.0.41 - - [2026-05-28 04:01:17] "DELETE /access-control-list/e053a4c3-bf48-43fc-98b8-52383216a8ab HTTP/1.1" 200 115 0.047323 10.0.0.41 - - [2026-05-28 04:01:17] "DELETE /access-control-list/e766448e-3ff6-4dfd-be45-4596beff3201 HTTP/1.1" 200 115 0.041599 10.0.0.133 - - [2026-05-28 04:01:18] "POST /neutron/network HTTP/1.1" 400 204 0.019020 10.0.0.133 - - [2026-05-28 04:01:19] "POST /neutron/port HTTP/1.1" 200 1141 0.028066 10.0.0.133 - - [2026-05-28 04:01:19] "POST /neutron/port HTTP/1.1" 200 151 0.337065 10.0.0.133 - - [2026-05-28 04:01:20] "POST /neutron/port HTTP/1.1" 200 151 0.338331 10.0.0.133 - - [2026-05-28 04:01:20] "POST /neutron/network HTTP/1.1" 200 849 0.008952 10.0.0.41 - - [2026-05-28 04:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004819 10.0.0.41 - - [2026-05-28 04:01:21] "DELETE /route-target/f58e8102-1a3c-4ce5-b8e2-551d079e2c13 HTTP/1.1" 200 115 0.032781 10.0.0.131 - - [2026-05-28 04:01:21] "POST /useragent-kv HTTP/1.1" 200 115 0.061118 10.0.0.131 - - [2026-05-28 04:01:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002548 10.0.0.133 - - [2026-05-28 04:01:21] "POST /neutron/network HTTP/1.1" 200 151 0.230657 10.0.0.133 - - [2026-05-28 04:01:22] "POST /neutron/port HTTP/1.1" 200 1140 0.018640 10.0.0.133 - - [2026-05-28 04:01:22] "POST /neutron/port HTTP/1.1" 200 1140 0.033927 10.0.0.133 - - [2026-05-28 04:01:24] "POST /neutron/network HTTP/1.1" 200 842 0.008189 10.0.0.131 - - [2026-05-28 04:01:24] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001217 10.0.0.133 - - [2026-05-28 04:01:24] "GET /project/46f6c056-da69-41c4-b0cc-531bc50b9d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.110625 10.0.0.131 - - [2026-05-28 04:01:24] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001387 10.0.0.133 - - [2026-05-28 04:01:24] "GET /project/46f6c056-da69-41c4-b0cc-531bc50b9d6f?fields=virtual_networks HTTP/1.1" 200 1070 0.066360 10.0.0.131 - - [2026-05-28 04:01:24] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001205 10.0.0.133 - - [2026-05-28 04:01:25] "GET /project/46f6c056-da69-41c4-b0cc-531bc50b9d6f?fields=virtual_machine_interfaces HTTP/1.1" 200 1070 0.049150 10.0.0.131 - - [2026-05-28 04:01:25] "GET /projects?obj_uuids=46f6c056-da69-41c4-b0cc-531bc50b9d6f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001196 10.0.0.133 - - [2026-05-28 04:01:25] "GET /project/46f6c056-da69-41c4-b0cc-531bc50b9d6f?fields=security_groups HTTP/1.1" 200 1315 0.064310 10.0.0.133 - - [2026-05-28 04:01:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.033490 10.0.0.131 - - [2026-05-28 04:01:26] "GET /projects?obj_uuids=5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003710 10.0.0.131 - - [2026-05-28 04:01:26] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002119 10.0.0.131 - - [2026-05-28 04:01:26] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.045118 10.0.0.131 - - [2026-05-28 04:01:26] "POST /id-to-fqname HTTP/1.1" 200 185 0.002988 10.0.0.131 - - [2026-05-28 04:01:26] "POST /fqname-to-id HTTP/1.1" 404 194 0.011484 10.0.0.131 - - [2026-05-28 04:01:26] "POST /security-groups HTTP/1.1" 200 586 0.081014 10.0.0.41 - - [2026-05-28 04:01:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.005636 10.0.0.131 - - [2026-05-28 04:01:26] "POST /projects HTTP/1.1" 200 575 0.327796 10.0.0.131 - - [2026-05-28 04:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.406958 10.0.0.41 - - [2026-05-28 04:01:26] "POST /access-control-lists HTTP/1.1" 200 591 0.039021 10.0.0.133 - - [2026-05-28 04:01:26] "GET /project/5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.610348 10.0.0.133 - - [2026-05-28 04:01:28] "GET / HTTP/1.1" 200 36215 0.002410 10.0.0.131 - - [2026-05-28 04:01:28] "GET /projects?obj_uuids=6f21ab47-3c46-4315-9a9a-72a900eb66f6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001024 10.0.0.133 - - [2026-05-28 04:01:28] "GET /project/6f21ab47-3c46-4315-9a9a-72a900eb66f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.087108 10.0.0.133 - - [2026-05-28 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.133 - - [2026-05-28 04:01:30] "GET /security-group/6532ea7a-6970-4d47-bd5e-c3cb396d9c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.004486 10.0.0.133 - - [2026-05-28 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.131 - - [2026-05-28 04:01:30] "GET /projects?obj_uuids=6f21ab47-3c46-4315-9a9a-72a900eb66f6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001691 10.0.0.133 - - [2026-05-28 04:01:30] "GET /project/6f21ab47-3c46-4315-9a9a-72a900eb66f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.046296 10.0.0.133 - - [2026-05-28 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.133 - - [2026-05-28 04:01:30] "GET /security-group/6532ea7a-6970-4d47-bd5e-c3cb396d9c75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005617 10.0.0.133 - - [2026-05-28 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.133 - - [2026-05-28 04:01:30] "PUT /security-group/6532ea7a-6970-4d47-bd5e-c3cb396d9c75 HTTP/1.1" 200 263 0.021166 10.0.0.41 - - [2026-05-28 04:01:30] "PUT /access-control-list/72c8339c-e76f-48a6-8f95-7c05d0ecb2d0 HTTP/1.1" 200 273 0.020998 10.0.0.133 - - [2026-05-28 04:01:32] "POST /neutron/port HTTP/1.1" 200 1219 0.019037 10.0.0.133 - - [2026-05-28 04:01:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004501 10.0.0.133 - - [2026-05-28 04:01:32] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.131 - - [2026-05-28 04:01:33] "GET /projects?obj_uuids=5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001141 10.0.0.133 - - [2026-05-28 04:01:33] "GET /project/5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.079076 10.0.0.131 - - [2026-05-28 04:01:33] "GET /projects?obj_uuids=5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001042 10.0.0.133 - - [2026-05-28 04:01:33] "GET /project/5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2?fields=virtual_networks HTTP/1.1" 200 1024 0.066492 10.0.0.131 - - [2026-05-28 04:01:33] "GET /projects?obj_uuids=5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001830 10.0.0.133 - - [2026-05-28 04:01:33] "GET /project/5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.054601 10.0.0.131 - - [2026-05-28 04:01:33] "GET /projects?obj_uuids=5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001271 10.0.0.133 - - [2026-05-28 04:01:33] "POST /neutron/port HTTP/1.1" 200 1106 0.027032 10.0.0.133 - - [2026-05-28 04:01:33] "GET /project/5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2?fields=security_groups HTTP/1.1" 200 1246 0.068924 10.0.0.133 - - [2026-05-28 04:01:33] "POST /neutron/subnet HTTP/1.1" 200 693 0.010723 10.0.0.133 - - [2026-05-28 04:01:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.038069 10.0.0.131 - - [2026-05-28 04:01:34] "GET /projects?obj_uuids=aad15e30-10b8-48ea-9e58-7311ff34123d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003539 10.0.0.131 - - [2026-05-28 04:01:34] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.131 - - [2026-05-28 04:01:34] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008786 10.0.0.131 - - [2026-05-28 04:01:35] "POST /id-to-fqname HTTP/1.1" 200 194 0.001561 10.0.0.131 - - [2026-05-28 04:01:35] "POST /fqname-to-id HTTP/1.1" 404 203 0.004800 10.0.0.131 - - [2026-05-28 04:01:35] "POST /security-groups HTTP/1.1" 200 595 0.084649 10.0.0.131 - - [2026-05-28 04:01:35] "POST /projects HTTP/1.1" 200 593 0.310449 10.0.0.41 - - [2026-05-28 04:01:35] "POST /access-control-lists HTTP/1.1" 200 602 0.036449 10.0.0.131 - - [2026-05-28 04:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.393253 10.0.0.133 - - [2026-05-28 04:01:35] "GET /project/aad15e30-10b8-48ea-9e58-7311ff34123d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.568410 10.0.0.133 - - [2026-05-28 04:01:36] "GET / HTTP/1.1" 200 36215 0.001499 10.0.0.131 - - [2026-05-28 04:01:37] "DELETE /project/46f6c056-da69-41c4-b0cc-531bc50b9d6f HTTP/1.1" 404 177 0.005657 10.0.0.131 - - [2026-05-28 04:01:37] "DELETE /project/aad15e3010b848ea9e587311ff34123d HTTP/1.1" 404 173 0.012695 10.0.0.131 - - [2026-05-28 04:01:37] "DELETE /project/5f5e0f0a0f8a4c749aed8fe49e9d1dc2 HTTP/1.1" 404 173 0.011286 10.0.0.131 - - [2026-05-28 04:01:38] "GET /projects?obj_uuids=5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000807 10.0.0.131 - - [2026-05-28 04:01:38] "GET /project/5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.051943 10.0.0.131 - - [2026-05-28 04:01:38] "GET /projects?obj_uuids=5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001124 10.0.0.131 - - [2026-05-28 04:01:38] "GET /project/5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2?fields=security_groups HTTP/1.1" 200 1348 0.052726 10.0.0.131 - - [2026-05-28 04:01:38] "DELETE /security-group/48051038-c7d4-4222-9c2c-9effbcfcbd8c HTTP/1.1" 200 115 0.063414 10.0.0.131 - - [2026-05-28 04:01:38] "GET /projects?obj_uuids=5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002435 10.0.0.41 - - [2026-05-28 04:01:38] "DELETE /access-control-list/3ae8f9f5-77ae-46e6-b991-26aeccb2a824 HTTP/1.1" 200 115 0.045290 10.0.0.131 - - [2026-05-28 04:01:38] "GET /project/5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2?fields=application_policy_sets HTTP/1.1" 200 1387 0.073184 10.0.0.131 - - [2026-05-28 04:01:38] "DELETE /project/5f5e0f0a-0f8a-4c74-9aed-8fe49e9d1dc2 HTTP/1.1" 200 115 0.471516 10.0.0.133 - - [2026-05-28 04:01:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000521 10.0.0.133 - - [2026-05-28 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.039123 10.0.0.131 - - [2026-05-28 04:01:38] "GET /projects?obj_uuids=aad15e30-10b8-48ea-9e58-7311ff34123d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001214 10.0.0.133 - - [2026-05-28 04:01:38] "GET /project/aad15e30-10b8-48ea-9e58-7311ff34123d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.049579 10.0.0.133 - - [2026-05-28 04:01:39] "POST /neutron/network HTTP/1.1" 200 117 0.064824 10.0.0.41 - - [2026-05-28 04:01:39] "POST /ref-update HTTP/1.1" 200 156 0.029555 10.0.0.133 - - [2026-05-28 04:01:39] "POST /neutron/network HTTP/1.1" 200 842 0.009515 10.0.0.133 - - [2026-05-28 04:01:39] "POST /id-to-fqname HTTP/1.1" 200 231 0.001297 10.0.0.133 - - [2026-05-28 04:01:39] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006264 10.0.0.133 - - [2026-05-28 04:01:39] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006047 10.0.0.133 - - [2026-05-28 04:01:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.011048 10.0.0.133 - - [2026-05-28 04:01:39] "POST /id-to-fqname HTTP/1.1" 200 231 0.001408 10.0.0.131 - - [2026-05-28 04:01:40] "GET /projects?obj_uuids=aad15e30-10b8-48ea-9e58-7311ff34123d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001224 10.0.0.133 - - [2026-05-28 04:01:40] "GET /project/aad15e30-10b8-48ea-9e58-7311ff34123d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.073802 10.0.0.133 - - [2026-05-28 04:01:41] "POST /neutron/network HTTP/1.1" 200 842 0.044352 10.0.0.133 - - [2026-05-28 04:01:41] "POST /id-to-fqname HTTP/1.1" 200 231 0.001827 10.0.0.133 - - [2026-05-28 04:01:41] "POST /neutron/port HTTP/1.1" 200 4190 0.043478 10.0.0.133 - - [2026-05-28 04:01:42] "POST /neutron/port HTTP/1.1" 200 1064 0.019628 10.0.0.133 - - [2026-05-28 04:01:42] "POST /neutron/port HTTP/1.1" 200 1128 0.023340 10.0.0.133 - - [2026-05-28 04:01:42] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.133 - - [2026-05-28 04:01:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.044304 10.0.0.131 - - [2026-05-28 04:02:05] "GET /projects?obj_uuids=aad15e30-10b8-48ea-9e58-7311ff34123d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001235 10.0.0.133 - - [2026-05-28 04:02:05] "GET /project/aad15e30-10b8-48ea-9e58-7311ff34123d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.087431 10.0.0.133 - - [2026-05-28 04:02:06] "POST /neutron/port HTTP/1.1" 200 5165 0.068687 10.0.0.133 - - [2026-05-28 04:02:06] "POST /neutron/port HTTP/1.1" 200 1128 0.019915 10.0.0.133 - - [2026-05-28 04:02:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009190 10.0.0.133 - - [2026-05-28 04:02:06] "GET /virtual-machine/25e72713-e5ec-412d-b8e7-37ec8ddc6dd3 HTTP/1.1" 401 293 0.000437 10.0.0.133 - - [2026-05-28 04:02:06] "POST /neutron/network HTTP/1.1" 200 852 0.007224 10.0.0.133 - - [2026-05-28 04:02:07] "GET /virtual-machine/25e72713-e5ec-412d-b8e7-37ec8ddc6dd3 HTTP/1.1" 200 1298 0.086274 10.0.0.133 - - [2026-05-28 04:02:07] "GET /virtual-machine-interface/e307640e-d14a-48ce-89d8-dcb51835f452 HTTP/1.1" 200 2989 0.006551 10.0.0.133 - - [2026-05-28 04:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.133 - - [2026-05-28 04:02:07] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.021491 10.0.0.133 - - [2026-05-28 04:02:07] "GET /virtual-networks?parent_id=aad15e30-10b8-48ea-9e58-7311ff34123d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.004591 10.0.0.133 - - [2026-05-28 04:02:07] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006487 10.0.0.133 - - [2026-05-28 04:02:07] "POST /neutron/port HTTP/1.1" 200 1064 0.043195 10.0.0.133 - - [2026-05-28 04:02:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008172 10.0.0.133 - - [2026-05-28 04:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.133 - - [2026-05-28 04:02:08] "POST /neutron/network HTTP/1.1" 200 842 0.015703 10.0.0.133 - - [2026-05-28 04:02:08] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.014789 10.0.0.133 - - [2026-05-28 04:02:08] "GET /virtual-networks?parent_id=aad15e30-10b8-48ea-9e58-7311ff34123d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003759 10.0.0.133 - - [2026-05-28 04:02:08] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006940 10.0.0.133 - - [2026-05-28 04:02:14] "POST /neutron/port HTTP/1.1" 200 1128 0.052999 10.0.0.133 - - [2026-05-28 04:02:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.018756 10.0.0.133 - - [2026-05-28 04:02:29] "POST /neutron/port HTTP/1.1" 200 1128 0.022222 10.0.0.133 - - [2026-05-28 04:02:32] "POST /neutron/port HTTP/1.1" 200 1106 0.019586 10.0.0.133 - - [2026-05-28 04:02:32] "POST /neutron/subnet HTTP/1.1" 200 693 0.011618 10.0.0.133 - - [2026-05-28 04:02:34] "POST /neutron/port HTTP/1.1" 200 1128 0.021031 10.0.0.133 - - [2026-05-28 04:02:39] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007530 10.0.0.133 - - [2026-05-28 04:02:50] "POST /neutron/port HTTP/1.1" 200 1128 0.020473 10.0.0.133 - - [2026-05-28 04:02:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008574 10.0.0.133 - - [2026-05-28 04:02:55] "POST /neutron/port HTTP/1.1" 200 1128 0.023869 10.0.0.133 - - [2026-05-28 04:02:55] "GET /virtual-machine/d298a1cf-90fd-4ccc-9e55-3ce4551fc62e HTTP/1.1" 200 1299 0.006157 10.0.0.133 - - [2026-05-28 04:02:55] "GET /virtual-machine-interface/6a972ede-e24c-408f-a9eb-777ff5fd5932 HTTP/1.1" 200 2989 0.006364 10.0.0.133 - - [2026-05-28 04:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.133 - - [2026-05-28 04:02:55] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003786 10.0.0.133 - - [2026-05-28 04:02:55] "GET /virtual-networks?parent_id=aad15e30-10b8-48ea-9e58-7311ff34123d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.004088 10.0.0.133 - - [2026-05-28 04:02:55] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007049 10.0.0.41 - - [2026-05-28 04:02:57] "GET /obj-perms HTTP/1.1" 200 5075 0.067675 10.0.0.133 - - [2026-05-28 04:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.133 - - [2026-05-28 04:02:58] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006498 10.0.0.133 - - [2026-05-28 04:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.133 - - [2026-05-28 04:03:02] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005960 10.0.0.133 - - [2026-05-28 04:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.133 - - [2026-05-28 04:03:06] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008510 10.0.0.133 - - [2026-05-28 04:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005384 10.0.0.133 - - [2026-05-28 04:03:11] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005752 10.0.0.133 - - [2026-05-28 04:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.133 - - [2026-05-28 04:03:15] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006009 10.0.0.133 - - [2026-05-28 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.133 - - [2026-05-28 04:03:19] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008487 10.0.0.133 - - [2026-05-28 04:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006475 10.0.0.133 - - [2026-05-28 04:03:23] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006289 10.0.0.133 - - [2026-05-28 04:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.133 - - [2026-05-28 04:03:27] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007980 10.0.0.133 - - [2026-05-28 04:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.133 - - [2026-05-28 04:03:31] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006724 10.0.0.133 - - [2026-05-28 04:03:33] "POST /neutron/port HTTP/1.1" 200 1219 0.054089 10.0.0.133 - - [2026-05-28 04:03:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003912 10.0.0.133 - - [2026-05-28 04:03:34] "POST /neutron/port HTTP/1.1" 200 117 0.001533 10.0.0.133 - - [2026-05-28 04:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.133 - - [2026-05-28 04:03:35] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007426 10.0.0.133 - - [2026-05-28 04:03:36] "POST /neutron/port HTTP/1.1" 200 1219 0.048428 10.0.0.133 - - [2026-05-28 04:03:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005595 10.0.0.133 - - [2026-05-28 04:03:36] "POST /neutron/port HTTP/1.1" 200 117 0.001582 10.0.0.133 - - [2026-05-28 04:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.133 - - [2026-05-28 04:03:39] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006512 10.0.0.133 - - [2026-05-28 04:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.133 - - [2026-05-28 04:03:43] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006593 10.0.0.133 - - [2026-05-28 04:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005947 10.0.0.133 - - [2026-05-28 04:03:47] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008915 10.0.0.133 - - [2026-05-28 04:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.133 - - [2026-05-28 04:03:52] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006028 10.0.0.133 - - [2026-05-28 04:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.133 - - [2026-05-28 04:03:56] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008222 10.0.0.131 - - [2026-05-28 04:03:57] "GET /obj-perms HTTP/1.1" 200 5075 0.070571 10.0.0.133 - - [2026-05-28 04:03:58] "GET /obj-perms HTTP/1.1" 200 5075 0.080751 10.0.0.133 - - [2026-05-28 04:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.133 - - [2026-05-28 04:04:00] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007948 10.0.0.133 - - [2026-05-28 04:04:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009615 10.0.0.133 - - [2026-05-28 04:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.133 - - [2026-05-28 04:04:04] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.010420 10.0.0.133 - - [2026-05-28 04:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.133 - - [2026-05-28 04:04:06] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004847 10.0.0.133 - - [2026-05-28 04:04:06] "GET /virtual-networks?parent_id=aad15e30-10b8-48ea-9e58-7311ff34123d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002965 10.0.0.133 - - [2026-05-28 04:04:06] "GET /virtual-network/3cd70c67-63bc-4019-b7d4-6d4d122476c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007645 10.0.0.133 - - [2026-05-28 04:04:11] "POST /neutron/port HTTP/1.1" 200 1128 0.019670 10.0.0.133 - - [2026-05-28 04:04:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009773 10.0.0.41 - - [2026-05-28 04:04:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.41 - - [2026-05-28 04:04:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000507 10.0.0.41 - - [2026-05-28 04:04:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.131 - - [2026-05-28 04:04:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.41 - - [2026-05-28 04:04:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000714 10.0.0.131 - - [2026-05-28 04:04:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.131 - - [2026-05-28 04:04:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000457 10.0.0.131 - - [2026-05-28 04:04:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.133 - - [2026-05-28 04:04:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000537 10.0.0.133 - - [2026-05-28 04:04:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000485 10.0.0.133 - - [2026-05-28 04:04:23] "GET /global-system-configs HTTP/1.1" 401 293 0.001352 10.0.0.133 - - [2026-05-28 04:04:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.133 - - [2026-05-28 04:04:27] "POST /neutron/port HTTP/1.1" 200 1128 0.021407 10.0.0.133 - - [2026-05-28 04:04:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008668 10.0.0.133 - - [2026-05-28 04:04:33] "POST /neutron/network HTTP/1.1" 200 936 0.008102 10.0.0.133 - - [2026-05-28 04:04:33] "POST /neutron/port HTTP/1.1" 200 117 0.001646 10.0.0.133 - - [2026-05-28 04:04:36] "POST /neutron/port HTTP/1.1" 200 1106 0.024447 10.0.0.133 - - [2026-05-28 04:04:36] "POST /neutron/subnet HTTP/1.1" 200 693 0.010546 10.0.0.133 - - [2026-05-28 04:04:37] "POST /neutron/port HTTP/1.1" 200 1128 0.024326 10.0.0.133 - - [2026-05-28 04:04:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008080 10.0.0.133 - - [2026-05-28 04:04:53] "POST /neutron/port HTTP/1.1" 200 1128 0.024130 10.0.0.133 - - [2026-05-28 04:04:58] "POST /fqname-to-id HTTP/1.1" 404 240 0.003668 10.0.0.133 - - [2026-05-28 04:04:58] "POST /bgp-as-a-services HTTP/1.1" 200 599 0.038841 10.0.0.133 - - [2026-05-28 04:04:59] "GET /bgp-as-a-service/b76150c4-ca93-4dfc-a792-2ec8ee228f53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1625 0.007022 10.0.0.133 - - [2026-05-28 04:04:59] "GET /virtual-machine-interface/6a972ede-e24c-408f-a9eb-777ff5fd5932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006102 10.0.0.133 - - [2026-05-28 04:04:59] "POST /ref-update HTTP/1.1" 200 156 0.015165 10.0.0.133 - - [2026-05-28 04:04:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.009594 10.0.0.41 - - [2026-05-28 04:04:59] "POST /ref-update HTTP/1.1" 200 156 0.086089 10.0.0.133 - - [2026-05-28 04:05:30] "GET /bgp-as-a-service/b76150c4-ca93-4dfc-a792-2ec8ee228f53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007771 10.0.0.133 - - [2026-05-28 04:05:30] "GET /virtual-machine-interface/6a972ede-e24c-408f-a9eb-777ff5fd5932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.011647 10.0.0.133 - - [2026-05-28 04:05:30] "POST /ref-update HTTP/1.1" 200 156 0.016443 10.0.0.41 - - [2026-05-28 04:05:30] "POST /ref-update HTTP/1.1" 200 156 0.018452 10.0.0.133 - - [2026-05-28 04:05:30] "DELETE /bgp-as-a-service/b76150c4-ca93-4dfc-a792-2ec8ee228f53 HTTP/1.1" 200 115 0.044604 10.0.0.133 - - [2026-05-28 04:05:30] "POST /neutron/network HTTP/1.1" 200 842 0.006786 10.0.0.133 - - [2026-05-28 04:05:31] "POST /neutron/port HTTP/1.1" 200 1118 0.016598 10.0.0.133 - - [2026-05-28 04:05:31] "POST /neutron/port HTTP/1.1" 200 1118 0.028090 10.0.0.131 - - [2026-05-28 04:05:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004909 10.0.0.41 - - [2026-05-28 04:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008701 10.0.0.131 - - [2026-05-28 04:05:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003789 10.0.0.133 - - [2026-05-28 04:05:32] "POST /neutron/network HTTP/1.1" 200 151 0.195708 10.0.0.131 - - [2026-05-28 04:05:34] "GET /projects?obj_uuids=aad15e30-10b8-48ea-9e58-7311ff34123d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001271 10.0.0.133 - - [2026-05-28 04:05:34] "GET /project/aad15e30-10b8-48ea-9e58-7311ff34123d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.068205 10.0.0.131 - - [2026-05-28 04:05:34] "GET /projects?obj_uuids=aad15e30-10b8-48ea-9e58-7311ff34123d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001157 10.0.0.133 - - [2026-05-28 04:05:34] "GET /project/aad15e30-10b8-48ea-9e58-7311ff34123d?fields=virtual_networks HTTP/1.1" 200 1043 0.051009 10.0.0.131 - - [2026-05-28 04:05:34] "GET /projects?obj_uuids=aad15e30-10b8-48ea-9e58-7311ff34123d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001610 10.0.0.133 - - [2026-05-28 04:05:34] "GET /project/aad15e30-10b8-48ea-9e58-7311ff34123d?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.049653 10.0.0.131 - - [2026-05-28 04:05:34] "GET /projects?obj_uuids=aad15e30-10b8-48ea-9e58-7311ff34123d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001597 10.0.0.133 - - [2026-05-28 04:05:34] "GET /project/aad15e30-10b8-48ea-9e58-7311ff34123d?fields=security_groups HTTP/1.1" 200 1274 0.045261 10.0.0.133 - - [2026-05-28 04:05:35] "POST /fqname-to-id HTTP/1.1" 404 189 0.033884 10.0.0.131 - - [2026-05-28 04:05:35] "GET /projects?obj_uuids=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003097 10.0.0.131 - - [2026-05-28 04:05:35] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.131 - - [2026-05-28 04:05:35] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009040 10.0.0.131 - - [2026-05-28 04:05:35] "POST /id-to-fqname HTTP/1.1" 200 191 0.003464 10.0.0.131 - - [2026-05-28 04:05:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.008144 10.0.0.131 - - [2026-05-28 04:05:36] "POST /security-groups HTTP/1.1" 200 592 0.039363 10.0.0.131 - - [2026-05-28 04:05:36] "POST /projects HTTP/1.1" 200 587 0.268290 10.0.0.131 - - [2026-05-28 04:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.306125 10.0.0.41 - - [2026-05-28 04:05:36] "POST /access-control-lists HTTP/1.1" 200 599 0.038960 10.0.0.133 - - [2026-05-28 04:05:36] "GET /project/6bbe60b6-978c-4ba6-924a-f54e83d51a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.475970 10.0.0.133 - - [2026-05-28 04:05:37] "GET / HTTP/1.1" 200 36215 0.001736 10.0.0.131 - - [2026-05-28 04:05:38] "DELETE /project/6bbe60b6978c4ba6924af54e83d51a57 HTTP/1.1" 404 173 0.006329 10.0.0.131 - - [2026-05-28 04:05:38] "GET /projects?obj_uuids=aad15e30-10b8-48ea-9e58-7311ff34123d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000775 10.0.0.131 - - [2026-05-28 04:05:38] "GET /project/aad15e30-10b8-48ea-9e58-7311ff34123d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.046805 10.0.0.131 - - [2026-05-28 04:05:38] "GET /projects?obj_uuids=aad15e30-10b8-48ea-9e58-7311ff34123d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001249 10.0.0.131 - - [2026-05-28 04:05:38] "GET /project/aad15e30-10b8-48ea-9e58-7311ff34123d?fields=security_groups HTTP/1.1" 200 1376 0.050221 10.0.0.131 - - [2026-05-28 04:05:38] "DELETE /security-group/2fbb0daa-16d9-46ac-b5f0-8d88e73b4f4c HTTP/1.1" 200 115 0.080290 10.0.0.131 - - [2026-05-28 04:05:38] "GET /projects?obj_uuids=aad15e30-10b8-48ea-9e58-7311ff34123d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001308 10.0.0.41 - - [2026-05-28 04:05:39] "DELETE /access-control-list/e77c3d6d-36cf-44ff-bd0a-d5e44aa06922 HTTP/1.1" 200 115 0.056472 10.0.0.131 - - [2026-05-28 04:05:39] "GET /project/aad15e30-10b8-48ea-9e58-7311ff34123d?fields=application_policy_sets HTTP/1.1" 200 1415 0.075391 10.0.0.131 - - [2026-05-28 04:05:39] "DELETE /project/aad15e30-10b8-48ea-9e58-7311ff34123d HTTP/1.1" 200 115 0.482867 10.0.0.133 - - [2026-05-28 04:05:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000569 10.0.0.133 - - [2026-05-28 04:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.050693 10.0.0.131 - - [2026-05-28 04:05:39] "GET /projects?obj_uuids=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000982 10.0.0.133 - - [2026-05-28 04:05:39] "GET /project/6bbe60b6-978c-4ba6-924a-f54e83d51a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.057102 10.0.0.41 - - [2026-05-28 04:05:40] "POST /ref-update HTTP/1.1" 200 156 0.035870 10.0.0.131 - - [2026-05-28 04:05:40] "POST /useragent-kv HTTP/1.1" 200 115 0.018475 10.0.0.133 - - [2026-05-28 04:05:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.347552 10.0.0.133 - - [2026-05-28 04:05:40] "POST /id-to-fqname HTTP/1.1" 200 225 0.001332 10.0.0.133 - - [2026-05-28 04:05:40] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006361 10.0.0.133 - - [2026-05-28 04:05:40] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006347 10.0.0.133 - - [2026-05-28 04:05:40] "POST /neutron/network HTTP/1.1" 200 833 0.008522 10.0.0.133 - - [2026-05-28 04:05:40] "POST /id-to-fqname HTTP/1.1" 200 225 0.001457 10.0.0.133 - - [2026-05-28 04:05:41] "POST /neutron/network HTTP/1.1" 200 843 0.008461 10.0.0.131 - - [2026-05-28 04:05:42] "GET /projects?obj_uuids=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001323 10.0.0.133 - - [2026-05-28 04:05:42] "GET /project/6bbe60b6-978c-4ba6-924a-f54e83d51a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.112182 10.0.0.133 - - [2026-05-28 04:05:42] "POST /neutron/port HTTP/1.1" 200 117 0.009383 10.0.0.133 - - [2026-05-28 04:05:42] "POST /id-to-fqname HTTP/1.1" 200 225 0.002133 10.0.0.133 - - [2026-05-28 04:05:42] "POST /neutron/network HTTP/1.1" 200 843 0.011523 10.0.0.131 - - [2026-05-28 04:05:43] "GET /projects?obj_uuids=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001266 10.0.0.133 - - [2026-05-28 04:05:43] "POST /neutron/port HTTP/1.1" 200 1061 0.052520 10.0.0.133 - - [2026-05-28 04:05:43] "GET /project/6bbe60b6-978c-4ba6-924a-f54e83d51a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.116264 10.0.0.133 - - [2026-05-28 04:05:44] "POST /neutron/port HTTP/1.1" 200 1125 0.045840 10.0.0.133 - - [2026-05-28 04:05:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.019472 10.0.0.133 - - [2026-05-28 04:05:44] "POST /neutron/network HTTP/1.1" 200 833 0.007497 10.0.0.133 - - [2026-05-28 04:05:44] "POST /id-to-fqname HTTP/1.1" 200 225 0.001231 10.0.0.133 - - [2026-05-28 04:05:44] "POST /neutron/network HTTP/1.1" 200 843 0.038917 10.0.0.133 - - [2026-05-28 04:05:44] "POST /neutron/network HTTP/1.1" 200 843 0.012458 10.0.0.133 - - [2026-05-28 04:05:45] "POST /neutron/port HTTP/1.1" 200 1115 0.291066 10.0.0.131 - - [2026-05-28 04:05:45] "GET /projects?obj_uuids=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001153 10.0.0.133 - - [2026-05-28 04:05:46] "GET /project/6bbe60b6-978c-4ba6-924a-f54e83d51a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.124141 10.0.0.133 - - [2026-05-28 04:05:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008600 10.0.0.133 - - [2026-05-28 04:05:46] "POST /neutron/network HTTP/1.1" 200 833 0.021976 10.0.0.133 - - [2026-05-28 04:05:46] "POST /neutron/port HTTP/1.1" 200 117 0.018535 10.0.0.133 - - [2026-05-28 04:05:47] "POST /neutron/network HTTP/1.1" 200 843 0.007160 10.0.0.133 - - [2026-05-28 04:05:48] "POST /neutron/port HTTP/1.1" 200 1061 0.049834 10.0.0.133 - - [2026-05-28 04:05:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005886 10.0.0.133 - - [2026-05-28 04:05:48] "POST /neutron/network HTTP/1.1" 200 833 0.016423 10.0.0.133 - - [2026-05-28 04:05:57] "POST /neutron/port HTTP/1.1" 200 1125 0.048064 10.0.0.133 - - [2026-05-28 04:06:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014220 10.0.0.133 - - [2026-05-28 04:06:12] "POST /neutron/port HTTP/1.1" 200 1125 0.021006 10.0.0.133 - - [2026-05-28 04:06:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011883 10.0.0.133 - - [2026-05-28 04:06:27] "POST /neutron/port HTTP/1.1" 200 1125 0.019861 10.0.0.133 - - [2026-05-28 04:06:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011411 10.0.0.133 - - [2026-05-28 04:06:33] "POST /neutron/port HTTP/1.1" 200 1125 0.020959 10.0.0.133 - - [2026-05-28 04:06:33] "GET /virtual-machine/5997a637-4f48-4364-a7fa-baddcaa062e8 HTTP/1.1" 401 293 0.000662 10.0.0.133 - - [2026-05-28 04:06:33] "GET /virtual-machine/5997a637-4f48-4364-a7fa-baddcaa062e8 HTTP/1.1" 200 1295 0.037311 10.0.0.133 - - [2026-05-28 04:06:33] "GET /virtual-machine-interface/e7d932d0-62db-48b8-a046-6c8b5219c360 HTTP/1.1" 200 2966 0.008760 10.0.0.133 - - [2026-05-28 04:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.133 - - [2026-05-28 04:06:33] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004483 10.0.0.133 - - [2026-05-28 04:06:33] "GET /virtual-networks?parent_id=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003123 10.0.0.133 - - [2026-05-28 04:06:33] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005793 10.0.0.133 - - [2026-05-28 04:06:34] "POST /neutron/port HTTP/1.1" 200 1219 0.022047 10.0.0.133 - - [2026-05-28 04:06:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004756 10.0.0.133 - - [2026-05-28 04:06:34] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.133 - - [2026-05-28 04:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.133 - - [2026-05-28 04:06:36] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007091 10.0.0.133 - - [2026-05-28 04:06:39] "POST /neutron/port HTTP/1.1" 200 1219 0.021560 10.0.0.133 - - [2026-05-28 04:06:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004980 10.0.0.133 - - [2026-05-28 04:06:39] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.133 - - [2026-05-28 04:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.133 - - [2026-05-28 04:06:40] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006322 10.0.0.133 - - [2026-05-28 04:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005146 10.0.0.133 - - [2026-05-28 04:06:45] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007678 10.0.0.133 - - [2026-05-28 04:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005477 10.0.0.133 - - [2026-05-28 04:06:49] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008124 10.0.0.133 - - [2026-05-28 04:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.133 - - [2026-05-28 04:06:53] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007599 10.0.0.133 - - [2026-05-28 04:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.133 - - [2026-05-28 04:06:57] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006925 10.0.0.133 - - [2026-05-28 04:06:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.043464 10.0.0.133 - - [2026-05-28 04:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.133 - - [2026-05-28 04:07:01] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007872 10.0.0.133 - - [2026-05-28 04:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.133 - - [2026-05-28 04:07:05] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006287 10.0.0.133 - - [2026-05-28 04:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005495 10.0.0.133 - - [2026-05-28 04:07:09] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006448 10.0.0.133 - - [2026-05-28 04:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.133 - - [2026-05-28 04:07:13] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007534 10.0.0.133 - - [2026-05-28 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005158 10.0.0.133 - - [2026-05-28 04:07:17] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008160 10.0.0.133 - - [2026-05-28 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.133 - - [2026-05-28 04:07:21] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006994 10.0.0.133 - - [2026-05-28 04:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.133 - - [2026-05-28 04:07:26] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008272 10.0.0.133 - - [2026-05-28 04:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.133 - - [2026-05-28 04:07:30] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005352 10.0.0.133 - - [2026-05-28 04:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005279 10.0.0.133 - - [2026-05-28 04:07:34] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006420 10.0.0.133 - - [2026-05-28 04:07:36] "POST /neutron/network HTTP/1.1" 200 936 0.007383 10.0.0.133 - - [2026-05-28 04:07:36] "POST /neutron/port HTTP/1.1" 200 117 0.001391 10.0.0.133 - - [2026-05-28 04:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.133 - - [2026-05-28 04:07:38] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005829 10.0.0.133 - - [2026-05-28 04:07:40] "POST /neutron/port HTTP/1.1" 200 1106 0.022317 10.0.0.133 - - [2026-05-28 04:07:40] "POST /neutron/subnet HTTP/1.1" 200 693 0.016008 10.0.0.133 - - [2026-05-28 04:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.133 - - [2026-05-28 04:07:42] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005723 10.0.0.133 - - [2026-05-28 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.133 - - [2026-05-28 04:07:46] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006721 10.0.0.133 - - [2026-05-28 04:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.133 - - [2026-05-28 04:07:50] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010029 10.0.0.133 - - [2026-05-28 04:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004986 10.0.0.133 - - [2026-05-28 04:07:54] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006063 10.0.0.133 - - [2026-05-28 04:07:57] "POST /neutron/port HTTP/1.1" 200 1125 0.027821 10.0.0.133 - - [2026-05-28 04:07:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008428 10.0.0.133 - - [2026-05-28 04:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.133 - - [2026-05-28 04:07:58] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006331 10.0.0.133 - - [2026-05-28 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.133 - - [2026-05-28 04:08:00] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004563 10.0.0.133 - - [2026-05-28 04:08:00] "GET /virtual-networks?parent_id=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004620 10.0.0.133 - - [2026-05-28 04:08:00] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007761 10.0.0.41 - - [2026-05-28 04:08:01] "GET /obj-perms HTTP/1.1" 200 5075 0.081536 10.0.0.131 - - [2026-05-28 04:08:01] "GET /obj-perms HTTP/1.1" 200 5075 0.073535 10.0.0.133 - - [2026-05-28 04:08:06] "POST /neutron/port HTTP/1.1" 200 1125 0.020818 10.0.0.133 - - [2026-05-28 04:08:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008729 10.0.0.133 - - [2026-05-28 04:08:21] "POST /neutron/port HTTP/1.1" 200 1125 0.019681 10.0.0.133 - - [2026-05-28 04:08:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010386 10.0.0.133 - - [2026-05-28 04:08:37] "POST /neutron/port HTTP/1.1" 200 1125 0.024812 10.0.0.133 - - [2026-05-28 04:08:37] "POST /neutron/port HTTP/1.1" 200 1125 0.054038 10.0.0.133 - - [2026-05-28 04:08:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.011505 10.0.0.133 - - [2026-05-28 04:08:42] "POST /neutron/port HTTP/1.1" 200 1125 0.062452 10.0.0.133 - - [2026-05-28 04:08:42] "POST /neutron/port HTTP/1.1" 200 1125 0.026186 10.0.0.133 - - [2026-05-28 04:08:42] "POST /neutron/subnet HTTP/1.1" 200 699 0.012137 10.0.0.133 - - [2026-05-28 04:08:47] "POST /neutron/port HTTP/1.1" 200 1125 0.020988 10.0.0.133 - - [2026-05-28 04:08:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013840 10.0.0.133 - - [2026-05-28 04:08:53] "POST /neutron/port HTTP/1.1" 200 1125 0.024789 10.0.0.133 - - [2026-05-28 04:08:53] "GET /virtual-machine/5a398f15-ea55-4cbe-b020-217a71742646 HTTP/1.1" 200 1295 0.015182 10.0.0.133 - - [2026-05-28 04:08:53] "GET /virtual-machine-interface/27f2e54b-99d2-4f74-82f1-fbd1b986b21c HTTP/1.1" 200 2964 0.009217 10.0.0.133 - - [2026-05-28 04:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.133 - - [2026-05-28 04:08:53] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004223 10.0.0.133 - - [2026-05-28 04:08:53] "GET /virtual-networks?parent_id=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003383 10.0.0.133 - - [2026-05-28 04:08:53] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007077 10.0.0.133 - - [2026-05-28 04:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005079 10.0.0.133 - - [2026-05-28 04:08:54] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004292 10.0.0.133 - - [2026-05-28 04:08:54] "GET /virtual-networks?parent_id=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003601 10.0.0.133 - - [2026-05-28 04:08:54] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007715 10.0.0.133 - - [2026-05-28 04:08:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011939 10.0.0.133 - - [2026-05-28 04:08:55] "POST /neutron/port HTTP/1.1" 200 1125 0.022630 10.0.0.133 - - [2026-05-28 04:08:55] "GET /virtual-machine/48643163-baae-476b-8f0b-b7c6591f155f HTTP/1.1" 200 1295 0.009678 10.0.0.133 - - [2026-05-28 04:08:55] "GET /virtual-machine-interface/b364d666-7ded-4f21-a5e1-e459a3c5a4c7 HTTP/1.1" 200 2966 0.010001 10.0.0.133 - - [2026-05-28 04:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005029 10.0.0.133 - - [2026-05-28 04:08:55] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005125 10.0.0.133 - - [2026-05-28 04:08:55] "GET /virtual-networks?parent_id=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005368 10.0.0.133 - - [2026-05-28 04:08:55] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010036 10.0.0.133 - - [2026-05-28 04:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.133 - - [2026-05-28 04:08:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005241 10.0.0.133 - - [2026-05-28 04:08:56] "GET /virtual-networks?parent_id=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004027 10.0.0.133 - - [2026-05-28 04:08:56] "GET /virtual-network/a7633c0f-464d-4aa2-8969-34183beb44ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006314 10.0.0.133 - - [2026-05-28 04:08:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.004715 10.0.0.133 - - [2026-05-28 04:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.133 - - [2026-05-28 04:08:56] "GET /global-system-config/52e7c103-3126-4f2d-b4db-0d6d188b0a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.009960 10.0.0.133 - - [2026-05-28 04:08:56] "POST /control-node-zones HTTP/1.1" 200 571 0.036705 10.0.0.133 - - [2026-05-28 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.133 - - [2026-05-28 04:08:57] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004771 10.0.0.133 - - [2026-05-28 04:08:57] "GET /control-node-zone/4579287a-667f-40a4-9d51-55ad0465b799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.007167 10.0.0.133 - - [2026-05-28 04:08:57] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.025285 10.0.0.133 - - [2026-05-28 04:08:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003816 10.0.0.133 - - [2026-05-28 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.133 - - [2026-05-28 04:08:57] "GET /global-system-config/52e7c103-3126-4f2d-b4db-0d6d188b0a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.008774 10.0.0.133 - - [2026-05-28 04:08:57] "POST /control-node-zones HTTP/1.1" 200 571 0.030205 10.0.0.133 - - [2026-05-28 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.133 - - [2026-05-28 04:08:57] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005663 10.0.0.133 - - [2026-05-28 04:08:57] "GET /control-node-zone/a4a6437e-eeb1-409c-b768-4b5e8337d547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.008735 10.0.0.133 - - [2026-05-28 04:08:57] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.025729 10.0.0.133 - - [2026-05-28 04:08:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003784 10.0.0.133 - - [2026-05-28 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.133 - - [2026-05-28 04:08:57] "GET /global-system-config/52e7c103-3126-4f2d-b4db-0d6d188b0a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.008605 10.0.0.133 - - [2026-05-28 04:08:57] "POST /control-node-zones HTTP/1.1" 200 571 0.031226 10.0.0.133 - - [2026-05-28 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.133 - - [2026-05-28 04:08:57] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005962 10.0.0.133 - - [2026-05-28 04:08:57] "GET /control-node-zone/ac0b5e45-bee9-48f6-b370-93507cbb8b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006906 10.0.0.133 - - [2026-05-28 04:08:57] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.029326 10.0.0.133 - - [2026-05-28 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.133 - - [2026-05-28 04:08:58] "GET /global-system-config/52e7c103-3126-4f2d-b4db-0d6d188b0a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.007294 10.0.0.133 - - [2026-05-28 04:08:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.003684 10.0.0.133 - - [2026-05-28 04:08:58] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.040610 10.0.0.133 - - [2026-05-28 04:08:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.009721 10.0.0.133 - - [2026-05-28 04:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.133 - - [2026-05-28 04:08:58] "GET /bgp-as-a-service/3e3c6db0-cd82-40f3-bcfa-dd2c3c067143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.006234 10.0.0.133 - - [2026-05-28 04:08:58] "GET /control-node-zone/4579287a-667f-40a4-9d51-55ad0465b799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005086 10.0.0.133 - - [2026-05-28 04:08:58] "POST /ref-update HTTP/1.1" 200 156 0.018863 10.0.0.133 - - [2026-05-28 04:09:02] "GET /obj-perms HTTP/1.1" 200 5075 0.090192 10.0.0.41 - - [2026-05-28 04:09:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000582 10.0.0.41 - - [2026-05-28 04:09:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000509 10.0.0.41 - - [2026-05-28 04:09:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.131 - - [2026-05-28 04:09:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.41 - - [2026-05-28 04:09:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000521 10.0.0.131 - - [2026-05-28 04:09:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.133 - - [2026-05-28 04:09:20] "GET /bgp-as-a-service/3e3c6db0-cd82-40f3-bcfa-dd2c3c067143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.010931 10.0.0.133 - - [2026-05-28 04:09:20] "GET /virtual-machine-interface/e7d932d0-62db-48b8-a046-6c8b5219c360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.006891 10.0.0.133 - - [2026-05-28 04:09:20] "POST /ref-update HTTP/1.1" 200 156 0.018781 10.0.0.41 - - [2026-05-28 04:09:21] "POST /ref-update HTTP/1.1" 200 156 0.029771 10.0.0.131 - - [2026-05-28 04:09:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.131 - - [2026-05-28 04:09:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000332 10.0.0.133 - - [2026-05-28 04:09:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.133 - - [2026-05-28 04:09:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.133 - - [2026-05-28 04:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.133 - - [2026-05-28 04:09:22] "GET /global-system-config/52e7c103-3126-4f2d-b4db-0d6d188b0a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006416 10.0.0.133 - - [2026-05-28 04:09:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.003218 10.0.0.133 - - [2026-05-28 04:09:22] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.039521 10.0.0.133 - - [2026-05-28 04:09:22] "POST /neutron/network HTTP/1.1" 200 833 0.008006 10.0.0.133 - - [2026-05-28 04:09:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.011866 10.0.0.133 - - [2026-05-28 04:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.133 - - [2026-05-28 04:09:22] "GET /bgp-as-a-service/aba2957c-818c-4479-a388-2444e2050c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.008036 10.0.0.133 - - [2026-05-28 04:09:22] "GET /control-node-zone/a4a6437e-eeb1-409c-b768-4b5e8337d547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006221 10.0.0.133 - - [2026-05-28 04:09:22] "POST /ref-update HTTP/1.1" 200 156 0.027215 10.0.0.133 - - [2026-05-28 04:09:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000499 10.0.0.133 - - [2026-05-28 04:09:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.133 - - [2026-05-28 04:09:31] "GET /bgp-as-a-service/aba2957c-818c-4479-a388-2444e2050c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1841 0.006839 10.0.0.133 - - [2026-05-28 04:09:31] "GET /virtual-machine-interface/27f2e54b-99d2-4f74-82f1-fbd1b986b21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.007204 10.0.0.133 - - [2026-05-28 04:09:31] "POST /ref-update HTTP/1.1" 200 156 0.015876 10.0.0.41 - - [2026-05-28 04:09:31] "POST /bgp-routers HTTP/1.1" 200 642 0.050378 10.0.0.41 - - [2026-05-28 04:09:31] "PUT /bgp-router/0d01cf31-8fa0-43a2-ad14-f15f8d31e2fb HTTP/1.1" 200 255 0.044193 10.0.0.133 - - [2026-05-28 04:09:37] "POST /neutron/network HTTP/1.1" 200 1124 0.009651 10.0.0.133 - - [2026-05-28 04:09:37] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017160 10.0.0.133 - - [2026-05-28 04:09:38] "POST /neutron/network HTTP/1.1" 200 1114 0.011392 10.0.0.133 - - [2026-05-28 04:09:42] "POST /neutron/network HTTP/1.1" 200 843 0.008932 10.0.0.133 - - [2026-05-28 04:09:42] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.133 - - [2026-05-28 04:09:50] "GET /control-node-zone/4579287a-667f-40a4-9d51-55ad0465b799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005179 10.0.0.133 - - [2026-05-28 04:09:50] "POST /ref-update HTTP/1.1" 200 156 0.026058 10.0.0.133 - - [2026-05-28 04:09:50] "GET /control-node-zone/a4a6437e-eeb1-409c-b768-4b5e8337d547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005378 10.0.0.133 - - [2026-05-28 04:09:51] "POST /ref-update HTTP/1.1" 200 156 0.030496 10.0.0.133 - - [2026-05-28 04:09:51] "GET /control-node-zone/ac0b5e45-bee9-48f6-b370-93507cbb8b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005355 10.0.0.133 - - [2026-05-28 04:09:51] "POST /ref-update HTTP/1.1" 200 156 0.023803 10.0.0.133 - - [2026-05-28 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006192 10.0.0.133 - - [2026-05-28 04:09:51] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.007230 10.0.0.133 - - [2026-05-28 04:09:51] "GET /control-node-zone/4579287a-667f-40a4-9d51-55ad0465b799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005453 10.0.0.133 - - [2026-05-28 04:09:51] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.034482 10.0.0.133 - - [2026-05-28 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.133 - - [2026-05-28 04:09:51] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006720 10.0.0.133 - - [2026-05-28 04:09:51] "GET /control-node-zone/a4a6437e-eeb1-409c-b768-4b5e8337d547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004361 10.0.0.133 - - [2026-05-28 04:09:51] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.028924 10.0.0.133 - - [2026-05-28 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.133 - - [2026-05-28 04:09:51] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005795 10.0.0.133 - - [2026-05-28 04:09:51] "GET /control-node-zone/ac0b5e45-bee9-48f6-b370-93507cbb8b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006914 10.0.0.133 - - [2026-05-28 04:09:51] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.028781 10.0.0.133 - - [2026-05-28 04:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.133 - - [2026-05-28 04:10:04] "GET /bgp-as-a-service/3e3c6db0-cd82-40f3-bcfa-dd2c3c067143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.006922 10.0.0.133 - - [2026-05-28 04:10:04] "GET /control-node-zone/4579287a-667f-40a4-9d51-55ad0465b799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004604 10.0.0.133 - - [2026-05-28 04:10:04] "POST /ref-update HTTP/1.1" 200 156 0.024063 10.0.0.133 - - [2026-05-28 04:10:04] "GET /control-node-zone/4579287a-667f-40a4-9d51-55ad0465b799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005523 10.0.0.133 - - [2026-05-28 04:10:04] "POST /ref-update HTTP/1.1" 200 156 0.040349 10.0.0.133 - - [2026-05-28 04:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.133 - - [2026-05-28 04:10:04] "GET /global-system-config/52e7c103-3126-4f2d-b4db-0d6d188b0a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006574 10.0.0.133 - - [2026-05-28 04:10:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.010495 10.0.0.133 - - [2026-05-28 04:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005078 10.0.0.133 - - [2026-05-28 04:10:04] "GET /bgp-as-a-service/3e3c6db0-cd82-40f3-bcfa-dd2c3c067143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008590 10.0.0.133 - - [2026-05-28 04:10:04] "GET /control-node-zone/ac0b5e45-bee9-48f6-b370-93507cbb8b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003877 10.0.0.133 - - [2026-05-28 04:10:04] "POST /ref-update HTTP/1.1" 200 156 0.021938 10.0.0.133 - - [2026-05-28 04:10:07] "GET /bgp-as-a-service/3e3c6db0-cd82-40f3-bcfa-dd2c3c067143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.007859 10.0.0.133 - - [2026-05-28 04:10:07] "GET /virtual-machine-interface/e7d932d0-62db-48b8-a046-6c8b5219c360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.010218 10.0.0.133 - - [2026-05-28 04:10:26] "GET /bgp-as-a-service/3e3c6db0-cd82-40f3-bcfa-dd2c3c067143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.003867 10.0.0.133 - - [2026-05-28 04:10:26] "GET /virtual-machine-interface/e7d932d0-62db-48b8-a046-6c8b5219c360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.006098 10.0.0.133 - - [2026-05-28 04:10:26] "POST /ref-update HTTP/1.1" 200 156 0.020581 10.0.0.133 - - [2026-05-28 04:10:26] "GET /bgp-as-a-service/aba2957c-818c-4479-a388-2444e2050c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2453 0.007582 10.0.0.133 - - [2026-05-28 04:10:26] "GET /virtual-machine-interface/27f2e54b-99d2-4f74-82f1-fbd1b986b21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.008334 10.0.0.133 - - [2026-05-28 04:10:26] "POST /ref-update HTTP/1.1" 200 156 0.019593 10.0.0.133 - - [2026-05-28 04:10:26] "DELETE /bgp-as-a-service/aba2957c-818c-4479-a388-2444e2050c0d HTTP/1.1" 200 115 0.092454 10.0.0.133 - - [2026-05-28 04:10:26] "GET /bgp-as-a-service/3e3c6db0-cd82-40f3-bcfa-dd2c3c067143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.018057 10.0.0.133 - - [2026-05-28 04:10:26] "GET /virtual-machine-interface/e7d932d0-62db-48b8-a046-6c8b5219c360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.017708 10.0.0.41 - - [2026-05-28 04:10:26] "DELETE /bgp-router/80cfc009-be06-4540-b89b-ad91e92ebcbd HTTP/1.1" 200 115 0.131420 10.0.0.133 - - [2026-05-28 04:10:26] "DELETE /bgp-as-a-service/3e3c6db0-cd82-40f3-bcfa-dd2c3c067143 HTTP/1.1" 200 115 0.057681 10.0.0.133 - - [2026-05-28 04:10:26] "GET /control-node-zone/ac0b5e45-bee9-48f6-b370-93507cbb8b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.012869 10.0.0.133 - - [2026-05-28 04:10:27] "POST /ref-update HTTP/1.1" 200 156 0.086668 10.0.0.133 - - [2026-05-28 04:10:27] "DELETE /control-node-zone/ac0b5e45-bee9-48f6-b370-93507cbb8b60 HTTP/1.1" 200 115 0.045409 10.0.0.133 - - [2026-05-28 04:10:27] "GET /control-node-zone/a4a6437e-eeb1-409c-b768-4b5e8337d547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005094 10.0.0.133 - - [2026-05-28 04:10:27] "POST /ref-update HTTP/1.1" 200 156 0.023450 10.0.0.133 - - [2026-05-28 04:10:27] "DELETE /control-node-zone/a4a6437e-eeb1-409c-b768-4b5e8337d547 HTTP/1.1" 200 115 0.033103 10.0.0.133 - - [2026-05-28 04:10:27] "GET /control-node-zone/4579287a-667f-40a4-9d51-55ad0465b799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006822 10.0.0.133 - - [2026-05-28 04:10:27] "DELETE /control-node-zone/4579287a-667f-40a4-9d51-55ad0465b799 HTTP/1.1" 200 115 0.036056 10.0.0.133 - - [2026-05-28 04:10:27] "POST /neutron/network HTTP/1.1" 200 833 0.008182 10.0.0.133 - - [2026-05-28 04:10:28] "POST /neutron/port HTTP/1.1" 200 1115 0.016408 10.0.0.133 - - [2026-05-28 04:10:28] "POST /neutron/port HTTP/1.1" 200 1115 0.031286 10.0.0.133 - - [2026-05-28 04:10:28] "POST /neutron/port HTTP/1.1" 200 1115 0.030706 10.0.0.41 - - [2026-05-28 04:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.010339 10.0.0.131 - - [2026-05-28 04:10:30] "POST /useragent-kv HTTP/1.1" 200 115 0.081058 10.0.0.131 - - [2026-05-28 04:10:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002913 10.0.0.133 - - [2026-05-28 04:10:30] "POST /neutron/network HTTP/1.1" 200 151 0.269387 10.0.0.133 - - [2026-05-28 04:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.131 - - [2026-05-28 04:10:32] "GET /projects?obj_uuids=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001138 10.0.0.133 - - [2026-05-28 04:10:32] "GET /project/6bbe60b6-978c-4ba6-924a-f54e83d51a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049272 10.0.0.41 - - [2026-05-28 04:10:33] "POST /ref-update HTTP/1.1" 200 156 0.039042 10.0.0.131 - - [2026-05-28 04:10:33] "POST /useragent-kv HTTP/1.1" 200 115 0.011942 10.0.0.133 - - [2026-05-28 04:10:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.219865 10.0.0.133 - - [2026-05-28 04:10:33] "POST /id-to-fqname HTTP/1.1" 200 225 0.002186 10.0.0.133 - - [2026-05-28 04:10:33] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005922 10.0.0.133 - - [2026-05-28 04:10:33] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006124 10.0.0.133 - - [2026-05-28 04:10:33] "POST /neutron/network HTTP/1.1" 200 832 0.009519 10.0.0.133 - - [2026-05-28 04:10:33] "POST /id-to-fqname HTTP/1.1" 200 225 0.001430 10.0.0.133 - - [2026-05-28 04:10:33] "POST /neutron/network HTTP/1.1" 200 842 0.008697 10.0.0.131 - - [2026-05-28 04:10:34] "GET /projects?obj_uuids=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001429 10.0.0.133 - - [2026-05-28 04:10:34] "GET /project/6bbe60b6-978c-4ba6-924a-f54e83d51a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.097368 10.0.0.133 - - [2026-05-28 04:10:34] "POST /neutron/port HTTP/1.1" 200 117 0.008093 10.0.0.133 - - [2026-05-28 04:10:34] "POST /id-to-fqname HTTP/1.1" 200 225 0.001465 10.0.0.133 - - [2026-05-28 04:10:35] "POST /neutron/network HTTP/1.1" 200 842 0.010151 10.0.0.133 - - [2026-05-28 04:10:36] "POST /neutron/port HTTP/1.1" 200 1060 0.022363 10.0.0.131 - - [2026-05-28 04:10:36] "GET /projects?obj_uuids=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001083 10.0.0.133 - - [2026-05-28 04:10:36] "GET /project/6bbe60b6-978c-4ba6-924a-f54e83d51a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.154442 10.0.0.133 - - [2026-05-28 04:10:36] "POST /neutron/network HTTP/1.1" 200 832 0.042450 10.0.0.133 - - [2026-05-28 04:10:36] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.133 - - [2026-05-28 04:10:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009306 10.0.0.133 - - [2026-05-28 04:10:36] "POST /id-to-fqname HTTP/1.1" 200 225 0.002738 10.0.0.133 - - [2026-05-28 04:10:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008059 10.0.0.131 - - [2026-05-28 04:10:37] "GET /projects?obj_uuids=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001301 10.0.0.133 - - [2026-05-28 04:10:37] "POST /neutron/port HTTP/1.1" 200 1060 0.352463 10.0.0.133 - - [2026-05-28 04:10:37] "POST /neutron/port HTTP/1.1" 200 1114 0.123873 10.0.0.133 - - [2026-05-28 04:10:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.009578 10.0.0.131 - - [2026-05-28 04:10:38] "GET /projects?obj_uuids=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001027 10.0.0.133 - - [2026-05-28 04:10:38] "GET /project/6bbe60b6-978c-4ba6-924a-f54e83d51a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.112016 10.0.0.133 - - [2026-05-28 04:10:38] "POST /neutron/network HTTP/1.1" 200 832 0.008850 10.0.0.133 - - [2026-05-28 04:10:38] "POST /neutron/port HTTP/1.1" 200 117 0.007828 10.0.0.133 - - [2026-05-28 04:10:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008558 10.0.0.133 - - [2026-05-28 04:10:38] "POST /neutron/network HTTP/1.1" 200 936 0.009046 10.0.0.133 - - [2026-05-28 04:10:39] "POST /neutron/subnet HTTP/1.1" 200 693 0.012820 10.0.0.133 - - [2026-05-28 04:10:39] "POST /neutron/network HTTP/1.1" 200 926 0.008576 10.0.0.131 - - [2026-05-28 04:10:39] "GET /projects?obj_uuids=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001552 10.0.0.133 - - [2026-05-28 04:10:39] "GET /virtual-machine/95193511-614c-488a-a832-be7bce4110be HTTP/1.1" 200 1296 0.006127 10.0.0.133 - - [2026-05-28 04:10:39] "GET /virtual-machine-interface/fd8c7520-2757-4ac5-9f52-068667804d64 HTTP/1.1" 200 2966 0.008765 10.0.0.133 - - [2026-05-28 04:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.077974 10.0.0.133 - - [2026-05-28 04:10:39] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003711 10.0.0.133 - - [2026-05-28 04:10:39] "GET /virtual-networks?parent_id=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002836 10.0.0.133 - - [2026-05-28 04:10:39] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008902 10.0.0.133 - - [2026-05-28 04:10:39] "POST /neutron/port HTTP/1.1" 200 1060 0.365442 10.0.0.133 - - [2026-05-28 04:10:39] "POST /neutron/port HTTP/1.1" 200 1114 0.120840 10.0.0.133 - - [2026-05-28 04:10:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.011668 10.0.0.133 - - [2026-05-28 04:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.133 - - [2026-05-28 04:10:42] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006302 10.0.0.133 - - [2026-05-28 04:10:44] "POST /neutron/port HTTP/1.1" 200 1219 0.020760 10.0.0.133 - - [2026-05-28 04:10:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004899 10.0.0.133 - - [2026-05-28 04:10:44] "POST /neutron/port HTTP/1.1" 200 117 0.001545 10.0.0.133 - - [2026-05-28 04:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.133 - - [2026-05-28 04:10:46] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010201 10.0.0.133 - - [2026-05-28 04:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004994 10.0.0.133 - - [2026-05-28 04:10:50] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007082 10.0.0.133 - - [2026-05-28 04:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.133 - - [2026-05-28 04:10:54] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006988 10.0.0.133 - - [2026-05-28 04:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.133 - - [2026-05-28 04:10:58] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.012823 10.0.0.133 - - [2026-05-28 04:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005158 10.0.0.133 - - [2026-05-28 04:11:03] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007419 10.0.0.133 - - [2026-05-28 04:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.133 - - [2026-05-28 04:11:07] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007097 10.0.0.133 - - [2026-05-28 04:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.133 - - [2026-05-28 04:11:11] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007828 10.0.0.133 - - [2026-05-28 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.133 - - [2026-05-28 04:11:15] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007962 10.0.0.133 - - [2026-05-28 04:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.133 - - [2026-05-28 04:11:19] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005666 10.0.0.133 - - [2026-05-28 04:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004739 10.0.0.133 - - [2026-05-28 04:11:23] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009519 10.0.0.133 - - [2026-05-28 04:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.133 - - [2026-05-28 04:11:27] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005425 10.0.0.133 - - [2026-05-28 04:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.133 - - [2026-05-28 04:11:31] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008227 10.0.0.133 - - [2026-05-28 04:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623 10.0.0.133 - - [2026-05-28 04:11:35] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007230 10.0.0.133 - - [2026-05-28 04:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.133 - - [2026-05-28 04:11:39] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005503 10.0.0.133 - - [2026-05-28 04:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008551 10.0.0.133 - - [2026-05-28 04:11:44] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006509 10.0.0.133 - - [2026-05-28 04:11:44] "POST /neutron/port HTTP/1.1" 200 1106 0.022021 10.0.0.133 - - [2026-05-28 04:11:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005439 10.0.0.133 - - [2026-05-28 04:11:44] "POST /neutron/network HTTP/1.1" 200 926 0.010302 10.0.0.133 - - [2026-05-28 04:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.133 - - [2026-05-28 04:11:48] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005956 10.0.0.133 - - [2026-05-28 04:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.133 - - [2026-05-28 04:11:52] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008010 10.0.0.133 - - [2026-05-28 04:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.133 - - [2026-05-28 04:11:56] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005949 10.0.0.133 - - [2026-05-28 04:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005853 10.0.0.133 - - [2026-05-28 04:12:00] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010367 10.0.0.133 - - [2026-05-28 04:12:01] "POST /neutron/port HTTP/1.1" 200 1124 0.070798 10.0.0.133 - - [2026-05-28 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.133 - - [2026-05-28 04:12:02] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004060 10.0.0.133 - - [2026-05-28 04:12:02] "GET /virtual-networks?parent_id=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003068 10.0.0.133 - - [2026-05-28 04:12:02] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006575 10.0.0.133 - - [2026-05-28 04:12:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.046593 10.0.0.41 - - [2026-05-28 04:12:05] "GET /obj-perms HTTP/1.1" 200 5075 0.075109 10.0.0.133 - - [2026-05-28 04:12:08] "POST /neutron/port HTTP/1.1" 200 1124 0.024105 10.0.0.133 - - [2026-05-28 04:12:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009202 10.0.0.133 - - [2026-05-28 04:12:23] "POST /neutron/port HTTP/1.1" 200 1124 0.021214 10.0.0.133 - - [2026-05-28 04:12:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008671 10.0.0.133 - - [2026-05-28 04:12:39] "POST /neutron/port HTTP/1.1" 200 1124 0.026652 10.0.0.133 - - [2026-05-28 04:12:40] "POST /neutron/port HTTP/1.1" 200 1219 0.025132 10.0.0.133 - - [2026-05-28 04:12:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004401 10.0.0.133 - - [2026-05-28 04:12:41] "POST /neutron/port HTTP/1.1" 200 117 0.001012 10.0.0.133 - - [2026-05-28 04:12:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010548 10.0.0.133 - - [2026-05-28 04:12:44] "POST /neutron/network HTTP/1.1" 200 842 0.007919 10.0.0.133 - - [2026-05-28 04:12:44] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.133 - - [2026-05-28 04:12:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011153 10.0.0.133 - - [2026-05-28 04:12:50] "POST /neutron/port HTTP/1.1" 200 1124 0.027226 10.0.0.133 - - [2026-05-28 04:12:50] "GET /virtual-machine/dabb7438-057c-4dfa-b5a8-097f708b66d8 HTTP/1.1" 200 1296 0.055432 10.0.0.133 - - [2026-05-28 04:12:50] "GET /virtual-machine-interface/a9774c1b-d8f2-46d1-9058-265135f2fa65 HTTP/1.1" 200 2966 0.008883 10.0.0.133 - - [2026-05-28 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005525 10.0.0.133 - - [2026-05-28 04:12:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005743 10.0.0.133 - - [2026-05-28 04:12:50] "GET /virtual-networks?parent_id=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003764 10.0.0.133 - - [2026-05-28 04:12:50] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.013780 10.0.0.133 - - [2026-05-28 04:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005276 10.0.0.133 - - [2026-05-28 04:12:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004250 10.0.0.133 - - [2026-05-28 04:12:51] "GET /virtual-networks?parent_id=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.006737 10.0.0.133 - - [2026-05-28 04:12:51] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006076 10.0.0.133 - - [2026-05-28 04:12:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009356 10.0.0.133 - - [2026-05-28 04:12:51] "POST /neutron/port HTTP/1.1" 200 1124 0.021362 10.0.0.133 - - [2026-05-28 04:12:51] "GET /virtual-machine/0a00821f-40ac-45af-8a33-946e0f1074b3 HTTP/1.1" 200 1293 0.008542 10.0.0.133 - - [2026-05-28 04:12:52] "GET /virtual-machine-interface/b5fb16c2-7ce1-4958-ab15-5587dc3dbbd7 HTTP/1.1" 200 2966 0.007624 10.0.0.133 - - [2026-05-28 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004859 10.0.0.133 - - [2026-05-28 04:12:52] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006147 10.0.0.133 - - [2026-05-28 04:12:52] "GET /virtual-networks?parent_id=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005465 10.0.0.133 - - [2026-05-28 04:12:52] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008800 10.0.0.133 - - [2026-05-28 04:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005379 10.0.0.133 - - [2026-05-28 04:12:53] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005377 10.0.0.133 - - [2026-05-28 04:12:53] "GET /virtual-networks?parent_id=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004514 10.0.0.133 - - [2026-05-28 04:12:53] "GET /virtual-network/8632f59a-5391-43cd-9e4a-e22f9ef3cf26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007498 10.0.0.133 - - [2026-05-28 04:12:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009242 10.0.0.133 - - [2026-05-28 04:13:03] "POST /fqname-to-id HTTP/1.1" 404 198 0.004668 10.0.0.133 - - [2026-05-28 04:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.133 - - [2026-05-28 04:13:03] "GET /global-system-config/52e7c103-3126-4f2d-b4db-0d6d188b0a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.008735 10.0.0.133 - - [2026-05-28 04:13:03] "POST /control-node-zones HTTP/1.1" 200 571 0.052723 10.0.0.133 - - [2026-05-28 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.133 - - [2026-05-28 04:13:04] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005873 10.0.0.133 - - [2026-05-28 04:13:04] "GET /control-node-zone/d303c947-8aed-4b67-aec7-ff2e0c338418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.011312 10.0.0.133 - - [2026-05-28 04:13:04] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.039537 10.0.0.133 - - [2026-05-28 04:13:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.004851 10.0.0.133 - - [2026-05-28 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.133 - - [2026-05-28 04:13:04] "GET /global-system-config/52e7c103-3126-4f2d-b4db-0d6d188b0a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.007410 10.0.0.133 - - [2026-05-28 04:13:04] "POST /control-node-zones HTTP/1.1" 200 571 0.039748 10.0.0.133 - - [2026-05-28 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006364 10.0.0.133 - - [2026-05-28 04:13:04] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005475 10.0.0.133 - - [2026-05-28 04:13:04] "GET /control-node-zone/3db08775-85e7-44c9-a18b-a28abda54d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.008202 10.0.0.133 - - [2026-05-28 04:13:04] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.030584 10.0.0.133 - - [2026-05-28 04:13:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.003992 10.0.0.133 - - [2026-05-28 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.133 - - [2026-05-28 04:13:04] "GET /global-system-config/52e7c103-3126-4f2d-b4db-0d6d188b0a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.007727 10.0.0.133 - - [2026-05-28 04:13:04] "POST /control-node-zones HTTP/1.1" 200 571 0.030208 10.0.0.133 - - [2026-05-28 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.133 - - [2026-05-28 04:13:04] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005251 10.0.0.133 - - [2026-05-28 04:13:04] "GET /control-node-zone/f1e0eb9d-b581-4b20-8c01-47dcd07f5dfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.007094 10.0.0.133 - - [2026-05-28 04:13:04] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.031940 10.0.0.133 - - [2026-05-28 04:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005492 10.0.0.133 - - [2026-05-28 04:13:05] "GET /global-system-config/52e7c103-3126-4f2d-b4db-0d6d188b0a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.008136 10.0.0.133 - - [2026-05-28 04:13:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.003612 10.0.0.133 - - [2026-05-28 04:13:05] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.042984 10.0.0.133 - - [2026-05-28 04:13:05] "POST /neutron/network HTTP/1.1" 200 832 0.009325 10.0.0.133 - - [2026-05-28 04:13:05] "POST /neutron/subnet HTTP/1.1" 200 720 0.010615 10.0.0.133 - - [2026-05-28 04:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.133 - - [2026-05-28 04:13:05] "GET /bgp-as-a-service/da925bdf-f12c-4d6d-8273-537d226c0c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.007844 10.0.0.133 - - [2026-05-28 04:13:05] "GET /control-node-zone/d303c947-8aed-4b67-aec7-ff2e0c338418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005147 10.0.0.133 - - [2026-05-28 04:13:05] "POST /ref-update HTTP/1.1" 200 156 0.026694 10.0.0.133 - - [2026-05-28 04:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.133 - - [2026-05-28 04:13:05] "GET /bgp-as-a-service/da925bdf-f12c-4d6d-8273-537d226c0c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.007998 10.0.0.133 - - [2026-05-28 04:13:05] "GET /control-node-zone/3db08775-85e7-44c9-a18b-a28abda54d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004983 10.0.0.133 - - [2026-05-28 04:13:05] "POST /ref-update HTTP/1.1" 200 156 0.018606 10.0.0.131 - - [2026-05-28 04:13:05] "GET /obj-perms HTTP/1.1" 200 5075 0.078937 10.0.0.133 - - [2026-05-28 04:13:06] "GET /obj-perms HTTP/1.1" 200 5075 0.066851 10.0.0.133 - - [2026-05-28 04:13:25] "GET /bgp-as-a-service/da925bdf-f12c-4d6d-8273-537d226c0c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.007313 10.0.0.133 - - [2026-05-28 04:13:25] "GET /virtual-machine-interface/fd8c7520-2757-4ac5-9f52-068667804d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.005764 10.0.0.133 - - [2026-05-28 04:13:25] "POST /ref-update HTTP/1.1" 200 156 0.018634 10.0.0.41 - - [2026-05-28 04:13:26] "POST /ref-update HTTP/1.1" 200 156 0.124694 10.0.0.133 - - [2026-05-28 04:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.133 - - [2026-05-28 04:13:26] "GET /global-system-config/52e7c103-3126-4f2d-b4db-0d6d188b0a7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.007365 10.0.0.133 - - [2026-05-28 04:13:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.006942 10.0.0.133 - - [2026-05-28 04:13:27] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.057388 10.0.0.133 - - [2026-05-28 04:13:27] "POST /neutron/network HTTP/1.1" 200 832 0.009466 10.0.0.133 - - [2026-05-28 04:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005124 10.0.0.133 - - [2026-05-28 04:13:27] "GET /bgp-as-a-service/26741814-4ab7-4d3e-aada-3978b2ecda43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.007648 10.0.0.133 - - [2026-05-28 04:13:27] "GET /control-node-zone/d303c947-8aed-4b67-aec7-ff2e0c338418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.008262 10.0.0.133 - - [2026-05-28 04:13:27] "POST /ref-update HTTP/1.1" 200 156 0.034806 10.0.0.133 - - [2026-05-28 04:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.133 - - [2026-05-28 04:13:27] "GET /bgp-as-a-service/26741814-4ab7-4d3e-aada-3978b2ecda43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.007744 10.0.0.133 - - [2026-05-28 04:13:27] "GET /control-node-zone/3db08775-85e7-44c9-a18b-a28abda54d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004444 10.0.0.133 - - [2026-05-28 04:13:27] "POST /ref-update HTTP/1.1" 200 156 0.019826 10.0.0.133 - - [2026-05-28 04:13:41] "POST /neutron/port HTTP/1.1" 200 1106 0.054820 10.0.0.133 - - [2026-05-28 04:13:42] "POST /neutron/subnet HTTP/1.1" 200 693 0.018024 10.0.0.133 - - [2026-05-28 04:13:44] "GET /bgp-as-a-service/26741814-4ab7-4d3e-aada-3978b2ecda43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006999 10.0.0.133 - - [2026-05-28 04:13:44] "GET /virtual-machine-interface/a9774c1b-d8f2-46d1-9058-265135f2fa65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.005978 10.0.0.133 - - [2026-05-28 04:13:44] "POST /ref-update HTTP/1.1" 200 156 0.015675 10.0.0.41 - - [2026-05-28 04:13:44] "POST /bgp-routers HTTP/1.1" 200 642 0.052030 10.0.0.41 - - [2026-05-28 04:13:44] "PUT /bgp-router/739e071b-3251-4eac-8347-9225893c0af4 HTTP/1.1" 200 255 0.043767 10.0.0.133 - - [2026-05-28 04:13:45] "POST /neutron/port HTTP/1.1" 200 1219 0.050754 10.0.0.133 - - [2026-05-28 04:13:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005102 10.0.0.133 - - [2026-05-28 04:13:45] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.133 - - [2026-05-28 04:14:17] "GET /bgp-as-a-service/26741814-4ab7-4d3e-aada-3978b2ecda43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2713 0.007116 10.0.0.133 - - [2026-05-28 04:14:17] "GET /virtual-machine-interface/a9774c1b-d8f2-46d1-9058-265135f2fa65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.008323 10.0.0.133 - - [2026-05-28 04:14:17] "POST /ref-update HTTP/1.1" 200 156 0.016386 10.0.0.133 - - [2026-05-28 04:14:17] "DELETE /bgp-as-a-service/26741814-4ab7-4d3e-aada-3978b2ecda43 HTTP/1.1" 200 115 0.069281 10.0.0.133 - - [2026-05-28 04:14:17] "GET /bgp-as-a-service/da925bdf-f12c-4d6d-8273-537d226c0c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2713 0.009010 10.0.0.133 - - [2026-05-28 04:14:17] "GET /virtual-machine-interface/fd8c7520-2757-4ac5-9f52-068667804d64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.008337 10.0.0.133 - - [2026-05-28 04:14:17] "POST /ref-update HTTP/1.1" 200 156 0.021231 10.0.0.133 - - [2026-05-28 04:14:17] "DELETE /bgp-as-a-service/da925bdf-f12c-4d6d-8273-537d226c0c37 HTTP/1.1" 200 115 0.056562 10.0.0.133 - - [2026-05-28 04:14:17] "GET /control-node-zone/f1e0eb9d-b581-4b20-8c01-47dcd07f5dfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004014 10.0.0.133 - - [2026-05-28 04:14:17] "POST /ref-update HTTP/1.1" 200 156 0.024593 10.0.0.133 - - [2026-05-28 04:14:17] "DELETE /control-node-zone/f1e0eb9d-b581-4b20-8c01-47dcd07f5dfa HTTP/1.1" 200 115 0.037163 10.0.0.133 - - [2026-05-28 04:14:17] "GET /control-node-zone/3db08775-85e7-44c9-a18b-a28abda54d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.008660 10.0.0.133 - - [2026-05-28 04:14:17] "POST /ref-update HTTP/1.1" 200 156 0.024519 10.0.0.41 - - [2026-05-28 04:14:17] "DELETE /bgp-router/739e071b-3251-4eac-8347-9225893c0af4 HTTP/1.1" 200 115 0.069850 10.0.0.133 - - [2026-05-28 04:14:17] "DELETE /control-node-zone/3db08775-85e7-44c9-a18b-a28abda54d27 HTTP/1.1" 200 115 0.054331 10.0.0.133 - - [2026-05-28 04:14:18] "GET /control-node-zone/d303c947-8aed-4b67-aec7-ff2e0c338418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.010465 10.0.0.133 - - [2026-05-28 04:14:18] "POST /ref-update HTTP/1.1" 200 156 0.030397 10.0.0.133 - - [2026-05-28 04:14:18] "DELETE /control-node-zone/d303c947-8aed-4b67-aec7-ff2e0c338418 HTTP/1.1" 200 115 0.038877 10.0.0.133 - - [2026-05-28 04:14:18] "POST /neutron/network HTTP/1.1" 200 832 0.008364 10.0.0.133 - - [2026-05-28 04:14:18] "POST /neutron/port HTTP/1.1" 200 1114 0.017366 10.0.0.133 - - [2026-05-28 04:14:19] "POST /neutron/port HTTP/1.1" 200 1114 0.028719 10.0.0.133 - - [2026-05-28 04:14:19] "POST /neutron/port HTTP/1.1" 200 1114 0.028545 10.0.0.41 - - [2026-05-28 04:14:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000508 10.0.0.41 - - [2026-05-28 04:14:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.41 - - [2026-05-28 04:14:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000515 10.0.0.131 - - [2026-05-28 04:14:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.41 - - [2026-05-28 04:14:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.131 - - [2026-05-28 04:14:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000338 10.0.0.131 - - [2026-05-28 04:14:20] "POST /useragent-kv HTTP/1.1" 200 115 0.007766 10.0.0.41 - - [2026-05-28 04:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007356 10.0.0.131 - - [2026-05-28 04:14:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002703 10.0.0.133 - - [2026-05-28 04:14:20] "POST /neutron/network HTTP/1.1" 200 151 0.198655 10.0.0.131 - - [2026-05-28 04:14:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000697 10.0.0.131 - - [2026-05-28 04:14:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000760 10.0.0.133 - - [2026-05-28 04:14:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.133 - - [2026-05-28 04:14:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000537 10.0.0.131 - - [2026-05-28 04:14:22] "GET /projects?obj_uuids=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001085 10.0.0.133 - - [2026-05-28 04:14:22] "GET /project/6bbe60b6-978c-4ba6-924a-f54e83d51a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.104340 10.0.0.131 - - [2026-05-28 04:14:22] "GET /projects?obj_uuids=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004845 10.0.0.133 - - [2026-05-28 04:14:22] "GET /project/6bbe60b6-978c-4ba6-924a-f54e83d51a57?fields=virtual_networks HTTP/1.1" 200 1036 0.068727 10.0.0.131 - - [2026-05-28 04:14:22] "GET /projects?obj_uuids=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001117 10.0.0.133 - - [2026-05-28 04:14:22] "GET /project/6bbe60b6-978c-4ba6-924a-f54e83d51a57?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.064151 10.0.0.131 - - [2026-05-28 04:14:22] "GET /projects?obj_uuids=6bbe60b6-978c-4ba6-924a-f54e83d51a57&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000870 10.0.0.133 - - [2026-05-28 04:14:22] "GET /project/6bbe60b6-978c-4ba6-924a-f54e83d51a57?fields=security_groups HTTP/1.1" 200 1264 0.051108 10.0.0.133 - - [2026-05-28 04:14:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.133 - - [2026-05-28 04:14:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.133 - - [2026-05-28 04:14:23] "POST /fqname-to-id HTTP/1.1" 404 181 0.046935 10.0.0.131 - - [2026-05-28 04:14:24] "GET /projects?obj_uuids=aa0e6a7d-beb4-49cc-8f42-4d6253468372&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005116 10.0.0.131 - - [2026-05-28 04:14:24] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.131 - - [2026-05-28 04:14:24] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051224 10.0.0.131 - - [2026-05-28 04:14:24] "POST /id-to-fqname HTTP/1.1" 200 183 0.004599 10.0.0.131 - - [2026-05-28 04:14:24] "POST /fqname-to-id HTTP/1.1" 404 192 0.013851 10.0.0.131 - - [2026-05-28 04:14:24] "POST /security-groups HTTP/1.1" 200 584 0.078260 10.0.0.131 - - [2026-05-28 04:14:24] "POST /projects HTTP/1.1" 200 571 0.352289 10.0.0.131 - - [2026-05-28 04:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.393841 10.0.0.41 - - [2026-05-28 04:14:24] "POST /access-control-lists HTTP/1.1" 200 591 0.032831 10.0.0.133 - - [2026-05-28 04:14:24] "GET /project/aa0e6a7d-beb4-49cc-8f42-4d6253468372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.602656 10.0.0.133 - - [2026-05-28 04:14:26] "GET / HTTP/1.1" 200 36215 0.001797 10.0.0.131 - - [2026-05-28 04:14:29] "GET /projects?obj_uuids=aa0e6a7d-beb4-49cc-8f42-4d6253468372&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001091 10.0.0.133 - - [2026-05-28 04:14:29] "GET /project/aa0e6a7d-beb4-49cc-8f42-4d6253468372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.050735 10.0.0.131 - - [2026-05-28 04:14:29] "GET /projects?obj_uuids=aa0e6a7d-beb4-49cc-8f42-4d6253468372&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001108 10.0.0.133 - - [2026-05-28 04:14:29] "GET /project/aa0e6a7d-beb4-49cc-8f42-4d6253468372?fields=virtual_networks HTTP/1.1" 200 1021 0.066548 10.0.0.131 - - [2026-05-28 04:14:29] "GET /projects?obj_uuids=aa0e6a7d-beb4-49cc-8f42-4d6253468372&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001274 10.0.0.133 - - [2026-05-28 04:14:29] "GET /project/aa0e6a7d-beb4-49cc-8f42-4d6253468372?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.061958 10.0.0.131 - - [2026-05-28 04:14:29] "GET /projects?obj_uuids=aa0e6a7d-beb4-49cc-8f42-4d6253468372&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000873 10.0.0.133 - - [2026-05-28 04:14:29] "GET /project/aa0e6a7d-beb4-49cc-8f42-4d6253468372?fields=security_groups HTTP/1.1" 200 1241 0.059198 10.0.0.133 - - [2026-05-28 04:14:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.049244 10.0.0.131 - - [2026-05-28 04:14:30] "GET /projects?obj_uuids=8c4c9112-ae28-4315-89ce-96598087aa93&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003544 10.0.0.131 - - [2026-05-28 04:14:30] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001214 10.0.0.131 - - [2026-05-28 04:14:30] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009415 10.0.0.41 - - [2026-05-28 04:14:31] "DELETE /access-control-list/54eee121-b568-40ff-984f-2b66c308fa1a HTTP/1.1" 200 115 0.052579 10.0.0.131 - - [2026-05-28 04:14:31] "POST /id-to-fqname HTTP/1.1" 200 191 0.003470 10.0.0.131 - - [2026-05-28 04:14:31] "POST /fqname-to-id HTTP/1.1" 404 200 0.004560 10.0.0.131 - - [2026-05-28 04:14:31] "POST /security-groups HTTP/1.1" 200 592 0.092453 10.0.0.131 - - [2026-05-28 04:14:31] "POST /projects HTTP/1.1" 200 587 0.376478 10.0.0.131 - - [2026-05-28 04:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.437687 10.0.0.41 - - [2026-05-28 04:14:31] "POST /access-control-lists HTTP/1.1" 200 599 0.059602 10.0.0.133 - - [2026-05-28 04:14:31] "GET /project/8c4c9112-ae28-4315-89ce-96598087aa93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.653054 10.0.0.133 - - [2026-05-28 04:14:32] "GET / HTTP/1.1" 200 36215 0.001475 10.0.0.131 - - [2026-05-28 04:14:35] "GET /projects?obj_uuids=8c4c9112-ae28-4315-89ce-96598087aa93&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001010 10.0.0.133 - - [2026-05-28 04:14:35] "GET /project/8c4c9112-ae28-4315-89ce-96598087aa93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.051250 10.0.0.131 - - [2026-05-28 04:14:36] "GET /projects?obj_uuids=8c4c9112-ae28-4315-89ce-96598087aa93&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001336 10.0.0.133 - - [2026-05-28 04:14:36] "GET /project/8c4c9112-ae28-4315-89ce-96598087aa93?fields=virtual_networks HTTP/1.1" 200 1036 0.066194 10.0.0.131 - - [2026-05-28 04:14:36] "GET /projects?obj_uuids=8c4c9112-ae28-4315-89ce-96598087aa93&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000960 10.0.0.133 - - [2026-05-28 04:14:36] "GET /project/8c4c9112-ae28-4315-89ce-96598087aa93?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.041668 10.0.0.131 - - [2026-05-28 04:14:36] "GET /projects?obj_uuids=8c4c9112-ae28-4315-89ce-96598087aa93&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001347 10.0.0.133 - - [2026-05-28 04:14:36] "GET /project/8c4c9112-ae28-4315-89ce-96598087aa93?fields=security_groups HTTP/1.1" 200 1264 0.055116 10.0.0.133 - - [2026-05-28 04:14:37] "POST /fqname-to-id HTTP/1.1" 404 195 0.053163 10.0.0.131 - - [2026-05-28 04:14:37] "GET /projects?obj_uuids=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003196 10.0.0.131 - - [2026-05-28 04:14:37] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001462 10.0.0.131 - - [2026-05-28 04:14:37] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009182 10.0.0.131 - - [2026-05-28 04:14:37] "POST /id-to-fqname HTTP/1.1" 200 197 0.001183 10.0.0.131 - - [2026-05-28 04:14:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.011085 10.0.0.131 - - [2026-05-28 04:14:37] "POST /security-groups HTTP/1.1" 200 598 0.038488 10.0.0.41 - - [2026-05-28 04:14:37] "POST /fqname-to-id HTTP/1.1" 404 241 0.089751 10.0.0.131 - - [2026-05-28 04:14:38] "POST /projects HTTP/1.1" 200 599 0.348105 10.0.0.131 - - [2026-05-28 04:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.389767 10.0.0.41 - - [2026-05-28 04:14:38] "POST /access-control-lists HTTP/1.1" 200 603 0.032714 10.0.0.133 - - [2026-05-28 04:14:38] "GET /project/98c704f6-60ac-4ecc-b93d-1aacf31304a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.590981 10.0.0.133 - - [2026-05-28 04:14:39] "GET / HTTP/1.1" 200 36215 0.002310 10.0.0.131 - - [2026-05-28 04:14:40] "DELETE /project/6bbe60b6-978c-4ba6-924a-f54e83d51a57 HTTP/1.1" 404 177 0.009125 10.0.0.131 - - [2026-05-28 04:14:40] "DELETE /project/8c4c9112ae28431589ce96598087aa93 HTTP/1.1" 404 173 0.008501 10.0.0.131 - - [2026-05-28 04:14:40] "DELETE /project/98c704f660ac4eccb93d1aacf31304a1 HTTP/1.1" 404 173 0.010772 10.0.0.131 - - [2026-05-28 04:14:40] "DELETE /project/aa0e6a7dbeb449cc8f424d6253468372 HTTP/1.1" 404 173 0.008125 10.0.0.131 - - [2026-05-28 04:14:40] "GET /projects?obj_uuids=8c4c9112-ae28-4315-89ce-96598087aa93&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000989 10.0.0.131 - - [2026-05-28 04:14:40] "GET /projects?obj_uuids=aa0e6a7d-beb4-49cc-8f42-4d6253468372&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000913 10.0.0.131 - - [2026-05-28 04:14:40] "GET /project/8c4c9112-ae28-4315-89ce-96598087aa93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.053688 10.0.0.131 - - [2026-05-28 04:14:40] "GET /projects?obj_uuids=8c4c9112-ae28-4315-89ce-96598087aa93&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001401 10.0.0.131 - - [2026-05-28 04:14:40] "GET /project/aa0e6a7d-beb4-49cc-8f42-4d6253468372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.092971 10.0.0.131 - - [2026-05-28 04:14:40] "GET /projects?obj_uuids=aa0e6a7d-beb4-49cc-8f42-4d6253468372&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001134 10.0.0.131 - - [2026-05-28 04:14:40] "GET /project/8c4c9112-ae28-4315-89ce-96598087aa93?fields=security_groups HTTP/1.1" 200 1366 0.076339 10.0.0.131 - - [2026-05-28 04:14:40] "GET /project/aa0e6a7d-beb4-49cc-8f42-4d6253468372?fields=security_groups HTTP/1.1" 200 1343 0.064107 10.0.0.131 - - [2026-05-28 04:14:40] "DELETE /security-group/cfaf941b-365f-4c18-8e06-87f039853db7 HTTP/1.1" 200 115 0.088381 10.0.0.131 - - [2026-05-28 04:14:40] "GET /projects?obj_uuids=8c4c9112-ae28-4315-89ce-96598087aa93&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001212 10.0.0.131 - - [2026-05-28 04:14:40] "DELETE /security-group/f013c71a-110d-4f04-b0cf-3c236e711de5 HTTP/1.1" 200 115 0.092068 10.0.0.131 - - [2026-05-28 04:14:40] "GET /projects?obj_uuids=aa0e6a7d-beb4-49cc-8f42-4d6253468372&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001037 10.0.0.131 - - [2026-05-28 04:14:40] "GET /project/8c4c9112-ae28-4315-89ce-96598087aa93?fields=application_policy_sets HTTP/1.1" 200 1405 0.071922 10.0.0.131 - - [2026-05-28 04:14:40] "GET /project/aa0e6a7d-beb4-49cc-8f42-4d6253468372?fields=application_policy_sets HTTP/1.1" 200 1382 0.108076 10.0.0.41 - - [2026-05-28 04:14:40] "DELETE /access-control-list/613110cd-bddd-4cd5-832c-e8a43b47a011 HTTP/1.1" 200 115 0.085117 10.0.0.131 - - [2026-05-28 04:14:40] "DELETE /project/8c4c9112-ae28-4315-89ce-96598087aa93 HTTP/1.1" 200 115 0.649367 10.0.0.131 - - [2026-05-28 04:14:40] "DELETE /project/aa0e6a7d-beb4-49cc-8f42-4d6253468372 HTTP/1.1" 200 115 0.685957 10.0.0.133 - - [2026-05-28 04:14:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000420 10.0.0.133 - - [2026-05-28 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.041840 10.0.0.133 - - [2026-05-28 04:14:41] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004107 10.0.0.133 - - [2026-05-28 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.133 - - [2026-05-28 04:14:41] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004838 10.0.0.133 - - [2026-05-28 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.133 - - [2026-05-28 04:14:42] "PUT /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780 HTTP/1.1" 200 277 0.021783 10.0.0.133 - - [2026-05-28 04:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.131 - - [2026-05-28 04:14:42] "GET /projects?obj_uuids=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001092 10.0.0.133 - - [2026-05-28 04:14:42] "GET /project/98c704f6-60ac-4ecc-b93d-1aacf31304a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063826 10.0.0.41 - - [2026-05-28 04:14:42] "POST /ref-update HTTP/1.1" 200 156 0.022880 10.0.0.131 - - [2026-05-28 04:14:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006809 10.0.0.133 - - [2026-05-28 04:14:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.312638 10.0.0.133 - - [2026-05-28 04:14:42] "POST /id-to-fqname HTTP/1.1" 200 218 0.001683 10.0.0.133 - - [2026-05-28 04:14:42] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006350 10.0.0.133 - - [2026-05-28 04:14:42] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005792 10.0.0.133 - - [2026-05-28 04:14:42] "POST /neutron/network HTTP/1.1" 200 808 0.008012 10.0.0.133 - - [2026-05-28 04:14:43] "POST /id-to-fqname HTTP/1.1" 200 218 0.001518 10.0.0.133 - - [2026-05-28 04:14:43] "POST /neutron/network HTTP/1.1" 200 818 0.010826 10.0.0.131 - - [2026-05-28 04:14:44] "GET /projects?obj_uuids=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001191 10.0.0.133 - - [2026-05-28 04:14:44] "GET /project/98c704f6-60ac-4ecc-b93d-1aacf31304a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.088544 10.0.0.133 - - [2026-05-28 04:14:44] "POST /neutron/port HTTP/1.1" 200 117 0.008446 10.0.0.133 - - [2026-05-28 04:14:44] "POST /id-to-fqname HTTP/1.1" 200 218 0.001816 10.0.0.133 - - [2026-05-28 04:14:45] "POST /neutron/network HTTP/1.1" 200 818 0.006953 10.0.0.133 - - [2026-05-28 04:14:45] "POST /neutron/port HTTP/1.1" 200 1062 0.022357 10.0.0.131 - - [2026-05-28 04:14:46] "GET /projects?obj_uuids=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000904 10.0.0.133 - - [2026-05-28 04:14:46] "GET /project/98c704f6-60ac-4ecc-b93d-1aacf31304a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.144918 10.0.0.133 - - [2026-05-28 04:14:46] "POST /neutron/network HTTP/1.1" 200 808 0.012468 10.0.0.133 - - [2026-05-28 04:14:46] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.133 - - [2026-05-28 04:14:46] "POST /neutron/security_group HTTP/1.1" 200 2065 0.016571 10.0.0.131 - - [2026-05-28 04:14:47] "GET /projects?obj_uuids=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001438 10.0.0.133 - - [2026-05-28 04:14:47] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009158 10.0.0.133 - - [2026-05-28 04:14:47] "POST /neutron/port HTTP/1.1" 200 1062 0.385527 10.0.0.133 - - [2026-05-28 04:14:47] "POST /neutron/port HTTP/1.1" 200 1116 0.172899 10.0.0.133 - - [2026-05-28 04:14:47] "POST /neutron/port HTTP/1.1" 200 1106 0.025589 10.0.0.133 - - [2026-05-28 04:14:48] "POST /neutron/network HTTP/1.1" 200 936 0.009278 10.0.0.133 - - [2026-05-28 04:14:48] "POST /neutron/subnet HTTP/1.1" 200 693 0.011863 10.0.0.133 - - [2026-05-28 04:14:48] "POST /neutron/network HTTP/1.1" 200 926 0.008003 10.0.0.133 - - [2026-05-28 04:14:49] "POST /neutron/port HTTP/1.1" 200 1126 0.022569 10.0.0.133 - - [2026-05-28 04:14:49] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007429 10.0.0.133 - - [2026-05-28 04:14:49] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 401 293 0.000481 10.0.0.133 - - [2026-05-28 04:14:50] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 200 1301 0.051514 10.0.0.133 - - [2026-05-28 04:14:50] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 200 1301 0.005325 10.0.0.133 - - [2026-05-28 04:14:50] "GET /virtual-machine-interface/3c8e58ff-83d5-4f59-b5ba-41ece54dc6dc HTTP/1.1" 200 2956 0.006962 10.0.0.133 - - [2026-05-28 04:14:50] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 200 1301 0.003704 10.0.0.133 - - [2026-05-28 04:14:50] "GET /virtual-machine-interface/3c8e58ff-83d5-4f59-b5ba-41ece54dc6dc HTTP/1.1" 200 2956 0.009005 10.0.0.133 - - [2026-05-28 04:14:50] "GET /instance-ip/1837f18b-2dab-4433-bdac-57faff9d1d14 HTTP/1.1" 200 1623 0.006828 10.0.0.133 - - [2026-05-28 04:14:50] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 200 1301 0.005332 10.0.0.133 - - [2026-05-28 04:14:50] "GET /virtual-machine-interface/3c8e58ff-83d5-4f59-b5ba-41ece54dc6dc HTTP/1.1" 200 2956 0.006081 10.0.0.133 - - [2026-05-28 04:14:50] "GET /instance-ip/1837f18b-2dab-4433-bdac-57faff9d1d14 HTTP/1.1" 200 1623 0.005003 10.0.0.133 - - [2026-05-28 04:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008156 10.0.0.133 - - [2026-05-28 04:14:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005872 10.0.0.133 - - [2026-05-28 04:14:50] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004231 10.0.0.133 - - [2026-05-28 04:14:50] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009650 10.0.0.133 - - [2026-05-28 04:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.133 - - [2026-05-28 04:14:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004547 10.0.0.133 - - [2026-05-28 04:14:50] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.007991 10.0.0.133 - - [2026-05-28 04:14:50] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008400 10.0.0.133 - - [2026-05-28 04:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007524 10.0.0.133 - - [2026-05-28 04:14:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005373 10.0.0.133 - - [2026-05-28 04:14:50] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003618 10.0.0.133 - - [2026-05-28 04:14:50] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006642 10.0.0.133 - - [2026-05-28 04:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005194 10.0.0.133 - - [2026-05-28 04:14:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004940 10.0.0.133 - - [2026-05-28 04:14:50] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003689 10.0.0.133 - - [2026-05-28 04:14:50] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007362 10.0.0.133 - - [2026-05-28 04:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.133 - - [2026-05-28 04:14:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006970 10.0.0.133 - - [2026-05-28 04:14:51] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004435 10.0.0.133 - - [2026-05-28 04:14:51] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008572 10.0.0.133 - - [2026-05-28 04:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.133 - - [2026-05-28 04:14:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006253 10.0.0.133 - - [2026-05-28 04:14:51] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003796 10.0.0.133 - - [2026-05-28 04:14:51] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008789 10.0.0.133 - - [2026-05-28 04:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005431 10.0.0.133 - - [2026-05-28 04:14:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004576 10.0.0.133 - - [2026-05-28 04:14:51] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003346 10.0.0.133 - - [2026-05-28 04:14:51] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008505 10.0.0.133 - - [2026-05-28 04:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.133 - - [2026-05-28 04:14:54] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006020 10.0.0.133 - - [2026-05-28 04:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005807 10.0.0.133 - - [2026-05-28 04:14:58] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006331 10.0.0.133 - - [2026-05-28 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.133 - - [2026-05-28 04:15:02] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006774 10.0.0.133 - - [2026-05-28 04:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.133 - - [2026-05-28 04:15:06] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005439 10.0.0.41 - - [2026-05-28 04:15:07] "GET /obj-perms HTTP/1.1" 200 5075 0.075603 10.0.0.133 - - [2026-05-28 04:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.133 - - [2026-05-28 04:15:10] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007419 10.0.0.133 - - [2026-05-28 04:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.133 - - [2026-05-28 04:15:14] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005956 10.0.0.133 - - [2026-05-28 04:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.133 - - [2026-05-28 04:15:19] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007207 10.0.0.133 - - [2026-05-28 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.133 - - [2026-05-28 04:15:23] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009081 10.0.0.133 - - [2026-05-28 04:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.133 - - [2026-05-28 04:15:27] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009156 10.0.0.133 - - [2026-05-28 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005172 10.0.0.133 - - [2026-05-28 04:15:31] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007884 10.0.0.133 - - [2026-05-28 04:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.133 - - [2026-05-28 04:15:35] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006619 10.0.0.133 - - [2026-05-28 04:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.014641 10.0.0.133 - - [2026-05-28 04:15:39] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004652 10.0.0.133 - - [2026-05-28 04:15:39] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003302 10.0.0.133 - - [2026-05-28 04:15:39] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008341 10.0.0.133 - - [2026-05-28 04:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.133 - - [2026-05-28 04:15:39] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004554 10.0.0.133 - - [2026-05-28 04:15:39] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004770 10.0.0.133 - - [2026-05-28 04:15:40] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006996 10.0.0.133 - - [2026-05-28 04:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.133 - - [2026-05-28 04:15:40] "GET /routing-instance/4379ba31-ee33-4f3c-a964-0708fd457b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.007277 10.0.0.133 - - [2026-05-28 04:15:40] "GET /route-target/53783465-6c4c-44bb-9af8-ceff864d63ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005603 10.0.0.133 - - [2026-05-28 04:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.133 - - [2026-05-28 04:15:40] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008574 10.0.0.133 - - [2026-05-28 04:15:40] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003818 10.0.0.133 - - [2026-05-28 04:15:40] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007358 10.0.0.133 - - [2026-05-28 04:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.133 - - [2026-05-28 04:15:40] "GET /routing-instance/4379ba31-ee33-4f3c-a964-0708fd457b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.019040 10.0.0.133 - - [2026-05-28 04:15:40] "GET /route-target/53783465-6c4c-44bb-9af8-ceff864d63ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005274 10.0.0.133 - - [2026-05-28 04:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.133 - - [2026-05-28 04:15:40] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005589 10.0.0.133 - - [2026-05-28 04:15:40] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003227 10.0.0.133 - - [2026-05-28 04:15:40] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007054 10.0.0.133 - - [2026-05-28 04:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.133 - - [2026-05-28 04:15:40] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004024 10.0.0.133 - - [2026-05-28 04:15:40] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.007221 10.0.0.133 - - [2026-05-28 04:15:40] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006707 10.0.0.133 - - [2026-05-28 04:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.133 - - [2026-05-28 04:15:40] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005409 10.0.0.133 - - [2026-05-28 04:15:40] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003759 10.0.0.133 - - [2026-05-28 04:15:40] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006909 10.0.0.131 - - [2026-05-28 04:15:41] "GET /obj-perms HTTP/1.1" 200 5063 0.083130 10.0.0.133 - - [2026-05-28 04:15:41] "GET /obj-perms HTTP/1.1" 200 5063 0.067423 10.0.0.133 - - [2026-05-28 04:15:41] "GET /obj-perms HTTP/1.1" 200 5063 0.003891 10.0.0.131 - - [2026-05-28 04:15:41] "GET /obj-perms HTTP/1.1" 200 5063 0.004579 10.0.0.133 - - [2026-05-28 04:15:41] "GET /obj-perms HTTP/1.1" 200 5063 0.004263 10.0.0.133 - - [2026-05-28 04:15:42] "POST /neutron/port HTTP/1.1" 200 1126 0.021569 10.0.0.133 - - [2026-05-28 04:15:42] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010689 10.0.0.133 - - [2026-05-28 04:15:42] "POST /neutron/port HTTP/1.1" 200 1126 0.022364 10.0.0.133 - - [2026-05-28 04:15:42] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 200 1302 0.010795 10.0.0.133 - - [2026-05-28 04:15:42] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 200 1302 0.004171 10.0.0.133 - - [2026-05-28 04:15:42] "GET /virtual-machine-interface/25160c78-7642-412a-b00a-8f6fdeed89b8 HTTP/1.1" 200 2956 0.006564 10.0.0.133 - - [2026-05-28 04:15:42] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 200 1302 0.005268 10.0.0.133 - - [2026-05-28 04:15:42] "GET /virtual-machine-interface/25160c78-7642-412a-b00a-8f6fdeed89b8 HTTP/1.1" 200 2956 0.005520 10.0.0.133 - - [2026-05-28 04:15:42] "GET /instance-ip/5c8d6ddb-8f9c-4b65-a869-d5180d01dc6c HTTP/1.1" 200 1623 0.008072 10.0.0.133 - - [2026-05-28 04:15:42] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 200 1302 0.004282 10.0.0.133 - - [2026-05-28 04:15:42] "GET /virtual-machine-interface/25160c78-7642-412a-b00a-8f6fdeed89b8 HTTP/1.1" 200 2956 0.009954 10.0.0.133 - - [2026-05-28 04:15:42] "GET /instance-ip/5c8d6ddb-8f9c-4b65-a869-d5180d01dc6c HTTP/1.1" 200 1623 0.005392 10.0.0.133 - - [2026-05-28 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.133 - - [2026-05-28 04:15:42] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005243 10.0.0.133 - - [2026-05-28 04:15:42] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004624 10.0.0.133 - - [2026-05-28 04:15:42] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007346 10.0.0.133 - - [2026-05-28 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005797 10.0.0.133 - - [2026-05-28 04:15:42] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005793 10.0.0.133 - - [2026-05-28 04:15:42] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003479 10.0.0.133 - - [2026-05-28 04:15:42] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007293 10.0.0.133 - - [2026-05-28 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.133 - - [2026-05-28 04:15:42] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004381 10.0.0.133 - - [2026-05-28 04:15:42] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006688 10.0.0.133 - - [2026-05-28 04:15:43] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006763 10.0.0.133 - - [2026-05-28 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.133 - - [2026-05-28 04:15:43] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006069 10.0.0.133 - - [2026-05-28 04:15:43] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003528 10.0.0.133 - - [2026-05-28 04:15:43] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005812 10.0.0.133 - - [2026-05-28 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005007 10.0.0.133 - - [2026-05-28 04:15:43] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004720 10.0.0.133 - - [2026-05-28 04:15:43] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003390 10.0.0.133 - - [2026-05-28 04:15:43] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006850 10.0.0.133 - - [2026-05-28 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.133 - - [2026-05-28 04:15:43] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005702 10.0.0.133 - - [2026-05-28 04:15:43] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003412 10.0.0.133 - - [2026-05-28 04:15:43] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008547 10.0.0.133 - - [2026-05-28 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.133 - - [2026-05-28 04:15:43] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005820 10.0.0.133 - - [2026-05-28 04:15:43] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003978 10.0.0.133 - - [2026-05-28 04:15:43] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006346 10.0.0.133 - - [2026-05-28 04:15:43] "POST /neutron/port HTTP/1.1" 200 1219 0.025536 10.0.0.133 - - [2026-05-28 04:15:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004035 10.0.0.133 - - [2026-05-28 04:15:44] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.133 - - [2026-05-28 04:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005022 10.0.0.133 - - [2026-05-28 04:15:44] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008395 10.0.0.133 - - [2026-05-28 04:15:44] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003402 10.0.0.133 - - [2026-05-28 04:15:44] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008450 10.0.0.133 - - [2026-05-28 04:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007783 10.0.0.133 - - [2026-05-28 04:15:45] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004580 10.0.0.133 - - [2026-05-28 04:15:45] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004287 10.0.0.133 - - [2026-05-28 04:15:45] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007705 10.0.0.133 - - [2026-05-28 04:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.133 - - [2026-05-28 04:15:45] "GET /routing-instance/4379ba31-ee33-4f3c-a964-0708fd457b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005583 10.0.0.133 - - [2026-05-28 04:15:45] "GET /route-target/53783465-6c4c-44bb-9af8-ceff864d63ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006615 10.0.0.133 - - [2026-05-28 04:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.133 - - [2026-05-28 04:15:45] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005759 10.0.0.133 - - [2026-05-28 04:15:45] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004613 10.0.0.133 - - [2026-05-28 04:15:45] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009009 10.0.0.133 - - [2026-05-28 04:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008102 10.0.0.133 - - [2026-05-28 04:15:45] "GET /routing-instance/4379ba31-ee33-4f3c-a964-0708fd457b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.007873 10.0.0.133 - - [2026-05-28 04:15:45] "GET /route-target/53783465-6c4c-44bb-9af8-ceff864d63ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004368 10.0.0.133 - - [2026-05-28 04:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.133 - - [2026-05-28 04:15:45] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004238 10.0.0.133 - - [2026-05-28 04:15:45] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003262 10.0.0.133 - - [2026-05-28 04:15:45] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007118 10.0.0.133 - - [2026-05-28 04:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007279 10.0.0.133 - - [2026-05-28 04:15:45] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004349 10.0.0.133 - - [2026-05-28 04:15:45] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003992 10.0.0.133 - - [2026-05-28 04:15:45] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008900 10.0.0.133 - - [2026-05-28 04:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.133 - - [2026-05-28 04:15:45] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004760 10.0.0.133 - - [2026-05-28 04:15:45] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003658 10.0.0.133 - - [2026-05-28 04:15:46] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006521 10.0.0.131 - - [2026-05-28 04:15:46] "GET /obj-perms HTTP/1.1" 200 5063 0.005630 10.0.0.133 - - [2026-05-28 04:15:46] "GET /obj-perms HTTP/1.1" 200 5063 0.004787 10.0.0.133 - - [2026-05-28 04:15:46] "GET /obj-perms HTTP/1.1" 200 5063 0.005515 10.0.0.133 - - [2026-05-28 04:15:46] "GET /obj-perms HTTP/1.1" 200 5063 0.012109 10.0.0.131 - - [2026-05-28 04:15:46] "GET /obj-perms HTTP/1.1" 200 5063 0.004457 10.0.0.133 - - [2026-05-28 04:15:46] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 200 1301 0.005234 10.0.0.133 - - [2026-05-28 04:15:46] "GET /virtual-machine-interface/3c8e58ff-83d5-4f59-b5ba-41ece54dc6dc HTTP/1.1" 200 2956 0.006742 10.0.0.133 - - [2026-05-28 04:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.020088 10.0.0.133 - - [2026-05-28 04:15:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004658 10.0.0.133 - - [2026-05-28 04:15:46] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003469 10.0.0.133 - - [2026-05-28 04:15:46] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.016110 10.0.0.133 - - [2026-05-28 04:15:47] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007782 10.0.0.133 - - [2026-05-28 04:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.133 - - [2026-05-28 04:15:47] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003790 10.0.0.133 - - [2026-05-28 04:15:47] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004089 10.0.0.133 - - [2026-05-28 04:15:47] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007309 10.0.0.133 - - [2026-05-28 04:15:53] "POST /neutron/port HTTP/1.1" 200 1126 0.024767 10.0.0.133 - - [2026-05-28 04:15:53] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009527 10.0.0.133 - - [2026-05-28 04:16:03] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 200 1302 0.004008 10.0.0.133 - - [2026-05-28 04:16:03] "GET /virtual-machine-interface/25160c78-7642-412a-b00a-8f6fdeed89b8 HTTP/1.1" 200 2956 0.008213 10.0.0.133 - - [2026-05-28 04:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.133 - - [2026-05-28 04:16:03] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006324 10.0.0.133 - - [2026-05-28 04:16:03] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005267 10.0.0.133 - - [2026-05-28 04:16:03] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007848 10.0.0.133 - - [2026-05-28 04:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.133 - - [2026-05-28 04:16:04] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005382 10.0.0.133 - - [2026-05-28 04:16:04] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004100 10.0.0.133 - - [2026-05-28 04:16:04] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007454 10.0.0.133 - - [2026-05-28 04:16:43] "POST /neutron/port HTTP/1.1" 200 1106 0.025234 10.0.0.133 - - [2026-05-28 04:16:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004518 10.0.0.133 - - [2026-05-28 04:16:44] "POST /neutron/network HTTP/1.1" 200 926 0.011055 10.0.0.133 - - [2026-05-28 04:16:49] "POST /neutron/network HTTP/1.1" 200 1124 0.007442 10.0.0.133 - - [2026-05-28 04:16:49] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015749 10.0.0.133 - - [2026-05-28 04:16:49] "POST /neutron/network HTTP/1.1" 200 1114 0.013767 10.0.0.41 - - [2026-05-28 04:17:09] "GET /obj-perms HTTP/1.1" 200 5075 0.069182 10.0.0.133 - - [2026-05-28 04:17:43] "POST /neutron/network HTTP/1.1" 200 818 0.008338 10.0.0.133 - - [2026-05-28 04:17:43] "POST /neutron/port HTTP/1.1" 200 117 0.001114 10.0.0.133 - - [2026-05-28 04:17:50] "POST /neutron/port HTTP/1.1" 200 1106 0.020264 10.0.0.133 - - [2026-05-28 04:17:50] "POST /neutron/subnet HTTP/1.1" 200 693 0.010542 10.0.0.133 - - [2026-05-28 04:17:55] "POST /neutron/port HTTP/1.1" 200 1126 0.024972 10.0.0.133 - - [2026-05-28 04:17:55] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 200 1301 0.006669 10.0.0.133 - - [2026-05-28 04:17:55] "GET /virtual-machine-interface/3c8e58ff-83d5-4f59-b5ba-41ece54dc6dc HTTP/1.1" 200 2956 0.006219 10.0.0.133 - - [2026-05-28 04:17:55] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 200 1301 0.005809 10.0.0.133 - - [2026-05-28 04:17:55] "GET /virtual-machine-interface/3c8e58ff-83d5-4f59-b5ba-41ece54dc6dc HTTP/1.1" 200 2956 0.008720 10.0.0.133 - - [2026-05-28 04:17:55] "GET /instance-ip/1837f18b-2dab-4433-bdac-57faff9d1d14 HTTP/1.1" 200 1623 0.008024 10.0.0.133 - - [2026-05-28 04:17:55] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 200 1301 0.004996 10.0.0.133 - - [2026-05-28 04:17:55] "GET /virtual-machine-interface/3c8e58ff-83d5-4f59-b5ba-41ece54dc6dc HTTP/1.1" 200 2956 0.006717 10.0.0.133 - - [2026-05-28 04:17:55] "GET /instance-ip/1837f18b-2dab-4433-bdac-57faff9d1d14 HTTP/1.1" 200 1623 0.006713 10.0.0.133 - - [2026-05-28 04:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005159 10.0.0.133 - - [2026-05-28 04:17:55] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005307 10.0.0.133 - - [2026-05-28 04:17:55] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003785 10.0.0.133 - - [2026-05-28 04:17:55] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007547 10.0.0.133 - - [2026-05-28 04:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.133 - - [2026-05-28 04:17:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007478 10.0.0.133 - - [2026-05-28 04:17:56] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004310 10.0.0.133 - - [2026-05-28 04:17:56] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008990 10.0.0.133 - - [2026-05-28 04:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004886 10.0.0.133 - - [2026-05-28 04:17:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007421 10.0.0.133 - - [2026-05-28 04:17:56] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005287 10.0.0.133 - - [2026-05-28 04:17:56] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006852 10.0.0.133 - - [2026-05-28 04:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006428 10.0.0.133 - - [2026-05-28 04:17:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005310 10.0.0.133 - - [2026-05-28 04:17:56] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004376 10.0.0.133 - - [2026-05-28 04:17:56] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006618 10.0.0.133 - - [2026-05-28 04:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.133 - - [2026-05-28 04:17:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004855 10.0.0.133 - - [2026-05-28 04:17:56] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004555 10.0.0.133 - - [2026-05-28 04:17:56] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006766 10.0.0.133 - - [2026-05-28 04:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.133 - - [2026-05-28 04:17:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005800 10.0.0.133 - - [2026-05-28 04:17:56] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005017 10.0.0.133 - - [2026-05-28 04:17:56] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006609 10.0.0.133 - - [2026-05-28 04:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.133 - - [2026-05-28 04:17:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005066 10.0.0.133 - - [2026-05-28 04:17:56] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.008102 10.0.0.133 - - [2026-05-28 04:17:56] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006731 10.0.0.133 - - [2026-05-28 04:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.133 - - [2026-05-28 04:17:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003810 10.0.0.133 - - [2026-05-28 04:17:57] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003266 10.0.0.133 - - [2026-05-28 04:17:57] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006483 10.0.0.133 - - [2026-05-28 04:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.133 - - [2026-05-28 04:17:58] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004303 10.0.0.133 - - [2026-05-28 04:17:58] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003675 10.0.0.133 - - [2026-05-28 04:17:58] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007331 10.0.0.133 - - [2026-05-28 04:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005831 10.0.0.133 - - [2026-05-28 04:17:58] "GET /routing-instance/4379ba31-ee33-4f3c-a964-0708fd457b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005860 10.0.0.133 - - [2026-05-28 04:17:58] "GET /route-target/53783465-6c4c-44bb-9af8-ceff864d63ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005113 10.0.0.133 - - [2026-05-28 04:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005309 10.0.0.133 - - [2026-05-28 04:17:58] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005694 10.0.0.133 - - [2026-05-28 04:17:58] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005709 10.0.0.133 - - [2026-05-28 04:17:58] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008615 10.0.0.133 - - [2026-05-28 04:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.133 - - [2026-05-28 04:17:58] "GET /routing-instance/4379ba31-ee33-4f3c-a964-0708fd457b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004972 10.0.0.133 - - [2026-05-28 04:17:58] "GET /route-target/53783465-6c4c-44bb-9af8-ceff864d63ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004375 10.0.0.133 - - [2026-05-28 04:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.133 - - [2026-05-28 04:17:58] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004725 10.0.0.133 - - [2026-05-28 04:17:58] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003709 10.0.0.133 - - [2026-05-28 04:17:58] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007215 10.0.0.133 - - [2026-05-28 04:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.133 - - [2026-05-28 04:17:59] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006458 10.0.0.133 - - [2026-05-28 04:17:59] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004106 10.0.0.133 - - [2026-05-28 04:17:59] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005825 10.0.0.133 - - [2026-05-28 04:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005300 10.0.0.133 - - [2026-05-28 04:17:59] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005209 10.0.0.133 - - [2026-05-28 04:17:59] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004495 10.0.0.133 - - [2026-05-28 04:17:59] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008308 10.0.0.131 - - [2026-05-28 04:17:59] "GET /obj-perms HTTP/1.1" 200 5063 0.005257 10.0.0.133 - - [2026-05-28 04:18:03] "GET /obj-perms HTTP/1.1" 200 5063 0.004138 10.0.0.131 - - [2026-05-28 04:18:03] "GET /obj-perms HTTP/1.1" 200 5063 0.004503 10.0.0.133 - - [2026-05-28 04:18:03] "GET /obj-perms HTTP/1.1" 200 5063 0.004256 10.0.0.131 - - [2026-05-28 04:18:03] "GET /obj-perms HTTP/1.1" 200 5063 0.004789 10.0.0.133 - - [2026-05-28 04:18:03] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009810 10.0.0.133 - - [2026-05-28 04:18:03] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 200 1302 0.006092 10.0.0.133 - - [2026-05-28 04:18:03] "GET /virtual-machine-interface/25160c78-7642-412a-b00a-8f6fdeed89b8 HTTP/1.1" 200 2956 0.006266 10.0.0.133 - - [2026-05-28 04:18:03] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 200 1302 0.003997 10.0.0.133 - - [2026-05-28 04:18:03] "GET /virtual-machine-interface/25160c78-7642-412a-b00a-8f6fdeed89b8 HTTP/1.1" 200 2956 0.005823 10.0.0.133 - - [2026-05-28 04:18:03] "GET /instance-ip/5c8d6ddb-8f9c-4b65-a869-d5180d01dc6c HTTP/1.1" 200 1623 0.005862 10.0.0.133 - - [2026-05-28 04:18:03] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 200 1302 0.004773 10.0.0.133 - - [2026-05-28 04:18:03] "GET /virtual-machine-interface/25160c78-7642-412a-b00a-8f6fdeed89b8 HTTP/1.1" 200 2956 0.006500 10.0.0.133 - - [2026-05-28 04:18:03] "GET /instance-ip/5c8d6ddb-8f9c-4b65-a869-d5180d01dc6c HTTP/1.1" 200 1623 0.008237 10.0.0.133 - - [2026-05-28 04:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.133 - - [2026-05-28 04:18:04] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003718 10.0.0.133 - - [2026-05-28 04:18:04] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003793 10.0.0.133 - - [2026-05-28 04:18:04] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009133 10.0.0.133 - - [2026-05-28 04:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.133 - - [2026-05-28 04:18:04] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005328 10.0.0.133 - - [2026-05-28 04:18:04] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004265 10.0.0.133 - - [2026-05-28 04:18:04] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.010403 10.0.0.133 - - [2026-05-28 04:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005351 10.0.0.133 - - [2026-05-28 04:18:04] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006660 10.0.0.133 - - [2026-05-28 04:18:04] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004264 10.0.0.133 - - [2026-05-28 04:18:04] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008883 10.0.0.133 - - [2026-05-28 04:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.133 - - [2026-05-28 04:18:04] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004291 10.0.0.133 - - [2026-05-28 04:18:04] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005579 10.0.0.133 - - [2026-05-28 04:18:04] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.010240 10.0.0.133 - - [2026-05-28 04:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.133 - - [2026-05-28 04:18:04] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006455 10.0.0.133 - - [2026-05-28 04:18:04] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003986 10.0.0.133 - - [2026-05-28 04:18:04] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005944 10.0.0.133 - - [2026-05-28 04:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.133 - - [2026-05-28 04:18:04] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004357 10.0.0.133 - - [2026-05-28 04:18:04] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002898 10.0.0.133 - - [2026-05-28 04:18:04] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006561 10.0.0.133 - - [2026-05-28 04:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.133 - - [2026-05-28 04:18:04] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006489 10.0.0.133 - - [2026-05-28 04:18:04] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004164 10.0.0.133 - - [2026-05-28 04:18:04] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007149 10.0.0.133 - - [2026-05-28 04:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.133 - - [2026-05-28 04:18:06] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004667 10.0.0.133 - - [2026-05-28 04:18:06] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003795 10.0.0.133 - - [2026-05-28 04:18:06] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.011867 10.0.0.133 - - [2026-05-28 04:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.133 - - [2026-05-28 04:18:06] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005008 10.0.0.133 - - [2026-05-28 04:18:06] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005351 10.0.0.133 - - [2026-05-28 04:18:06] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008919 10.0.0.133 - - [2026-05-28 04:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.133 - - [2026-05-28 04:18:06] "GET /routing-instance/4379ba31-ee33-4f3c-a964-0708fd457b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004633 10.0.0.133 - - [2026-05-28 04:18:06] "GET /route-target/53783465-6c4c-44bb-9af8-ceff864d63ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004956 10.0.0.133 - - [2026-05-28 04:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.133 - - [2026-05-28 04:18:06] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003516 10.0.0.133 - - [2026-05-28 04:18:06] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003407 10.0.0.133 - - [2026-05-28 04:18:06] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009973 10.0.0.133 - - [2026-05-28 04:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.133 - - [2026-05-28 04:18:06] "GET /routing-instance/4379ba31-ee33-4f3c-a964-0708fd457b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.006638 10.0.0.133 - - [2026-05-28 04:18:06] "GET /route-target/53783465-6c4c-44bb-9af8-ceff864d63ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005678 10.0.0.133 - - [2026-05-28 04:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.133 - - [2026-05-28 04:18:07] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006262 10.0.0.133 - - [2026-05-28 04:18:07] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004718 10.0.0.133 - - [2026-05-28 04:18:07] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009513 10.0.0.133 - - [2026-05-28 04:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.133 - - [2026-05-28 04:18:07] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005580 10.0.0.133 - - [2026-05-28 04:18:07] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003302 10.0.0.133 - - [2026-05-28 04:18:07] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007121 10.0.0.133 - - [2026-05-28 04:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.133 - - [2026-05-28 04:18:07] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004785 10.0.0.133 - - [2026-05-28 04:18:07] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003275 10.0.0.133 - - [2026-05-28 04:18:07] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006386 10.0.0.131 - - [2026-05-28 04:18:09] "GET /obj-perms HTTP/1.1" 200 5063 0.004428 10.0.0.133 - - [2026-05-28 04:18:09] "GET /obj-perms HTTP/1.1" 200 5075 0.079691 10.0.0.41 - - [2026-05-28 04:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.037625 10.0.0.133 - - [2026-05-28 04:18:11] "GET /obj-perms HTTP/1.1" 200 5063 0.004923 10.0.0.131 - - [2026-05-28 04:18:11] "GET /obj-perms HTTP/1.1" 200 5063 0.004296 10.0.0.133 - - [2026-05-28 04:18:11] "GET /obj-perms HTTP/1.1" 200 5063 0.004128 10.0.0.41 - - [2026-05-28 04:18:11] "GET /obj-perms HTTP/1.1" 200 5063 0.081017 10.0.0.131 - - [2026-05-28 04:18:11] "GET /obj-perms HTTP/1.1" 200 5063 0.004355 10.0.0.133 - - [2026-05-28 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.133 - - [2026-05-28 04:18:32] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003210 10.0.0.133 - - [2026-05-28 04:18:32] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003634 10.0.0.133 - - [2026-05-28 04:18:32] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008961 10.0.0.133 - - [2026-05-28 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.133 - - [2026-05-28 04:18:41] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004552 10.0.0.133 - - [2026-05-28 04:18:41] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004420 10.0.0.133 - - [2026-05-28 04:18:41] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009190 10.0.0.133 - - [2026-05-28 04:18:46] "POST /neutron/network HTTP/1.1" 200 1124 0.054726 10.0.0.133 - - [2026-05-28 04:18:46] "POST /neutron/subnet HTTP/1.1" 200 1389 0.018458 10.0.0.133 - - [2026-05-28 04:18:46] "POST /neutron/network HTTP/1.1" 200 1114 0.015625 10.0.0.133 - - [2026-05-28 04:18:52] "POST /neutron/network HTTP/1.1" 200 818 0.045063 10.0.0.133 - - [2026-05-28 04:18:52] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.133 - - [2026-05-28 04:18:56] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 200 1302 0.006177 10.0.0.133 - - [2026-05-28 04:18:56] "GET /virtual-machine-interface/25160c78-7642-412a-b00a-8f6fdeed89b8 HTTP/1.1" 200 2956 0.007910 10.0.0.133 - - [2026-05-28 04:18:56] "GET /instance-ip/5c8d6ddb-8f9c-4b65-a869-d5180d01dc6c HTTP/1.1" 200 1623 0.006461 10.0.0.133 - - [2026-05-28 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.133 - - [2026-05-28 04:18:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005690 10.0.0.133 - - [2026-05-28 04:18:56] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003857 10.0.0.133 - - [2026-05-28 04:18:56] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007528 10.0.0.133 - - [2026-05-28 04:19:01] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 200 1302 0.007799 10.0.0.133 - - [2026-05-28 04:19:01] "POST /neutron/port HTTP/1.1" 200 1116 0.017570 10.0.0.133 - - [2026-05-28 04:19:03] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.004444 10.0.0.133 - - [2026-05-28 04:19:03] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.003226 10.0.0.133 - - [2026-05-28 04:19:03] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.003322 10.0.0.133 - - [2026-05-28 04:19:04] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.004220 10.0.0.133 - - [2026-05-28 04:19:05] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.003940 10.0.0.133 - - [2026-05-28 04:19:06] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.003663 10.0.0.133 - - [2026-05-28 04:19:07] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.003460 10.0.0.133 - - [2026-05-28 04:19:08] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.004234 10.0.0.133 - - [2026-05-28 04:19:09] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.003587 10.0.0.133 - - [2026-05-28 04:19:09] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.003528 10.0.0.133 - - [2026-05-28 04:19:10] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.003966 10.0.0.133 - - [2026-05-28 04:19:11] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.004613 10.0.0.133 - - [2026-05-28 04:19:12] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.004501 10.0.0.133 - - [2026-05-28 04:19:13] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.004171 10.0.0.133 - - [2026-05-28 04:19:14] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.003649 10.0.0.133 - - [2026-05-28 04:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.133 - - [2026-05-28 04:19:14] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005799 10.0.0.133 - - [2026-05-28 04:19:14] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004094 10.0.0.133 - - [2026-05-28 04:19:14] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009028 10.0.0.133 - - [2026-05-28 04:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.133 - - [2026-05-28 04:19:14] "GET /routing-instance/4379ba31-ee33-4f3c-a964-0708fd457b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005283 10.0.0.133 - - [2026-05-28 04:19:14] "GET /route-target/53783465-6c4c-44bb-9af8-ceff864d63ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005030 10.0.0.133 - - [2026-05-28 04:19:14] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.004585 10.0.0.133 - - [2026-05-28 04:19:15] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.003746 10.0.0.133 - - [2026-05-28 04:19:16] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.003481 10.0.0.133 - - [2026-05-28 04:19:17] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.005582 10.0.0.133 - - [2026-05-28 04:19:19] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.004317 10.0.0.41 - - [2026-05-28 04:19:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000697 10.0.0.41 - - [2026-05-28 04:19:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000341 10.0.0.133 - - [2026-05-28 04:19:20] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.004846 10.0.0.133 - - [2026-05-28 04:19:20] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.003678 10.0.0.41 - - [2026-05-28 04:19:20] "GET /global-system-configs HTTP/1.1" 401 293 0.002120 10.0.0.131 - - [2026-05-28 04:19:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000657 10.0.0.41 - - [2026-05-28 04:19:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000596 10.0.0.131 - - [2026-05-28 04:19:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.133 - - [2026-05-28 04:19:21] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.003929 10.0.0.131 - - [2026-05-28 04:19:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000579 10.0.0.131 - - [2026-05-28 04:19:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000968 10.0.0.133 - - [2026-05-28 04:19:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.133 - - [2026-05-28 04:19:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.133 - - [2026-05-28 04:19:22] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.007221 10.0.0.133 - - [2026-05-28 04:19:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.133 - - [2026-05-28 04:19:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.133 - - [2026-05-28 04:19:23] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.003772 10.0.0.133 - - [2026-05-28 04:19:24] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.006028 10.0.0.133 - - [2026-05-28 04:19:25] "GET /virtual-machine/efd8c929-0b6f-4160-bed1-29af010fee26 HTTP/1.1" 404 171 0.004028 10.0.0.133 - - [2026-05-28 04:19:25] "GET /obj-perms HTTP/1.1" 200 5063 0.004294 10.0.0.131 - - [2026-05-28 04:19:25] "GET /obj-perms HTTP/1.1" 200 5063 0.003737 10.0.0.133 - - [2026-05-28 04:19:25] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 200 1301 0.005072 10.0.0.133 - - [2026-05-28 04:19:26] "POST /neutron/port HTTP/1.1" 200 1116 0.017540 10.0.0.133 - - [2026-05-28 04:19:27] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 404 171 0.003268 10.0.0.133 - - [2026-05-28 04:19:27] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 404 171 0.003678 10.0.0.133 - - [2026-05-28 04:19:27] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 404 171 0.003727 10.0.0.133 - - [2026-05-28 04:19:27] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 404 171 0.003895 10.0.0.133 - - [2026-05-28 04:19:28] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 404 171 0.004184 10.0.0.133 - - [2026-05-28 04:19:29] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 404 171 0.003825 10.0.0.133 - - [2026-05-28 04:19:30] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 404 171 0.003523 10.0.0.133 - - [2026-05-28 04:19:31] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 404 171 0.006047 10.0.0.133 - - [2026-05-28 04:19:32] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 404 171 0.003603 10.0.0.133 - - [2026-05-28 04:19:32] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 404 171 0.003095 10.0.0.133 - - [2026-05-28 04:19:33] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 404 171 0.004948 10.0.0.133 - - [2026-05-28 04:19:34] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 404 171 0.004003 10.0.0.133 - - [2026-05-28 04:19:35] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 404 171 0.003404 10.0.0.133 - - [2026-05-28 04:19:36] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 404 171 0.003695 10.0.0.133 - - [2026-05-28 04:19:37] "GET /virtual-machine/74607f8e-64c0-460b-bda4-c8fa9eb67566 HTTP/1.1" 404 171 0.003733 10.0.0.133 - - [2026-05-28 04:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.133 - - [2026-05-28 04:19:37] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004498 10.0.0.133 - - [2026-05-28 04:19:37] "GET /virtual-networks?parent_id=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003369 10.0.0.133 - - [2026-05-28 04:19:37] "GET /virtual-network/6fdf428f-6db4-42fc-af80-ccc471782b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008409 10.0.0.133 - - [2026-05-28 04:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.133 - - [2026-05-28 04:19:38] "GET /routing-instance/4379ba31-ee33-4f3c-a964-0708fd457b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004617 10.0.0.133 - - [2026-05-28 04:19:38] "GET /route-target/53783465-6c4c-44bb-9af8-ceff864d63ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005533 10.0.0.133 - - [2026-05-28 04:19:38] "GET /obj-perms HTTP/1.1" 200 5063 0.006253 10.0.0.131 - - [2026-05-28 04:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.047864 10.0.0.131 - - [2026-05-28 04:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002749 10.0.0.133 - - [2026-05-28 04:19:38] "POST /neutron/network HTTP/1.1" 200 151 0.190598 10.0.0.133 - - [2026-05-28 04:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.133 - - [2026-05-28 04:19:38] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004444 10.0.0.133 - - [2026-05-28 04:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.133 - - [2026-05-28 04:19:38] "PUT /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780 HTTP/1.1" 200 277 0.014915 10.0.0.131 - - [2026-05-28 04:19:41] "GET /projects?obj_uuids=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001140 10.0.0.133 - - [2026-05-28 04:19:41] "GET /project/98c704f6-60ac-4ecc-b93d-1aacf31304a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.100735 10.0.0.131 - - [2026-05-28 04:19:41] "GET /projects?obj_uuids=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000863 10.0.0.133 - - [2026-05-28 04:19:41] "GET /project/98c704f6-60ac-4ecc-b93d-1aacf31304a1?fields=virtual_networks HTTP/1.1" 200 1049 0.053895 10.0.0.131 - - [2026-05-28 04:19:41] "GET /projects?obj_uuids=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001054 10.0.0.133 - - [2026-05-28 04:19:41] "GET /project/98c704f6-60ac-4ecc-b93d-1aacf31304a1?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.052587 10.0.0.131 - - [2026-05-28 04:19:41] "GET /projects?obj_uuids=98c704f6-60ac-4ecc-b93d-1aacf31304a1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001068 10.0.0.133 - - [2026-05-28 04:19:41] "GET /project/98c704f6-60ac-4ecc-b93d-1aacf31304a1?fields=security_groups HTTP/1.1" 200 1283 0.057375 10.0.0.133 - - [2026-05-28 04:19:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.040994 10.0.0.131 - - [2026-05-28 04:19:42] "GET /projects?obj_uuids=3e3d3924-5f18-4d74-aca8-72431f8716aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002662 10.0.0.131 - - [2026-05-28 04:19:42] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001572 10.0.0.131 - - [2026-05-28 04:19:42] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.059489 10.0.0.131 - - [2026-05-28 04:19:43] "POST /id-to-fqname HTTP/1.1" 200 196 0.002133 10.0.0.131 - - [2026-05-28 04:19:43] "POST /fqname-to-id HTTP/1.1" 404 205 0.008144 10.0.0.131 - - [2026-05-28 04:19:43] "POST /security-groups HTTP/1.1" 200 597 0.076568 10.0.0.131 - - [2026-05-28 04:19:43] "POST /projects HTTP/1.1" 200 597 0.339352 10.0.0.131 - - [2026-05-28 04:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.385646 10.0.0.41 - - [2026-05-28 04:19:43] "POST /fqname-to-id HTTP/1.1" 404 240 0.048023 10.0.0.133 - - [2026-05-28 04:19:43] "GET /project/3e3d3924-5f18-4d74-aca8-72431f8716aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.613466 10.0.0.41 - - [2026-05-28 04:19:43] "POST /access-control-lists HTTP/1.1" 200 602 0.037846 10.0.0.133 - - [2026-05-28 04:19:44] "GET / HTTP/1.1" 200 36215 0.002231 10.0.0.133 - - [2026-05-28 04:19:47] "POST /neutron/network HTTP/1.1" 200 936 0.008065 10.0.0.133 - - [2026-05-28 04:19:47] "POST /neutron/port HTTP/1.1" 200 117 0.001237 10.0.0.131 - - [2026-05-28 04:19:48] "GET /projects?obj_uuids=3e3d3924-5f18-4d74-aca8-72431f8716aa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000955 10.0.0.133 - - [2026-05-28 04:19:48] "GET /project/3e3d3924-5f18-4d74-aca8-72431f8716aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.062570 10.0.0.131 - - [2026-05-28 04:19:48] "GET /projects?obj_uuids=3e3d3924-5f18-4d74-aca8-72431f8716aa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001468 10.0.0.133 - - [2026-05-28 04:19:48] "GET /project/3e3d3924-5f18-4d74-aca8-72431f8716aa?fields=virtual_networks HTTP/1.1" 200 1046 0.061064 10.0.0.131 - - [2026-05-28 04:19:48] "GET /projects?obj_uuids=3e3d3924-5f18-4d74-aca8-72431f8716aa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001179 10.0.0.133 - - [2026-05-28 04:19:48] "GET /project/3e3d3924-5f18-4d74-aca8-72431f8716aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.050552 10.0.0.131 - - [2026-05-28 04:19:48] "GET /projects?obj_uuids=3e3d3924-5f18-4d74-aca8-72431f8716aa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001130 10.0.0.133 - - [2026-05-28 04:19:48] "GET /project/3e3d3924-5f18-4d74-aca8-72431f8716aa?fields=security_groups HTTP/1.1" 200 1279 0.049980 10.0.0.133 - - [2026-05-28 04:19:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.032354 10.0.0.131 - - [2026-05-28 04:19:49] "GET /projects?obj_uuids=a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005693 10.0.0.131 - - [2026-05-28 04:19:49] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.131 - - [2026-05-28 04:19:49] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008355 10.0.0.131 - - [2026-05-28 04:19:49] "POST /id-to-fqname HTTP/1.1" 200 190 0.002455 10.0.0.131 - - [2026-05-28 04:19:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.003211 10.0.0.131 - - [2026-05-28 04:19:49] "POST /security-groups HTTP/1.1" 200 591 0.077888 10.0.0.131 - - [2026-05-28 04:19:50] "POST /projects HTTP/1.1" 200 585 0.312740 10.0.0.131 - - [2026-05-28 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.356302 10.0.0.41 - - [2026-05-28 04:19:50] "POST /fqname-to-id HTTP/1.1" 404 233 0.008757 10.0.0.133 - - [2026-05-28 04:19:50] "GET /project/a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.531676 10.0.0.133 - - [2026-05-28 04:19:51] "GET / HTTP/1.1" 200 36215 0.001554 10.0.0.133 - - [2026-05-28 04:19:52] "POST /neutron/port HTTP/1.1" 200 1219 0.018916 10.0.0.133 - - [2026-05-28 04:19:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005362 10.0.0.133 - - [2026-05-28 04:19:52] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.131 - - [2026-05-28 04:19:54] "GET /projects?obj_uuids=a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002236 10.0.0.133 - - [2026-05-28 04:19:54] "GET /project/a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048548 10.0.0.131 - - [2026-05-28 04:19:54] "GET /projects?obj_uuids=a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001381 10.0.0.133 - - [2026-05-28 04:19:54] "GET /project/a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8?fields=virtual_networks HTTP/1.1" 200 1035 0.059114 10.0.0.131 - - [2026-05-28 04:19:54] "GET /projects?obj_uuids=a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000959 10.0.0.133 - - [2026-05-28 04:19:54] "GET /project/a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.044899 10.0.0.131 - - [2026-05-28 04:19:54] "GET /projects?obj_uuids=a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000946 10.0.0.133 - - [2026-05-28 04:19:54] "GET /project/a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8?fields=security_groups HTTP/1.1" 200 1262 0.044019 10.0.0.133 - - [2026-05-28 04:19:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.050167 10.0.0.131 - - [2026-05-28 04:19:56] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003362 10.0.0.131 - - [2026-05-28 04:19:56] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.131 - - [2026-05-28 04:19:56] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008870 10.0.0.131 - - [2026-05-28 04:19:56] "POST /id-to-fqname HTTP/1.1" 200 198 0.002244 10.0.0.131 - - [2026-05-28 04:19:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.007456 10.0.0.131 - - [2026-05-28 04:19:56] "POST /security-groups HTTP/1.1" 200 599 0.079019 10.0.0.131 - - [2026-05-28 04:19:56] "POST /projects HTTP/1.1" 200 601 0.294350 10.0.0.131 - - [2026-05-28 04:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.329845 10.0.0.41 - - [2026-05-28 04:19:56] "POST /access-control-lists HTTP/1.1" 200 606 0.027760 10.0.0.133 - - [2026-05-28 04:19:56] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.520880 10.0.0.133 - - [2026-05-28 04:19:57] "GET / HTTP/1.1" 200 36215 0.002306 10.0.0.133 - - [2026-05-28 04:19:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000499 10.0.0.133 - - [2026-05-28 04:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.071716 10.0.0.131 - - [2026-05-28 04:19:58] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001172 10.0.0.133 - - [2026-05-28 04:19:58] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.042085 10.0.0.131 - - [2026-05-28 04:19:58] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001579 10.0.0.133 - - [2026-05-28 04:19:59] "POST /neutron/network HTTP/1.1" 200 601 0.187784 10.0.0.41 - - [2026-05-28 04:19:59] "POST /route-targets HTTP/1.1" 200 328 0.015814 10.0.0.133 - - [2026-05-28 04:19:59] "POST /neutron/network HTTP/1.1" 200 976 0.016397 10.0.0.133 - - [2026-05-28 04:19:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001050 10.0.0.133 - - [2026-05-28 04:19:59] "GET /virtual-network/c9f47708-6d98-4ded-88df-74741e6116d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005800 10.0.0.133 - - [2026-05-28 04:19:59] "GET /virtual-network/c9f47708-6d98-4ded-88df-74741e6116d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005934 10.0.0.133 - - [2026-05-28 04:19:59] "POST /neutron/subnet HTTP/1.1" 200 716 0.012053 10.0.0.133 - - [2026-05-28 04:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.131 - - [2026-05-28 04:20:00] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.133 - - [2026-05-28 04:20:00] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.042792 10.0.0.131 - - [2026-05-28 04:20:00] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001469 10.0.0.133 - - [2026-05-28 04:20:00] "POST /neutron/network HTTP/1.1" 200 601 0.162444 10.0.0.41 - - [2026-05-28 04:20:00] "POST /ref-update HTTP/1.1" 200 156 0.032960 10.0.0.41 - - [2026-05-28 04:20:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.059751 10.0.0.133 - - [2026-05-28 04:20:00] "POST /neutron/network HTTP/1.1" 200 976 0.016217 10.0.0.133 - - [2026-05-28 04:20:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001493 10.0.0.133 - - [2026-05-28 04:20:00] "GET /virtual-network/cf946e7f-ad67-42b6-a862-babf44ae728a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.008047 10.0.0.133 - - [2026-05-28 04:20:01] "GET /virtual-network/cf946e7f-ad67-42b6-a862-babf44ae728a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.007043 10.0.0.133 - - [2026-05-28 04:20:01] "POST /neutron/subnet HTTP/1.1" 200 716 0.012738 10.0.0.133 - - [2026-05-28 04:20:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001701 10.0.0.133 - - [2026-05-28 04:20:01] "POST /neutron/network HTTP/1.1" 200 986 0.009739 10.0.0.131 - - [2026-05-28 04:20:02] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000970 10.0.0.133 - - [2026-05-28 04:20:02] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.142403 10.0.0.133 - - [2026-05-28 04:20:02] "POST /neutron/port HTTP/1.1" 200 117 0.008500 10.0.0.133 - - [2026-05-28 04:20:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001479 10.0.0.133 - - [2026-05-28 04:20:03] "POST /neutron/network HTTP/1.1" 200 986 0.013054 10.0.0.131 - - [2026-05-28 04:20:04] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001368 10.0.0.133 - - [2026-05-28 04:20:04] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.160082 10.0.0.133 - - [2026-05-28 04:20:04] "POST /neutron/port HTTP/1.1" 200 1154 0.051681 10.0.0.133 - - [2026-05-28 04:20:04] "POST /neutron/port HTTP/1.1" 200 1218 0.026679 10.0.0.133 - - [2026-05-28 04:20:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003840 10.0.0.133 - - [2026-05-28 04:20:04] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.133 - - [2026-05-28 04:20:04] "POST /neutron/network HTTP/1.1" 200 976 0.012948 10.0.0.133 - - [2026-05-28 04:20:05] "POST /neutron/network HTTP/1.1" 200 986 0.008533 10.0.0.133 - - [2026-05-28 04:20:05] "POST /neutron/port HTTP/1.1" 200 1154 0.023766 10.0.0.133 - - [2026-05-28 04:20:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004813 10.0.0.133 - - [2026-05-28 04:20:06] "POST /neutron/port HTTP/1.1" 200 117 0.001301 10.0.0.133 - - [2026-05-28 04:20:10] "POST /neutron/port HTTP/1.1" 200 1218 0.024595 10.0.0.133 - - [2026-05-28 04:20:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009276 10.0.0.133 - - [2026-05-28 04:20:10] "GET /virtual-machine/8a382fc6-2d0e-4bbf-80f0-d0b663a3964f HTTP/1.1" 401 293 0.000409 10.0.0.133 - - [2026-05-28 04:20:10] "GET /virtual-machine/8a382fc6-2d0e-4bbf-80f0-d0b663a3964f HTTP/1.1" 200 1301 0.046862 10.0.0.133 - - [2026-05-28 04:20:10] "GET /virtual-machine-interface/22a86ce1-2224-4b5b-ae91-80232a80c81b HTTP/1.1" 200 3165 0.007249 10.0.0.133 - - [2026-05-28 04:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004872 10.0.0.133 - - [2026-05-28 04:20:10] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004102 10.0.0.133 - - [2026-05-28 04:20:10] "GET /virtual-networks?parent_id=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004336 10.0.0.133 - - [2026-05-28 04:20:10] "GET /virtual-network/c9f47708-6d98-4ded-88df-74741e6116d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.008111 10.0.0.41 - - [2026-05-28 04:20:11] "GET /obj-perms HTTP/1.1" 200 5075 0.076588 10.0.0.131 - - [2026-05-28 04:20:12] "GET /obj-perms HTTP/1.1" 200 5075 0.085816 10.0.0.133 - - [2026-05-28 04:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.133 - - [2026-05-28 04:20:14] "GET /virtual-network/c9f47708-6d98-4ded-88df-74741e6116d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005551 10.0.0.133 - - [2026-05-28 04:20:14] "POST /neutron/port HTTP/1.1" 200 1218 0.057303 10.0.0.133 - - [2026-05-28 04:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.133 - - [2026-05-28 04:20:16] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005035 10.0.0.133 - - [2026-05-28 04:20:16] "GET /virtual-networks?parent_id=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003838 10.0.0.133 - - [2026-05-28 04:20:16] "GET /virtual-network/c9f47708-6d98-4ded-88df-74741e6116d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.008100 10.0.0.133 - - [2026-05-28 04:20:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009055 10.0.0.133 - - [2026-05-28 04:20:16] "POST /neutron/port HTTP/1.1" 200 1218 0.031139 10.0.0.133 - - [2026-05-28 04:20:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011761 10.0.0.133 - - [2026-05-28 04:20:16] "GET /virtual-machine/d4305e7a-c80a-4c67-a4bd-5cc3547a8d64 HTTP/1.1" 200 1303 0.007534 10.0.0.133 - - [2026-05-28 04:20:16] "GET /virtual-machine-interface/6264683f-499d-4785-b724-321c1a54cb0a HTTP/1.1" 200 3165 0.007439 10.0.0.133 - - [2026-05-28 04:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.133 - - [2026-05-28 04:20:16] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004166 10.0.0.133 - - [2026-05-28 04:20:16] "GET /virtual-networks?parent_id=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003809 10.0.0.133 - - [2026-05-28 04:20:16] "GET /virtual-network/cf946e7f-ad67-42b6-a862-babf44ae728a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006259 10.0.0.133 - - [2026-05-28 04:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.133 - - [2026-05-28 04:20:18] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005831 10.0.0.133 - - [2026-05-28 04:20:18] "GET /virtual-networks?parent_id=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003680 10.0.0.133 - - [2026-05-28 04:20:18] "GET /virtual-network/cf946e7f-ad67-42b6-a862-babf44ae728a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.007253 10.0.0.133 - - [2026-05-28 04:20:18] "POST /fqname-to-id HTTP/1.1" 404 209 0.004183 10.0.0.133 - - [2026-05-28 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.131 - - [2026-05-28 04:20:18] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001251 10.0.0.133 - - [2026-05-28 04:20:18] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.065288 10.0.0.133 - - [2026-05-28 04:20:18] "POST /network-policys HTTP/1.1" 200 535 0.038600 10.0.0.133 - - [2026-05-28 04:20:18] "GET /network-policy/a0a93ba3-c7ea-47dd-bfcd-791d37f65cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.009710 10.0.0.133 - - [2026-05-28 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006834 10.0.0.133 - - [2026-05-28 04:20:18] "GET /virtual-network/c9f47708-6d98-4ded-88df-74741e6116d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006581 10.0.0.133 - - [2026-05-28 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.133 - - [2026-05-28 04:20:18] "GET /network-policy/a0a93ba3-c7ea-47dd-bfcd-791d37f65cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005616 10.0.0.133 - - [2026-05-28 04:20:18] "POST /ref-update HTTP/1.1" 200 156 0.062612 10.0.0.133 - - [2026-05-28 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.133 - - [2026-05-28 04:20:18] "GET /network-policy/a0a93ba3-c7ea-47dd-bfcd-791d37f65cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004340 10.0.0.133 - - [2026-05-28 04:20:18] "GET /virtual-network/c9f47708-6d98-4ded-88df-74741e6116d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008865 10.0.0.133 - - [2026-05-28 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.133 - - [2026-05-28 04:20:18] "GET /network-policy/a0a93ba3-c7ea-47dd-bfcd-791d37f65cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004849 10.0.0.133 - - [2026-05-28 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.133 - - [2026-05-28 04:20:18] "GET /virtual-network/cf946e7f-ad67-42b6-a862-babf44ae728a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006086 10.0.0.133 - - [2026-05-28 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005402 10.0.0.133 - - [2026-05-28 04:20:19] "GET /network-policy/a0a93ba3-c7ea-47dd-bfcd-791d37f65cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004848 10.0.0.41 - - [2026-05-28 04:20:19] "POST /fqname-to-id HTTP/1.1" 404 230 0.002899 10.0.0.41 - - [2026-05-28 04:20:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.003439 10.0.0.133 - - [2026-05-28 04:20:19] "POST /ref-update HTTP/1.1" 200 156 0.066016 10.0.0.133 - - [2026-05-28 04:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.013956 10.0.0.133 - - [2026-05-28 04:20:19] "GET /network-policy/a0a93ba3-c7ea-47dd-bfcd-791d37f65cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004361 10.0.0.133 - - [2026-05-28 04:20:19] "GET /virtual-network/cf946e7f-ad67-42b6-a862-babf44ae728a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.009643 10.0.0.133 - - [2026-05-28 04:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005956 10.0.0.133 - - [2026-05-28 04:20:19] "GET /network-policy/a0a93ba3-c7ea-47dd-bfcd-791d37f65cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006113 10.0.0.133 - - [2026-05-28 04:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.131 - - [2026-05-28 04:20:19] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001837 10.0.0.133 - - [2026-05-28 04:20:19] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.049391 10.0.0.133 - - [2026-05-28 04:20:19] "POST /neutron/network HTTP/1.1" 200 117 0.022337 10.0.0.41 - - [2026-05-28 04:20:19] "POST /route-targets HTTP/1.1" 200 328 0.017331 10.0.0.133 - - [2026-05-28 04:20:20] "POST /neutron/network HTTP/1.1" 200 799 0.009162 10.0.0.133 - - [2026-05-28 04:20:20] "POST /id-to-fqname HTTP/1.1" 200 214 0.001136 10.0.0.133 - - [2026-05-28 04:20:20] "GET /virtual-network/c4d81089-9be6-434e-aca0-214b20e0e884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005530 10.0.0.133 - - [2026-05-28 04:20:20] "GET /virtual-network/c4d81089-9be6-434e-aca0-214b20e0e884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.006724 10.0.0.133 - - [2026-05-28 04:20:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.011222 10.0.0.133 - - [2026-05-28 04:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.131 - - [2026-05-28 04:20:20] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001245 10.0.0.133 - - [2026-05-28 04:20:20] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.057389 10.0.0.41 - - [2026-05-28 04:20:20] "POST /ref-update HTTP/1.1" 200 156 0.033749 10.0.0.131 - - [2026-05-28 04:20:20] "POST /useragent-kv HTTP/1.1" 200 115 0.008874 10.0.0.133 - - [2026-05-28 04:20:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.249914 10.0.0.133 - - [2026-05-28 04:20:20] "POST /id-to-fqname HTTP/1.1" 200 214 0.001684 10.0.0.133 - - [2026-05-28 04:20:20] "GET /virtual-network/f3acb346-613e-4a26-a6d1-abc57006a0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.006585 10.0.0.133 - - [2026-05-28 04:20:20] "GET /virtual-network/f3acb346-613e-4a26-a6d1-abc57006a0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.008654 10.0.0.133 - - [2026-05-28 04:20:20] "POST /neutron/network HTTP/1.1" 200 799 0.007268 10.0.0.133 - - [2026-05-28 04:20:21] "POST /fqname-to-id HTTP/1.1" 404 239 0.003905 10.0.0.133 - - [2026-05-28 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.131 - - [2026-05-28 04:20:21] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001956 10.0.0.133 - - [2026-05-28 04:20:21] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.065462 10.0.0.133 - - [2026-05-28 04:20:21] "POST /network-policys HTTP/1.1" 200 589 0.037851 10.0.0.133 - - [2026-05-28 04:20:21] "GET /network-policy/fa9f05b2-de05-440e-af93-4edffff8d329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.006800 10.0.0.133 - - [2026-05-28 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.133 - - [2026-05-28 04:20:21] "GET /virtual-network/c4d81089-9be6-434e-aca0-214b20e0e884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.006001 10.0.0.133 - - [2026-05-28 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.133 - - [2026-05-28 04:20:21] "GET /network-policy/fa9f05b2-de05-440e-af93-4edffff8d329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.005170 10.0.0.133 - - [2026-05-28 04:20:21] "POST /ref-update HTTP/1.1" 200 156 0.066458 10.0.0.133 - - [2026-05-28 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.133 - - [2026-05-28 04:20:21] "GET /network-policy/fa9f05b2-de05-440e-af93-4edffff8d329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.008415 10.0.0.133 - - [2026-05-28 04:20:21] "GET /virtual-network/c4d81089-9be6-434e-aca0-214b20e0e884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.008381 10.0.0.133 - - [2026-05-28 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.133 - - [2026-05-28 04:20:21] "GET /network-policy/fa9f05b2-de05-440e-af93-4edffff8d329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.005196 10.0.0.133 - - [2026-05-28 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.133 - - [2026-05-28 04:20:21] "GET /virtual-network/f3acb346-613e-4a26-a6d1-abc57006a0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.006020 10.0.0.133 - - [2026-05-28 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.133 - - [2026-05-28 04:20:21] "GET /network-policy/fa9f05b2-de05-440e-af93-4edffff8d329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.005384 10.0.0.41 - - [2026-05-28 04:20:21] "POST /fqname-to-id HTTP/1.1" 404 210 0.004404 10.0.0.133 - - [2026-05-28 04:20:21] "POST /ref-update HTTP/1.1" 200 156 0.066079 10.0.0.133 - - [2026-05-28 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.133 - - [2026-05-28 04:20:21] "GET /network-policy/fa9f05b2-de05-440e-af93-4edffff8d329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004135 10.0.0.133 - - [2026-05-28 04:20:22] "POST /neutron/network HTTP/1.1" 200 912 0.013285 10.0.0.133 - - [2026-05-28 04:20:22] "GET /virtual-network/f3acb346-613e-4a26-a6d1-abc57006a0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.009678 10.0.0.133 - - [2026-05-28 04:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.133 - - [2026-05-28 04:20:22] "GET /network-policy/fa9f05b2-de05-440e-af93-4edffff8d329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004185 10.0.0.133 - - [2026-05-28 04:20:22] "POST /id-to-fqname HTTP/1.1" 200 214 0.001845 10.0.0.133 - - [2026-05-28 04:20:22] "POST /neutron/network HTTP/1.1" 200 922 0.010797 10.0.0.131 - - [2026-05-28 04:20:23] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.133 - - [2026-05-28 04:20:23] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.100501 10.0.0.133 - - [2026-05-28 04:20:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007686 10.0.0.133 - - [2026-05-28 04:20:23] "POST /id-to-fqname HTTP/1.1" 200 214 0.001429 10.0.0.133 - - [2026-05-28 04:20:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009381 10.0.0.131 - - [2026-05-28 04:20:24] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.133 - - [2026-05-28 04:20:24] "POST /neutron/port HTTP/1.1" 200 1063 0.344076 10.0.0.133 - - [2026-05-28 04:20:24] "POST /neutron/port HTTP/1.1" 200 1117 0.146060 10.0.0.133 - - [2026-05-28 04:20:24] "POST /neutron/subnet HTTP/1.1" 200 675 0.010141 10.0.0.131 - - [2026-05-28 04:20:25] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001589 10.0.0.133 - - [2026-05-28 04:20:25] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.091293 10.0.0.133 - - [2026-05-28 04:20:25] "POST /neutron/network HTTP/1.1" 200 912 0.045755 10.0.0.133 - - [2026-05-28 04:20:25] "POST /neutron/port HTTP/1.1" 200 117 0.008037 10.0.0.133 - - [2026-05-28 04:20:25] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003708 10.0.0.133 - - [2026-05-28 04:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.133 - - [2026-05-28 04:20:25] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006168 10.0.0.133 - - [2026-05-28 04:20:26] "POST /neutron/port HTTP/1.1" 200 1063 0.024820 10.0.0.133 - - [2026-05-28 04:20:26] "POST /neutron/port HTTP/1.1" 200 1127 0.024627 10.0.0.133 - - [2026-05-28 04:20:26] "POST /neutron/port HTTP/1.1" 200 117 0.001057 10.0.0.133 - - [2026-05-28 04:20:27] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004518 10.0.0.133 - - [2026-05-28 04:20:27] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007652 10.0.0.133 - - [2026-05-28 04:20:27] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005096 10.0.0.133 - - [2026-05-28 04:20:27] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.045878 10.0.0.133 - - [2026-05-28 04:20:27] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.069373 10.0.0.133 - - [2026-05-28 04:20:27] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004711 10.0.0.133 - - [2026-05-28 04:20:27] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008254 10.0.0.133 - - [2026-05-28 04:20:27] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.045509 10.0.0.133 - - [2026-05-28 04:20:27] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.068405 10.0.0.133 - - [2026-05-28 04:20:27] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.016227 10.0.0.133 - - [2026-05-28 04:20:27] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004743 10.0.0.133 - - [2026-05-28 04:20:27] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.042911 10.0.0.133 - - [2026-05-28 04:20:27] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.052288 10.0.0.133 - - [2026-05-28 04:20:27] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007353 10.0.0.133 - - [2026-05-28 04:20:27] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004489 10.0.0.133 - - [2026-05-28 04:20:27] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.037905 10.0.0.133 - - [2026-05-28 04:20:27] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004975 10.0.0.133 - - [2026-05-28 04:20:27] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008615 10.0.0.133 - - [2026-05-28 04:20:27] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006969 10.0.0.133 - - [2026-05-28 04:20:27] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.035172 10.0.0.133 - - [2026-05-28 04:20:28] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.042649 10.0.0.133 - - [2026-05-28 04:20:28] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004518 10.0.0.133 - - [2026-05-28 04:20:28] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006873 10.0.0.133 - - [2026-05-28 04:20:28] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.043128 10.0.0.133 - - [2026-05-28 04:20:28] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.055682 10.0.0.133 - - [2026-05-28 04:20:28] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.007488 10.0.0.133 - - [2026-05-28 04:20:28] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005522 10.0.0.133 - - [2026-05-28 04:20:28] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.036057 10.0.0.133 - - [2026-05-28 04:20:28] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.046700 10.0.0.133 - - [2026-05-28 04:20:28] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007767 10.0.0.133 - - [2026-05-28 04:20:28] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005201 10.0.0.133 - - [2026-05-28 04:20:28] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.025137 10.0.0.133 - - [2026-05-28 04:20:28] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003620 10.0.0.133 - - [2026-05-28 04:20:28] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004548 10.0.0.133 - - [2026-05-28 04:20:28] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004087 10.0.0.133 - - [2026-05-28 04:20:28] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.035498 10.0.0.133 - - [2026-05-28 04:20:28] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.044136 10.0.0.133 - - [2026-05-28 04:20:28] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005933 10.0.0.133 - - [2026-05-28 04:20:28] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.011107 10.0.0.133 - - [2026-05-28 04:20:28] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.041326 10.0.0.133 - - [2026-05-28 04:20:28] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.034649 10.0.0.133 - - [2026-05-28 04:20:29] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005533 10.0.0.133 - - [2026-05-28 04:20:29] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.015939 10.0.0.133 - - [2026-05-28 04:20:29] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.038981 10.0.0.133 - - [2026-05-28 04:20:29] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.049961 10.0.0.133 - - [2026-05-28 04:20:29] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005850 10.0.0.133 - - [2026-05-28 04:20:29] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004321 10.0.0.133 - - [2026-05-28 04:20:29] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.032672 10.0.0.133 - - [2026-05-28 04:20:29] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003258 10.0.0.133 - - [2026-05-28 04:20:29] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007339 10.0.0.133 - - [2026-05-28 04:20:29] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007712 10.0.0.133 - - [2026-05-28 04:20:29] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.049503 10.0.0.133 - - [2026-05-28 04:20:29] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.052418 10.0.0.133 - - [2026-05-28 04:20:29] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.008288 10.0.0.133 - - [2026-05-28 04:20:29] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004905 10.0.0.133 - - [2026-05-28 04:20:29] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.041177 10.0.0.133 - - [2026-05-28 04:20:29] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.052788 10.0.0.133 - - [2026-05-28 04:20:29] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004961 10.0.0.133 - - [2026-05-28 04:20:29] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006186 10.0.0.133 - - [2026-05-28 04:20:29] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.051735 10.0.0.133 - - [2026-05-28 04:20:29] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.042877 10.0.0.41 - - [2026-05-28 04:20:32] "DELETE /access-control-list/86264918-e468-4ff2-b6fb-eac054cde761 HTTP/1.1" 200 115 0.059884 10.0.0.133 - - [2026-05-28 04:20:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009108 10.0.0.133 - - [2026-05-28 04:20:40] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004507 10.0.0.133 - - [2026-05-28 04:20:40] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005463 10.0.0.133 - - [2026-05-28 04:20:40] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004105 10.0.0.133 - - [2026-05-28 04:20:40] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.035322 10.0.0.133 - - [2026-05-28 04:20:40] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.047308 10.0.0.133 - - [2026-05-28 04:20:40] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.007677 10.0.0.133 - - [2026-05-28 04:20:40] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.006249 10.0.0.133 - - [2026-05-28 04:20:40] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.045694 10.0.0.133 - - [2026-05-28 04:20:40] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.054270 10.0.0.133 - - [2026-05-28 04:20:40] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006708 10.0.0.133 - - [2026-05-28 04:20:40] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006986 10.0.0.133 - - [2026-05-28 04:20:40] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.062001 10.0.0.133 - - [2026-05-28 04:20:40] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.043942 10.0.0.133 - - [2026-05-28 04:20:40] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.010864 10.0.0.133 - - [2026-05-28 04:20:40] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004511 10.0.0.133 - - [2026-05-28 04:20:40] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.024244 10.0.0.133 - - [2026-05-28 04:20:40] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003984 10.0.0.133 - - [2026-05-28 04:20:40] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006438 10.0.0.133 - - [2026-05-28 04:20:40] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005836 10.0.0.133 - - [2026-05-28 04:20:40] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.044742 10.0.0.133 - - [2026-05-28 04:20:40] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.047211 10.0.0.133 - - [2026-05-28 04:20:41] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.013423 10.0.0.133 - - [2026-05-28 04:20:41] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005521 10.0.0.133 - - [2026-05-28 04:20:41] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.054358 10.0.0.133 - - [2026-05-28 04:20:41] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.055918 10.0.0.131 - - [2026-05-28 04:20:41] "DELETE /project/98c704f6-60ac-4ecc-b93d-1aacf31304a1 HTTP/1.1" 404 177 0.013103 10.0.0.131 - - [2026-05-28 04:20:41] "DELETE /project/08a36ce211644627957c7770cf1e8344 HTTP/1.1" 404 173 0.020905 10.0.0.131 - - [2026-05-28 04:20:41] "DELETE /project/3e3d39245f184d74aca872431f8716aa HTTP/1.1" 404 173 0.016320 10.0.0.131 - - [2026-05-28 04:20:41] "DELETE /project/a19b5e7b9aa94ca2b32a27332bf97bb8 HTTP/1.1" 404 173 0.012918 10.0.0.131 - - [2026-05-28 04:20:41] "GET /projects?obj_uuids=3e3d3924-5f18-4d74-aca8-72431f8716aa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001274 10.0.0.131 - - [2026-05-28 04:20:41] "GET /projects?obj_uuids=a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001352 10.0.0.133 - - [2026-05-28 04:20:41] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.010898 10.0.0.133 - - [2026-05-28 04:20:41] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004505 10.0.0.131 - - [2026-05-28 04:20:41] "GET /project/a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.076603 10.0.0.131 - - [2026-05-28 04:20:41] "GET /project/3e3d3924-5f18-4d74-aca8-72431f8716aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.083184 10.0.0.131 - - [2026-05-28 04:20:41] "GET /projects?obj_uuids=a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001006 10.0.0.131 - - [2026-05-28 04:20:41] "GET /projects?obj_uuids=3e3d3924-5f18-4d74-aca8-72431f8716aa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004784 10.0.0.133 - - [2026-05-28 04:20:41] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.084461 10.0.0.131 - - [2026-05-28 04:20:41] "GET /project/a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8?fields=security_groups HTTP/1.1" 200 1364 0.114638 10.0.0.131 - - [2026-05-28 04:20:41] "GET /project/3e3d3924-5f18-4d74-aca8-72431f8716aa?fields=security_groups HTTP/1.1" 200 1381 0.143262 10.0.0.133 - - [2026-05-28 04:20:41] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.136280 10.0.0.133 - - [2026-05-28 04:20:41] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.018143 10.0.0.133 - - [2026-05-28 04:20:41] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.018949 10.0.0.131 - - [2026-05-28 04:20:41] "DELETE /security-group/ca5d2061-17e0-4221-b4dd-22803a891e1a HTTP/1.1" 200 115 0.166475 10.0.0.131 - - [2026-05-28 04:20:41] "GET /projects?obj_uuids=a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002369 10.0.0.131 - - [2026-05-28 04:20:41] "DELETE /security-group/cffb62c3-72a2-4de3-b5d1-4680a96f436d HTTP/1.1" 200 115 0.142337 10.0.0.131 - - [2026-05-28 04:20:41] "GET /projects?obj_uuids=3e3d3924-5f18-4d74-aca8-72431f8716aa&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001416 10.0.0.133 - - [2026-05-28 04:20:41] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.072841 10.0.0.131 - - [2026-05-28 04:20:41] "GET /project/a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8?fields=application_policy_sets HTTP/1.1" 200 1403 0.088212 10.0.0.133 - - [2026-05-28 04:20:41] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.019471 10.0.0.41 - - [2026-05-28 04:20:41] "DELETE /access-control-list/a87a2184-21ba-42c6-bd9a-ac8d669d5509 HTTP/1.1" 200 115 0.069999 10.0.0.131 - - [2026-05-28 04:20:41] "GET /project/3e3d3924-5f18-4d74-aca8-72431f8716aa?fields=application_policy_sets HTTP/1.1" 200 1420 0.125595 10.0.0.133 - - [2026-05-28 04:20:41] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009822 10.0.0.133 - - [2026-05-28 04:20:41] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005314 10.0.0.133 - - [2026-05-28 04:20:41] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.099772 10.0.0.131 - - [2026-05-28 04:20:42] "DELETE /project/a19b5e7b-9aa9-4ca2-b32a-27332bf97bb8 HTTP/1.1" 200 115 0.802965 10.0.0.133 - - [2026-05-28 04:20:42] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.064150 10.0.0.131 - - [2026-05-28 04:20:42] "DELETE /project/3e3d3924-5f18-4d74-aca8-72431f8716aa HTTP/1.1" 200 115 0.843316 10.0.0.133 - - [2026-05-28 04:20:42] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.026994 10.0.0.133 - - [2026-05-28 04:20:42] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.020459 10.0.0.133 - - [2026-05-28 04:20:42] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.059805 10.0.0.133 - - [2026-05-28 04:20:42] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.040578 10.0.0.133 - - [2026-05-28 04:20:42] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004771 10.0.0.133 - - [2026-05-28 04:20:42] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.008801 10.0.0.133 - - [2026-05-28 04:20:42] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.063640 10.0.0.133 - - [2026-05-28 04:20:42] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.043244 10.0.0.133 - - [2026-05-28 04:20:42] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.008910 10.0.0.133 - - [2026-05-28 04:20:42] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.007702 10.0.0.133 - - [2026-05-28 04:20:42] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.027588 10.0.0.133 - - [2026-05-28 04:20:43] "POST /ref-update HTTP/1.1" 200 156 0.058772 10.0.0.41 - - [2026-05-28 04:20:43] "DELETE /access-control-list/e984dc65-33ba-4ed0-94cc-26a87763b94b HTTP/1.1" 200 115 0.041212 10.0.0.133 - - [2026-05-28 04:20:43] "POST /neutron/network HTTP/1.1" 200 799 0.020622 10.0.0.133 - - [2026-05-28 04:20:43] "GET /virtual-network/f3acb346-613e-4a26-a6d1-abc57006a0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005684 10.0.0.133 - - [2026-05-28 04:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007638 10.0.0.133 - - [2026-05-28 04:20:43] "GET /network-policy/fa9f05b2-de05-440e-af93-4edffff8d329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.010963 10.0.0.133 - - [2026-05-28 04:20:43] "POST /ref-update HTTP/1.1" 200 156 0.068866 10.0.0.41 - - [2026-05-28 04:20:43] "POST /ref-update HTTP/1.1" 200 156 0.036551 10.0.0.133 - - [2026-05-28 04:20:43] "GET /virtual-network/c4d81089-9be6-434e-aca0-214b20e0e884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.014900 10.0.0.133 - - [2026-05-28 04:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008061 10.0.0.133 - - [2026-05-28 04:20:43] "GET /network-policy/fa9f05b2-de05-440e-af93-4edffff8d329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.005784 10.0.0.133 - - [2026-05-28 04:20:43] "DELETE /network-policy/fa9f05b2-de05-440e-af93-4edffff8d329 HTTP/1.1" 200 115 0.056257 10.0.0.133 - - [2026-05-28 04:20:43] "POST /neutron/port HTTP/1.1" 200 1117 0.021716 10.0.0.133 - - [2026-05-28 04:20:43] "POST /neutron/port HTTP/1.1" 200 151 0.276761 10.0.0.133 - - [2026-05-28 04:20:43] "POST /neutron/port HTTP/1.1" 200 151 0.271754 10.0.0.133 - - [2026-05-28 04:20:45] "POST /neutron/network HTTP/1.1" 200 799 0.010574 10.0.0.41 - - [2026-05-28 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008070 10.0.0.133 - - [2026-05-28 04:20:46] "POST /ref-update HTTP/1.1" 200 156 0.078635 10.0.0.41 - - [2026-05-28 04:20:46] "POST /ref-update HTTP/1.1" 200 156 0.030507 10.0.0.133 - - [2026-05-28 04:20:46] "GET /virtual-network/cf946e7f-ad67-42b6-a862-babf44ae728a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.013422 10.0.0.133 - - [2026-05-28 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008532 10.0.0.133 - - [2026-05-28 04:20:46] "GET /network-policy/a0a93ba3-c7ea-47dd-bfcd-791d37f65cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006307 10.0.0.133 - - [2026-05-28 04:20:46] "POST /ref-update HTTP/1.1" 200 156 0.086885 10.0.0.133 - - [2026-05-28 04:20:46] "POST /neutron/network HTTP/1.1" 200 976 0.023142 10.0.0.133 - - [2026-05-28 04:20:46] "GET /virtual-network/c9f47708-6d98-4ded-88df-74741e6116d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006280 10.0.0.133 - - [2026-05-28 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010385 10.0.0.133 - - [2026-05-28 04:20:46] "GET /network-policy/a0a93ba3-c7ea-47dd-bfcd-791d37f65cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005044 10.0.0.133 - - [2026-05-28 04:20:46] "DELETE /network-policy/a0a93ba3-c7ea-47dd-bfcd-791d37f65cf3 HTTP/1.1" 200 115 0.050480 10.0.0.133 - - [2026-05-28 04:20:47] "POST /neutron/port HTTP/1.1" 200 1218 0.024549 10.0.0.133 - - [2026-05-28 04:20:47] "POST /neutron/port HTTP/1.1" 200 1218 0.039625 10.0.0.133 - - [2026-05-28 04:20:48] "POST /neutron/network HTTP/1.1" 200 976 0.011084 10.0.0.41 - - [2026-05-28 04:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006569 10.0.0.131 - - [2026-05-28 04:20:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003836 10.0.0.131 - - [2026-05-28 04:20:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003548 10.0.0.131 - - [2026-05-28 04:20:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002764 10.0.0.131 - - [2026-05-28 04:20:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003435 10.0.0.133 - - [2026-05-28 04:20:49] "POST /neutron/network HTTP/1.1" 200 151 0.189965 10.0.0.41 - - [2026-05-28 04:20:49] "DELETE /route-target/52cdc8df-cb07-4a43-bfd6-db5d6165b4f6 HTTP/1.1" 200 115 0.033271 10.0.0.133 - - [2026-05-28 04:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.131 - - [2026-05-28 04:20:50] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.133 - - [2026-05-28 04:20:50] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.063532 10.0.0.41 - - [2026-05-28 04:20:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.003623 10.0.0.131 - - [2026-05-28 04:20:51] "POST /useragent-kv HTTP/1.1" 200 115 0.008146 10.0.0.133 - - [2026-05-28 04:20:51] "POST /neutron/subnet HTTP/1.1" 200 716 0.250042 10.0.0.133 - - [2026-05-28 04:20:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001905 10.0.0.133 - - [2026-05-28 04:20:51] "GET /virtual-network/390d4e9f-5560-43d6-9ac9-184fd5a8db6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.009116 10.0.0.133 - - [2026-05-28 04:20:51] "POST /neutron/network HTTP/1.1" 200 975 0.008963 10.0.0.133 - - [2026-05-28 04:20:51] "GET /virtual-network/390d4e9f-5560-43d6-9ac9-184fd5a8db6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006491 10.0.0.133 - - [2026-05-28 04:20:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.011081 10.0.0.133 - - [2026-05-28 04:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.131 - - [2026-05-28 04:20:51] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.133 - - [2026-05-28 04:20:51] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.049218 10.0.0.41 - - [2026-05-28 04:20:52] "POST /route-targets HTTP/1.1" 200 328 0.017499 10.0.0.131 - - [2026-05-28 04:20:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006176 10.0.0.133 - - [2026-05-28 04:20:52] "POST /neutron/subnet HTTP/1.1" 200 716 0.221670 10.0.0.41 - - [2026-05-28 04:20:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.004493 10.0.0.133 - - [2026-05-28 04:20:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001547 10.0.0.133 - - [2026-05-28 04:20:52] "GET /virtual-network/f1e8fad8-2e8e-401a-8c0e-f2c36dccb84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.009140 10.0.0.133 - - [2026-05-28 04:20:52] "POST /neutron/network HTTP/1.1" 200 974 0.011845 10.0.0.133 - - [2026-05-28 04:20:52] "GET /virtual-network/f1e8fad8-2e8e-401a-8c0e-f2c36dccb84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006331 10.0.0.133 - - [2026-05-28 04:20:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.011533 10.0.0.133 - - [2026-05-28 04:20:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001226 10.0.0.131 - - [2026-05-28 04:20:54] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000989 10.0.0.133 - - [2026-05-28 04:20:54] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.092216 10.0.0.133 - - [2026-05-28 04:20:54] "POST /neutron/network HTTP/1.1" 200 975 0.017293 10.0.0.133 - - [2026-05-28 04:20:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001479 10.0.0.133 - - [2026-05-28 04:20:54] "POST /neutron/port HTTP/1.1" 200 1106 0.025285 10.0.0.133 - - [2026-05-28 04:20:54] "POST /neutron/network HTTP/1.1" 200 936 0.007178 10.0.0.133 - - [2026-05-28 04:20:54] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.133 - - [2026-05-28 04:20:54] "POST /neutron/network HTTP/1.1" 200 985 0.008036 10.0.0.133 - - [2026-05-28 04:20:55] "POST /neutron/port HTTP/1.1" 200 1153 0.040754 10.0.0.131 - - [2026-05-28 04:20:55] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.133 - - [2026-05-28 04:20:55] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.112621 10.0.0.133 - - [2026-05-28 04:20:55] "POST /neutron/port HTTP/1.1" 200 1217 0.022981 10.0.0.133 - - [2026-05-28 04:20:56] "POST /neutron/subnet HTTP/1.1" 200 1273 0.020152 10.0.0.133 - - [2026-05-28 04:20:56] "POST /neutron/network HTTP/1.1" 200 975 0.010802 10.0.0.133 - - [2026-05-28 04:20:56] "POST /neutron/port HTTP/1.1" 200 117 0.008022 10.0.0.133 - - [2026-05-28 04:20:56] "POST /neutron/network HTTP/1.1" 200 984 0.007913 10.0.0.133 - - [2026-05-28 04:20:57] "POST /neutron/port HTTP/1.1" 200 1152 0.032713 10.0.0.133 - - [2026-05-28 04:20:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004278 10.0.0.133 - - [2026-05-28 04:20:57] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.133 - - [2026-05-28 04:21:01] "POST /neutron/port HTTP/1.1" 200 1217 0.025002 10.0.0.133 - - [2026-05-28 04:21:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009221 10.0.0.133 - - [2026-05-28 04:21:01] "GET /virtual-machine/7a0391cd-9f53-47c5-9234-245c7249aec3 HTTP/1.1" 200 1302 0.008273 10.0.0.133 - - [2026-05-28 04:21:01] "GET /virtual-machine-interface/86341bc2-d3d7-44f9-bda1-7979f1fc6986 HTTP/1.1" 200 3165 0.007229 10.0.0.133 - - [2026-05-28 04:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004832 10.0.0.133 - - [2026-05-28 04:21:01] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005757 10.0.0.133 - - [2026-05-28 04:21:01] "GET /virtual-networks?parent_id=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003836 10.0.0.133 - - [2026-05-28 04:21:01] "GET /virtual-network/390d4e9f-5560-43d6-9ac9-184fd5a8db6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.012992 10.0.0.133 - - [2026-05-28 04:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.133 - - [2026-05-28 04:21:05] "GET /virtual-network/390d4e9f-5560-43d6-9ac9-184fd5a8db6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006232 10.0.0.133 - - [2026-05-28 04:21:06] "POST /neutron/port HTTP/1.1" 200 1217 0.021858 10.0.0.133 - - [2026-05-28 04:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.133 - - [2026-05-28 04:21:07] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004703 10.0.0.133 - - [2026-05-28 04:21:07] "GET /virtual-networks?parent_id=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003639 10.0.0.133 - - [2026-05-28 04:21:07] "GET /virtual-network/390d4e9f-5560-43d6-9ac9-184fd5a8db6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006703 10.0.0.133 - - [2026-05-28 04:21:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009141 10.0.0.133 - - [2026-05-28 04:21:12] "GET /obj-perms HTTP/1.1" 200 5075 0.068334 10.0.0.133 - - [2026-05-28 04:21:12] "POST /neutron/port HTTP/1.1" 200 1216 0.024552 10.0.0.133 - - [2026-05-28 04:21:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008881 10.0.0.133 - - [2026-05-28 04:21:12] "GET /virtual-machine/f8692e04-bbf4-46b1-90af-80acb9d4768f HTTP/1.1" 200 1303 0.006929 10.0.0.133 - - [2026-05-28 04:21:12] "GET /virtual-machine-interface/dc4cc807-042f-4c0c-8a0a-61cd69ad0b2c HTTP/1.1" 200 3165 0.006238 10.0.0.133 - - [2026-05-28 04:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.133 - - [2026-05-28 04:21:12] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005441 10.0.0.133 - - [2026-05-28 04:21:12] "GET /virtual-networks?parent_id=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003396 10.0.0.133 - - [2026-05-28 04:21:13] "GET /virtual-network/f1e8fad8-2e8e-401a-8c0e-f2c36dccb84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006243 10.0.0.133 - - [2026-05-28 04:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.133 - - [2026-05-28 04:21:14] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005206 10.0.0.133 - - [2026-05-28 04:21:14] "GET /virtual-networks?parent_id=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003409 10.0.0.133 - - [2026-05-28 04:21:14] "GET /virtual-network/f1e8fad8-2e8e-401a-8c0e-f2c36dccb84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.008399 10.0.0.133 - - [2026-05-28 04:21:14] "POST /fqname-to-id HTTP/1.1" 404 209 0.004276 10.0.0.133 - - [2026-05-28 04:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.131 - - [2026-05-28 04:21:14] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.133 - - [2026-05-28 04:21:14] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.055919 10.0.0.133 - - [2026-05-28 04:21:14] "POST /network-policys HTTP/1.1" 200 535 0.035543 10.0.0.133 - - [2026-05-28 04:21:14] "GET /network-policy/ba19977b-8d17-4022-8f54-21549c4f6de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.008295 10.0.0.133 - - [2026-05-28 04:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.133 - - [2026-05-28 04:21:14] "GET /virtual-network/390d4e9f-5560-43d6-9ac9-184fd5a8db6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007469 10.0.0.133 - - [2026-05-28 04:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.133 - - [2026-05-28 04:21:14] "GET /network-policy/ba19977b-8d17-4022-8f54-21549c4f6de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.007987 10.0.0.133 - - [2026-05-28 04:21:14] "POST /ref-update HTTP/1.1" 200 156 0.070342 10.0.0.133 - - [2026-05-28 04:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.133 - - [2026-05-28 04:21:14] "GET /network-policy/ba19977b-8d17-4022-8f54-21549c4f6de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004317 10.0.0.133 - - [2026-05-28 04:21:14] "POST /neutron/network HTTP/1.1" 200 1061 0.014519 10.0.0.133 - - [2026-05-28 04:21:14] "GET /virtual-network/390d4e9f-5560-43d6-9ac9-184fd5a8db6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.005923 10.0.0.133 - - [2026-05-28 04:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.133 - - [2026-05-28 04:21:15] "GET /network-policy/ba19977b-8d17-4022-8f54-21549c4f6de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005165 10.0.0.133 - - [2026-05-28 04:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.133 - - [2026-05-28 04:21:15] "GET /virtual-network/f1e8fad8-2e8e-401a-8c0e-f2c36dccb84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006238 10.0.0.133 - - [2026-05-28 04:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.133 - - [2026-05-28 04:21:15] "GET /network-policy/ba19977b-8d17-4022-8f54-21549c4f6de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.008671 10.0.0.41 - - [2026-05-28 04:21:15] "POST /access-control-lists HTTP/1.1" 200 580 0.081567 10.0.0.133 - - [2026-05-28 04:21:15] "POST /ref-update HTTP/1.1" 200 156 0.107834 10.0.0.133 - - [2026-05-28 04:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005654 10.0.0.41 - - [2026-05-28 04:21:15] "POST /ref-update HTTP/1.1" 200 156 0.035977 10.0.0.133 - - [2026-05-28 04:21:15] "GET /network-policy/ba19977b-8d17-4022-8f54-21549c4f6de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004923 10.0.0.133 - - [2026-05-28 04:21:15] "GET /virtual-network/f1e8fad8-2e8e-401a-8c0e-f2c36dccb84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2868 0.013682 10.0.0.133 - - [2026-05-28 04:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.133 - - [2026-05-28 04:21:15] "GET /network-policy/ba19977b-8d17-4022-8f54-21549c4f6de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004349 10.0.0.133 - - [2026-05-28 04:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.131 - - [2026-05-28 04:21:15] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001180 10.0.0.133 - - [2026-05-28 04:21:15] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.054384 10.0.0.131 - - [2026-05-28 04:21:15] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.133 - - [2026-05-28 04:21:15] "POST /neutron/network HTTP/1.1" 200 585 0.140710 10.0.0.133 - - [2026-05-28 04:21:16] "POST /id-to-fqname HTTP/1.1" 200 214 0.003796 10.0.0.133 - - [2026-05-28 04:21:16] "GET /virtual-network/a74a271d-70d9-4ab8-960d-7018cae86e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.009021 10.0.0.133 - - [2026-05-28 04:21:16] "POST /neutron/network HTTP/1.1" 200 799 0.007959 10.0.0.133 - - [2026-05-28 04:21:16] "GET /virtual-network/a74a271d-70d9-4ab8-960d-7018cae86e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.006451 10.0.0.133 - - [2026-05-28 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.131 - - [2026-05-28 04:21:16] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001762 10.0.0.133 - - [2026-05-28 04:21:16] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.063601 10.0.0.133 - - [2026-05-28 04:21:16] "POST /neutron/network HTTP/1.1" 200 117 0.021611 10.0.0.41 - - [2026-05-28 04:21:16] "POST /route-targets HTTP/1.1" 200 328 0.019546 10.0.0.133 - - [2026-05-28 04:21:16] "POST /neutron/network HTTP/1.1" 200 799 0.022919 10.0.0.133 - - [2026-05-28 04:21:16] "POST /id-to-fqname HTTP/1.1" 200 214 0.001507 10.0.0.133 - - [2026-05-28 04:21:16] "GET /virtual-network/3df588cd-8004-42d2-a410-33a53c9513ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.008865 10.0.0.133 - - [2026-05-28 04:21:17] "GET /virtual-network/3df588cd-8004-42d2-a410-33a53c9513ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007041 10.0.0.133 - - [2026-05-28 04:21:17] "POST /neutron/subnet HTTP/1.1" 200 701 0.014268 10.0.0.133 - - [2026-05-28 04:21:17] "POST /fqname-to-id HTTP/1.1" 404 239 0.003813 10.0.0.133 - - [2026-05-28 04:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.131 - - [2026-05-28 04:21:17] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001667 10.0.0.133 - - [2026-05-28 04:21:17] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.048782 10.0.0.133 - - [2026-05-28 04:21:17] "POST /network-policys HTTP/1.1" 200 589 0.033482 10.0.0.133 - - [2026-05-28 04:21:17] "GET /network-policy/d33d3bec-625d-40a4-a522-5f2585676d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.007135 10.0.0.133 - - [2026-05-28 04:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.133 - - [2026-05-28 04:21:17] "GET /virtual-network/a74a271d-70d9-4ab8-960d-7018cae86e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.006216 10.0.0.133 - - [2026-05-28 04:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.133 - - [2026-05-28 04:21:17] "GET /network-policy/d33d3bec-625d-40a4-a522-5f2585676d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.006177 10.0.0.133 - - [2026-05-28 04:21:17] "POST /ref-update HTTP/1.1" 200 156 0.058188 10.0.0.133 - - [2026-05-28 04:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.41 - - [2026-05-28 04:21:17] "POST /access-control-lists HTTP/1.1" 200 556 0.082492 10.0.0.133 - - [2026-05-28 04:21:17] "GET /network-policy/d33d3bec-625d-40a4-a522-5f2585676d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.005183 10.0.0.133 - - [2026-05-28 04:21:17] "GET /virtual-network/a74a271d-70d9-4ab8-960d-7018cae86e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.008667 10.0.0.133 - - [2026-05-28 04:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.133 - - [2026-05-28 04:21:17] "GET /network-policy/d33d3bec-625d-40a4-a522-5f2585676d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.003894 10.0.0.133 - - [2026-05-28 04:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.133 - - [2026-05-28 04:21:17] "GET /virtual-network/3df588cd-8004-42d2-a410-33a53c9513ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007996 10.0.0.133 - - [2026-05-28 04:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.133 - - [2026-05-28 04:21:17] "GET /network-policy/d33d3bec-625d-40a4-a522-5f2585676d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.005691 10.0.0.133 - - [2026-05-28 04:21:17] "POST /ref-update HTTP/1.1" 200 156 0.077488 10.0.0.133 - - [2026-05-28 04:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006838 10.0.0.133 - - [2026-05-28 04:21:18] "GET /network-policy/d33d3bec-625d-40a4-a522-5f2585676d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004105 10.0.0.41 - - [2026-05-28 04:21:18] "POST /ref-update HTTP/1.1" 200 156 0.033456 10.0.0.133 - - [2026-05-28 04:21:18] "GET /virtual-network/3df588cd-8004-42d2-a410-33a53c9513ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2336 0.007620 10.0.0.133 - - [2026-05-28 04:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.133 - - [2026-05-28 04:21:18] "GET /network-policy/d33d3bec-625d-40a4-a522-5f2585676d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004875 10.0.0.133 - - [2026-05-28 04:21:18] "POST /id-to-fqname HTTP/1.1" 200 214 0.001111 10.0.0.133 - - [2026-05-28 04:21:18] "POST /neutron/port HTTP/1.1" 200 6315 0.045488 10.0.0.131 - - [2026-05-28 04:21:19] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001000 10.0.0.133 - - [2026-05-28 04:21:19] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.086311 10.0.0.133 - - [2026-05-28 04:21:19] "POST /neutron/network HTTP/1.1" 200 912 0.007690 10.0.0.133 - - [2026-05-28 04:21:19] "POST /neutron/port HTTP/1.1" 200 117 0.007608 10.0.0.133 - - [2026-05-28 04:21:19] "POST /id-to-fqname HTTP/1.1" 200 214 0.001425 10.0.0.133 - - [2026-05-28 04:21:20] "POST /neutron/network HTTP/1.1" 200 922 0.007919 10.0.0.133 - - [2026-05-28 04:21:20] "POST /neutron/port HTTP/1.1" 200 1063 0.021986 10.0.0.133 - - [2026-05-28 04:21:20] "POST /neutron/port HTTP/1.1" 200 1127 0.021280 10.0.0.133 - - [2026-05-28 04:21:20] "POST /neutron/port HTTP/1.1" 200 117 0.001470 10.0.0.131 - - [2026-05-28 04:21:21] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001430 10.0.0.133 - - [2026-05-28 04:21:21] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.091165 10.0.0.133 - - [2026-05-28 04:21:21] "POST /neutron/port HTTP/1.1" 200 7289 0.055559 10.0.0.133 - - [2026-05-28 04:21:21] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004515 10.0.0.133 - - [2026-05-28 04:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.133 - - [2026-05-28 04:21:21] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006406 10.0.0.133 - - [2026-05-28 04:21:22] "POST /neutron/network HTTP/1.1" 200 922 0.007649 10.0.0.133 - - [2026-05-28 04:21:22] "POST /neutron/port HTTP/1.1" 200 1063 0.022353 10.0.0.133 - - [2026-05-28 04:21:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004949 10.0.0.133 - - [2026-05-28 04:21:22] "POST /neutron/network HTTP/1.1" 200 912 0.009410 10.0.0.133 - - [2026-05-28 04:21:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004319 10.0.0.133 - - [2026-05-28 04:21:23] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004587 10.0.0.133 - - [2026-05-28 04:21:23] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005255 10.0.0.133 - - [2026-05-28 04:21:23] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.032854 10.0.0.133 - - [2026-05-28 04:21:23] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.046353 10.0.0.133 - - [2026-05-28 04:21:23] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007251 10.0.0.133 - - [2026-05-28 04:21:23] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006060 10.0.0.133 - - [2026-05-28 04:21:23] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.057231 10.0.0.133 - - [2026-05-28 04:21:23] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.044745 10.0.0.133 - - [2026-05-28 04:21:23] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004843 10.0.0.133 - - [2026-05-28 04:21:23] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.007656 10.0.0.133 - - [2026-05-28 04:21:23] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.041273 10.0.0.133 - - [2026-05-28 04:21:23] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.044358 10.0.0.133 - - [2026-05-28 04:21:23] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.012319 10.0.0.133 - - [2026-05-28 04:21:23] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006659 10.0.0.133 - - [2026-05-28 04:21:23] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.025049 10.0.0.133 - - [2026-05-28 04:21:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003993 10.0.0.133 - - [2026-05-28 04:21:23] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005241 10.0.0.133 - - [2026-05-28 04:21:23] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004826 10.0.0.133 - - [2026-05-28 04:21:23] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.039839 10.0.0.133 - - [2026-05-28 04:21:23] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.070598 10.0.0.133 - - [2026-05-28 04:21:24] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005806 10.0.0.133 - - [2026-05-28 04:21:24] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007947 10.0.0.133 - - [2026-05-28 04:21:24] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.036157 10.0.0.133 - - [2026-05-28 04:21:24] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.045087 10.0.0.133 - - [2026-05-28 04:21:24] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.010269 10.0.0.133 - - [2026-05-28 04:21:24] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004059 10.0.0.133 - - [2026-05-28 04:21:24] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.052812 10.0.0.133 - - [2026-05-28 04:21:24] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.062058 10.0.0.133 - - [2026-05-28 04:21:24] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.010236 10.0.0.133 - - [2026-05-28 04:21:24] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006803 10.0.0.133 - - [2026-05-28 04:21:24] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.027296 10.0.0.133 - - [2026-05-28 04:21:24] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.006514 10.0.0.133 - - [2026-05-28 04:21:24] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006604 10.0.0.133 - - [2026-05-28 04:21:24] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005913 10.0.0.133 - - [2026-05-28 04:21:24] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.033406 10.0.0.133 - - [2026-05-28 04:21:24] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.047016 10.0.0.133 - - [2026-05-28 04:21:24] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005522 10.0.0.133 - - [2026-05-28 04:21:24] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004290 10.0.0.133 - - [2026-05-28 04:21:24] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.039536 10.0.0.133 - - [2026-05-28 04:21:24] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.045953 10.0.0.133 - - [2026-05-28 04:21:25] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.008681 10.0.0.133 - - [2026-05-28 04:21:25] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.008068 10.0.0.133 - - [2026-05-28 04:21:25] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.048256 10.0.0.133 - - [2026-05-28 04:21:25] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.043582 10.0.0.133 - - [2026-05-28 04:21:25] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004906 10.0.0.133 - - [2026-05-28 04:21:25] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006477 10.0.0.133 - - [2026-05-28 04:21:25] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.032761 10.0.0.133 - - [2026-05-28 04:21:25] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007338 10.0.0.133 - - [2026-05-28 04:21:25] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004198 10.0.0.133 - - [2026-05-28 04:21:25] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.028288 10.0.0.133 - - [2026-05-28 04:21:25] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007609 10.0.0.133 - - [2026-05-28 04:21:25] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004476 10.0.0.133 - - [2026-05-28 04:21:25] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.020751 10.0.0.133 - - [2026-05-28 04:21:25] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004496 10.0.0.133 - - [2026-05-28 04:21:25] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004200 10.0.0.133 - - [2026-05-28 04:21:25] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.019273 10.0.0.133 - - [2026-05-28 04:21:32] "POST /neutron/port HTTP/1.1" 200 1127 0.024514 10.0.0.133 - - [2026-05-28 04:21:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004270 10.0.0.133 - - [2026-05-28 04:21:35] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.004979 10.0.0.133 - - [2026-05-28 04:21:35] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005239 10.0.0.133 - - [2026-05-28 04:21:35] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.032244 10.0.0.133 - - [2026-05-28 04:21:35] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.046376 10.0.0.133 - - [2026-05-28 04:21:35] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.008992 10.0.0.133 - - [2026-05-28 04:21:35] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004725 10.0.0.133 - - [2026-05-28 04:21:35] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.043588 10.0.0.133 - - [2026-05-28 04:21:35] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.047358 10.0.0.133 - - [2026-05-28 04:21:36] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.008642 10.0.0.133 - - [2026-05-28 04:21:36] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.008358 10.0.0.133 - - [2026-05-28 04:21:36] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.045787 10.0.0.133 - - [2026-05-28 04:21:36] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.055363 10.0.0.133 - - [2026-05-28 04:21:36] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.004767 10.0.0.133 - - [2026-05-28 04:21:36] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005402 10.0.0.133 - - [2026-05-28 04:21:36] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.031365 10.0.0.133 - - [2026-05-28 04:21:36] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004072 10.0.0.133 - - [2026-05-28 04:21:36] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006936 10.0.0.133 - - [2026-05-28 04:21:36] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005617 10.0.0.133 - - [2026-05-28 04:21:36] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.035374 10.0.0.133 - - [2026-05-28 04:21:36] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.042873 10.0.0.133 - - [2026-05-28 04:21:36] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.011883 10.0.0.133 - - [2026-05-28 04:21:36] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.009795 10.0.0.133 - - [2026-05-28 04:21:36] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.033091 10.0.0.133 - - [2026-05-28 04:21:36] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.051497 10.0.0.133 - - [2026-05-28 04:21:36] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.005582 10.0.0.133 - - [2026-05-28 04:21:36] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.006080 10.0.0.133 - - [2026-05-28 04:21:36] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.031890 10.0.0.133 - - [2026-05-28 04:21:36] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.052963 10.0.0.133 - - [2026-05-28 04:21:37] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.006850 10.0.0.133 - - [2026-05-28 04:21:37] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.006640 10.0.0.133 - - [2026-05-28 04:21:37] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.019957 10.0.0.133 - - [2026-05-28 04:21:37] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003434 10.0.0.133 - - [2026-05-28 04:21:37] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005419 10.0.0.133 - - [2026-05-28 04:21:37] "GET /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004487 10.0.0.133 - - [2026-05-28 04:21:37] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.038866 10.0.0.133 - - [2026-05-28 04:21:37] "PUT /bgp-router/0bb04327-0a4a-46eb-a0d3-78b84918d55d HTTP/1.1" 200 255 0.044692 10.0.0.133 - - [2026-05-28 04:21:37] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005358 10.0.0.133 - - [2026-05-28 04:21:37] "GET /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005101 10.0.0.133 - - [2026-05-28 04:21:37] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.046044 10.0.0.133 - - [2026-05-28 04:21:37] "PUT /bgp-router/414693eb-d9fb-4ff0-93d2-0be291e091d2 HTTP/1.1" 200 255 0.050460 10.0.0.133 - - [2026-05-28 04:21:37] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.006777 10.0.0.133 - - [2026-05-28 04:21:37] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.009283 10.0.0.133 - - [2026-05-28 04:21:37] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.050039 10.0.0.133 - - [2026-05-28 04:21:37] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.058048 10.0.0.133 - - [2026-05-28 04:21:37] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.009567 10.0.0.133 - - [2026-05-28 04:21:37] "GET /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.009472 10.0.0.133 - - [2026-05-28 04:21:37] "PUT /bgp-router/5549bcae-4b23-4cca-a60f-999d10fdcffc HTTP/1.1" 200 255 0.033447 10.0.0.133 - - [2026-05-28 04:21:38] "POST /ref-update HTTP/1.1" 200 156 0.063409 10.0.0.133 - - [2026-05-28 04:21:38] "GET /virtual-network/3df588cd-8004-42d2-a410-33a53c9513ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.011022 10.0.0.133 - - [2026-05-28 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.133 - - [2026-05-28 04:21:38] "GET /network-policy/d33d3bec-625d-40a4-a522-5f2585676d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.007278 10.0.0.133 - - [2026-05-28 04:21:38] "POST /ref-update HTTP/1.1" 200 156 0.063555 10.0.0.41 - - [2026-05-28 04:21:38] "DELETE /access-control-list/ffaa0762-1d69-4172-8eb4-50cc4227c38c HTTP/1.1" 200 115 0.048497 10.0.0.133 - - [2026-05-28 04:21:38] "POST /neutron/network HTTP/1.1" 200 799 0.012479 10.0.0.133 - - [2026-05-28 04:21:38] "GET /virtual-network/a74a271d-70d9-4ab8-960d-7018cae86e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.013338 10.0.0.133 - - [2026-05-28 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.133 - - [2026-05-28 04:21:38] "GET /network-policy/d33d3bec-625d-40a4-a522-5f2585676d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004321 10.0.0.133 - - [2026-05-28 04:21:38] "DELETE /network-policy/d33d3bec-625d-40a4-a522-5f2585676d89 HTTP/1.1" 200 115 0.039964 10.0.0.133 - - [2026-05-28 04:21:38] "POST /neutron/port HTTP/1.1" 200 1127 0.036354 10.0.0.133 - - [2026-05-28 04:21:39] "POST /neutron/port HTTP/1.1" 200 151 0.191363 10.0.0.133 - - [2026-05-28 04:21:40] "POST /neutron/network HTTP/1.1" 200 799 0.009811 10.0.0.41 - - [2026-05-28 04:21:40] "DELETE /route-target/8d9e6d07-82c8-4413-ba62-1e0be9d757b7 HTTP/1.1" 200 115 0.029509 10.0.0.131 - - [2026-05-28 04:21:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005864 10.0.0.131 - - [2026-05-28 04:21:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004746 10.0.0.133 - - [2026-05-28 04:21:41] "POST /neutron/network HTTP/1.1" 200 151 0.155603 10.0.0.41 - - [2026-05-28 04:21:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.006480 10.0.0.133 - - [2026-05-28 04:21:41] "POST /ref-update HTTP/1.1" 200 156 0.069506 10.0.0.41 - - [2026-05-28 04:21:41] "DELETE /access-control-list/90380d61-840e-4ab7-8599-06db494bcaa4 HTTP/1.1" 200 115 0.051641 10.0.0.133 - - [2026-05-28 04:21:41] "GET /virtual-network/f1e8fad8-2e8e-401a-8c0e-f2c36dccb84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.015223 10.0.0.133 - - [2026-05-28 04:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.009994 10.0.0.133 - - [2026-05-28 04:21:41] "GET /network-policy/ba19977b-8d17-4022-8f54-21549c4f6de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004454 10.0.0.133 - - [2026-05-28 04:21:41] "POST /ref-update HTTP/1.1" 200 156 0.071606 10.0.0.41 - - [2026-05-28 04:21:41] "POST /ref-update HTTP/1.1" 200 156 0.025480 10.0.0.133 - - [2026-05-28 04:21:41] "GET /virtual-network/390d4e9f-5560-43d6-9ac9-184fd5a8db6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.011110 10.0.0.133 - - [2026-05-28 04:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.133 - - [2026-05-28 04:21:41] "GET /network-policy/ba19977b-8d17-4022-8f54-21549c4f6de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004959 10.0.0.133 - - [2026-05-28 04:21:41] "DELETE /network-policy/ba19977b-8d17-4022-8f54-21549c4f6de1 HTTP/1.1" 200 115 0.044832 10.0.0.133 - - [2026-05-28 04:21:41] "POST /neutron/network HTTP/1.1" 200 974 0.012211 10.0.0.133 - - [2026-05-28 04:21:42] "POST /neutron/port HTTP/1.1" 200 1206 0.025326 10.0.0.133 - - [2026-05-28 04:21:42] "POST /neutron/port HTTP/1.1" 200 1207 0.028495 10.0.0.131 - - [2026-05-28 04:21:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004539 10.0.0.131 - - [2026-05-28 04:21:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002999 10.0.0.131 - - [2026-05-28 04:21:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002760 10.0.0.131 - - [2026-05-28 04:21:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002440 10.0.0.133 - - [2026-05-28 04:21:44] "POST /neutron/network HTTP/1.1" 200 151 0.166928 10.0.0.41 - - [2026-05-28 04:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006634 10.0.0.131 - - [2026-05-28 04:21:45] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001811 10.0.0.133 - - [2026-05-28 04:21:45] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.052562 10.0.0.131 - - [2026-05-28 04:21:45] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001824 10.0.0.133 - - [2026-05-28 04:21:45] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?fields=virtual_networks HTTP/1.1" 200 1049 0.058922 10.0.0.131 - - [2026-05-28 04:21:45] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001329 10.0.0.133 - - [2026-05-28 04:21:45] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.051562 10.0.0.131 - - [2026-05-28 04:21:45] "GET /projects?obj_uuids=08a36ce2-1164-4627-957c-7770cf1e8344&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001498 10.0.0.133 - - [2026-05-28 04:21:46] "GET /project/08a36ce2-1164-4627-957c-7770cf1e8344?fields=security_groups HTTP/1.1" 200 1284 0.059885 10.0.0.133 - - [2026-05-28 04:21:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.034554 10.0.0.131 - - [2026-05-28 04:21:47] "GET /projects?obj_uuids=a0b2f6dd-7741-448b-a0f3-2617773d2f47&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003793 10.0.0.131 - - [2026-05-28 04:21:47] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001178 10.0.0.131 - - [2026-05-28 04:21:47] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009176 10.0.0.131 - - [2026-05-28 04:21:47] "POST /id-to-fqname HTTP/1.1" 200 185 0.002436 10.0.0.131 - - [2026-05-28 04:21:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.005910 10.0.0.131 - - [2026-05-28 04:21:47] "POST /security-groups HTTP/1.1" 200 586 0.078526 10.0.0.131 - - [2026-05-28 04:21:47] "POST /projects HTTP/1.1" 200 575 0.333453 10.0.0.41 - - [2026-05-28 04:21:47] "POST /access-control-lists HTTP/1.1" 200 593 0.033194 10.0.0.131 - - [2026-05-28 04:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.415813 10.0.0.133 - - [2026-05-28 04:21:47] "GET /project/a0b2f6dd-7741-448b-a0f3-2617773d2f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.596817 10.0.0.133 - - [2026-05-28 04:21:47] "POST /neutron/port HTTP/1.1" 200 1219 0.021578 10.0.0.133 - - [2026-05-28 04:21:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005955 10.0.0.133 - - [2026-05-28 04:21:48] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.133 - - [2026-05-28 04:21:49] "GET / HTTP/1.1" 200 36215 0.002376 10.0.0.133 - - [2026-05-28 04:21:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000412 10.0.0.133 - - [2026-05-28 04:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.054698 10.0.0.133 - - [2026-05-28 04:21:51] "GET /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003732 10.0.0.133 - - [2026-05-28 04:21:51] "GET /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004418 10.0.0.133 - - [2026-05-28 04:21:51] "GET /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003596 10.0.0.133 - - [2026-05-28 04:21:51] "PUT /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e HTTP/1.1" 200 265 0.013863 10.0.0.133 - - [2026-05-28 04:21:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.041011 10.0.0.131 - - [2026-05-28 04:21:54] "GET /projects?obj_uuids=cb0feb70-9d17-4154-b78f-e5f7ad6b1014&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004693 10.0.0.131 - - [2026-05-28 04:21:54] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000842 10.0.0.131 - - [2026-05-28 04:21:54] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008139 10.0.0.131 - - [2026-05-28 04:21:54] "POST /id-to-fqname HTTP/1.1" 200 185 0.004699 10.0.0.131 - - [2026-05-28 04:21:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.008614 10.0.0.131 - - [2026-05-28 04:21:54] "POST /security-groups HTTP/1.1" 200 586 0.039842 10.0.0.41 - - [2026-05-28 04:21:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.005893 10.0.0.131 - - [2026-05-28 04:21:54] "POST /projects HTTP/1.1" 200 575 0.286570 10.0.0.131 - - [2026-05-28 04:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.322598 10.0.0.41 - - [2026-05-28 04:21:54] "POST /access-control-lists HTTP/1.1" 200 591 0.036671 10.0.0.133 - - [2026-05-28 04:21:54] "GET /project/cb0feb70-9d17-4154-b78f-e5f7ad6b1014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.482575 10.0.0.133 - - [2026-05-28 04:21:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.034968 10.0.0.131 - - [2026-05-28 04:21:55] "GET /projects?obj_uuids=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003923 10.0.0.131 - - [2026-05-28 04:21:55] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001419 10.0.0.131 - - [2026-05-28 04:21:55] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010192 10.0.0.131 - - [2026-05-28 04:21:55] "POST /id-to-fqname HTTP/1.1" 200 185 0.003851 10.0.0.131 - - [2026-05-28 04:21:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.002645 10.0.0.131 - - [2026-05-28 04:21:55] "POST /security-groups HTTP/1.1" 200 586 0.078334 10.0.0.131 - - [2026-05-28 04:21:55] "POST /projects HTTP/1.1" 200 575 0.312434 10.0.0.131 - - [2026-05-28 04:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.357592 10.0.0.41 - - [2026-05-28 04:21:55] "POST /fqname-to-id HTTP/1.1" 404 228 0.009562 10.0.0.133 - - [2026-05-28 04:21:55] "GET /project/dc7f78eb-ffb6-4441-93b5-07f2bb2d4959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.510069 10.0.0.133 - - [2026-05-28 04:21:56] "GET / HTTP/1.1" 200 36215 0.002506 10.0.0.133 - - [2026-05-28 04:21:56] "POST /neutron/port HTTP/1.1" 200 1219 0.020395 10.0.0.133 - - [2026-05-28 04:21:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005256 10.0.0.133 - - [2026-05-28 04:21:56] "POST /neutron/port HTTP/1.1" 200 117 0.002036 10.0.0.133 - - [2026-05-28 04:21:57] "GET / HTTP/1.1" 200 36215 0.002226 10.0.0.133 - - [2026-05-28 04:21:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.003387 10.0.0.133 - - [2026-05-28 04:21:57] "POST /api-access-lists HTTP/1.1" 200 523 0.034812 10.0.0.133 - - [2026-05-28 04:21:57] "GET /api-access-list/2cc7c7c1-2301-45e3-a8e5-c35e381683a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.006714 10.0.0.133 - - [2026-05-28 04:21:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000452 10.0.0.133 - - [2026-05-28 04:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.135199 10.0.0.131 - - [2026-05-28 04:21:58] "GET /projects?obj_uuids=cb0feb70-9d17-4154-b78f-e5f7ad6b1014&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001792 10.0.0.133 - - [2026-05-28 04:21:58] "GET /project/cb0feb70-9d17-4154-b78f-e5f7ad6b1014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.078321 10.0.0.133 - - [2026-05-28 04:21:58] "GET /virtual-networks?parent_id=cb0feb70-9d17-4154-b78f-e5f7ad6b1014&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022180 10.0.0.133 - - [2026-05-28 04:21:58] "POST /virtual-networks HTTP/1.1" 200 570 0.100563 10.0.0.133 - - [2026-05-28 04:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.039543 10.0.0.41 - - [2026-05-28 04:21:59] "POST /ref-update HTTP/1.1" 200 156 0.035108 10.0.0.133 - - [2026-05-28 04:21:59] "GET /network-ipam/0d0f5c46-10d4-4d20-b540-b0afed793738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.020041 10.0.0.131 - - [2026-05-28 04:21:59] "POST /useragent-kv HTTP/1.1" 200 115 0.008596 10.0.0.133 - - [2026-05-28 04:21:59] "POST /ref-update HTTP/1.1" 200 156 0.114255 10.0.0.133 - - [2026-05-28 04:21:59] "POST /neutron/network HTTP/1.1" 200 833 0.073676 10.0.0.133 - - [2026-05-28 04:21:59] "GET /virtual-network/84e7a82f-c863-43a4-81e6-5bfebbd8aed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.023228 10.0.0.133 - - [2026-05-28 04:21:59] "POST /neutron/subnet HTTP/1.1" 200 683 0.056558 10.0.0.133 - - [2026-05-28 04:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.035680 10.0.0.133 - - [2026-05-28 04:22:01] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.086809 10.0.0.133 - - [2026-05-28 04:22:02] "GET /virtual-network/84e7a82f-c863-43a4-81e6-5bfebbd8aed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.058335 10.0.0.133 - - [2026-05-28 04:22:02] "POST /id-to-fqname HTTP/1.1" 401 293 0.000432 10.0.0.133 - - [2026-05-28 04:22:02] "POST /id-to-fqname HTTP/1.1" 200 230 0.056393 10.0.0.131 - - [2026-05-28 04:22:04] "GET /projects?obj_uuids=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001303 10.0.0.133 - - [2026-05-28 04:22:04] "GET /project/dc7f78eb-ffb6-4441-93b5-07f2bb2d4959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.085235 10.0.0.133 - - [2026-05-28 04:22:04] "POST /neutron/network HTTP/1.1" 200 833 0.008034 10.0.0.133 - - [2026-05-28 04:22:04] "POST /neutron/port HTTP/1.1" 200 117 0.054646 10.0.0.131 - - [2026-05-28 04:22:05] "GET /projects?obj_uuids=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001382 10.0.0.133 - - [2026-05-28 04:22:06] "POST /neutron/port HTTP/1.1" 200 1057 0.630264 10.0.0.133 - - [2026-05-28 04:22:06] "POST /neutron/port HTTP/1.1" 200 1111 0.127210 10.0.0.133 - - [2026-05-28 04:22:06] "POST /neutron/subnet HTTP/1.1" 200 657 0.011774 10.0.0.133 - - [2026-05-28 04:22:09] "POST /neutron/port HTTP/1.1" 200 1121 0.021494 10.0.0.133 - - [2026-05-28 04:22:10] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010767 10.0.0.133 - - [2026-05-28 04:22:10] "POST /neutron/port HTTP/1.1" 200 1121 0.023159 10.0.0.133 - - [2026-05-28 04:22:10] "GET /virtual-machine/c720e5fb-1ea7-4644-9c6c-2d51529e118e HTTP/1.1" 401 293 0.000577 10.0.0.133 - - [2026-05-28 04:22:10] "GET /virtual-machine/c720e5fb-1ea7-4644-9c6c-2d51529e118e HTTP/1.1" 200 1290 0.064632 10.0.0.133 - - [2026-05-28 04:22:10] "GET /virtual-machine/c720e5fb-1ea7-4644-9c6c-2d51529e118e HTTP/1.1" 200 1290 0.030740 10.0.0.133 - - [2026-05-28 04:22:10] "GET /virtual-machine-interface/f2e44654-c250-4cf8-957c-67785de1fd95 HTTP/1.1" 200 2537 0.033465 10.0.0.133 - - [2026-05-28 04:22:10] "GET /virtual-machine/c720e5fb-1ea7-4644-9c6c-2d51529e118e HTTP/1.1" 200 1290 0.022129 10.0.0.133 - - [2026-05-28 04:22:11] "GET /virtual-machine-interface/f2e44654-c250-4cf8-957c-67785de1fd95 HTTP/1.1" 200 2537 0.029780 10.0.0.133 - - [2026-05-28 04:22:11] "GET /instance-ip/7f5ec61e-c380-4bb0-bf7a-18f46b576be0 HTTP/1.1" 200 1630 0.025238 10.0.0.133 - - [2026-05-28 04:22:11] "GET /virtual-machine/c720e5fb-1ea7-4644-9c6c-2d51529e118e HTTP/1.1" 200 1290 0.022160 10.0.0.133 - - [2026-05-28 04:22:11] "GET /virtual-machine-interface/f2e44654-c250-4cf8-957c-67785de1fd95 HTTP/1.1" 200 2537 0.040022 10.0.0.133 - - [2026-05-28 04:22:11] "GET /instance-ip/7f5ec61e-c380-4bb0-bf7a-18f46b576be0 HTTP/1.1" 200 1630 0.025210 10.0.0.133 - - [2026-05-28 04:22:11] "POST /fqname-to-id HTTP/1.1" 403 339 0.021215 10.0.0.133 - - [2026-05-28 04:22:11] "GET / HTTP/1.1" 200 36215 0.001765 10.0.0.133 - - [2026-05-28 04:22:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000643 10.0.0.133 - - [2026-05-28 04:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.037831 10.0.0.133 - - [2026-05-28 04:22:11] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004241 10.0.0.133 - - [2026-05-28 04:22:12] "GET /virtual-networks?parent_id=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018478 10.0.0.133 - - [2026-05-28 04:22:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.018476 10.0.0.133 - - [2026-05-28 04:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005162 10.0.0.133 - - [2026-05-28 04:22:12] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004897 10.0.0.133 - - [2026-05-28 04:22:12] "GET /virtual-networks?parent_id=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023438 10.0.0.133 - - [2026-05-28 04:22:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.023580 10.0.0.133 - - [2026-05-28 04:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.133 - - [2026-05-28 04:22:12] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004215 10.0.0.133 - - [2026-05-28 04:22:12] "GET /virtual-networks?parent_id=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019747 10.0.0.133 - - [2026-05-28 04:22:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.019537 10.0.0.133 - - [2026-05-28 04:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.133 - - [2026-05-28 04:22:12] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007009 10.0.0.133 - - [2026-05-28 04:22:12] "GET /virtual-networks?parent_id=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020083 10.0.0.133 - - [2026-05-28 04:22:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.019784 10.0.0.133 - - [2026-05-28 04:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.133 - - [2026-05-28 04:22:12] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004149 10.0.0.133 - - [2026-05-28 04:22:12] "GET /virtual-networks?parent_id=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017028 10.0.0.133 - - [2026-05-28 04:22:13] "GET /obj-perms HTTP/1.1" 200 5075 0.073421 10.0.0.133 - - [2026-05-28 04:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.019581 10.0.0.133 - - [2026-05-28 04:22:15] "GET /virtual-network/84e7a82f-c863-43a4-81e6-5bfebbd8aed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.028495 10.0.0.133 - - [2026-05-28 04:22:16] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008372 10.0.0.133 - - [2026-05-28 04:22:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.021306 10.0.0.133 - - [2026-05-28 04:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.133 - - [2026-05-28 04:22:17] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004747 10.0.0.133 - - [2026-05-28 04:22:17] "GET /virtual-networks?parent_id=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019440 10.0.0.133 - - [2026-05-28 04:22:18] "POST /fqname-to-id HTTP/1.1" 403 339 0.023209 10.0.0.133 - - [2026-05-28 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.133 - - [2026-05-28 04:22:18] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004921 10.0.0.133 - - [2026-05-28 04:22:18] "GET /virtual-networks?parent_id=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019944 10.0.0.133 - - [2026-05-28 04:22:18] "POST /fqname-to-id HTTP/1.1" 403 361 0.024730 10.0.0.133 - - [2026-05-28 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.133 - - [2026-05-28 04:22:18] "GET /routing-instance/249f8275-af72-4d6c-8005-0d1fe5f35cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.005596 10.0.0.133 - - [2026-05-28 04:22:18] "GET /route-target/a0719193-13e8-4a2c-9691-8eac15195fc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.019811 10.0.0.133 - - [2026-05-28 04:22:18] "GET /route-target/a0719193-13e8-4a2c-9691-8eac15195fc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004773 10.0.0.133 - - [2026-05-28 04:22:18] "POST /fqname-to-id HTTP/1.1" 403 339 0.023921 10.0.0.133 - - [2026-05-28 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.133 - - [2026-05-28 04:22:18] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005741 10.0.0.133 - - [2026-05-28 04:22:18] "GET /virtual-networks?parent_id=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025599 10.0.0.133 - - [2026-05-28 04:22:18] "POST /fqname-to-id HTTP/1.1" 403 361 0.021346 10.0.0.133 - - [2026-05-28 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.133 - - [2026-05-28 04:22:18] "GET /routing-instance/249f8275-af72-4d6c-8005-0d1fe5f35cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.006097 10.0.0.133 - - [2026-05-28 04:22:18] "GET /route-target/a0719193-13e8-4a2c-9691-8eac15195fc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.018385 10.0.0.133 - - [2026-05-28 04:22:18] "GET /route-target/a0719193-13e8-4a2c-9691-8eac15195fc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004413 10.0.0.133 - - [2026-05-28 04:22:18] "POST /fqname-to-id HTTP/1.1" 403 339 0.021347 10.0.0.133 - - [2026-05-28 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.017304 10.0.0.133 - - [2026-05-28 04:22:18] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005895 10.0.0.133 - - [2026-05-28 04:22:18] "GET /virtual-networks?parent_id=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.030314 10.0.0.133 - - [2026-05-28 04:22:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.025863 10.0.0.133 - - [2026-05-28 04:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.133 - - [2026-05-28 04:22:19] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004939 10.0.0.133 - - [2026-05-28 04:22:19] "GET /virtual-networks?parent_id=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020757 10.0.0.131 - - [2026-05-28 04:22:19] "GET /virtual-machine/c720e5fb-1ea7-4644-9c6c-2d51529e118e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.070763 10.0.0.133 - - [2026-05-28 04:22:19] "GET /virtual-machine-interface/f2e44654-c250-4cf8-957c-67785de1fd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.030812 10.0.0.133 - - [2026-05-28 04:22:19] "GET /virtual-machine-interface/f2e44654-c250-4cf8-957c-67785de1fd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.025679 10.0.0.133 - - [2026-05-28 04:22:20] "GET /virtual-machine-interface/f2e44654-c250-4cf8-957c-67785de1fd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.026731 10.0.0.133 - - [2026-05-28 04:22:20] "GET /virtual-network/84e7a82f-c863-43a4-81e6-5bfebbd8aed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.022572 10.0.0.131 - - [2026-05-28 04:22:20] "GET /obj-perms HTTP/1.1" 200 4934 0.055849 10.0.0.133 - - [2026-05-28 04:22:20] "GET /obj-perms HTTP/1.1" 200 4934 0.091870 10.0.0.133 - - [2026-05-28 04:22:21] "GET /obj-perms HTTP/1.1" 200 4934 0.022412 10.0.0.133 - - [2026-05-28 04:22:22] "GET /obj-perms HTTP/1.1" 200 4934 0.084900 10.0.0.131 - - [2026-05-28 04:22:22] "GET /obj-perms HTTP/1.1" 200 5039 0.060588 10.0.0.133 - - [2026-05-28 04:22:22] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.036956 10.0.0.41 - - [2026-05-28 04:22:23] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.066264 10.0.0.133 - - [2026-05-28 04:22:23] "GET /virtual-machine/c720e5fb-1ea7-4644-9c6c-2d51529e118e HTTP/1.1" 200 1290 0.021735 10.0.0.133 - - [2026-05-28 04:22:24] "POST /neutron/port HTTP/1.1" 200 151 0.217727 10.0.0.133 - - [2026-05-28 04:22:25] "GET /virtual-machine/c720e5fb-1ea7-4644-9c6c-2d51529e118e HTTP/1.1" 404 171 0.018484 10.0.0.133 - - [2026-05-28 04:22:25] "GET /virtual-machine/c720e5fb-1ea7-4644-9c6c-2d51529e118e HTTP/1.1" 404 171 0.018126 10.0.0.133 - - [2026-05-28 04:22:25] "GET /virtual-machine/c720e5fb-1ea7-4644-9c6c-2d51529e118e HTTP/1.1" 404 171 0.020430 10.0.0.133 - - [2026-05-28 04:22:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.022389 10.0.0.133 - - [2026-05-28 04:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.133 - - [2026-05-28 04:22:25] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004859 10.0.0.133 - - [2026-05-28 04:22:25] "GET /virtual-networks?parent_id=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020999 10.0.0.133 - - [2026-05-28 04:22:25] "POST /fqname-to-id HTTP/1.1" 403 361 0.024521 10.0.0.133 - - [2026-05-28 04:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004981 10.0.0.133 - - [2026-05-28 04:22:26] "GET /routing-instance/249f8275-af72-4d6c-8005-0d1fe5f35cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.005252 10.0.0.133 - - [2026-05-28 04:22:26] "GET /route-target/a0719193-13e8-4a2c-9691-8eac15195fc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.023783 10.0.0.133 - - [2026-05-28 04:22:26] "GET /route-target/a0719193-13e8-4a2c-9691-8eac15195fc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004642 10.0.0.133 - - [2026-05-28 04:22:26] "GET /obj-perms HTTP/1.1" 200 4934 0.077840 10.0.0.131 - - [2026-05-28 04:22:26] "GET /obj-perms HTTP/1.1" 200 5039 0.004225 10.0.0.133 - - [2026-05-28 04:22:30] "GET /obj-perms HTTP/1.1" 200 5039 0.135500 10.0.0.131 - - [2026-05-28 04:22:36] "GET /obj-perms HTTP/1.1" 200 5039 0.004496 10.0.0.133 - - [2026-05-28 04:22:39] "GET /obj-perms HTTP/1.1" 200 5039 0.004867 10.0.0.131 - - [2026-05-28 04:22:42] "DELETE /project/a0b2f6dd7741448ba0f32617773d2f47 HTTP/1.1" 404 173 0.004612 10.0.0.131 - - [2026-05-28 04:22:42] "DELETE /project/cb0feb709d174154b78fe5f7ad6b1014 HTTP/1.1" 404 173 0.008530 10.0.0.131 - - [2026-05-28 04:22:42] "DELETE /project/08a36ce2-1164-4627-957c-7770cf1e8344 HTTP/1.1" 404 177 0.007151 10.0.0.131 - - [2026-05-28 04:22:42] "DELETE /project/dc7f78ebffb6444193b507f2bb2d4959 HTTP/1.1" 404 173 0.005966 10.0.0.133 - - [2026-05-28 04:22:42] "GET /obj-perms HTTP/1.1" 200 5039 0.004451 10.0.0.131 - - [2026-05-28 04:22:43] "GET /obj-perms HTTP/1.1" 200 5039 0.003880 10.0.0.131 - - [2026-05-28 04:22:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005636 10.0.0.41 - - [2026-05-28 04:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005781 10.0.0.131 - - [2026-05-28 04:22:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003990 10.0.0.133 - - [2026-05-28 04:22:43] "DELETE /virtual-network/84e7a82f-c863-43a4-81e6-5bfebbd8aed8 HTTP/1.1" 200 115 0.174067 10.0.0.133 - - [2026-05-28 04:22:43] "DELETE /api-access-list/2cc7c7c1-2301-45e3-a8e5-c35e381683a0 HTTP/1.1" 200 115 0.046982 10.0.0.131 - - [2026-05-28 04:22:43] "GET /projects?obj_uuids=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001116 10.0.0.133 - - [2026-05-28 04:22:43] "GET /project/dc7f78eb-ffb6-4441-93b5-07f2bb2d4959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.068293 10.0.0.131 - - [2026-05-28 04:22:43] "GET /projects?obj_uuids=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001266 10.0.0.133 - - [2026-05-28 04:22:43] "GET /project/dc7f78eb-ffb6-4441-93b5-07f2bb2d4959?fields=virtual_networks HTTP/1.1" 200 1025 0.082985 10.0.0.131 - - [2026-05-28 04:22:43] "GET /projects?obj_uuids=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001252 10.0.0.133 - - [2026-05-28 04:22:44] "GET /project/dc7f78eb-ffb6-4441-93b5-07f2bb2d4959?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.049896 10.0.0.131 - - [2026-05-28 04:22:44] "GET /projects?obj_uuids=dc7f78eb-ffb6-4441-93b5-07f2bb2d4959&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001295 10.0.0.133 - - [2026-05-28 04:22:44] "GET /project/dc7f78eb-ffb6-4441-93b5-07f2bb2d4959?fields=security_groups HTTP/1.1" 200 1247 0.046027 10.0.0.131 - - [2026-05-28 04:22:44] "GET /projects?obj_uuids=cb0feb70-9d17-4154-b78f-e5f7ad6b1014&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001550 10.0.0.133 - - [2026-05-28 04:22:44] "GET /project/cb0feb70-9d17-4154-b78f-e5f7ad6b1014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.057180 10.0.0.131 - - [2026-05-28 04:22:44] "GET /projects?obj_uuids=cb0feb70-9d17-4154-b78f-e5f7ad6b1014&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.009575 10.0.0.133 - - [2026-05-28 04:22:44] "GET /project/cb0feb70-9d17-4154-b78f-e5f7ad6b1014?fields=virtual_networks HTTP/1.1" 200 1025 0.069627 10.0.0.131 - - [2026-05-28 04:22:44] "GET /projects?obj_uuids=cb0feb70-9d17-4154-b78f-e5f7ad6b1014&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001770 10.0.0.133 - - [2026-05-28 04:22:44] "GET /project/cb0feb70-9d17-4154-b78f-e5f7ad6b1014?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.083078 10.0.0.131 - - [2026-05-28 04:22:44] "GET /projects?obj_uuids=cb0feb70-9d17-4154-b78f-e5f7ad6b1014&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001141 10.0.0.133 - - [2026-05-28 04:22:45] "GET /project/cb0feb70-9d17-4154-b78f-e5f7ad6b1014?fields=security_groups HTTP/1.1" 200 1247 0.062081 10.0.0.133 - - [2026-05-28 04:22:47] "GET /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004995 10.0.0.133 - - [2026-05-28 04:22:47] "PUT /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e HTTP/1.1" 200 265 0.022443 10.0.0.131 - - [2026-05-28 04:22:47] "GET /projects?obj_uuids=a0b2f6dd-7741-448b-a0f3-2617773d2f47&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001002 10.0.0.133 - - [2026-05-28 04:22:47] "GET /project/a0b2f6dd-7741-448b-a0f3-2617773d2f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.045073 10.0.0.131 - - [2026-05-28 04:22:47] "GET /projects?obj_uuids=a0b2f6dd-7741-448b-a0f3-2617773d2f47&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001393 10.0.0.133 - - [2026-05-28 04:22:48] "GET /project/a0b2f6dd-7741-448b-a0f3-2617773d2f47?fields=virtual_networks HTTP/1.1" 200 1025 0.058815 10.0.0.131 - - [2026-05-28 04:22:48] "GET /projects?obj_uuids=a0b2f6dd-7741-448b-a0f3-2617773d2f47&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001493 10.0.0.133 - - [2026-05-28 04:22:48] "GET /project/a0b2f6dd-7741-448b-a0f3-2617773d2f47?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.046657 10.0.0.131 - - [2026-05-28 04:22:48] "GET /projects?obj_uuids=a0b2f6dd-7741-448b-a0f3-2617773d2f47&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000946 10.0.0.133 - - [2026-05-28 04:22:48] "GET /project/a0b2f6dd-7741-448b-a0f3-2617773d2f47?fields=security_groups HTTP/1.1" 200 1247 0.061032 10.0.0.133 - - [2026-05-28 04:22:48] "POST /neutron/network HTTP/1.1" 200 936 0.007108 10.0.0.133 - - [2026-05-28 04:22:48] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.133 - - [2026-05-28 04:22:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.036055 10.0.0.131 - - [2026-05-28 04:22:49] "GET /projects?obj_uuids=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003637 10.0.0.131 - - [2026-05-28 04:22:49] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001311 10.0.0.131 - - [2026-05-28 04:22:49] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008122 10.0.0.131 - - [2026-05-28 04:22:49] "POST /id-to-fqname HTTP/1.1" 200 190 0.003673 10.0.0.131 - - [2026-05-28 04:22:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.014378 10.0.0.131 - - [2026-05-28 04:22:49] "POST /security-groups HTTP/1.1" 200 591 0.087467 10.0.0.131 - - [2026-05-28 04:22:49] "POST /projects HTTP/1.1" 200 585 0.358221 10.0.0.131 - - [2026-05-28 04:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.395633 10.0.0.41 - - [2026-05-28 04:22:49] "POST /access-control-lists HTTP/1.1" 200 598 0.031885 10.0.0.133 - - [2026-05-28 04:22:50] "GET /project/6d8bcab4-c3af-4ec2-9300-32c328353379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.576361 10.0.0.133 - - [2026-05-28 04:22:51] "GET / HTTP/1.1" 200 36215 0.002346 10.0.0.133 - - [2026-05-28 04:22:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000560 10.0.0.133 - - [2026-05-28 04:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.038523 10.0.0.133 - - [2026-05-28 04:22:54] "GET /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004729 10.0.0.133 - - [2026-05-28 04:22:54] "GET /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.005189 10.0.0.133 - - [2026-05-28 04:22:54] "GET /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004897 10.0.0.133 - - [2026-05-28 04:22:54] "PUT /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e HTTP/1.1" 200 265 0.017231 10.0.0.133 - - [2026-05-28 04:22:56] "POST /fqname-to-id HTTP/1.1" 404 188 0.032018 10.0.0.131 - - [2026-05-28 04:22:56] "GET /projects?obj_uuids=59be2afd-c016-4ebc-a51c-85e59f26920f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002922 10.0.0.131 - - [2026-05-28 04:22:56] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001388 10.0.0.131 - - [2026-05-28 04:22:56] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009697 10.0.0.131 - - [2026-05-28 04:22:56] "POST /id-to-fqname HTTP/1.1" 200 190 0.008777 10.0.0.131 - - [2026-05-28 04:22:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.012363 10.0.0.133 - - [2026-05-28 04:22:56] "POST /neutron/port HTTP/1.1" 200 1106 0.027360 10.0.0.131 - - [2026-05-28 04:22:56] "POST /security-groups HTTP/1.1" 200 591 0.078605 10.0.0.133 - - [2026-05-28 04:22:56] "POST /neutron/subnet HTTP/1.1" 200 693 0.012338 10.0.0.41 - - [2026-05-28 04:22:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.004910 10.0.0.131 - - [2026-05-28 04:22:56] "POST /projects HTTP/1.1" 200 585 0.350497 10.0.0.131 - - [2026-05-28 04:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.386837 10.0.0.133 - - [2026-05-28 04:22:56] "GET /project/59be2afd-c016-4ebc-a51c-85e59f26920f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.550399 10.0.0.41 - - [2026-05-28 04:22:56] "POST /access-control-lists HTTP/1.1" 200 596 0.052671 10.0.0.133 - - [2026-05-28 04:22:57] "POST /fqname-to-id HTTP/1.1" 404 188 0.041357 10.0.0.131 - - [2026-05-28 04:22:57] "GET /projects?obj_uuids=b69abba9-27d1-4aa8-afd3-72631b846f65&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006264 10.0.0.131 - - [2026-05-28 04:22:57] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.131 - - [2026-05-28 04:22:57] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008517 10.0.0.131 - - [2026-05-28 04:22:57] "POST /id-to-fqname HTTP/1.1" 200 190 0.002094 10.0.0.131 - - [2026-05-28 04:22:57] "POST /fqname-to-id HTTP/1.1" 404 199 0.008157 10.0.0.131 - - [2026-05-28 04:22:57] "POST /security-groups HTTP/1.1" 200 591 0.088895 10.0.0.131 - - [2026-05-28 04:22:57] "POST /projects HTTP/1.1" 200 585 0.320236 10.0.0.131 - - [2026-05-28 04:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.357702 10.0.0.41 - - [2026-05-28 04:22:57] "POST /fqname-to-id HTTP/1.1" 404 233 0.012454 10.0.0.133 - - [2026-05-28 04:22:57] "GET /project/b69abba9-27d1-4aa8-afd3-72631b846f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.549611 10.0.0.133 - - [2026-05-28 04:22:58] "GET / HTTP/1.1" 200 36215 0.001676 10.0.0.133 - - [2026-05-28 04:22:59] "GET / HTTP/1.1" 200 36215 0.001707 10.0.0.133 - - [2026-05-28 04:22:59] "POST /fqname-to-id HTTP/1.1" 404 183 0.004429 10.0.0.133 - - [2026-05-28 04:22:59] "POST /api-access-lists HTTP/1.1" 200 523 0.027643 10.0.0.133 - - [2026-05-28 04:22:59] "GET /api-access-list/ba82e411-068e-47c3-9541-16ab92b594b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.006946 10.0.0.133 - - [2026-05-28 04:23:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000586 10.0.0.133 - - [2026-05-28 04:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.076268 10.0.0.131 - - [2026-05-28 04:23:00] "GET /projects?obj_uuids=59be2afd-c016-4ebc-a51c-85e59f26920f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001517 10.0.0.133 - - [2026-05-28 04:23:00] "GET /project/59be2afd-c016-4ebc-a51c-85e59f26920f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.075517 10.0.0.133 - - [2026-05-28 04:23:00] "GET /virtual-networks?parent_id=59be2afd-c016-4ebc-a51c-85e59f26920f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020403 10.0.0.133 - - [2026-05-28 04:23:01] "POST /virtual-networks HTTP/1.1" 200 585 0.126390 10.0.0.133 - - [2026-05-28 04:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.044237 10.0.0.41 - - [2026-05-28 04:23:01] "POST /ref-update HTTP/1.1" 200 156 0.042841 10.0.0.133 - - [2026-05-28 04:23:01] "GET /network-ipam/0d0f5c46-10d4-4d20-b540-b0afed793738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.028499 10.0.0.131 - - [2026-05-28 04:23:01] "POST /useragent-kv HTTP/1.1" 200 115 0.008995 10.0.0.133 - - [2026-05-28 04:23:01] "POST /ref-update HTTP/1.1" 200 156 0.118086 10.0.0.133 - - [2026-05-28 04:23:01] "POST /neutron/network HTTP/1.1" 200 850 0.090462 10.0.0.133 - - [2026-05-28 04:23:01] "GET /virtual-network/ac2c4f1d-3c31-4411-b58f-16c0ce0ab27d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.024868 10.0.0.133 - - [2026-05-28 04:23:02] "POST /neutron/subnet HTTP/1.1" 200 686 0.068626 10.0.0.133 - - [2026-05-28 04:23:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000888 10.0.0.133 - - [2026-05-28 04:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.062531 10.0.0.131 - - [2026-05-28 04:23:02] "GET /projects?obj_uuids=b69abba9-27d1-4aa8-afd3-72631b846f65&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003437 10.0.0.133 - - [2026-05-28 04:23:02] "GET /project/b69abba9-27d1-4aa8-afd3-72631b846f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.080667 10.0.0.133 - - [2026-05-28 04:23:02] "GET /virtual-networks?parent_id=b69abba9-27d1-4aa8-afd3-72631b846f65&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.028455 10.0.0.133 - - [2026-05-28 04:23:02] "POST /virtual-networks HTTP/1.1" 200 585 0.099191 10.0.0.133 - - [2026-05-28 04:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.061288 10.0.0.133 - - [2026-05-28 04:23:02] "GET /network-ipam/0d0f5c46-10d4-4d20-b540-b0afed793738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.018625 10.0.0.131 - - [2026-05-28 04:23:03] "POST /useragent-kv HTTP/1.1" 200 115 0.008074 10.0.0.133 - - [2026-05-28 04:23:03] "POST /ref-update HTTP/1.1" 200 156 0.118142 10.0.0.133 - - [2026-05-28 04:23:03] "GET /virtual-network/78237be0-2510-4335-8cfc-fcb0008a5c5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.032393 10.0.0.133 - - [2026-05-28 04:23:03] "POST /neutron/network HTTP/1.1" 200 845 0.076728 10.0.0.133 - - [2026-05-28 04:23:04] "GET /virtual-network/ac2c4f1d-3c31-4411-b58f-16c0ce0ab27d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.053994 10.0.0.133 - - [2026-05-28 04:23:05] "GET /virtual-network/ac2c4f1d-3c31-4411-b58f-16c0ce0ab27d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.080457 10.0.0.41 - - [2026-05-28 04:23:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000452 10.0.0.131 - - [2026-05-28 04:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.053852 10.0.0.133 - - [2026-05-28 04:23:07] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.042808 10.0.0.133 - - [2026-05-28 04:23:07] "GET /obj-perms HTTP/1.1" 200 5049 0.064973 10.0.0.133 - - [2026-05-28 04:23:07] "PUT /virtual-network/ac2c4f1d-3c31-4411-b58f-16c0ce0ab27d HTTP/1.1" 200 265 0.093123 10.0.0.133 - - [2026-05-28 04:23:08] "GET /virtual-network/ac2c4f1d-3c31-4411-b58f-16c0ce0ab27d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.020230 10.0.0.133 - - [2026-05-28 04:23:08] "GET /virtual-network/ac2c4f1d-3c31-4411-b58f-16c0ce0ab27d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.048174 10.0.0.41 - - [2026-05-28 04:23:08] "GET /obj-perms HTTP/1.1" 403 257 0.052340 10.0.0.131 - - [2026-05-28 04:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004898 10.0.0.133 - - [2026-05-28 04:23:09] "GET /virtual-network/ac2c4f1d-3c31-4411-b58f-16c0ce0ab27d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.020910 10.0.0.133 - - [2026-05-28 04:23:09] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.054801 10.0.0.133 - - [2026-05-28 04:23:09] "GET /obj-perms HTTP/1.1" 200 5049 0.005558 10.0.0.133 - - [2026-05-28 04:23:09] "PUT /virtual-network/ac2c4f1d-3c31-4411-b58f-16c0ce0ab27d HTTP/1.1" 200 265 0.055393 10.0.0.131 - - [2026-05-28 04:23:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004370 10.0.0.41 - - [2026-05-28 04:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.131 - - [2026-05-28 04:23:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002488 10.0.0.133 - - [2026-05-28 04:23:09] "DELETE /virtual-network/78237be0-2510-4335-8cfc-fcb0008a5c5d HTTP/1.1" 200 115 0.140884 10.0.0.131 - - [2026-05-28 04:23:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004412 10.0.0.131 - - [2026-05-28 04:23:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004454 10.0.0.133 - - [2026-05-28 04:23:10] "DELETE /virtual-network/ac2c4f1d-3c31-4411-b58f-16c0ce0ab27d HTTP/1.1" 200 115 0.156079 10.0.0.41 - - [2026-05-28 04:23:10] "DELETE /route-target/e8673b18-17af-4cc8-8f2c-929d62e37979 HTTP/1.1" 200 115 0.028450 10.0.0.133 - - [2026-05-28 04:23:10] "DELETE /api-access-list/ba82e411-068e-47c3-9541-16ab92b594b3 HTTP/1.1" 200 115 0.045765 10.0.0.131 - - [2026-05-28 04:23:10] "GET /projects?obj_uuids=b69abba9-27d1-4aa8-afd3-72631b846f65&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001659 10.0.0.133 - - [2026-05-28 04:23:10] "GET /project/b69abba9-27d1-4aa8-afd3-72631b846f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059880 10.0.0.131 - - [2026-05-28 04:23:10] "GET /projects?obj_uuids=b69abba9-27d1-4aa8-afd3-72631b846f65&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000950 10.0.0.133 - - [2026-05-28 04:23:10] "GET /project/b69abba9-27d1-4aa8-afd3-72631b846f65?fields=virtual_networks HTTP/1.1" 200 1035 0.054826 10.0.0.131 - - [2026-05-28 04:23:10] "GET /projects?obj_uuids=b69abba9-27d1-4aa8-afd3-72631b846f65&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001601 10.0.0.133 - - [2026-05-28 04:23:10] "GET /project/b69abba9-27d1-4aa8-afd3-72631b846f65?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.056572 10.0.0.131 - - [2026-05-28 04:23:10] "GET /projects?obj_uuids=b69abba9-27d1-4aa8-afd3-72631b846f65&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001113 10.0.0.133 - - [2026-05-28 04:23:10] "GET /project/b69abba9-27d1-4aa8-afd3-72631b846f65?fields=security_groups HTTP/1.1" 200 1262 0.075519 10.0.0.131 - - [2026-05-28 04:23:11] "GET /projects?obj_uuids=59be2afd-c016-4ebc-a51c-85e59f26920f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991 10.0.0.133 - - [2026-05-28 04:23:11] "GET /project/59be2afd-c016-4ebc-a51c-85e59f26920f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.045045 10.0.0.131 - - [2026-05-28 04:23:11] "GET /projects?obj_uuids=59be2afd-c016-4ebc-a51c-85e59f26920f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000876 10.0.0.133 - - [2026-05-28 04:23:11] "GET /project/59be2afd-c016-4ebc-a51c-85e59f26920f?fields=virtual_networks HTTP/1.1" 200 1034 0.042209 10.0.0.131 - - [2026-05-28 04:23:11] "GET /projects?obj_uuids=59be2afd-c016-4ebc-a51c-85e59f26920f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.133 - - [2026-05-28 04:23:11] "GET /project/59be2afd-c016-4ebc-a51c-85e59f26920f?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.053493 10.0.0.131 - - [2026-05-28 04:23:11] "GET /projects?obj_uuids=59be2afd-c016-4ebc-a51c-85e59f26920f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.133 - - [2026-05-28 04:23:11] "GET /project/59be2afd-c016-4ebc-a51c-85e59f26920f?fields=security_groups HTTP/1.1" 200 1261 0.050586 10.0.0.41 - - [2026-05-28 04:23:14] "GET /obj-perms HTTP/1.1" 200 5075 0.065447 10.0.0.133 - - [2026-05-28 04:23:15] "GET / HTTP/1.1" 200 36215 0.001313 10.0.0.133 - - [2026-05-28 04:23:16] "GET / HTTP/1.1" 200 36215 0.001776 10.0.0.133 - - [2026-05-28 04:23:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000583 10.0.0.133 - - [2026-05-28 04:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.100611 10.0.0.131 - - [2026-05-28 04:23:17] "GET /projects?obj_uuids=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001282 10.0.0.133 - - [2026-05-28 04:23:17] "GET /project/6d8bcab4-c3af-4ec2-9300-32c328353379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.074277 10.0.0.133 - - [2026-05-28 04:23:17] "GET /virtual-networks?parent_id=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.019498 10.0.0.133 - - [2026-05-28 04:23:17] "POST /fqname-to-id HTTP/1.1" 404 197 0.016268 10.0.0.133 - - [2026-05-28 04:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.019465 10.0.0.131 - - [2026-05-28 04:23:17] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.133 - - [2026-05-28 04:23:17] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.022591 10.0.0.133 - - [2026-05-28 04:23:17] "POST /service-templates HTTP/1.1" 403 264 0.014592 10.0.0.133 - - [2026-05-28 04:23:17] "POST /fqname-to-id HTTP/1.1" 404 215 0.005128 10.0.0.133 - - [2026-05-28 04:23:17] "POST /api-access-lists HTTP/1.1" 200 557 0.032822 10.0.0.133 - - [2026-05-28 04:23:17] "GET /api-access-list/b871e450-8d20-4ce7-9a39-d2679783e6c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.007781 10.0.0.133 - - [2026-05-28 04:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.025469 10.0.0.131 - - [2026-05-28 04:23:17] "GET /projects?obj_uuids=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.133 - - [2026-05-28 04:23:18] "GET /project/6d8bcab4-c3af-4ec2-9300-32c328353379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.075845 10.0.0.133 - - [2026-05-28 04:23:18] "GET /virtual-networks?parent_id=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021585 10.0.0.133 - - [2026-05-28 04:23:18] "POST /virtual-networks HTTP/1.1" 200 585 0.100560 10.0.0.133 - - [2026-05-28 04:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.044960 10.0.0.133 - - [2026-05-28 04:23:18] "GET /network-ipam/0d0f5c46-10d4-4d20-b540-b0afed793738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.020627 10.0.0.131 - - [2026-05-28 04:23:18] "POST /useragent-kv HTTP/1.1" 200 115 0.014107 10.0.0.133 - - [2026-05-28 04:23:18] "POST /ref-update HTTP/1.1" 200 156 0.107401 10.0.0.133 - - [2026-05-28 04:23:18] "POST /neutron/network HTTP/1.1" 200 848 0.081280 10.0.0.133 - - [2026-05-28 04:23:18] "GET /virtual-network/e7a5f45b-ad98-460c-8938-cef3ca43a678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.024406 10.0.0.133 - - [2026-05-28 04:23:19] "POST /neutron/network HTTP/1.1" 200 848 0.127309 10.0.0.133 - - [2026-05-28 04:23:19] "GET /virtual-network/e7a5f45b-ad98-460c-8938-cef3ca43a678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.008111 10.0.0.133 - - [2026-05-28 04:23:19] "GET /network-ipam/0d0f5c46-10d4-4d20-b540-b0afed793738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.005941 10.0.0.133 - - [2026-05-28 04:23:19] "GET /virtual-network/e7a5f45b-ad98-460c-8938-cef3ca43a678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006110 10.0.0.131 - - [2026-05-28 04:23:20] "GET /obj-perms HTTP/1.1" 200 5049 0.072429 10.0.0.133 - - [2026-05-28 04:23:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.021644 10.0.0.133 - - [2026-05-28 04:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.022151 10.0.0.131 - - [2026-05-28 04:23:20] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001255 10.0.0.133 - - [2026-05-28 04:23:20] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.025090 10.0.0.133 - - [2026-05-28 04:23:20] "POST /service-templates HTTP/1.1" 403 264 0.032988 10.0.0.133 - - [2026-05-28 04:23:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.003765 10.0.0.133 - - [2026-05-28 04:23:20] "POST /api-access-lists HTTP/1.1" 200 523 0.039162 10.0.0.133 - - [2026-05-28 04:23:21] "GET /api-access-list/0c3de30a-a496-47e5-a15a-3cf6335f115f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.006729 10.0.0.133 - - [2026-05-28 04:23:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.029368 10.0.0.133 - - [2026-05-28 04:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.026088 10.0.0.131 - - [2026-05-28 04:23:21] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001258 10.0.0.133 - - [2026-05-28 04:23:21] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.027571 10.0.0.133 - - [2026-05-28 04:23:21] "POST /service-templates HTTP/1.1" 200 553 0.063797 10.0.0.133 - - [2026-05-28 04:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.024659 10.0.0.133 - - [2026-05-28 04:23:21] "GET /service-template/a97d238a-6cff-4eb1-987f-3ba58293d4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.025652 10.0.0.133 - - [2026-05-28 04:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.024137 10.0.0.133 - - [2026-05-28 04:23:21] "GET /service-template/a97d238a-6cff-4eb1-987f-3ba58293d4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.026185 10.0.0.133 - - [2026-05-28 04:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809 10.0.0.41 - - [2026-05-28 04:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.053834 10.0.0.131 - - [2026-05-28 04:23:23] "GET /virtual-network/e7a5f45b-ad98-460c-8938-cef3ca43a678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.057857 10.0.0.133 - - [2026-05-28 04:23:24] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.082718 10.0.0.133 - - [2026-05-28 04:23:24] "GET /api-access-list/b871e450-8d20-4ce7-9a39-d2679783e6c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.005009 10.0.0.133 - - [2026-05-28 04:23:24] "PUT /api-access-list/b871e450-8d20-4ce7-9a39-d2679783e6c8 HTTP/1.1" 200 265 0.015844 10.0.0.133 - - [2026-05-28 04:23:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000556 10.0.0.133 - - [2026-05-28 04:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.055360 10.0.0.131 - - [2026-05-28 04:23:24] "GET /projects?obj_uuids=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.133 - - [2026-05-28 04:23:24] "GET /project/6d8bcab4-c3af-4ec2-9300-32c328353379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.068833 10.0.0.133 - - [2026-05-28 04:23:24] "GET /virtual-networks?parent_id=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.033953 10.0.0.133 - - [2026-05-28 04:23:24] "POST /virtual-networks HTTP/1.1" 403 263 0.018635 10.0.0.133 - - [2026-05-28 04:23:25] "GET /virtual-network/e7a5f45b-ad98-460c-8938-cef3ca43a678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.029039 10.0.0.133 - - [2026-05-28 04:23:25] "GET /api-access-list/0c3de30a-a496-47e5-a15a-3cf6335f115f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004536 10.0.0.133 - - [2026-05-28 04:23:25] "PUT /api-access-list/0c3de30a-a496-47e5-a15a-3cf6335f115f HTTP/1.1" 200 265 0.016561 10.0.0.133 - - [2026-05-28 04:23:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.021340 10.0.0.133 - - [2026-05-28 04:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.021382 10.0.0.131 - - [2026-05-28 04:23:25] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224 10.0.0.133 - - [2026-05-28 04:23:25] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.026798 10.0.0.133 - - [2026-05-28 04:23:25] "POST /service-templates HTTP/1.1" 403 264 0.018517 10.0.0.133 - - [2026-05-28 04:23:25] "GET /api-access-list/b871e450-8d20-4ce7-9a39-d2679783e6c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.006762 10.0.0.133 - - [2026-05-28 04:23:25] "PUT /api-access-list/b871e450-8d20-4ce7-9a39-d2679783e6c8 HTTP/1.1" 200 265 0.017916 10.0.0.133 - - [2026-05-28 04:23:25] "GET /api-access-list/0c3de30a-a496-47e5-a15a-3cf6335f115f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004766 10.0.0.133 - - [2026-05-28 04:23:25] "PUT /api-access-list/0c3de30a-a496-47e5-a15a-3cf6335f115f HTTP/1.1" 200 265 0.017657 10.0.0.133 - - [2026-05-28 04:23:26] "GET /obj-perms HTTP/1.1" 403 257 0.017037 10.0.0.133 - - [2026-05-28 04:23:27] "GET /obj-perms HTTP/1.1" 403 257 0.051643 10.0.0.41 - - [2026-05-28 04:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.41 - - [2026-05-28 04:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005379 10.0.0.131 - - [2026-05-28 04:23:27] "GET /virtual-network/e7a5f45b-ad98-460c-8938-cef3ca43a678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.017149 10.0.0.131 - - [2026-05-28 04:23:28] "GET /virtual-network/e7a5f45b-ad98-460c-8938-cef3ca43a678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.050697 10.0.0.133 - - [2026-05-28 04:23:28] "GET /obj-perms HTTP/1.1" 403 257 0.014810 10.0.0.133 - - [2026-05-28 04:23:28] "GET /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003894 10.0.0.133 - - [2026-05-28 04:23:28] "PUT /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e HTTP/1.1" 200 265 0.015887 10.0.0.133 - - [2026-05-28 04:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.133 - - [2026-05-28 04:23:28] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.064428 10.0.0.133 - - [2026-05-28 04:23:28] "DELETE /api-access-list/b871e450-8d20-4ce7-9a39-d2679783e6c8 HTTP/1.1" 200 115 0.052660 10.0.0.133 - - [2026-05-28 04:23:28] "DELETE /api-access-list/0c3de30a-a496-47e5-a15a-3cf6335f115f HTTP/1.1" 200 115 0.035469 10.0.0.133 - - [2026-05-28 04:23:29] "GET /virtual-network/e7a5f45b-ad98-460c-8938-cef3ca43a678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.049627 10.0.0.41 - - [2026-05-28 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.131 - - [2026-05-28 04:23:30] "GET /virtual-network/e7a5f45b-ad98-460c-8938-cef3ca43a678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.056009 10.0.0.133 - - [2026-05-28 04:23:30] "GET /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.005620 10.0.0.133 - - [2026-05-28 04:23:30] "PUT /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e HTTP/1.1" 200 265 0.013605 10.0.0.133 - - [2026-05-28 04:23:31] "GET /obj-perms HTTP/1.1" 403 257 0.013374 10.0.0.133 - - [2026-05-28 04:23:31] "GET /obj-perms HTTP/1.1" 403 257 0.012683 10.0.0.133 - - [2026-05-28 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.016505 10.0.0.133 - - [2026-05-28 04:23:31] "DELETE /service-template/a97d238a-6cff-4eb1-987f-3ba58293d4d1 HTTP/1.1" 200 115 0.043766 10.0.0.133 - - [2026-05-28 04:23:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.030692 10.0.0.41 - - [2026-05-28 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.131 - - [2026-05-28 04:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004057 10.0.0.131 - - [2026-05-28 04:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003208 10.0.0.133 - - [2026-05-28 04:23:31] "DELETE /virtual-network/e7a5f45b-ad98-460c-8938-cef3ca43a678 HTTP/1.1" 200 115 0.146020 10.0.0.133 - - [2026-05-28 04:23:31] "GET /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005241 10.0.0.133 - - [2026-05-28 04:23:31] "PUT /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e HTTP/1.1" 200 265 0.015280 10.0.0.133 - - [2026-05-28 04:23:31] "GET /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.004449 10.0.0.133 - - [2026-05-28 04:23:31] "PUT /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e HTTP/1.1" 200 265 0.014472 10.0.0.41 - - [2026-05-28 04:23:34] "DELETE /access-control-list/63c48e16-b76a-4f10-ac5e-2f7b9eed03e6 HTTP/1.1" 200 115 0.071990 10.0.0.41 - - [2026-05-28 04:23:34] "DELETE /access-control-list/e942ec6e-bf3f-488b-b68f-f17634a95f02 HTTP/1.1" 200 115 0.067611 10.0.0.133 - - [2026-05-28 04:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005509 10.0.0.131 - - [2026-05-28 04:23:34] "GET /projects?obj_uuids=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002497 10.0.0.133 - - [2026-05-28 04:23:34] "GET /project/6d8bcab4-c3af-4ec2-9300-32c328353379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.060048 10.0.0.131 - - [2026-05-28 04:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004405 10.0.0.133 - - [2026-05-28 04:23:35] "POST /neutron/subnet HTTP/1.1" 200 723 0.222192 10.0.0.133 - - [2026-05-28 04:23:35] "POST /id-to-fqname HTTP/1.1" 200 240 0.001410 10.0.0.133 - - [2026-05-28 04:23:35] "GET /virtual-network/a8c54f1c-73e6-40f0-b241-015c93d39299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007480 10.0.0.133 - - [2026-05-28 04:23:35] "GET /virtual-network/a8c54f1c-73e6-40f0-b241-015c93d39299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.011820 10.0.0.133 - - [2026-05-28 04:23:35] "POST /neutron/network HTTP/1.1" 200 862 0.008597 10.0.0.41 - - [2026-05-28 04:23:35] "POST /ref-update HTTP/1.1" 200 156 0.033398 10.0.0.133 - - [2026-05-28 04:23:35] "GET /virtual-network/a8c54f1c-73e6-40f0-b241-015c93d39299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.012812 10.0.0.133 - - [2026-05-28 04:23:35] "GET /network-ipam/0d0f5c46-10d4-4d20-b540-b0afed793738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004694 10.0.0.133 - - [2026-05-28 04:23:35] "GET /virtual-network/a8c54f1c-73e6-40f0-b241-015c93d39299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006578 10.0.0.133 - - [2026-05-28 04:23:36] "POST /fqname-to-id HTTP/1.1" 404 215 0.003527 10.0.0.133 - - [2026-05-28 04:23:36] "POST /api-access-lists HTTP/1.1" 200 557 0.034112 10.0.0.133 - - [2026-05-28 04:23:36] "GET /api-access-list/2f785f35-a23d-4647-a480-ec5e8e095229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.011009 10.0.0.133 - - [2026-05-28 04:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.027841 10.0.0.131 - - [2026-05-28 04:23:36] "GET /projects?obj_uuids=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001732 10.0.0.133 - - [2026-05-28 04:23:36] "GET /project/6d8bcab4-c3af-4ec2-9300-32c328353379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.071692 10.0.0.133 - - [2026-05-28 04:23:36] "POST /neutron/network HTTP/1.1" 200 117 0.088002 10.0.0.133 - - [2026-05-28 04:23:37] "POST /neutron/network HTTP/1.1" 200 693 0.032228 10.0.0.133 - - [2026-05-28 04:23:37] "POST /id-to-fqname HTTP/1.1" 200 240 0.018906 10.0.0.133 - - [2026-05-28 04:23:37] "GET /virtual-network/5b75f831-3e97-4f3d-a7f5-a269f63af1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.027189 10.0.0.133 - - [2026-05-28 04:23:37] "POST /neutron/network HTTP/1.1" 200 864 0.037643 10.0.0.133 - - [2026-05-28 04:23:37] "GET /virtual-network/5b75f831-3e97-4f3d-a7f5-a269f63af1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.026633 10.0.0.133 - - [2026-05-28 04:23:38] "POST /neutron/network HTTP/1.1" 200 864 0.011794 10.0.0.133 - - [2026-05-28 04:23:38] "GET /virtual-network/5b75f831-3e97-4f3d-a7f5-a269f63af1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006745 10.0.0.133 - - [2026-05-28 04:23:38] "GET /network-ipam/0d0f5c46-10d4-4d20-b540-b0afed793738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.005936 10.0.0.133 - - [2026-05-28 04:23:38] "GET /virtual-network/5b75f831-3e97-4f3d-a7f5-a269f63af1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.007473 10.0.0.133 - - [2026-05-28 04:23:38] "GET /obj-perms HTTP/1.1" 200 5049 0.005061 10.0.0.41 - - [2026-05-28 04:23:38] "GET /obj-perms HTTP/1.1" 200 5049 0.172992 10.0.0.133 - - [2026-05-28 04:23:38] "POST /fqname-to-id HTTP/1.1" 404 232 0.034643 10.0.0.41 - - [2026-05-28 04:23:39] "POST /fqname-to-id HTTP/1.1" 404 264 0.005704 10.0.0.41 - - [2026-05-28 04:23:39] "POST /access-control-lists HTTP/1.1" 200 626 0.035811 10.0.0.133 - - [2026-05-28 04:23:39] "POST /neutron/security_group HTTP/1.1" 200 2084 0.026601 10.0.0.131 - - [2026-05-28 04:23:40] "GET /projects?obj_uuids=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001226 10.0.0.133 - - [2026-05-28 04:23:40] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.234864 10.0.0.41 - - [2026-05-28 04:23:40] "PUT /access-control-list/ce6d6b5c-42f3-4030-9f09-858065a23ae3 HTTP/1.1" 200 273 0.020752 10.0.0.133 - - [2026-05-28 04:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.024683 10.0.0.133 - - [2026-05-28 04:23:40] "GET /security-group/f94ba8ab-3954-4bbb-9334-29fdee30eca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.030083 10.0.0.131 - - [2026-05-28 04:23:41] "GET /projects?obj_uuids=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001219 10.0.0.133 - - [2026-05-28 04:23:41] "POST /neutron/security_group_rule HTTP/1.1" 200 1749 0.111022 10.0.0.133 - - [2026-05-28 04:23:41] "POST /id-to-fqname HTTP/1.1" 200 240 0.017437 10.0.0.131 - - [2026-05-28 04:23:42] "DELETE /project/b69abba927d14aa8afd372631b846f65 HTTP/1.1" 404 173 0.011211 10.0.0.131 - - [2026-05-28 04:23:42] "DELETE /project/cb0feb70-9d17-4154-b78f-e5f7ad6b1014 HTTP/1.1" 404 177 0.014345 10.0.0.131 - - [2026-05-28 04:23:42] "DELETE /project/6d8bcab4c3af4ec2930032c328353379 HTTP/1.1" 404 173 0.016404 10.0.0.131 - - [2026-05-28 04:23:42] "DELETE /project/59be2afdc0164ebca51c85e59f26920f HTTP/1.1" 404 173 0.009402 10.0.0.131 - - [2026-05-28 04:23:42] "DELETE /project/dc7f78eb-ffb6-4441-93b5-07f2bb2d4959 HTTP/1.1" 404 177 0.010606 10.0.0.131 - - [2026-05-28 04:23:42] "DELETE /project/a0b2f6dd-7741-448b-a0f3-2617773d2f47 HTTP/1.1" 404 177 0.011918 10.0.0.131 - - [2026-05-28 04:23:42] "GET /projects?obj_uuids=59be2afd-c016-4ebc-a51c-85e59f26920f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000920 10.0.0.131 - - [2026-05-28 04:23:42] "GET /projects?obj_uuids=b69abba9-27d1-4aa8-afd3-72631b846f65&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000802 10.0.0.131 - - [2026-05-28 04:23:42] "GET /project/59be2afd-c016-4ebc-a51c-85e59f26920f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.062376 10.0.0.131 - - [2026-05-28 04:23:42] "GET /projects?obj_uuids=59be2afd-c016-4ebc-a51c-85e59f26920f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001795 10.0.0.131 - - [2026-05-28 04:23:42] "GET /project/b69abba9-27d1-4aa8-afd3-72631b846f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.083952 10.0.0.131 - - [2026-05-28 04:23:42] "GET /projects?obj_uuids=b69abba9-27d1-4aa8-afd3-72631b846f65&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002127 10.0.0.131 - - [2026-05-28 04:23:42] "GET /project/59be2afd-c016-4ebc-a51c-85e59f26920f?fields=security_groups HTTP/1.1" 200 1363 0.065545 10.0.0.131 - - [2026-05-28 04:23:42] "GET /project/b69abba9-27d1-4aa8-afd3-72631b846f65?fields=security_groups HTTP/1.1" 200 1364 0.104524 10.0.0.131 - - [2026-05-28 04:23:42] "DELETE /security-group/f3b7d040-23e2-4168-be65-e51c11287ee2 HTTP/1.1" 200 115 0.094942 10.0.0.131 - - [2026-05-28 04:23:42] "GET /projects?obj_uuids=59be2afd-c016-4ebc-a51c-85e59f26920f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001313 10.0.0.131 - - [2026-05-28 04:23:42] "GET /project/59be2afd-c016-4ebc-a51c-85e59f26920f?fields=application_policy_sets HTTP/1.1" 200 1402 0.061418 10.0.0.131 - - [2026-05-28 04:23:42] "DELETE /security-group/50226386-b439-4b5a-85d1-6222ba8d2a78 HTTP/1.1" 200 115 0.106503 10.0.0.131 - - [2026-05-28 04:23:42] "GET /projects?obj_uuids=b69abba9-27d1-4aa8-afd3-72631b846f65&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001131 10.0.0.41 - - [2026-05-28 04:23:42] "DELETE /access-control-list/e46dd147-f21b-4742-85b3-7e77b5526115 HTTP/1.1" 200 115 0.065758 10.0.0.131 - - [2026-05-28 04:23:42] "GET /project/b69abba9-27d1-4aa8-afd3-72631b846f65?fields=application_policy_sets HTTP/1.1" 200 1403 0.102877 10.0.0.131 - - [2026-05-28 04:23:42] "DELETE /project/59be2afd-c016-4ebc-a51c-85e59f26920f HTTP/1.1" 200 115 0.625828 10.0.0.131 - - [2026-05-28 04:23:43] "DELETE /project/b69abba9-27d1-4aa8-afd3-72631b846f65 HTTP/1.1" 200 115 0.699038 10.0.0.131 - - [2026-05-28 04:23:43] "GET /projects?obj_uuids=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000998 10.0.0.133 - - [2026-05-28 04:23:43] "GET /project/6d8bcab4-c3af-4ec2-9300-32c328353379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.083307 10.0.0.133 - - [2026-05-28 04:23:43] "POST /neutron/network HTTP/1.1" 200 864 0.006939 10.0.0.133 - - [2026-05-28 04:23:44] "POST /neutron/port HTTP/1.1" 200 117 0.039422 10.0.0.131 - - [2026-05-28 04:23:44] "GET /projects?obj_uuids=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001390 10.0.0.133 - - [2026-05-28 04:23:45] "POST /neutron/port HTTP/1.1" 200 1060 0.769881 10.0.0.133 - - [2026-05-28 04:23:45] "POST /neutron/port HTTP/1.1" 200 1114 0.169434 10.0.0.133 - - [2026-05-28 04:23:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.009618 10.0.0.133 - - [2026-05-28 04:23:48] "POST /neutron/port HTTP/1.1" 200 1219 0.058733 10.0.0.133 - - [2026-05-28 04:23:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004558 10.0.0.133 - - [2026-05-28 04:23:49] "POST /neutron/port HTTP/1.1" 200 117 0.001330 10.0.0.133 - - [2026-05-28 04:23:49] "POST /neutron/network HTTP/1.1" 200 1114 0.014207 10.0.0.133 - - [2026-05-28 04:23:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008511 10.0.0.133 - - [2026-05-28 04:23:49] "POST /neutron/port HTTP/1.1" 200 1124 0.030291 10.0.0.133 - - [2026-05-28 04:23:49] "GET /virtual-machine/05a0c1e8-a720-461c-b57c-495448f2154e HTTP/1.1" 401 293 0.000492 10.0.0.133 - - [2026-05-28 04:23:50] "GET /virtual-machine/05a0c1e8-a720-461c-b57c-495448f2154e HTTP/1.1" 200 1293 0.057007 10.0.0.133 - - [2026-05-28 04:23:50] "GET /virtual-machine/05a0c1e8-a720-461c-b57c-495448f2154e HTTP/1.1" 200 1293 0.021248 10.0.0.133 - - [2026-05-28 04:23:50] "GET /virtual-machine-interface/b6974694-2c86-461a-a0ae-b049f9dabb12 HTTP/1.1" 200 3031 0.026737 10.0.0.133 - - [2026-05-28 04:23:50] "GET /virtual-machine/05a0c1e8-a720-461c-b57c-495448f2154e HTTP/1.1" 200 1293 0.027802 10.0.0.133 - - [2026-05-28 04:23:50] "GET /virtual-machine-interface/b6974694-2c86-461a-a0ae-b049f9dabb12 HTTP/1.1" 200 3031 0.030064 10.0.0.133 - - [2026-05-28 04:23:50] "GET /instance-ip/4b138d29-25bc-460a-915c-bead79bfec33 HTTP/1.1" 200 1643 0.026343 10.0.0.133 - - [2026-05-28 04:23:50] "GET /virtual-machine/05a0c1e8-a720-461c-b57c-495448f2154e HTTP/1.1" 200 1293 0.024013 10.0.0.133 - - [2026-05-28 04:23:50] "GET /virtual-machine-interface/b6974694-2c86-461a-a0ae-b049f9dabb12 HTTP/1.1" 200 3031 0.029348 10.0.0.133 - - [2026-05-28 04:23:50] "GET /instance-ip/4b138d29-25bc-460a-915c-bead79bfec33 HTTP/1.1" 200 1643 0.019847 10.0.0.133 - - [2026-05-28 04:23:50] "POST /fqname-to-id HTTP/1.1" 403 354 0.022189 10.0.0.133 - - [2026-05-28 04:23:50] "GET / HTTP/1.1" 200 36215 0.002113 10.0.0.133 - - [2026-05-28 04:23:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000493 10.0.0.133 - - [2026-05-28 04:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.042628 10.0.0.133 - - [2026-05-28 04:23:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003657 10.0.0.133 - - [2026-05-28 04:23:51] "GET /virtual-networks?parent_id=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.026629 10.0.0.133 - - [2026-05-28 04:23:51] "GET /virtual-network/5b75f831-3e97-4f3d-a7f5-a269f63af1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.038654 10.0.0.133 - - [2026-05-28 04:23:51] "POST /fqname-to-id HTTP/1.1" 403 354 0.024335 10.0.0.133 - - [2026-05-28 04:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.133 - - [2026-05-28 04:23:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005108 10.0.0.133 - - [2026-05-28 04:23:51] "GET /virtual-networks?parent_id=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.024987 10.0.0.133 - - [2026-05-28 04:23:51] "GET /virtual-network/5b75f831-3e97-4f3d-a7f5-a269f63af1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.026109 10.0.0.133 - - [2026-05-28 04:23:51] "POST /fqname-to-id HTTP/1.1" 403 354 0.022290 10.0.0.133 - - [2026-05-28 04:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005787 10.0.0.133 - - [2026-05-28 04:23:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004425 10.0.0.133 - - [2026-05-28 04:23:51] "GET /virtual-networks?parent_id=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.026502 10.0.0.133 - - [2026-05-28 04:23:51] "GET /virtual-network/5b75f831-3e97-4f3d-a7f5-a269f63af1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.034267 10.0.0.133 - - [2026-05-28 04:23:51] "POST /fqname-to-id HTTP/1.1" 403 354 0.031182 10.0.0.133 - - [2026-05-28 04:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005210 10.0.0.133 - - [2026-05-28 04:23:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005577 10.0.0.133 - - [2026-05-28 04:23:51] "GET /virtual-networks?parent_id=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.024500 10.0.0.133 - - [2026-05-28 04:23:51] "GET /virtual-network/5b75f831-3e97-4f3d-a7f5-a269f63af1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.026108 10.0.0.133 - - [2026-05-28 04:23:51] "POST /fqname-to-id HTTP/1.1" 403 354 0.020661 10.0.0.133 - - [2026-05-28 04:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004640 10.0.0.133 - - [2026-05-28 04:23:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005676 10.0.0.133 - - [2026-05-28 04:23:51] "GET /virtual-networks?parent_id=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.026193 10.0.0.133 - - [2026-05-28 04:23:52] "GET /virtual-network/5b75f831-3e97-4f3d-a7f5-a269f63af1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.024811 10.0.0.133 - - [2026-05-28 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.019924 10.0.0.133 - - [2026-05-28 04:23:55] "GET /virtual-network/5b75f831-3e97-4f3d-a7f5-a269f63af1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.027283 10.0.0.133 - - [2026-05-28 04:23:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008104 10.0.0.133 - - [2026-05-28 04:23:57] "POST /fqname-to-id HTTP/1.1" 403 354 0.020308 10.0.0.133 - - [2026-05-28 04:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.133 - - [2026-05-28 04:23:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003425 10.0.0.133 - - [2026-05-28 04:23:57] "GET /virtual-networks?parent_id=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.027478 10.0.0.133 - - [2026-05-28 04:23:57] "GET /virtual-network/5b75f831-3e97-4f3d-a7f5-a269f63af1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.023693 10.0.0.133 - - [2026-05-28 04:23:57] "POST /fqname-to-id HTTP/1.1" 403 354 0.020378 10.0.0.133 - - [2026-05-28 04:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.133 - - [2026-05-28 04:23:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004008 10.0.0.133 - - [2026-05-28 04:23:57] "GET /virtual-networks?parent_id=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.025270 10.0.0.133 - - [2026-05-28 04:23:57] "GET /virtual-network/5b75f831-3e97-4f3d-a7f5-a269f63af1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.029474 10.0.0.133 - - [2026-05-28 04:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.018079 10.0.0.133 - - [2026-05-28 04:23:57] "GET /routing-instance/ce04d9d3-9c36-4936-8b7b-8eeb97e27f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.023905 10.0.0.133 - - [2026-05-28 04:23:57] "POST /fqname-to-id HTTP/1.1" 403 354 0.025264 10.0.0.133 - - [2026-05-28 04:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.133 - - [2026-05-28 04:23:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004138 10.0.0.133 - - [2026-05-28 04:23:57] "GET /virtual-networks?parent_id=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.026121 10.0.0.133 - - [2026-05-28 04:23:57] "GET /virtual-network/5b75f831-3e97-4f3d-a7f5-a269f63af1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.024241 10.0.0.133 - - [2026-05-28 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.015908 10.0.0.133 - - [2026-05-28 04:23:58] "GET /routing-instance/ce04d9d3-9c36-4936-8b7b-8eeb97e27f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.023977 10.0.0.131 - - [2026-05-28 04:23:58] "GET /obj-perms HTTP/1.1" 403 257 0.019148 10.0.0.133 - - [2026-05-28 04:23:58] "POST /neutron/network HTTP/1.1" 200 1124 0.046039 10.0.0.133 - - [2026-05-28 04:23:59] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015297 10.0.0.133 - - [2026-05-28 04:23:59] "POST /neutron/network HTTP/1.1" 200 1114 0.010716 10.0.0.131 - - [2026-05-28 04:24:00] "GET /virtual-machine/05a0c1e8-a720-461c-b57c-495448f2154e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.021719 10.0.0.131 - - [2026-05-28 04:24:04] "GET /obj-perms HTTP/1.1" 403 257 0.017235 10.0.0.131 - - [2026-05-28 04:24:06] "GET /virtual-machine/05a0c1e8-a720-461c-b57c-495448f2154e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.020354 10.0.0.131 - - [2026-05-28 04:24:10] "GET /obj-perms HTTP/1.1" 403 257 0.018081 10.0.0.131 - - [2026-05-28 04:24:12] "GET /virtual-machine/05a0c1e8-a720-461c-b57c-495448f2154e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.024283 10.0.0.133 - - [2026-05-28 04:24:12] "GET /virtual-machine-interface/b6974694-2c86-461a-a0ae-b049f9dabb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.030803 10.0.0.133 - - [2026-05-28 04:24:12] "GET /virtual-machine-interface/b6974694-2c86-461a-a0ae-b049f9dabb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.027762 10.0.0.133 - - [2026-05-28 04:24:12] "GET /virtual-machine-interface/b6974694-2c86-461a-a0ae-b049f9dabb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.028516 10.0.0.133 - - [2026-05-28 04:24:13] "GET /virtual-network/5b75f831-3e97-4f3d-a7f5-a269f63af1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.026349 10.0.0.131 - - [2026-05-28 04:24:13] "GET /obj-perms HTTP/1.1" 403 257 0.018090 10.0.0.133 - - [2026-05-28 04:24:13] "GET /obj-perms HTTP/1.1" 403 257 0.047286 10.0.0.133 - - [2026-05-28 04:24:13] "GET /obj-perms HTTP/1.1" 403 257 0.014402 10.0.0.133 - - [2026-05-28 04:24:14] "GET /obj-perms HTTP/1.1" 403 257 0.049546 10.0.0.131 - - [2026-05-28 04:24:14] "GET /obj-perms HTTP/1.1" 200 5049 0.005226 10.0.0.133 - - [2026-05-28 04:24:14] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.045839 10.0.0.133 - - [2026-05-28 04:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.026186 10.0.0.131 - - [2026-05-28 04:24:14] "GET /projects?obj_uuids=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.133 - - [2026-05-28 04:24:14] "GET /project/6d8bcab4-c3af-4ec2-9300-32c328353379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.082886 10.0.0.133 - - [2026-05-28 04:24:14] "GET /virtual-network/a8c54f1c-73e6-40f0-b241-015c93d39299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.032672 10.0.0.133 - - [2026-05-28 04:24:14] "GET /floating-ip-pools?parent_id=a8c54f1c-73e6-40f0-b241-015c93d39299&detail=False&count=False&shared=False HTTP/1.1" 200 394 0.045131 10.0.0.133 - - [2026-05-28 04:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.044694 10.0.0.133 - - [2026-05-28 04:24:14] "GET /floating-ip-pool/eb97bf78-0a8b-4264-bc62-85aa3d307c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.025301 10.0.0.131 - - [2026-05-28 04:24:15] "GET /projects?obj_uuids=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001513 10.0.0.133 - - [2026-05-28 04:24:15] "GET /project/6d8bcab4-c3af-4ec2-9300-32c328353379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.086968 10.0.0.133 - - [2026-05-28 04:24:15] "POST /floating-ips HTTP/1.1" 200 618 0.092153 10.0.0.133 - - [2026-05-28 04:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.024966 10.0.0.133 - - [2026-05-28 04:24:15] "GET /floating-ip/94c4ffe4-b8f9-434b-9a0f-737664b56ac4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.027909 10.0.0.133 - - [2026-05-28 04:24:15] "GET /floating-ip/94c4ffe4-b8f9-434b-9a0f-737664b56ac4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.029779 10.0.0.41 - - [2026-05-28 04:24:15] "GET /obj-perms HTTP/1.1" 200 5075 0.076714 10.0.0.133 - - [2026-05-28 04:24:15] "GET /virtual-machine/05a0c1e8-a720-461c-b57c-495448f2154e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.025866 10.0.0.133 - - [2026-05-28 04:24:15] "GET /virtual-machine/05a0c1e8-a720-461c-b57c-495448f2154e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.027356 10.0.0.133 - - [2026-05-28 04:24:15] "GET /virtual-machine-interface/b6974694-2c86-461a-a0ae-b049f9dabb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.042260 10.0.0.133 - - [2026-05-28 04:24:15] "POST /ref-update HTTP/1.1" 200 156 0.034400 10.0.0.133 - - [2026-05-28 04:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.033948 10.0.0.133 - - [2026-05-28 04:24:16] "GET /routing-instance/67effa43-2a7d-46da-8549-ad6b5346f26d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.025545 10.0.0.133 - - [2026-05-28 04:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.133 - - [2026-05-28 04:24:16] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.046713 10.0.0.133 - - [2026-05-28 04:24:16] "POST /neutron/port HTTP/1.1" 200 1124 0.111326 10.0.0.133 - - [2026-05-28 04:24:17] "POST /neutron/port HTTP/1.1" 200 1155 0.348552 10.0.0.133 - - [2026-05-28 04:24:17] "GET /virtual-machine/05a0c1e8-a720-461c-b57c-495448f2154e HTTP/1.1" 200 1293 0.023043 10.0.0.133 - - [2026-05-28 04:24:17] "GET /virtual-machine-interface/b6974694-2c86-461a-a0ae-b049f9dabb12 HTTP/1.1" 200 3595 0.034793 10.0.0.133 - - [2026-05-28 04:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.020894 10.0.0.133 - - [2026-05-28 04:24:17] "GET /security-group/f94ba8ab-3954-4bbb-9334-29fdee30eca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.019480 10.0.0.133 - - [2026-05-28 04:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.023648 10.0.0.133 - - [2026-05-28 04:24:17] "GET /security-group/f94ba8ab-3954-4bbb-9334-29fdee30eca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.025541 10.0.0.133 - - [2026-05-28 04:24:17] "DELETE /floating-ip/94c4ffe4-b8f9-434b-9a0f-737664b56ac4 HTTP/1.1" 200 115 0.105511 10.0.0.133 - - [2026-05-28 04:24:18] "GET /virtual-machine/05a0c1e8-a720-461c-b57c-495448f2154e HTTP/1.1" 200 1293 0.028967 10.0.0.133 - - [2026-05-28 04:24:18] "POST /neutron/port HTTP/1.1" 200 1155 0.019053 10.0.0.41 - - [2026-05-28 04:24:19] "GET /global-system-configs HTTP/1.1" 401 293 0.001201 10.0.0.41 - - [2026-05-28 04:24:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.133 - - [2026-05-28 04:24:20] "GET /virtual-machine/05a0c1e8-a720-461c-b57c-495448f2154e HTTP/1.1" 404 171 0.021103 10.0.0.133 - - [2026-05-28 04:24:20] "GET /virtual-machine/05a0c1e8-a720-461c-b57c-495448f2154e HTTP/1.1" 404 171 0.048273 10.0.0.133 - - [2026-05-28 04:24:20] "GET /virtual-machine/05a0c1e8-a720-461c-b57c-495448f2154e HTTP/1.1" 404 171 0.018516 10.0.0.41 - - [2026-05-28 04:24:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000331 10.0.0.133 - - [2026-05-28 04:24:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.023542 10.0.0.133 - - [2026-05-28 04:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.133 - - [2026-05-28 04:24:20] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003646 10.0.0.131 - - [2026-05-28 04:24:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.133 - - [2026-05-28 04:24:20] "GET /virtual-networks?parent_id=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.024429 10.0.0.41 - - [2026-05-28 04:24:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.133 - - [2026-05-28 04:24:20] "GET /virtual-network/5b75f831-3e97-4f3d-a7f5-a269f63af1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.033087 10.0.0.131 - - [2026-05-28 04:24:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.133 - - [2026-05-28 04:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.033973 10.0.0.133 - - [2026-05-28 04:24:20] "GET /routing-instance/ce04d9d3-9c36-4936-8b7b-8eeb97e27f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.026095 10.0.0.133 - - [2026-05-28 04:24:21] "GET /obj-perms HTTP/1.1" 403 257 0.052357 10.0.0.131 - - [2026-05-28 04:24:21] "GET /obj-perms HTTP/1.1" 200 5049 0.006449 10.0.0.131 - - [2026-05-28 04:24:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000483 10.0.0.131 - - [2026-05-28 04:24:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.133 - - [2026-05-28 04:24:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.133 - - [2026-05-28 04:24:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.133 - - [2026-05-28 04:24:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.133 - - [2026-05-28 04:24:23] "GET /global-system-configs HTTP/1.1" 401 293 0.001037 10.0.0.133 - - [2026-05-28 04:24:24] "GET /obj-perms HTTP/1.1" 200 5049 0.004312 10.0.0.131 - - [2026-05-28 04:24:30] "GET /obj-perms HTTP/1.1" 200 5049 0.007398 10.0.0.133 - - [2026-05-28 04:24:33] "GET /obj-perms HTTP/1.1" 200 5049 0.004300 10.0.0.131 - - [2026-05-28 04:24:39] "GET /obj-perms HTTP/1.1" 200 5049 0.004978 10.0.0.133 - - [2026-05-28 04:24:42] "GET /obj-perms HTTP/1.1" 200 5049 0.004773 10.0.0.133 - - [2026-05-28 04:24:43] "POST /neutron/security_group HTTP/1.1" 200 151 0.091280 10.0.0.133 - - [2026-05-28 04:24:43] "POST /fqname-to-id HTTP/1.1" 404 232 0.031723 10.0.0.41 - - [2026-05-28 04:24:43] "DELETE /access-control-list/50a6e207-66e7-41ce-b2ca-9772178e3415 HTTP/1.1" 200 115 0.090123 10.0.0.133 - - [2026-05-28 04:24:44] "DELETE /api-access-list/2f785f35-a23d-4647-a480-ec5e8e095229 HTTP/1.1" 200 115 0.046042 10.0.0.41 - - [2026-05-28 04:24:44] "DELETE /route-target/e3daaa2b-a170-4919-ae0f-617c1bfbb77f HTTP/1.1" 200 115 0.051168 10.0.0.133 - - [2026-05-28 04:24:44] "POST /neutron/network HTTP/1.1" 200 862 0.007937 10.0.0.133 - - [2026-05-28 04:24:46] "GET /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004487 10.0.0.133 - - [2026-05-28 04:24:47] "PUT /api-access-list/70dd5a1a-e623-4f45-a42c-811ea55ba11e HTTP/1.1" 200 265 0.013978 10.0.0.131 - - [2026-05-28 04:24:47] "GET /projects?obj_uuids=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.034822 10.0.0.133 - - [2026-05-28 04:24:47] "GET /project/6d8bcab4-c3af-4ec2-9300-32c328353379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.160439 10.0.0.131 - - [2026-05-28 04:24:47] "GET /projects?obj_uuids=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001451 10.0.0.133 - - [2026-05-28 04:24:47] "GET /project/6d8bcab4-c3af-4ec2-9300-32c328353379?fields=virtual_networks HTTP/1.1" 200 1034 0.052567 10.0.0.131 - - [2026-05-28 04:24:47] "GET /projects?obj_uuids=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.133 - - [2026-05-28 04:24:47] "GET /project/6d8bcab4-c3af-4ec2-9300-32c328353379?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.050690 10.0.0.131 - - [2026-05-28 04:24:47] "GET /projects?obj_uuids=6d8bcab4-c3af-4ec2-9300-32c328353379&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.133 - - [2026-05-28 04:24:47] "GET /project/6d8bcab4-c3af-4ec2-9300-32c328353379?fields=security_groups HTTP/1.1" 200 1261 0.058814 10.0.0.131 - - [2026-05-28 04:24:48] "GET /projects?obj_uuids=6f21ab47-3c46-4315-9a9a-72a900eb66f6&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001159 10.0.0.133 - - [2026-05-28 04:24:48] "GET /project/6f21ab47-3c46-4315-9a9a-72a900eb66f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.040824 10.0.0.133 - - [2026-05-28 04:24:49] "POST /neutron/port HTTP/1.1" 200 1106 0.020302 10.0.0.133 - - [2026-05-28 04:24:49] "POST /neutron/subnet HTTP/1.1" 200 693 0.012746 [Introspect:8084]10.0.0.133 - - [2026-05-28 04:24:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001513 10.0.0.133 - - [2026-05-28 04:24:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.042973 10.0.0.131 - - [2026-05-28 04:24:52] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003405 10.0.0.131 - - [2026-05-28 04:24:52] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.131 - - [2026-05-28 04:24:52] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.067578 10.0.0.131 - - [2026-05-28 04:24:52] "POST /id-to-fqname HTTP/1.1" 200 191 0.009122 10.0.0.131 - - [2026-05-28 04:24:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.008487 10.0.0.131 - - [2026-05-28 04:24:52] "POST /security-groups HTTP/1.1" 200 592 0.034511 10.0.0.41 - - [2026-05-28 04:24:52] "POST /fqname-to-id HTTP/1.1" 404 235 0.004484 10.0.0.131 - - [2026-05-28 04:24:52] "POST /projects HTTP/1.1" 200 587 0.258624 10.0.0.131 - - [2026-05-28 04:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.313202 10.0.0.41 - - [2026-05-28 04:24:53] "POST /access-control-lists HTTP/1.1" 200 597 0.048442 10.0.0.133 - - [2026-05-28 04:24:53] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.583384 10.0.0.133 - - [2026-05-28 04:24:54] "GET / HTTP/1.1" 200 36215 0.002409 10.0.0.133 - - [2026-05-28 04:24:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000499 10.0.0.133 - - [2026-05-28 04:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.067900 10.0.0.131 - - [2026-05-28 04:24:56] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030 10.0.0.133 - - [2026-05-28 04:24:56] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045245 10.0.0.133 - - [2026-05-28 04:24:56] "POST /neutron/network HTTP/1.1" 200 117 0.043615 10.0.0.133 - - [2026-05-28 04:24:57] "POST /neutron/network HTTP/1.1" 200 825 0.011666 10.0.0.133 - - [2026-05-28 04:24:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001326 10.0.0.133 - - [2026-05-28 04:24:57] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006839 10.0.0.133 - - [2026-05-28 04:24:57] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007976 10.0.0.133 - - [2026-05-28 04:24:57] "POST /neutron/subnet HTTP/1.1" 200 716 0.011754 10.0.0.133 - - [2026-05-28 04:24:58] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006150 10.0.0.133 - - [2026-05-28 04:24:58] "GET /obj-perms HTTP/1.1" 200 5051 0.080750 10.0.0.131 - - [2026-05-28 04:24:59] "GET /obj-perms HTTP/1.1" 200 5051 0.080513 10.0.0.133 - - [2026-05-28 04:24:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001963 10.0.0.133 - - [2026-05-28 04:24:59] "POST /neutron/network HTTP/1.1" 200 936 0.008921 10.0.0.133 - - [2026-05-28 04:24:59] "POST /neutron/subnet HTTP/1.1" 200 693 0.009759 10.0.0.133 - - [2026-05-28 04:24:59] "POST /neutron/network HTTP/1.1" 200 835 0.008661 10.0.0.131 - - [2026-05-28 04:25:00] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001229 10.0.0.133 - - [2026-05-28 04:25:00] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.085761 10.0.0.133 - - [2026-05-28 04:25:00] "POST /neutron/port HTTP/1.1" 200 117 0.008363 10.0.0.133 - - [2026-05-28 04:25:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001758 10.0.0.133 - - [2026-05-28 04:25:01] "POST /neutron/network HTTP/1.1" 200 835 0.011889 10.0.0.133 - - [2026-05-28 04:25:02] "POST /neutron/port HTTP/1.1" 200 1059 0.025213 10.0.0.131 - - [2026-05-28 04:25:02] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001260 10.0.0.133 - - [2026-05-28 04:25:02] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.101193 10.0.0.133 - - [2026-05-28 04:25:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006860 10.0.0.133 - - [2026-05-28 04:25:02] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.133 - - [2026-05-28 04:25:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009904 10.0.0.133 - - [2026-05-28 04:25:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012339 10.0.0.133 - - [2026-05-28 04:25:03] "POST /neutron/port HTTP/1.1" 200 1059 0.022752 10.0.0.133 - - [2026-05-28 04:25:03] "POST /neutron/port HTTP/1.1" 200 1123 0.022473 10.0.0.133 - - [2026-05-28 04:25:03] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.133 - - [2026-05-28 04:25:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009101 10.0.0.133 - - [2026-05-28 04:25:08] "POST /neutron/port HTTP/1.1" 200 1123 0.027169 10.0.0.133 - - [2026-05-28 04:25:08] "GET /virtual-machine/0b472e64-dc62-4c48-ad5e-97738f92ba03 HTTP/1.1" 401 293 0.000544 10.0.0.133 - - [2026-05-28 04:25:08] "GET /virtual-machine/0b472e64-dc62-4c48-ad5e-97738f92ba03 HTTP/1.1" 200 1294 0.043519 10.0.0.133 - - [2026-05-28 04:25:08] "GET /virtual-machine-interface/2e46f245-f24f-48c2-a755-6b4d96badc3f HTTP/1.1" 200 2956 0.005937 10.0.0.133 - - [2026-05-28 04:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.133 - - [2026-05-28 04:25:08] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003660 10.0.0.133 - - [2026-05-28 04:25:08] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003015 10.0.0.133 - - [2026-05-28 04:25:08] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007027 10.0.0.133 - - [2026-05-28 04:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.133 - - [2026-05-28 04:25:11] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009356 10.0.0.133 - - [2026-05-28 04:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006285 10.0.0.133 - - [2026-05-28 04:25:16] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007528 10.0.0.133 - - [2026-05-28 04:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.133 - - [2026-05-28 04:25:20] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008782 10.0.0.133 - - [2026-05-28 04:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.133 - - [2026-05-28 04:25:24] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005613 10.0.0.133 - - [2026-05-28 04:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.133 - - [2026-05-28 04:25:28] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006962 10.0.0.133 - - [2026-05-28 04:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.133 - - [2026-05-28 04:25:32] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006985 10.0.0.41 - - [2026-05-28 04:25:35] "DELETE /access-control-list/87109e48-bc63-4725-9808-f6e4424c00ea HTTP/1.1" 200 115 0.060500 10.0.0.133 - - [2026-05-28 04:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.133 - - [2026-05-28 04:25:36] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007412 10.0.0.133 - - [2026-05-28 04:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005226 10.0.0.133 - - [2026-05-28 04:25:40] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005908 10.0.0.131 - - [2026-05-28 04:25:43] "DELETE /project/f53c5d84c7164ca6ac213f23a81ac814 HTTP/1.1" 404 173 0.002955 10.0.0.131 - - [2026-05-28 04:25:43] "DELETE /project/6d8bcab4-c3af-4ec2-9300-32c328353379 HTTP/1.1" 404 177 0.005805 10.0.0.133 - - [2026-05-28 04:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005016 10.0.0.133 - - [2026-05-28 04:25:44] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007620 10.0.0.133 - - [2026-05-28 04:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005766 10.0.0.133 - - [2026-05-28 04:25:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003786 10.0.0.133 - - [2026-05-28 04:25:46] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004452 10.0.0.133 - - [2026-05-28 04:25:46] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007089 10.0.0.133 - - [2026-05-28 04:25:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010591 10.0.0.133 - - [2026-05-28 04:25:57] "POST /neutron/port HTTP/1.1" 200 1123 0.059709 10.0.0.133 - - [2026-05-28 04:25:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007999 10.0.0.133 - - [2026-05-28 04:26:00] "POST /neutron/port HTTP/1.1" 200 1219 0.024985 10.0.0.133 - - [2026-05-28 04:26:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005290 10.0.0.133 - - [2026-05-28 04:26:00] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.133 - - [2026-05-28 04:26:02] "POST /neutron/port HTTP/1.1" 200 1123 0.022202 10.0.0.133 - - [2026-05-28 04:26:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009041 10.0.0.133 - - [2026-05-28 04:26:08] "POST /neutron/port HTTP/1.1" 200 1123 0.020850 10.0.0.133 - - [2026-05-28 04:26:08] "GET /virtual-machine/3d6f0a23-a6ce-4e4b-8ee7-18d4c7d9eb58 HTTP/1.1" 200 1295 0.007365 10.0.0.133 - - [2026-05-28 04:26:08] "GET /virtual-machine-interface/ea77c402-0327-4955-b8c7-fabaaf86c3f1 HTTP/1.1" 200 2957 0.007111 10.0.0.133 - - [2026-05-28 04:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.133 - - [2026-05-28 04:26:08] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007814 10.0.0.133 - - [2026-05-28 04:26:08] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004780 10.0.0.133 - - [2026-05-28 04:26:08] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007476 10.0.0.133 - - [2026-05-28 04:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.133 - - [2026-05-28 04:26:09] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003858 10.0.0.133 - - [2026-05-28 04:26:09] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003212 10.0.0.133 - - [2026-05-28 04:26:09] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008100 10.0.0.41 - - [2026-05-28 04:26:16] "GET /obj-perms HTTP/1.1" 200 5075 0.064485 10.0.0.133 - - [2026-05-28 04:26:52] "POST /neutron/port HTTP/1.1" 200 1219 0.022922 10.0.0.133 - - [2026-05-28 04:26:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004985 10.0.0.133 - - [2026-05-28 04:26:52] "POST /neutron/port HTTP/1.1" 200 117 0.001335 10.0.0.133 - - [2026-05-28 04:27:01] "POST /neutron/port HTTP/1.1" 200 1106 0.025558 10.0.0.133 - - [2026-05-28 04:27:01] "POST /neutron/subnet HTTP/1.1" 200 693 0.016410 10.0.0.133 - - [2026-05-28 04:27:34] "POST /neutron/port HTTP/1.1" 200 1123 0.020233 10.0.0.133 - - [2026-05-28 04:27:34] "GET /virtual-machine/0b472e64-dc62-4c48-ad5e-97738f92ba03 HTTP/1.1" 200 1294 0.004265 10.0.0.133 - - [2026-05-28 04:27:34] "GET /virtual-machine-interface/2e46f245-f24f-48c2-a755-6b4d96badc3f HTTP/1.1" 200 2956 0.006314 10.0.0.133 - - [2026-05-28 04:27:34] "GET /virtual-machine/0b472e64-dc62-4c48-ad5e-97738f92ba03 HTTP/1.1" 200 1294 0.008304 10.0.0.133 - - [2026-05-28 04:27:34] "GET /virtual-machine-interface/2e46f245-f24f-48c2-a755-6b4d96badc3f HTTP/1.1" 200 2956 0.007596 10.0.0.133 - - [2026-05-28 04:27:34] "GET /instance-ip/97e92c0e-f2ee-4c16-8a38-297c89936995 HTTP/1.1" 200 1624 0.007950 10.0.0.133 - - [2026-05-28 04:27:34] "GET /virtual-machine/0b472e64-dc62-4c48-ad5e-97738f92ba03 HTTP/1.1" 200 1294 0.003698 10.0.0.133 - - [2026-05-28 04:27:34] "GET /virtual-machine-interface/2e46f245-f24f-48c2-a755-6b4d96badc3f HTTP/1.1" 200 2956 0.007245 10.0.0.133 - - [2026-05-28 04:27:34] "GET /instance-ip/97e92c0e-f2ee-4c16-8a38-297c89936995 HTTP/1.1" 200 1624 0.006747 10.0.0.133 - - [2026-05-28 04:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.133 - - [2026-05-28 04:27:34] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004941 10.0.0.133 - - [2026-05-28 04:27:34] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003944 10.0.0.133 - - [2026-05-28 04:27:34] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008003 10.0.0.133 - - [2026-05-28 04:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.133 - - [2026-05-28 04:27:34] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004763 10.0.0.133 - - [2026-05-28 04:27:34] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003961 10.0.0.133 - - [2026-05-28 04:27:34] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009266 10.0.0.133 - - [2026-05-28 04:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005484 10.0.0.133 - - [2026-05-28 04:27:34] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005526 10.0.0.133 - - [2026-05-28 04:27:34] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003888 10.0.0.133 - - [2026-05-28 04:27:34] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010631 10.0.0.133 - - [2026-05-28 04:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.133 - - [2026-05-28 04:27:34] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004378 10.0.0.133 - - [2026-05-28 04:27:35] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004225 10.0.0.133 - - [2026-05-28 04:27:35] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006671 10.0.0.133 - - [2026-05-28 04:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.133 - - [2026-05-28 04:27:35] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005805 10.0.0.133 - - [2026-05-28 04:27:35] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003886 10.0.0.133 - - [2026-05-28 04:27:35] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006250 10.0.0.133 - - [2026-05-28 04:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.133 - - [2026-05-28 04:27:35] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004300 10.0.0.133 - - [2026-05-28 04:27:35] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003604 10.0.0.133 - - [2026-05-28 04:27:35] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008560 10.0.0.133 - - [2026-05-28 04:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005431 10.0.0.133 - - [2026-05-28 04:27:35] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004370 10.0.0.133 - - [2026-05-28 04:27:35] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004366 10.0.0.133 - - [2026-05-28 04:27:35] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006461 10.0.0.133 - - [2026-05-28 04:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.133 - - [2026-05-28 04:27:35] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004338 10.0.0.133 - - [2026-05-28 04:27:35] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003795 10.0.0.133 - - [2026-05-28 04:27:35] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006213 10.0.0.133 - - [2026-05-28 04:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.133 - - [2026-05-28 04:27:35] "GET /routing-instance/2879652f-d42d-4fe8-b290-8e3819538cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.006842 10.0.0.133 - - [2026-05-28 04:27:35] "GET /route-target/31fc6ea6-b761-489f-a48a-b77aa1631db8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005106 10.0.0.133 - - [2026-05-28 04:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007185 10.0.0.133 - - [2026-05-28 04:27:36] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003787 10.0.0.133 - - [2026-05-28 04:27:36] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003782 10.0.0.133 - - [2026-05-28 04:27:36] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005640 10.0.0.133 - - [2026-05-28 04:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.133 - - [2026-05-28 04:27:36] "GET /routing-instance/2879652f-d42d-4fe8-b290-8e3819538cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005388 10.0.0.133 - - [2026-05-28 04:27:36] "GET /route-target/31fc6ea6-b761-489f-a48a-b77aa1631db8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005321 10.0.0.133 - - [2026-05-28 04:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.133 - - [2026-05-28 04:27:36] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005433 10.0.0.133 - - [2026-05-28 04:27:36] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003457 10.0.0.133 - - [2026-05-28 04:27:36] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006253 10.0.0.133 - - [2026-05-28 04:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792 10.0.0.133 - - [2026-05-28 04:27:36] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004658 10.0.0.133 - - [2026-05-28 04:27:36] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004029 10.0.0.133 - - [2026-05-28 04:27:36] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.011184 10.0.0.133 - - [2026-05-28 04:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.009838 10.0.0.133 - - [2026-05-28 04:27:36] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004541 10.0.0.133 - - [2026-05-28 04:27:36] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003969 10.0.0.133 - - [2026-05-28 04:27:36] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006678 10.0.0.131 - - [2026-05-28 04:27:36] "GET /obj-perms HTTP/1.1" 200 5051 0.005323 10.0.0.133 - - [2026-05-28 04:27:36] "GET /obj-perms HTTP/1.1" 200 5051 0.004429 10.0.0.133 - - [2026-05-28 04:27:37] "GET /obj-perms HTTP/1.1" 200 5051 0.004438 10.0.0.131 - - [2026-05-28 04:27:37] "GET /obj-perms HTTP/1.1" 200 5051 0.005209 10.0.0.133 - - [2026-05-28 04:27:37] "GET /obj-perms HTTP/1.1" 200 5051 0.005214 10.0.0.133 - - [2026-05-28 04:27:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011552 10.0.0.133 - - [2026-05-28 04:27:37] "GET /virtual-machine/3d6f0a23-a6ce-4e4b-8ee7-18d4c7d9eb58 HTTP/1.1" 200 1295 0.007281 10.0.0.133 - - [2026-05-28 04:27:37] "GET /virtual-machine-interface/ea77c402-0327-4955-b8c7-fabaaf86c3f1 HTTP/1.1" 200 2957 0.006771 10.0.0.133 - - [2026-05-28 04:27:37] "GET /virtual-machine/3d6f0a23-a6ce-4e4b-8ee7-18d4c7d9eb58 HTTP/1.1" 200 1295 0.004285 10.0.0.133 - - [2026-05-28 04:27:37] "GET /virtual-machine-interface/ea77c402-0327-4955-b8c7-fabaaf86c3f1 HTTP/1.1" 200 2957 0.006456 10.0.0.133 - - [2026-05-28 04:27:37] "GET /instance-ip/27db7c83-af99-4231-8ba9-182930ac5fd8 HTTP/1.1" 200 1624 0.006792 10.0.0.133 - - [2026-05-28 04:27:37] "GET /virtual-machine/3d6f0a23-a6ce-4e4b-8ee7-18d4c7d9eb58 HTTP/1.1" 200 1295 0.005474 10.0.0.133 - - [2026-05-28 04:27:37] "GET /virtual-machine-interface/ea77c402-0327-4955-b8c7-fabaaf86c3f1 HTTP/1.1" 200 2957 0.008574 10.0.0.133 - - [2026-05-28 04:27:37] "GET /instance-ip/27db7c83-af99-4231-8ba9-182930ac5fd8 HTTP/1.1" 200 1624 0.006729 10.0.0.133 - - [2026-05-28 04:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007709 10.0.0.133 - - [2026-05-28 04:27:37] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004610 10.0.0.133 - - [2026-05-28 04:27:37] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003157 10.0.0.133 - - [2026-05-28 04:27:37] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008902 10.0.0.133 - - [2026-05-28 04:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005761 10.0.0.133 - - [2026-05-28 04:27:37] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004311 10.0.0.133 - - [2026-05-28 04:27:37] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005621 10.0.0.133 - - [2026-05-28 04:27:37] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005767 10.0.0.133 - - [2026-05-28 04:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.133 - - [2026-05-28 04:27:37] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005136 10.0.0.133 - - [2026-05-28 04:27:37] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003584 10.0.0.133 - - [2026-05-28 04:27:38] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006106 10.0.0.133 - - [2026-05-28 04:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.133 - - [2026-05-28 04:27:38] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005390 10.0.0.133 - - [2026-05-28 04:27:38] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004643 10.0.0.133 - - [2026-05-28 04:27:38] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010406 10.0.0.133 - - [2026-05-28 04:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.133 - - [2026-05-28 04:27:38] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005457 10.0.0.133 - - [2026-05-28 04:27:38] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004146 10.0.0.133 - - [2026-05-28 04:27:38] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008071 10.0.0.133 - - [2026-05-28 04:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.133 - - [2026-05-28 04:27:38] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006029 10.0.0.133 - - [2026-05-28 04:27:38] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004422 10.0.0.133 - - [2026-05-28 04:27:38] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007760 10.0.0.133 - - [2026-05-28 04:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.133 - - [2026-05-28 04:27:38] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004522 10.0.0.133 - - [2026-05-28 04:27:38] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003964 10.0.0.133 - - [2026-05-28 04:27:38] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008168 10.0.0.133 - - [2026-05-28 04:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.010121 10.0.0.133 - - [2026-05-28 04:27:38] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004014 10.0.0.133 - - [2026-05-28 04:27:38] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003954 10.0.0.133 - - [2026-05-28 04:27:38] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007222 10.0.0.133 - - [2026-05-28 04:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004875 10.0.0.133 - - [2026-05-28 04:27:39] "GET /routing-instance/2879652f-d42d-4fe8-b290-8e3819538cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.006334 10.0.0.133 - - [2026-05-28 04:27:39] "GET /route-target/31fc6ea6-b761-489f-a48a-b77aa1631db8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005480 10.0.0.133 - - [2026-05-28 04:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.133 - - [2026-05-28 04:27:39] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004503 10.0.0.133 - - [2026-05-28 04:27:39] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004766 10.0.0.133 - - [2026-05-28 04:27:39] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006441 10.0.0.133 - - [2026-05-28 04:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.133 - - [2026-05-28 04:27:39] "GET /routing-instance/2879652f-d42d-4fe8-b290-8e3819538cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004941 10.0.0.133 - - [2026-05-28 04:27:39] "GET /route-target/31fc6ea6-b761-489f-a48a-b77aa1631db8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004159 10.0.0.133 - - [2026-05-28 04:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.133 - - [2026-05-28 04:27:39] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004962 10.0.0.133 - - [2026-05-28 04:27:39] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003750 10.0.0.133 - - [2026-05-28 04:27:39] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006620 10.0.0.133 - - [2026-05-28 04:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.133 - - [2026-05-28 04:27:39] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005462 10.0.0.133 - - [2026-05-28 04:27:39] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004315 10.0.0.133 - - [2026-05-28 04:27:39] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007171 10.0.0.133 - - [2026-05-28 04:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.133 - - [2026-05-28 04:27:39] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004818 10.0.0.133 - - [2026-05-28 04:27:39] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003806 10.0.0.133 - - [2026-05-28 04:27:39] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006790 10.0.0.131 - - [2026-05-28 04:27:39] "GET /obj-perms HTTP/1.1" 200 5051 0.006590 10.0.0.133 - - [2026-05-28 04:27:39] "GET /obj-perms HTTP/1.1" 200 5051 0.003961 10.0.0.131 - - [2026-05-28 04:27:40] "GET /obj-perms HTTP/1.1" 200 5051 0.003976 10.0.0.133 - - [2026-05-28 04:27:40] "GET /obj-perms HTTP/1.1" 200 5051 0.004886 10.0.0.41 - - [2026-05-28 04:27:40] "GET /obj-perms HTTP/1.1" 200 5051 0.069673 10.0.0.133 - - [2026-05-28 04:27:45] "GET /virtual-machine/3d6f0a23-a6ce-4e4b-8ee7-18d4c7d9eb58 HTTP/1.1" 200 1295 0.004951 10.0.0.133 - - [2026-05-28 04:27:46] "POST /neutron/port HTTP/1.1" 200 151 0.216345 10.0.0.133 - - [2026-05-28 04:27:47] "GET /virtual-machine/3d6f0a23-a6ce-4e4b-8ee7-18d4c7d9eb58 HTTP/1.1" 404 171 0.003077 10.0.0.133 - - [2026-05-28 04:27:47] "GET /virtual-machine/3d6f0a23-a6ce-4e4b-8ee7-18d4c7d9eb58 HTTP/1.1" 404 171 0.004922 10.0.0.133 - - [2026-05-28 04:27:47] "GET /virtual-machine/3d6f0a23-a6ce-4e4b-8ee7-18d4c7d9eb58 HTTP/1.1" 404 171 0.003618 10.0.0.133 - - [2026-05-28 04:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.133 - - [2026-05-28 04:27:47] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005159 10.0.0.133 - - [2026-05-28 04:27:48] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004906 10.0.0.133 - - [2026-05-28 04:27:48] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007477 10.0.0.133 - - [2026-05-28 04:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005783 10.0.0.133 - - [2026-05-28 04:27:48] "GET /routing-instance/2879652f-d42d-4fe8-b290-8e3819538cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005566 10.0.0.133 - - [2026-05-28 04:27:48] "GET /route-target/31fc6ea6-b761-489f-a48a-b77aa1631db8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005059 10.0.0.131 - - [2026-05-28 04:27:48] "GET /obj-perms HTTP/1.1" 200 5051 0.006766 10.0.0.133 - - [2026-05-28 04:27:51] "GET /obj-perms HTTP/1.1" 200 5051 0.007714 10.0.0.133 - - [2026-05-28 04:27:52] "POST /neutron/network HTTP/1.1" 200 936 0.011007 10.0.0.133 - - [2026-05-28 04:27:52] "POST /neutron/port HTTP/1.1" 200 117 0.001453 10.0.0.131 - - [2026-05-28 04:27:57] "GET /obj-perms HTTP/1.1" 200 5051 0.004631 10.0.0.133 - - [2026-05-28 04:28:00] "GET /obj-perms HTTP/1.1" 200 5051 0.004494 10.0.0.133 - - [2026-05-28 04:28:01] "POST /neutron/port HTTP/1.1" 200 1123 0.028068 10.0.0.133 - - [2026-05-28 04:28:01] "POST /neutron/subnet HTTP/1.1" 200 690 0.011127 10.0.0.131 - - [2026-05-28 04:28:06] "GET /obj-perms HTTP/1.1" 200 5051 0.004369 10.0.0.133 - - [2026-05-28 04:28:09] "GET /obj-perms HTTP/1.1" 200 5051 0.004460 10.0.0.133 - - [2026-05-28 04:28:13] "GET /obj-perms HTTP/1.1" 200 5051 0.004514 10.0.0.131 - - [2026-05-28 04:28:13] "GET /obj-perms HTTP/1.1" 200 5051 0.004875 10.0.0.133 - - [2026-05-28 04:28:13] "GET /virtual-machine/0b472e64-dc62-4c48-ad5e-97738f92ba03 HTTP/1.1" 200 1294 0.006210 10.0.0.133 - - [2026-05-28 04:28:13] "POST /neutron/port HTTP/1.1" 200 1123 0.021351 10.0.0.133 - - [2026-05-28 04:28:15] "GET /virtual-machine/0b472e64-dc62-4c48-ad5e-97738f92ba03 HTTP/1.1" 404 171 0.004003 10.0.0.133 - - [2026-05-28 04:28:15] "GET /virtual-machine/0b472e64-dc62-4c48-ad5e-97738f92ba03 HTTP/1.1" 404 171 0.003205 10.0.0.133 - - [2026-05-28 04:28:15] "GET /virtual-machine/0b472e64-dc62-4c48-ad5e-97738f92ba03 HTTP/1.1" 404 171 0.002819 10.0.0.133 - - [2026-05-28 04:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005798 10.0.0.133 - - [2026-05-28 04:28:15] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005405 10.0.0.133 - - [2026-05-28 04:28:15] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003278 10.0.0.133 - - [2026-05-28 04:28:15] "GET /virtual-network/117b505f-1ad6-41ba-a9a4-ef6db7c8f319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007216 10.0.0.133 - - [2026-05-28 04:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.133 - - [2026-05-28 04:28:15] "GET /routing-instance/2879652f-d42d-4fe8-b290-8e3819538cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004412 10.0.0.133 - - [2026-05-28 04:28:15] "GET /route-target/31fc6ea6-b761-489f-a48a-b77aa1631db8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006811 10.0.0.133 - - [2026-05-28 04:28:18] "GET /obj-perms HTTP/1.1" 200 5051 0.004539 10.0.0.131 - - [2026-05-28 04:28:18] "GET /obj-perms HTTP/1.1" 200 5051 0.004674 10.0.0.133 - - [2026-05-28 04:28:28] "GET /obj-perms HTTP/1.1" 200 5051 0.004841 10.0.0.131 - - [2026-05-28 04:28:28] "GET /obj-perms HTTP/1.1" 200 5051 0.006152 10.0.0.133 - - [2026-05-28 04:28:34] "GET /obj-perms HTTP/1.1" 200 5051 0.004108 10.0.0.131 - - [2026-05-28 04:28:34] "GET /obj-perms HTTP/1.1" 200 5051 0.004719 10.0.0.133 - - [2026-05-28 04:28:34] "POST /neutron/network HTTP/1.1" 200 825 0.009366 10.0.0.41 - - [2026-05-28 04:28:34] "DELETE /route-target/31fc6ea6-b761-489f-a48a-b77aa1631db8 HTTP/1.1" 200 115 0.024733 10.0.0.133 - - [2026-05-28 04:28:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.003640 10.0.0.133 - - [2026-05-28 04:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.131 - - [2026-05-28 04:28:37] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001121 10.0.0.133 - - [2026-05-28 04:28:37] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059909 10.0.0.133 - - [2026-05-28 04:28:37] "POST /network-policys HTTP/1.1" 200 524 0.030192 10.0.0.133 - - [2026-05-28 04:28:37] "GET /network-policy/431577dd-98e3-45d3-bfe3-dc359d21f9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006412 10.0.0.133 - - [2026-05-28 04:28:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.002658 10.0.0.133 - - [2026-05-28 04:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.131 - - [2026-05-28 04:28:37] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001793 10.0.0.133 - - [2026-05-28 04:28:37] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045866 10.0.0.133 - - [2026-05-28 04:28:38] "POST /network-policys HTTP/1.1" 200 524 0.034864 10.0.0.133 - - [2026-05-28 04:28:38] "GET /network-policy/7bfb5c44-64bd-4e8d-b3e5-c0aac0dd902b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006189 10.0.0.133 - - [2026-05-28 04:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005186 10.0.0.131 - - [2026-05-28 04:28:38] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001641 10.0.0.133 - - [2026-05-28 04:28:38] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.056517 10.0.0.133 - - [2026-05-28 04:28:38] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004599 10.0.0.133 - - [2026-05-28 04:28:38] "POST /virtual-networks HTTP/1.1" 200 548 0.098248 10.0.0.133 - - [2026-05-28 04:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.133 - - [2026-05-28 04:28:38] "GET /network-ipam/0d0f5c46-10d4-4d20-b540-b0afed793738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.013034 10.0.0.131 - - [2026-05-28 04:28:38] "POST /useragent-kv HTTP/1.1" 200 115 0.006191 10.0.0.133 - - [2026-05-28 04:28:38] "POST /ref-update HTTP/1.1" 200 156 0.092104 10.0.0.133 - - [2026-05-28 04:28:38] "POST /neutron/network HTTP/1.1" 200 809 0.009544 10.0.0.133 - - [2026-05-28 04:28:38] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.006839 10.0.0.133 - - [2026-05-28 04:28:39] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.006301 10.0.0.41 - - [2026-05-28 04:28:39] "GET /obj-perms HTTP/1.1" 200 5051 0.004339 10.0.0.133 - - [2026-05-28 04:28:39] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.006762 10.0.0.133 - - [2026-05-28 04:28:39] "PUT /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95 HTTP/1.1" 200 265 0.130496 10.0.0.133 - - [2026-05-28 04:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.133 - - [2026-05-28 04:28:39] "GET /network-policy/431577dd-98e3-45d3-bfe3-dc359d21f9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005646 10.0.0.41 - - [2026-05-28 04:28:39] "POST /fqname-to-id HTTP/1.1" 404 237 0.012608 10.0.0.133 - - [2026-05-28 04:28:39] "POST /ref-update HTTP/1.1" 200 156 0.075645 10.0.0.133 - - [2026-05-28 04:28:39] "POST /neutron/network HTTP/1.1" 200 886 0.008226 10.0.0.133 - - [2026-05-28 04:28:39] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.008345 10.0.0.133 - - [2026-05-28 04:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.133 - - [2026-05-28 04:28:39] "GET /network-policy/431577dd-98e3-45d3-bfe3-dc359d21f9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004791 10.0.0.133 - - [2026-05-28 04:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.131 - - [2026-05-28 04:28:39] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001276 10.0.0.133 - - [2026-05-28 04:28:39] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051197 10.0.0.133 - - [2026-05-28 04:28:40] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.006431 10.0.0.133 - - [2026-05-28 04:28:40] "POST /virtual-networks HTTP/1.1" 200 548 0.103939 10.0.0.133 - - [2026-05-28 04:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005024 10.0.0.41 - - [2026-05-28 04:28:40] "POST /ref-update HTTP/1.1" 200 156 0.029384 10.0.0.133 - - [2026-05-28 04:28:40] "GET /network-ipam/0d0f5c46-10d4-4d20-b540-b0afed793738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.014257 10.0.0.131 - - [2026-05-28 04:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.009762 10.0.0.133 - - [2026-05-28 04:28:40] "POST /ref-update HTTP/1.1" 200 156 0.089100 10.0.0.133 - - [2026-05-28 04:28:40] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006819 10.0.0.133 - - [2026-05-28 04:28:40] "POST /neutron/network HTTP/1.1" 200 809 0.008157 10.0.0.133 - - [2026-05-28 04:28:40] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006222 10.0.0.133 - - [2026-05-28 04:28:41] "GET /obj-perms HTTP/1.1" 200 5051 0.004400 10.0.0.133 - - [2026-05-28 04:28:41] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.010944 10.0.0.133 - - [2026-05-28 04:28:41] "PUT /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a HTTP/1.1" 200 265 0.054014 10.0.0.133 - - [2026-05-28 04:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.133 - - [2026-05-28 04:28:41] "GET /network-policy/7bfb5c44-64bd-4e8d-b3e5-c0aac0dd902b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.022795 10.0.0.133 - - [2026-05-28 04:28:41] "POST /ref-update HTTP/1.1" 200 156 0.099111 10.0.0.41 - - [2026-05-28 04:28:41] "POST /ref-update HTTP/1.1" 200 156 0.039733 10.0.0.133 - - [2026-05-28 04:28:41] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008364 10.0.0.133 - - [2026-05-28 04:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.133 - - [2026-05-28 04:28:41] "GET /network-policy/7bfb5c44-64bd-4e8d-b3e5-c0aac0dd902b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006221 10.0.0.133 - - [2026-05-28 04:28:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001471 10.0.0.133 - - [2026-05-28 04:28:41] "POST /neutron/port HTTP/1.1" 200 4190 0.037970 10.0.0.131 - - [2026-05-28 04:28:42] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002202 10.0.0.133 - - [2026-05-28 04:28:42] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.126252 10.0.0.133 - - [2026-05-28 04:28:43] "POST /neutron/port HTTP/1.1" 200 4190 0.069404 10.0.0.133 - - [2026-05-28 04:28:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001673 10.0.0.133 - - [2026-05-28 04:28:43] "POST /neutron/network HTTP/1.1" 200 896 0.008942 10.0.0.133 - - [2026-05-28 04:28:44] "POST /neutron/port HTTP/1.1" 200 1061 0.026104 10.0.0.131 - - [2026-05-28 04:28:44] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001319 10.0.0.133 - - [2026-05-28 04:28:44] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.118347 10.0.0.133 - - [2026-05-28 04:28:44] "POST /neutron/network HTTP/1.1" 200 886 0.083239 10.0.0.133 - - [2026-05-28 04:28:44] "POST /neutron/subnet HTTP/1.1" 200 646 0.012622 10.0.0.133 - - [2026-05-28 04:28:45] "POST /neutron/port HTTP/1.1" 200 5162 0.058493 10.0.0.133 - - [2026-05-28 04:28:45] "POST /neutron/port HTTP/1.1" 200 1125 0.022689 10.0.0.131 - - [2026-05-28 04:28:45] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001295 10.0.0.133 - - [2026-05-28 04:28:45] "POST /neutron/port HTTP/1.1" 200 1061 0.398933 10.0.0.133 - - [2026-05-28 04:28:46] "POST /neutron/port HTTP/1.1" 200 1115 0.172060 10.0.0.133 - - [2026-05-28 04:28:46] "POST /neutron/subnet HTTP/1.1" 200 646 0.010026 10.0.0.133 - - [2026-05-28 04:28:50] "POST /neutron/port HTTP/1.1" 200 1125 0.021174 10.0.0.133 - - [2026-05-28 04:28:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011597 10.0.0.133 - - [2026-05-28 04:28:50] "GET /virtual-machine/28202d74-0e2a-46fa-b041-4b6a6b725500 HTTP/1.1" 200 1295 0.007414 10.0.0.133 - - [2026-05-28 04:28:50] "GET /virtual-machine-interface/4478c479-64fc-4937-94bd-0b2422991274 HTTP/1.1" 200 2956 0.006570 10.0.0.133 - - [2026-05-28 04:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005446 10.0.0.133 - - [2026-05-28 04:28:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004951 10.0.0.133 - - [2026-05-28 04:28:50] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004391 10.0.0.133 - - [2026-05-28 04:28:50] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006767 10.0.0.133 - - [2026-05-28 04:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.133 - - [2026-05-28 04:28:53] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.011256 10.0.0.133 - - [2026-05-28 04:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.133 - - [2026-05-28 04:28:57] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005498 10.0.0.133 - - [2026-05-28 04:29:01] "POST /neutron/port HTTP/1.1" 200 1219 0.088884 10.0.0.133 - - [2026-05-28 04:29:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004905 10.0.0.133 - - [2026-05-28 04:29:02] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.133 - - [2026-05-28 04:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005727 10.0.0.133 - - [2026-05-28 04:29:02] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007786 10.0.0.133 - - [2026-05-28 04:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.133 - - [2026-05-28 04:29:06] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007721 10.0.0.133 - - [2026-05-28 04:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.133 - - [2026-05-28 04:29:10] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005615 10.0.0.133 - - [2026-05-28 04:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.133 - - [2026-05-28 04:29:14] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007140 10.0.0.133 - - [2026-05-28 04:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.133 - - [2026-05-28 04:29:18] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006364 10.0.0.131 - - [2026-05-28 04:29:19] "GET /obj-perms HTTP/1.1" 200 5075 0.066389 10.0.0.41 - - [2026-05-28 04:29:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000471 10.0.0.41 - - [2026-05-28 04:29:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.41 - - [2026-05-28 04:29:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.131 - - [2026-05-28 04:29:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.41 - - [2026-05-28 04:29:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.131 - - [2026-05-28 04:29:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000716 10.0.0.131 - - [2026-05-28 04:29:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.131 - - [2026-05-28 04:29:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.133 - - [2026-05-28 04:29:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.133 - - [2026-05-28 04:29:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.133 - - [2026-05-28 04:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.133 - - [2026-05-28 04:29:22] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006251 10.0.0.133 - - [2026-05-28 04:29:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.133 - - [2026-05-28 04:29:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.133 - - [2026-05-28 04:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.133 - - [2026-05-28 04:29:26] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.010783 10.0.0.133 - - [2026-05-28 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.133 - - [2026-05-28 04:29:28] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004301 10.0.0.133 - - [2026-05-28 04:29:28] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003543 10.0.0.133 - - [2026-05-28 04:29:28] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007241 10.0.0.133 - - [2026-05-28 04:29:29] "POST /neutron/port HTTP/1.1" 200 1125 0.025170 10.0.0.133 - - [2026-05-28 04:29:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007668 10.0.0.133 - - [2026-05-28 04:29:39] "POST /neutron/port HTTP/1.1" 200 1125 0.020254 10.0.0.133 - - [2026-05-28 04:29:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007343 10.0.0.133 - - [2026-05-28 04:29:49] "POST /neutron/port HTTP/1.1" 200 1125 0.024619 10.0.0.133 - - [2026-05-28 04:29:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008749 10.0.0.133 - - [2026-05-28 04:29:50] "GET /virtual-machine/e50a41b8-6017-4bf7-b936-fc6346d28026 HTTP/1.1" 200 1296 0.006662 10.0.0.133 - - [2026-05-28 04:29:50] "GET /virtual-machine-interface/7b8744a6-55e7-4796-a750-22c52c1a2a66 HTTP/1.1" 200 2956 0.006224 10.0.0.133 - - [2026-05-28 04:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.133 - - [2026-05-28 04:29:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004071 10.0.0.133 - - [2026-05-28 04:29:50] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004127 10.0.0.133 - - [2026-05-28 04:29:50] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006832 10.0.0.133 - - [2026-05-28 04:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005804 10.0.0.133 - - [2026-05-28 04:29:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007308 10.0.0.133 - - [2026-05-28 04:29:51] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.006209 10.0.0.133 - - [2026-05-28 04:29:51] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007001 10.0.0.133 - - [2026-05-28 04:29:54] "POST /neutron/port HTTP/1.1" 200 1219 0.074916 10.0.0.133 - - [2026-05-28 04:29:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005367 10.0.0.133 - - [2026-05-28 04:29:55] "POST /neutron/port HTTP/1.1" 200 117 0.002007 10.0.0.133 - - [2026-05-28 04:30:02] "POST /neutron/port HTTP/1.1" 200 1106 0.024625 10.0.0.133 - - [2026-05-28 04:30:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003874 10.0.0.133 - - [2026-05-28 04:30:02] "POST /neutron/network HTTP/1.1" 200 926 0.010586 10.0.0.41 - - [2026-05-28 04:30:20] "GET /obj-perms HTTP/1.1" 200 5075 0.067779 10.0.0.41 - - [2026-05-28 04:30:20] "GET /virtual-router/aebb4327-f5ee-49f0-86de-2d5e46ebc3ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.006707 10.0.0.133 - - [2026-05-28 04:30:56] "POST /neutron/port HTTP/1.1" 200 1106 0.024455 10.0.0.133 - - [2026-05-28 04:30:56] "POST /neutron/port HTTP/1.1" 200 1106 0.020761 10.0.0.133 - - [2026-05-28 04:30:56] "POST /neutron/network HTTP/1.1" 200 936 0.007791 10.0.0.133 - - [2026-05-28 04:30:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004586 10.0.0.133 - - [2026-05-28 04:30:56] "POST /neutron/subnet HTTP/1.1" 200 693 0.011573 10.0.0.133 - - [2026-05-28 04:30:56] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.133 - - [2026-05-28 04:30:56] "POST /neutron/network HTTP/1.1" 200 926 0.008245 10.0.0.133 - - [2026-05-28 04:31:04] "POST /neutron/port HTTP/1.1" 200 1125 0.028594 10.0.0.133 - - [2026-05-28 04:31:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004932 10.0.0.133 - - [2026-05-28 04:31:04] "POST /neutron/network HTTP/1.1" 200 886 0.010658 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu May 28 04:31:24 AM UTC 2026 ===================' INFO: =================== Thu May 28 04:31:24 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ 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.133,10.0.0.41,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.133:8081 10.0.0.41:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.133:8081 10.0.0.41:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.133:8081 10.0.0.41:8081 10.0.0.131:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.133:9042 10.0.0.41:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.133:9042 10.0.0.41:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.133:9042 10.0.0.41:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.133:8086 10.0.0.41:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.133:8086 10.0.0.41:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.133:8086 10.0.0.41:8086 10.0.0.131:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.133:8082 10.0.0.41:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.133:8082 10.0.0.41:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.133:8082 10.0.0.41:8082 10.0.0.131:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.133:9161 10.0.0.41:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.133:9161 10.0.0.41:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.133:9161 10.0.0.41:9161 10.0.0.131:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.252,10.20.0.249,10.20.0.19 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.252,10.20.0.249,10.20.0.19 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.133:2181,10.0.0.41:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.133:2181,10.0.0.41:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.133:2181,10.0.0.41:2181,10.0.0.131:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.133:2181 10.0.0.41:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.133:2181 10.0.0.41:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.133:2181 10.0.0.41:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.133:5673,10.0.0.41:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.133:5673,10.0.0.41:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.133:5673,10.0.0.41:5673,10.0.0.131:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.133:6379 10.0.0.41:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.133:6379 10.0.0.41:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.133:6379 10.0.0.41:6379 10.0.0.131:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.133:9092 10.0.0.41:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.133:9092 10.0.0.41:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.133:9092 10.0.0.41:9092 10.0.0.131:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.133 ++ 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.133,10.0.0.41,10.0.0.131 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.133,10.0.0.41,10.0.0.131 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.133,10.0.0.41,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.133 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.133 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.133,10.0.0.41,10.0.0.131 +++ local servers=10.0.0.133,10.0.0.41,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.131,10.20.0.19,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.133'\''))' +++ local server_ip=10.0.0.133 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.133 ]] +++ [[ ,10.0.0.131,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.133, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.131,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.19,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ echo 10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.133:9041 10.0.0.41:9041 10.0.0.131:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ grep '^API__.*__.*=.*$' ++ sort ++ set -o posix ++ set ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 05/28/2026 04:31:33.984 7f6366fdd680 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/28/2026 04:31:34.131 7f6366fdd680 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/28/2026 04:31:34.146 7f6366fdd680 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/28/2026 04:31:34.146 7f6366fdd680 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.131:8082/ Hit Ctrl-C to quit. 10.0.0.131 - - [2026-05-28 04:31:34] "GET / HTTP/1.1" 503 181 0.000412 10.0.0.131 - - [2026-05-28 04:31:34] "GET / HTTP/1.1" 503 181 0.000160 [Introspect:8084]10.0.0.133 - - [2026-05-28 04:31:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3226 0.002679 10.0.0.131 - - [2026-05-28 04:31:35] "GET / HTTP/1.1" 200 45871 0.001949 10.0.0.131 - - [2026-05-28 04:31:35] "GET / HTTP/1.1" 200 45871 0.001591 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.131 - - [2026-05-28 04:31:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000677 10.0.0.131 - - [2026-05-28 04:31:35] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000366 10.0.0.131 - - [2026-05-28 04:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.658631 10.0.0.131 - - [2026-05-28 04:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.131 - - [2026-05-28 04:31:36] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.386503 10.0.0.131 - - [2026-05-28 04:31:36] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1718 0.004254 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.131 - - [2026-05-28 04:31:37] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000833 10.0.0.131 - - [2026-05-28 04:31:37] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.045449 10.0.0.131 - - [2026-05-28 04:31:37] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000988 10.0.0.131 - - [2026-05-28 04:31:37] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?fields=security_groups HTTP/1.1" 200 1089 0.063240 10.0.0.131 - - [2026-05-28 04:31:37] "GET /projects?obj_uuids=ec10275e-6390-4b19-a13e-0564c2840045&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001276 10.0.0.131 - - [2026-05-28 04:31:37] "GET /project/ec10275e-6390-4b19-a13e-0564c2840045?fields=application_policy_sets HTTP/1.1" 200 1382 0.054329 10.0.0.131 - - [2026-05-28 04:31:37] "DELETE /project/ec10275e-6390-4b19-a13e-0564c2840045 HTTP/1.1" 409 278 0.264253 [Introspect:8084]10.0.0.133 - - [2026-05-28 04:31:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001121 [Introspect:8084]10.0.0.133 - - [2026-05-28 04:31:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001285 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.133 - - [2026-05-28 04:31:41] "GET /obj-perms HTTP/1.1" 200 5051 0.399922 10.0.0.133 - - [2026-05-28 04:31:41] "GET /obj-perms HTTP/1.1" 200 5051 0.004570 10.0.0.133 - - [2026-05-28 04:31:41] "GET /obj-perms HTTP/1.1" 200 5051 0.004500 10.0.0.133 - - [2026-05-28 04:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.044777 10.0.0.131 - - [2026-05-28 04:31:42] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000915 10.0.0.133 - - [2026-05-28 04:31:42] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045622 10.0.0.133 - - [2026-05-28 04:31:42] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.006718 10.0.0.133 - - [2026-05-28 04:31:42] "POST /virtual-networks HTTP/1.1" 200 548 0.102916 10.0.0.133 - - [2026-05-28 04:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005697 10.0.0.133 - - [2026-05-28 04:31:42] "GET /network-ipam/0d0f5c46-10d4-4d20-b540-b0afed793738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004222 10.0.0.131 - - [2026-05-28 04:31:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007256 10.0.0.133 - - [2026-05-28 04:31:42] "POST /ref-update HTTP/1.1" 200 156 0.118977 10.0.0.133 - - [2026-05-28 04:31:42] "GET /virtual-network/860e136e-24a6-47dc-82dd-421d3d8196f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.008556 10.0.0.133 - - [2026-05-28 04:31:42] "POST /neutron/network HTTP/1.1" 200 809 0.092895 10.0.0.133 - - [2026-05-28 04:31:43] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006165 10.0.0.133 - - [2026-05-28 04:31:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001902 10.0.0.133 - - [2026-05-28 04:31:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009849 10.0.0.131 - - [2026-05-28 04:31:44] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001462 10.0.0.133 - - [2026-05-28 04:31:45] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.096991 10.0.0.133 - - [2026-05-28 04:31:45] "POST /neutron/port HTTP/1.1" 200 6134 0.069679 10.0.0.133 - - [2026-05-28 04:31:45] "POST /neutron/port HTTP/1.1" 200 117 0.008072 10.0.0.133 - - [2026-05-28 04:31:46] "POST /neutron/port HTTP/1.1" 200 1061 0.089658 10.0.0.133 - - [2026-05-28 04:31:46] "POST /neutron/port HTTP/1.1" 200 1125 0.045005 10.0.0.133 - - [2026-05-28 04:31:46] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.133 - - [2026-05-28 04:31:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009525 10.0.0.133 - - [2026-05-28 04:31:50] "POST /neutron/port HTTP/1.1" 200 1125 0.020201 10.0.0.133 - - [2026-05-28 04:31:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008342 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-machine/a40b58f0-da56-453d-9e43-4ae95c1a8f45 HTTP/1.1" 200 1296 0.042194 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-machine/a40b58f0-da56-453d-9e43-4ae95c1a8f45 HTTP/1.1" 200 1296 0.005574 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-machine-interface/55939f2d-c1ad-441b-a426-27e9e04ae237 HTTP/1.1" 200 2956 0.008047 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-machine/a40b58f0-da56-453d-9e43-4ae95c1a8f45 HTTP/1.1" 200 1296 0.005271 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-machine-interface/55939f2d-c1ad-441b-a426-27e9e04ae237 HTTP/1.1" 200 2956 0.006671 10.0.0.133 - - [2026-05-28 04:31:51] "GET /instance-ip/05244438-205e-488a-a4ef-1561792d04ea HTTP/1.1" 200 1625 0.008622 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-machine/a40b58f0-da56-453d-9e43-4ae95c1a8f45 HTTP/1.1" 200 1296 0.003990 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-machine-interface/55939f2d-c1ad-441b-a426-27e9e04ae237 HTTP/1.1" 200 2956 0.011276 10.0.0.133 - - [2026-05-28 04:31:51] "GET /instance-ip/05244438-205e-488a-a4ef-1561792d04ea HTTP/1.1" 200 1625 0.006038 10.0.0.133 - - [2026-05-28 04:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.133 - - [2026-05-28 04:31:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004529 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004031 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006234 10.0.0.133 - - [2026-05-28 04:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.133 - - [2026-05-28 04:31:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007879 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004332 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.008314 10.0.0.133 - - [2026-05-28 04:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.133 - - [2026-05-28 04:31:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003922 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003891 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006048 10.0.0.133 - - [2026-05-28 04:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.133 - - [2026-05-28 04:31:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005727 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004079 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007207 10.0.0.133 - - [2026-05-28 04:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005191 10.0.0.133 - - [2026-05-28 04:31:51] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004197 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003364 10.0.0.133 - - [2026-05-28 04:31:51] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007118 10.0.0.133 - - [2026-05-28 04:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.133 - - [2026-05-28 04:31:54] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005759 10.0.0.133 - - [2026-05-28 04:31:56] "POST /neutron/network HTTP/1.1" 200 896 0.047183 10.0.0.133 - - [2026-05-28 04:31:57] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.133 - - [2026-05-28 04:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.133 - - [2026-05-28 04:31:59] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.025359 10.0.0.133 - - [2026-05-28 04:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004712 10.0.0.133 - - [2026-05-28 04:32:03] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006398 10.0.0.133 - - [2026-05-28 04:32:04] "POST /neutron/port HTTP/1.1" 200 1219 0.023977 10.0.0.133 - - [2026-05-28 04:32:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007983 10.0.0.133 - - [2026-05-28 04:32:04] "POST /neutron/port HTTP/1.1" 200 117 0.001767 10.0.0.133 - - [2026-05-28 04:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.133 - - [2026-05-28 04:32:07] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006291 10.0.0.133 - - [2026-05-28 04:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.133 - - [2026-05-28 04:32:11] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005719 10.0.0.133 - - [2026-05-28 04:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.133 - - [2026-05-28 04:32:15] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007582 10.0.0.133 - - [2026-05-28 04:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.133 - - [2026-05-28 04:32:19] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006927 10.0.0.131 - - [2026-05-28 04:32:23] "GET /obj-perms HTTP/1.1" 200 5075 0.070494 10.0.0.133 - - [2026-05-28 04:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.133 - - [2026-05-28 04:32:23] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006525 10.0.0.133 - - [2026-05-28 04:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.133 - - [2026-05-28 04:32:27] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006242 10.0.0.133 - - [2026-05-28 04:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.133 - - [2026-05-28 04:32:31] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007323 10.0.0.133 - - [2026-05-28 04:32:31] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005174 10.0.0.133 - - [2026-05-28 04:32:31] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007127 10.0.0.133 - - [2026-05-28 04:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006166 10.0.0.133 - - [2026-05-28 04:32:32] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004605 10.0.0.133 - - [2026-05-28 04:32:32] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003875 10.0.0.133 - - [2026-05-28 04:32:32] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006314 10.0.0.133 - - [2026-05-28 04:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.133 - - [2026-05-28 04:32:32] "GET /routing-instance/a6944316-f60e-4517-a40f-7d60073dbda7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.005550 10.0.0.133 - - [2026-05-28 04:32:32] "GET /route-target/3bf09670-e633-4451-b546-d4115991b421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006953 10.0.0.133 - - [2026-05-28 04:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.133 - - [2026-05-28 04:32:32] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006024 10.0.0.133 - - [2026-05-28 04:32:32] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003523 10.0.0.133 - - [2026-05-28 04:32:32] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007209 10.0.0.133 - - [2026-05-28 04:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.133 - - [2026-05-28 04:32:32] "GET /routing-instance/a6944316-f60e-4517-a40f-7d60073dbda7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004738 10.0.0.133 - - [2026-05-28 04:32:32] "GET /route-target/3bf09670-e633-4451-b546-d4115991b421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004225 10.0.0.133 - - [2026-05-28 04:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.133 - - [2026-05-28 04:32:32] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004317 10.0.0.133 - - [2026-05-28 04:32:32] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003824 10.0.0.133 - - [2026-05-28 04:32:32] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007029 10.0.0.133 - - [2026-05-28 04:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.133 - - [2026-05-28 04:32:32] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004890 10.0.0.133 - - [2026-05-28 04:32:32] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004465 10.0.0.133 - - [2026-05-28 04:32:32] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005783 10.0.0.133 - - [2026-05-28 04:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.133 - - [2026-05-28 04:32:32] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005917 10.0.0.133 - - [2026-05-28 04:32:32] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005317 10.0.0.133 - - [2026-05-28 04:32:32] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.008471 10.0.0.133 - - [2026-05-28 04:32:33] "GET /obj-perms HTTP/1.1" 200 5051 0.005348 10.0.0.131 - - [2026-05-28 04:32:33] "GET /obj-perms HTTP/1.1" 200 5051 0.077808 10.0.0.133 - - [2026-05-28 04:32:33] "GET /obj-perms HTTP/1.1" 200 5051 0.004264 10.0.0.133 - - [2026-05-28 04:32:33] "GET /obj-perms HTTP/1.1" 200 5051 0.004923 10.0.0.41 - - [2026-05-28 04:32:33] "GET /obj-perms HTTP/1.1" 200 5051 0.067980 10.0.0.133 - - [2026-05-28 04:32:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001331 10.0.0.133 - - [2026-05-28 04:32:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016433 10.0.0.131 - - [2026-05-28 04:32:34] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001046 10.0.0.133 - - [2026-05-28 04:32:34] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.095565 10.0.0.133 - - [2026-05-28 04:32:34] "POST /neutron/port HTTP/1.1" 200 7106 0.091133 10.0.0.133 - - [2026-05-28 04:32:35] "POST /neutron/port HTTP/1.1" 200 117 0.007583 10.0.0.133 - - [2026-05-28 04:32:35] "POST /neutron/port HTTP/1.1" 200 1061 0.021681 10.0.0.133 - - [2026-05-28 04:32:35] "POST /neutron/port HTTP/1.1" 200 1125 0.034071 10.0.0.133 - - [2026-05-28 04:32:35] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.133 - - [2026-05-28 04:32:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009005 10.0.0.133 - - [2026-05-28 04:32:40] "POST /neutron/port HTTP/1.1" 200 1125 0.023074 10.0.0.133 - - [2026-05-28 04:32:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009088 10.0.0.133 - - [2026-05-28 04:32:40] "GET /virtual-machine/f204521c-33a1-4de9-ae15-20c9429b1c3d HTTP/1.1" 200 1296 0.006855 10.0.0.133 - - [2026-05-28 04:32:40] "GET /virtual-machine/f204521c-33a1-4de9-ae15-20c9429b1c3d HTTP/1.1" 200 1296 0.004702 10.0.0.133 - - [2026-05-28 04:32:40] "GET /virtual-machine-interface/1c3d793b-a180-450a-aa64-541016b12339 HTTP/1.1" 200 2956 0.006735 10.0.0.133 - - [2026-05-28 04:32:40] "GET /virtual-machine/f204521c-33a1-4de9-ae15-20c9429b1c3d HTTP/1.1" 200 1296 0.003647 10.0.0.133 - - [2026-05-28 04:32:40] "GET /virtual-machine-interface/1c3d793b-a180-450a-aa64-541016b12339 HTTP/1.1" 200 2956 0.007017 10.0.0.133 - - [2026-05-28 04:32:40] "GET /instance-ip/54002314-a11a-428d-9e9e-0411a3d98c94 HTTP/1.1" 200 1626 0.008933 10.0.0.133 - - [2026-05-28 04:32:40] "GET /virtual-machine/f204521c-33a1-4de9-ae15-20c9429b1c3d HTTP/1.1" 200 1296 0.005033 10.0.0.133 - - [2026-05-28 04:32:40] "GET /virtual-machine-interface/1c3d793b-a180-450a-aa64-541016b12339 HTTP/1.1" 200 2956 0.008147 10.0.0.133 - - [2026-05-28 04:32:40] "GET /instance-ip/54002314-a11a-428d-9e9e-0411a3d98c94 HTTP/1.1" 200 1626 0.006861 10.0.0.133 - - [2026-05-28 04:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965 10.0.0.133 - - [2026-05-28 04:32:40] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004904 10.0.0.133 - - [2026-05-28 04:32:40] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004282 10.0.0.133 - - [2026-05-28 04:32:40] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006360 10.0.0.133 - - [2026-05-28 04:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.133 - - [2026-05-28 04:32:40] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005298 10.0.0.133 - - [2026-05-28 04:32:40] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003694 10.0.0.133 - - [2026-05-28 04:32:40] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.010200 10.0.0.133 - - [2026-05-28 04:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.133 - - [2026-05-28 04:32:40] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008293 10.0.0.133 - - [2026-05-28 04:32:40] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004223 10.0.0.133 - - [2026-05-28 04:32:41] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006312 10.0.0.133 - - [2026-05-28 04:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.133 - - [2026-05-28 04:32:41] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004555 10.0.0.133 - - [2026-05-28 04:32:41] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002950 10.0.0.133 - - [2026-05-28 04:32:41] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007282 10.0.0.133 - - [2026-05-28 04:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.133 - - [2026-05-28 04:32:41] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004968 10.0.0.133 - - [2026-05-28 04:32:41] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004339 10.0.0.133 - - [2026-05-28 04:32:41] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007302 10.0.0.133 - - [2026-05-28 04:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.133 - - [2026-05-28 04:32:44] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006957 10.0.0.133 - - [2026-05-28 04:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.133 - - [2026-05-28 04:32:48] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005947 10.0.0.133 - - [2026-05-28 04:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005150 10.0.0.133 - - [2026-05-28 04:32:52] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006835 10.0.0.133 - - [2026-05-28 04:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005678 10.0.0.133 - - [2026-05-28 04:32:56] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007030 10.0.0.133 - - [2026-05-28 04:32:57] "POST /neutron/port HTTP/1.1" 200 1219 0.020377 10.0.0.133 - - [2026-05-28 04:32:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004637 10.0.0.133 - - [2026-05-28 04:32:57] "POST /neutron/port HTTP/1.1" 200 117 0.002641 10.0.0.133 - - [2026-05-28 04:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.133 - - [2026-05-28 04:33:00] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006619 10.0.0.133 - - [2026-05-28 04:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.133 - - [2026-05-28 04:33:05] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.068080 10.0.0.133 - - [2026-05-28 04:33:05] "POST /neutron/port HTTP/1.1" 200 1106 0.023603 10.0.0.133 - - [2026-05-28 04:33:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005840 10.0.0.133 - - [2026-05-28 04:33:05] "POST /neutron/network HTTP/1.1" 200 926 0.008041 10.0.0.133 - - [2026-05-28 04:33:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005090 10.0.0.133 - - [2026-05-28 04:33:09] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006813 10.0.0.133 - - [2026-05-28 04:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.133 - - [2026-05-28 04:33:13] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006882 10.0.0.133 - - [2026-05-28 04:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.133 - - [2026-05-28 04:33:17] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006580 10.0.0.133 - - [2026-05-28 04:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004701 10.0.0.133 - - [2026-05-28 04:33:21] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008090 10.0.0.133 - - [2026-05-28 04:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.133 - - [2026-05-28 04:33:23] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004709 10.0.0.133 - - [2026-05-28 04:33:23] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003594 10.0.0.133 - - [2026-05-28 04:33:23] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006668 10.0.0.133 - - [2026-05-28 04:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.133 - - [2026-05-28 04:33:23] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004390 10.0.0.133 - - [2026-05-28 04:33:23] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003216 10.0.0.133 - - [2026-05-28 04:33:23] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007793 10.0.0.133 - - [2026-05-28 04:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.133 - - [2026-05-28 04:33:23] "GET /routing-instance/b4a2ff81-7b21-48db-a313-ccb2bc08e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004889 10.0.0.133 - - [2026-05-28 04:33:23] "GET /route-target/25cd681f-05d7-441e-89f0-d90d6ac1eab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005194 10.0.0.133 - - [2026-05-28 04:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.133 - - [2026-05-28 04:33:24] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003130 10.0.0.133 - - [2026-05-28 04:33:24] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003515 10.0.0.133 - - [2026-05-28 04:33:24] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007084 10.0.0.133 - - [2026-05-28 04:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.133 - - [2026-05-28 04:33:24] "GET /routing-instance/b4a2ff81-7b21-48db-a313-ccb2bc08e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.006003 10.0.0.133 - - [2026-05-28 04:33:24] "GET /route-target/25cd681f-05d7-441e-89f0-d90d6ac1eab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006751 10.0.0.133 - - [2026-05-28 04:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897 10.0.0.133 - - [2026-05-28 04:33:24] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005263 10.0.0.133 - - [2026-05-28 04:33:24] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004168 10.0.0.133 - - [2026-05-28 04:33:24] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005684 10.0.0.133 - - [2026-05-28 04:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.133 - - [2026-05-28 04:33:24] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004057 10.0.0.133 - - [2026-05-28 04:33:24] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002944 10.0.0.133 - - [2026-05-28 04:33:24] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007323 10.0.0.133 - - [2026-05-28 04:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.133 - - [2026-05-28 04:33:24] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006855 10.0.0.133 - - [2026-05-28 04:33:24] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004279 10.0.0.133 - - [2026-05-28 04:33:24] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007876 10.0.0.133 - - [2026-05-28 04:33:24] "GET /obj-perms HTTP/1.1" 200 5051 0.005081 10.0.0.131 - - [2026-05-28 04:33:24] "GET /obj-perms HTTP/1.1" 200 5051 0.004177 10.0.0.133 - - [2026-05-28 04:33:24] "GET /obj-perms HTTP/1.1" 200 5051 0.004149 10.0.0.131 - - [2026-05-28 04:33:24] "GET /obj-perms HTTP/1.1" 200 5051 0.004102 10.0.0.133 - - [2026-05-28 04:33:24] "GET /obj-perms HTTP/1.1" 200 5051 0.004468 10.0.0.133 - - [2026-05-28 04:33:25] "GET /virtual-machine/a40b58f0-da56-453d-9e43-4ae95c1a8f45 HTTP/1.1" 200 1296 0.004582 10.0.0.133 - - [2026-05-28 04:33:25] "GET /virtual-machine-interface/55939f2d-c1ad-441b-a426-27e9e04ae237 HTTP/1.1" 200 2956 0.005496 10.0.0.133 - - [2026-05-28 04:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.133 - - [2026-05-28 04:33:25] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003905 10.0.0.133 - - [2026-05-28 04:33:25] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004485 10.0.0.133 - - [2026-05-28 04:33:25] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007577 10.0.0.133 - - [2026-05-28 04:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.133 - - [2026-05-28 04:33:26] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003601 10.0.0.133 - - [2026-05-28 04:33:26] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004652 10.0.0.133 - - [2026-05-28 04:33:26] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.008529 10.0.0.133 - - [2026-05-28 04:33:26] "GET /virtual-machine/f204521c-33a1-4de9-ae15-20c9429b1c3d HTTP/1.1" 200 1296 0.004671 10.0.0.133 - - [2026-05-28 04:33:26] "GET /virtual-machine-interface/1c3d793b-a180-450a-aa64-541016b12339 HTTP/1.1" 200 2956 0.008566 10.0.0.133 - - [2026-05-28 04:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.133 - - [2026-05-28 04:33:26] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005110 10.0.0.133 - - [2026-05-28 04:33:26] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005055 10.0.0.133 - - [2026-05-28 04:33:26] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006302 10.0.0.133 - - [2026-05-28 04:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.133 - - [2026-05-28 04:33:27] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004942 10.0.0.133 - - [2026-05-28 04:33:27] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004076 10.0.0.133 - - [2026-05-28 04:33:27] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009417 10.0.0.133 - - [2026-05-28 04:33:33] "POST /neutron/port HTTP/1.1" 200 1125 0.024637 10.0.0.133 - - [2026-05-28 04:33:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011229 10.0.0.133 - - [2026-05-28 04:33:48] "POST /neutron/port HTTP/1.1" 200 1125 0.024110 10.0.0.133 - - [2026-05-28 04:33:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009731 10.0.0.133 - - [2026-05-28 04:33:59] "POST /neutron/port HTTP/1.1" 200 1106 0.028310 10.0.0.133 - - [2026-05-28 04:33:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005261 10.0.0.133 - - [2026-05-28 04:33:59] "POST /neutron/network HTTP/1.1" 200 926 0.008281 10.0.0.133 - - [2026-05-28 04:34:05] "POST /neutron/port HTTP/1.1" 200 1125 0.031644 10.0.0.133 - - [2026-05-28 04:34:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004305 10.0.0.133 - - [2026-05-28 04:34:05] "POST /neutron/network HTTP/1.1" 200 886 0.007248 10.0.0.133 - - [2026-05-28 04:34:14] "POST /neutron/port HTTP/1.1" 200 1125 0.021941 10.0.0.41 - - [2026-05-28 04:34:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000569 10.0.0.41 - - [2026-05-28 04:34:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.133 - - [2026-05-28 04:34:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008810 10.0.0.41 - - [2026-05-28 04:34:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.131 - - [2026-05-28 04:34:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.41 - - [2026-05-28 04:34:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000597 10.0.0.131 - - [2026-05-28 04:34:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.131 - - [2026-05-28 04:34:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.131 - - [2026-05-28 04:34:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.133 - - [2026-05-28 04:34:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.133 - - [2026-05-28 04:34:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000478 10.0.0.133 - - [2026-05-28 04:34:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.133 - - [2026-05-28 04:34:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.133 - - [2026-05-28 04:34:27] "POST /neutron/port HTTP/1.1" 200 1125 0.060294 10.0.0.133 - - [2026-05-28 04:34:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010047 10.0.0.133 - - [2026-05-28 04:35:00] "POST /neutron/port HTTP/1.1" 200 1125 0.029866 10.0.0.133 - - [2026-05-28 04:35:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006147 10.0.0.133 - - [2026-05-28 04:35:01] "POST /neutron/network HTTP/1.1" 200 886 0.009552 10.0.0.133 - - [2026-05-28 04:35:05] "POST /neutron/network HTTP/1.1" 200 896 0.010294 10.0.0.133 - - [2026-05-28 04:35:05] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.41 - - [2026-05-28 04:35:25] "GET /obj-perms HTTP/1.1" 200 5075 0.068602 10.0.0.131 - - [2026-05-28 04:35:25] "GET /obj-perms HTTP/1.1" 200 5075 0.066386 10.0.0.133 - - [2026-05-28 04:35:27] "GET /virtual-machine/f204521c-33a1-4de9-ae15-20c9429b1c3d HTTP/1.1" 200 1296 0.005956 10.0.0.133 - - [2026-05-28 04:35:28] "POST /neutron/port HTTP/1.1" 200 1115 0.017664 10.0.0.133 - - [2026-05-28 04:35:29] "GET /virtual-machine/f204521c-33a1-4de9-ae15-20c9429b1c3d HTTP/1.1" 404 171 0.004076 10.0.0.133 - - [2026-05-28 04:35:29] "GET /virtual-machine/f204521c-33a1-4de9-ae15-20c9429b1c3d HTTP/1.1" 404 171 0.003998 10.0.0.133 - - [2026-05-28 04:35:29] "GET /virtual-machine/f204521c-33a1-4de9-ae15-20c9429b1c3d HTTP/1.1" 404 171 0.003333 10.0.0.133 - - [2026-05-28 04:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.133 - - [2026-05-28 04:35:30] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004630 10.0.0.133 - - [2026-05-28 04:35:30] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003183 10.0.0.133 - - [2026-05-28 04:35:30] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007192 10.0.0.133 - - [2026-05-28 04:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.133 - - [2026-05-28 04:35:30] "GET /routing-instance/b4a2ff81-7b21-48db-a313-ccb2bc08e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004236 10.0.0.133 - - [2026-05-28 04:35:30] "GET /route-target/25cd681f-05d7-441e-89f0-d90d6ac1eab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005392 10.0.0.133 - - [2026-05-28 04:35:30] "GET /obj-perms HTTP/1.1" 200 5051 0.004796 10.0.0.133 - - [2026-05-28 04:35:30] "GET /virtual-machine/a40b58f0-da56-453d-9e43-4ae95c1a8f45 HTTP/1.1" 200 1296 0.004339 10.0.0.133 - - [2026-05-28 04:35:31] "POST /neutron/port HTTP/1.1" 200 1115 0.017649 10.0.0.133 - - [2026-05-28 04:35:32] "GET /virtual-machine/a40b58f0-da56-453d-9e43-4ae95c1a8f45 HTTP/1.1" 404 171 0.004502 10.0.0.133 - - [2026-05-28 04:35:32] "GET /virtual-machine/a40b58f0-da56-453d-9e43-4ae95c1a8f45 HTTP/1.1" 404 171 0.003675 10.0.0.133 - - [2026-05-28 04:35:32] "GET /virtual-machine/a40b58f0-da56-453d-9e43-4ae95c1a8f45 HTTP/1.1" 404 171 0.003483 10.0.0.133 - - [2026-05-28 04:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.133 - - [2026-05-28 04:35:33] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004515 10.0.0.133 - - [2026-05-28 04:35:33] "GET /virtual-networks?parent_id=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004905 10.0.0.133 - - [2026-05-28 04:35:33] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007643 10.0.0.133 - - [2026-05-28 04:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.133 - - [2026-05-28 04:35:33] "GET /routing-instance/a6944316-f60e-4517-a40f-7d60073dbda7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.007264 10.0.0.133 - - [2026-05-28 04:35:33] "GET /route-target/3bf09670-e633-4451-b546-d4115991b421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005411 10.0.0.133 - - [2026-05-28 04:35:33] "GET /obj-perms HTTP/1.1" 200 5051 0.004093 10.0.0.133 - - [2026-05-28 04:35:39] "GET /obj-perms HTTP/1.1" 200 5051 0.004280 10.0.0.133 - - [2026-05-28 04:35:42] "GET /obj-perms HTTP/1.1" 200 5051 0.004369 10.0.0.133 - - [2026-05-28 04:35:48] "GET /obj-perms HTTP/1.1" 200 5051 0.003844 10.0.0.133 - - [2026-05-28 04:35:52] "GET /obj-perms HTTP/1.1" 200 5051 0.004324 10.0.0.131 - - [2026-05-28 04:35:52] "GET /obj-perms HTTP/1.1" 200 5051 0.004428 10.0.0.131 - - [2026-05-28 04:35:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006702 10.0.0.131 - - [2026-05-28 04:35:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003544 10.0.0.133 - - [2026-05-28 04:35:52] "DELETE /virtual-network/860e136e-24a6-47dc-82dd-421d3d8196f9 HTTP/1.1" 200 115 0.139256 10.0.0.41 - - [2026-05-28 04:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.041492 10.0.0.133 - - [2026-05-28 04:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.133 - - [2026-05-28 04:35:52] "GET /network-policy/7bfb5c44-64bd-4e8d-b3e5-c0aac0dd902b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005876 10.0.0.133 - - [2026-05-28 04:35:52] "POST /ref-update HTTP/1.1" 200 156 0.064946 10.0.0.41 - - [2026-05-28 04:35:52] "POST /ref-update HTTP/1.1" 200 156 0.028661 10.0.0.133 - - [2026-05-28 04:35:52] "GET /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.020773 10.0.0.133 - - [2026-05-28 04:35:52] "DELETE /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a HTTP/1.1" 409 235 0.013583 10.0.0.133 - - [2026-05-28 04:35:53] "POST /neutron/port HTTP/1.1" 200 1125 0.032418 10.0.0.133 - - [2026-05-28 04:35:53] "POST /neutron/port HTTP/1.1" 200 1125 0.020667 10.0.0.131 - - [2026-05-28 04:35:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004208 10.0.0.131 - - [2026-05-28 04:35:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003552 10.0.0.133 - - [2026-05-28 04:35:54] "DELETE /virtual-network/54ce957c-c958-4a30-9f45-8406dc1a511a HTTP/1.1" 200 115 0.139060 10.0.0.133 - - [2026-05-28 04:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.133 - - [2026-05-28 04:35:55] "GET /network-policy/431577dd-98e3-45d3-bfe3-dc359d21f9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004594 10.0.0.133 - - [2026-05-28 04:35:55] "POST /ref-update HTTP/1.1" 200 156 0.054452 10.0.0.41 - - [2026-05-28 04:35:55] "DELETE /access-control-list/726074e4-dcc5-4b4c-8dc3-72cfe90261c3 HTTP/1.1" 200 115 0.052345 10.0.0.133 - - [2026-05-28 04:35:55] "POST /neutron/network HTTP/1.1" 200 809 0.010911 10.0.0.133 - - [2026-05-28 04:35:55] "GET /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.006430 10.0.0.131 - - [2026-05-28 04:35:55] "POST /useragent-kv HTTP/1.1" 200 115 0.006271 10.0.0.131 - - [2026-05-28 04:35:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003111 10.0.0.133 - - [2026-05-28 04:35:55] "DELETE /virtual-network/98b74e3c-6049-4244-a73d-ec6d7674cd95 HTTP/1.1" 200 115 0.136538 10.0.0.133 - - [2026-05-28 04:35:55] "DELETE /network-policy/7bfb5c44-64bd-4e8d-b3e5-c0aac0dd902b HTTP/1.1" 200 115 0.048759 10.0.0.133 - - [2026-05-28 04:35:55] "DELETE /network-policy/431577dd-98e3-45d3-bfe3-dc359d21f9a7 HTTP/1.1" 200 115 0.039433 10.0.0.133 - - [2026-05-28 04:36:06] "POST /neutron/network HTTP/1.1" 200 1124 0.008181 10.0.0.133 - - [2026-05-28 04:36:06] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017961 10.0.0.133 - - [2026-05-28 04:36:06] "POST /neutron/network HTTP/1.1" 200 1114 0.014165 10.0.0.131 - - [2026-05-28 04:36:24] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001167 10.0.0.133 - - [2026-05-28 04:36:24] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.102188 10.0.0.131 - - [2026-05-28 04:36:24] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001487 10.0.0.133 - - [2026-05-28 04:36:24] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?fields=virtual_networks HTTP/1.1" 200 1037 0.050093 10.0.0.131 - - [2026-05-28 04:36:24] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.133 - - [2026-05-28 04:36:24] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.055020 10.0.0.131 - - [2026-05-28 04:36:24] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001491 10.0.0.133 - - [2026-05-28 04:36:24] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?fields=security_groups HTTP/1.1" 200 1265 0.051424 10.0.0.133 - - [2026-05-28 04:36:26] "GET /obj-perms HTTP/1.1" 200 5075 0.092092 10.0.0.41 - - [2026-05-28 04:36:26] "GET /obj-perms HTTP/1.1" 200 5075 0.136168 10.0.0.133 - - [2026-05-28 04:36:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.052628 10.0.0.131 - - [2026-05-28 04:36:26] "GET /projects?obj_uuids=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003477 10.0.0.131 - - [2026-05-28 04:36:26] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.131 - - [2026-05-28 04:36:26] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010131 10.0.0.131 - - [2026-05-28 04:36:26] "POST /id-to-fqname HTTP/1.1" 200 190 0.010824 10.0.0.131 - - [2026-05-28 04:36:26] "POST /fqname-to-id HTTP/1.1" 404 199 0.009403 10.0.0.131 - - [2026-05-28 04:36:27] "POST /security-groups HTTP/1.1" 200 591 0.086562 10.0.0.41 - - [2026-05-28 04:36:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.008896 10.0.0.131 - - [2026-05-28 04:36:27] "POST /projects HTTP/1.1" 200 585 0.339270 10.0.0.131 - - [2026-05-28 04:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.379584 10.0.0.133 - - [2026-05-28 04:36:27] "GET /project/92bb382a-b79a-4f98-98f7-3fc1a9f29349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.564881 10.0.0.41 - - [2026-05-28 04:36:27] "POST /access-control-lists HTTP/1.1" 200 596 0.088364 10.0.0.133 - - [2026-05-28 04:36:28] "GET / HTTP/1.1" 200 36215 0.001660 10.0.0.133 - - [2026-05-28 04:36:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000483 10.0.0.133 - - [2026-05-28 04:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.082608 10.0.0.131 - - [2026-05-28 04:36:30] "GET /projects?obj_uuids=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000849 10.0.0.133 - - [2026-05-28 04:36:30] "GET /project/92bb382a-b79a-4f98-98f7-3fc1a9f29349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059124 10.0.0.131 - - [2026-05-28 04:36:31] "POST /useragent-kv HTTP/1.1" 200 115 0.008074 10.0.0.133 - - [2026-05-28 04:36:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.255995 10.0.0.133 - - [2026-05-28 04:36:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001246 10.0.0.133 - - [2026-05-28 04:36:31] "GET /virtual-network/d9bd98ca-32e7-4e53-8008-3eb94ca0abf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006012 10.0.0.133 - - [2026-05-28 04:36:31] "GET /virtual-network/d9bd98ca-32e7-4e53-8008-3eb94ca0abf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006273 10.0.0.133 - - [2026-05-28 04:36:31] "POST /neutron/network HTTP/1.1" 200 823 0.009115 10.0.0.133 - - [2026-05-28 04:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005395 10.0.0.131 - - [2026-05-28 04:36:31] "GET /projects?obj_uuids=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000975 10.0.0.133 - - [2026-05-28 04:36:31] "GET /project/92bb382a-b79a-4f98-98f7-3fc1a9f29349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044353 10.0.0.131 - - [2026-05-28 04:36:31] "GET /projects?obj_uuids=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.133 - - [2026-05-28 04:36:31] "POST /neutron/network HTTP/1.1" 200 605 0.135387 10.0.0.41 - - [2026-05-28 04:36:31] "POST /route-targets HTTP/1.1" 200 328 0.025764 10.0.0.133 - - [2026-05-28 04:36:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.004014 10.0.0.133 - - [2026-05-28 04:36:32] "GET /virtual-network/32302c9f-ddac-4516-9388-4815e4786bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008021 10.0.0.133 - - [2026-05-28 04:36:32] "POST /neutron/network HTTP/1.1" 200 823 0.007959 10.0.0.133 - - [2026-05-28 04:36:32] "GET /virtual-network/32302c9f-ddac-4516-9388-4815e4786bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007045 10.0.0.133 - - [2026-05-28 04:36:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001442 10.0.0.133 - - [2026-05-28 04:36:32] "POST /neutron/port HTTP/1.1" 200 4190 0.041537 10.0.0.131 - - [2026-05-28 04:36:33] "GET /projects?obj_uuids=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001185 10.0.0.133 - - [2026-05-28 04:36:33] "GET /project/92bb382a-b79a-4f98-98f7-3fc1a9f29349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.085765 10.0.0.133 - - [2026-05-28 04:36:33] "POST /neutron/port HTTP/1.1" 200 4190 0.042729 10.0.0.133 - - [2026-05-28 04:36:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001646 10.0.0.133 - - [2026-05-28 04:36:34] "POST /neutron/network HTTP/1.1" 200 833 0.009308 10.0.0.133 - - [2026-05-28 04:36:34] "POST /neutron/port HTTP/1.1" 200 1059 0.029581 10.0.0.133 - - [2026-05-28 04:36:35] "POST /neutron/port HTTP/1.1" 200 1123 0.024092 10.0.0.133 - - [2026-05-28 04:36:35] "POST /neutron/port HTTP/1.1" 200 117 0.001599 10.0.0.131 - - [2026-05-28 04:36:35] "GET /projects?obj_uuids=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001359 10.0.0.133 - - [2026-05-28 04:36:35] "GET /project/92bb382a-b79a-4f98-98f7-3fc1a9f29349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.105910 10.0.0.133 - - [2026-05-28 04:36:35] "POST /neutron/port HTTP/1.1" 200 5160 0.042712 10.0.0.133 - - [2026-05-28 04:36:35] "POST /neutron/port HTTP/1.1" 200 1123 0.018617 10.0.0.131 - - [2026-05-28 04:36:36] "GET /projects?obj_uuids=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.047515 10.0.0.133 - - [2026-05-28 04:36:36] "POST /neutron/port HTTP/1.1" 200 1059 0.381540 10.0.0.133 - - [2026-05-28 04:36:36] "POST /neutron/port HTTP/1.1" 200 1113 0.129670 10.0.0.133 - - [2026-05-28 04:36:36] "POST /neutron/subnet HTTP/1.1" 200 694 0.011849 10.0.0.131 - - [2026-05-28 04:36:38] "DELETE /project/92bb382ab79a4f9898f73fc1a9f29349 HTTP/1.1" 404 173 0.036101 10.0.0.131 - - [2026-05-28 04:36:38] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000938 10.0.0.131 - - [2026-05-28 04:36:38] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.061591 10.0.0.131 - - [2026-05-28 04:36:38] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001335 10.0.0.131 - - [2026-05-28 04:36:38] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?fields=security_groups HTTP/1.1" 200 1367 0.058690 10.0.0.131 - - [2026-05-28 04:36:38] "DELETE /security-group/ebdfba20-bb25-4c6a-bbb3-5aff71cd7d17 HTTP/1.1" 200 115 0.055228 10.0.0.131 - - [2026-05-28 04:36:38] "GET /projects?obj_uuids=f53c5d84-c716-4ca6-ac21-3f23a81ac814&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001274 10.0.0.131 - - [2026-05-28 04:36:38] "GET /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814?fields=application_policy_sets HTTP/1.1" 200 1406 0.084199 10.0.0.41 - - [2026-05-28 04:36:38] "DELETE /access-control-list/1db6e186-9fdc-44d9-9a5a-22d87e50a669 HTTP/1.1" 200 115 0.074168 10.0.0.131 - - [2026-05-28 04:36:38] "DELETE /project/f53c5d84-c716-4ca6-ac21-3f23a81ac814 HTTP/1.1" 200 115 0.550531 10.0.0.133 - - [2026-05-28 04:36:40] "POST /neutron/port HTTP/1.1" 200 1123 0.023300 10.0.0.133 - - [2026-05-28 04:36:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009273 10.0.0.133 - - [2026-05-28 04:36:41] "GET /virtual-machine/1bdac50a-b5d1-4585-b978-be5e8a814484 HTTP/1.1" 401 293 0.000427 10.0.0.133 - - [2026-05-28 04:36:41] "GET /virtual-machine/1bdac50a-b5d1-4585-b978-be5e8a814484 HTTP/1.1" 200 1294 0.037899 10.0.0.133 - - [2026-05-28 04:36:41] "GET /virtual-machine-interface/dbb7dfcf-5009-4f34-9b76-962a5b21c579 HTTP/1.1" 200 2949 0.005820 10.0.0.133 - - [2026-05-28 04:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.133 - - [2026-05-28 04:36:41] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005218 10.0.0.133 - - [2026-05-28 04:36:41] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004293 10.0.0.133 - - [2026-05-28 04:36:41] "GET /virtual-network/d9bd98ca-32e7-4e53-8008-3eb94ca0abf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006996 10.0.0.133 - - [2026-05-28 04:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.133 - - [2026-05-28 04:36:44] "GET /virtual-network/d9bd98ca-32e7-4e53-8008-3eb94ca0abf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008379 10.0.0.133 - - [2026-05-28 04:36:45] "POST /neutron/port HTTP/1.1" 200 1123 0.024395 10.0.0.133 - - [2026-05-28 04:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.133 - - [2026-05-28 04:36:46] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004424 10.0.0.133 - - [2026-05-28 04:36:46] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003671 10.0.0.133 - - [2026-05-28 04:36:46] "GET /virtual-network/d9bd98ca-32e7-4e53-8008-3eb94ca0abf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007555 10.0.0.133 - - [2026-05-28 04:36:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009583 10.0.0.133 - - [2026-05-28 04:36:47] "POST /neutron/port HTTP/1.1" 200 1123 0.019119 10.0.0.133 - - [2026-05-28 04:36:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007521 10.0.0.133 - - [2026-05-28 04:36:47] "GET /virtual-machine/5b842810-5207-4159-b736-b48279df9738 HTTP/1.1" 200 1294 0.006974 10.0.0.133 - - [2026-05-28 04:36:47] "GET /virtual-machine-interface/a40dc748-263d-48d7-b70f-9e8a2ea7e95d HTTP/1.1" 200 2949 0.006724 10.0.0.133 - - [2026-05-28 04:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.133 - - [2026-05-28 04:36:47] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006047 10.0.0.133 - - [2026-05-28 04:36:47] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.006385 10.0.0.133 - - [2026-05-28 04:36:47] "GET /virtual-network/32302c9f-ddac-4516-9388-4815e4786bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005825 10.0.0.133 - - [2026-05-28 04:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.133 - - [2026-05-28 04:36:48] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004655 10.0.0.133 - - [2026-05-28 04:36:48] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003552 10.0.0.133 - - [2026-05-28 04:36:48] "GET /virtual-network/32302c9f-ddac-4516-9388-4815e4786bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010807 10.0.0.133 - - [2026-05-28 04:36:49] "GET /virtual-machine/1bdac50a-b5d1-4585-b978-be5e8a814484 HTTP/1.1" 200 1294 0.004945 10.0.0.133 - - [2026-05-28 04:36:49] "GET /virtual-machine-interface/dbb7dfcf-5009-4f34-9b76-962a5b21c579 HTTP/1.1" 200 2949 0.005891 10.0.0.133 - - [2026-05-28 04:36:49] "GET /virtual-machine/1bdac50a-b5d1-4585-b978-be5e8a814484 HTTP/1.1" 200 1294 0.009893 10.0.0.133 - - [2026-05-28 04:36:49] "GET /virtual-machine-interface/dbb7dfcf-5009-4f34-9b76-962a5b21c579 HTTP/1.1" 200 2949 0.007977 10.0.0.133 - - [2026-05-28 04:36:49] "GET /instance-ip/5c25caf4-a31f-4d0b-9ba0-f007101d2d82 HTTP/1.1" 200 1622 0.007629 10.0.0.133 - - [2026-05-28 04:36:49] "GET /virtual-machine/1bdac50a-b5d1-4585-b978-be5e8a814484 HTTP/1.1" 200 1294 0.004138 10.0.0.133 - - [2026-05-28 04:36:49] "GET /virtual-machine-interface/dbb7dfcf-5009-4f34-9b76-962a5b21c579 HTTP/1.1" 200 2949 0.005940 10.0.0.133 - - [2026-05-28 04:36:49] "GET /instance-ip/5c25caf4-a31f-4d0b-9ba0-f007101d2d82 HTTP/1.1" 200 1622 0.005196 10.0.0.133 - - [2026-05-28 04:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.133 - - [2026-05-28 04:36:49] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004617 10.0.0.133 - - [2026-05-28 04:36:49] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004759 10.0.0.133 - - [2026-05-28 04:36:49] "GET /virtual-network/d9bd98ca-32e7-4e53-8008-3eb94ca0abf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008444 10.0.0.133 - - [2026-05-28 04:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.133 - - [2026-05-28 04:36:49] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005640 10.0.0.133 - - [2026-05-28 04:36:49] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005287 10.0.0.133 - - [2026-05-28 04:36:49] "GET /virtual-network/d9bd98ca-32e7-4e53-8008-3eb94ca0abf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007886 10.0.0.133 - - [2026-05-28 04:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.013077 10.0.0.133 - - [2026-05-28 04:36:49] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007727 10.0.0.133 - - [2026-05-28 04:36:49] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004313 10.0.0.133 - - [2026-05-28 04:36:49] "GET /virtual-network/d9bd98ca-32e7-4e53-8008-3eb94ca0abf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007940 10.0.0.133 - - [2026-05-28 04:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.133 - - [2026-05-28 04:36:49] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005015 10.0.0.133 - - [2026-05-28 04:36:49] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004038 10.0.0.133 - - [2026-05-28 04:36:49] "GET /virtual-network/d9bd98ca-32e7-4e53-8008-3eb94ca0abf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010852 10.0.0.133 - - [2026-05-28 04:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.133 - - [2026-05-28 04:36:49] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007787 10.0.0.133 - - [2026-05-28 04:36:49] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003847 10.0.0.133 - - [2026-05-28 04:36:49] "GET /virtual-network/d9bd98ca-32e7-4e53-8008-3eb94ca0abf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006008 10.0.0.133 - - [2026-05-28 04:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.133 - - [2026-05-28 04:36:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005477 10.0.0.133 - - [2026-05-28 04:36:50] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003993 10.0.0.133 - - [2026-05-28 04:36:50] "GET /virtual-network/d9bd98ca-32e7-4e53-8008-3eb94ca0abf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007551 10.0.0.133 - - [2026-05-28 04:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.133 - - [2026-05-28 04:36:50] "GET /routing-instance/a9a49289-cb19-4d7c-ba4b-c7c5d6d1c795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.008618 10.0.0.133 - - [2026-05-28 04:36:50] "GET /route-target/0ed2c4fd-ec14-4d5c-b2b1-dccdda2955bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007561 10.0.0.133 - - [2026-05-28 04:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.133 - - [2026-05-28 04:36:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005451 10.0.0.133 - - [2026-05-28 04:36:50] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004068 10.0.0.133 - - [2026-05-28 04:36:50] "GET /virtual-network/d9bd98ca-32e7-4e53-8008-3eb94ca0abf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007707 10.0.0.133 - - [2026-05-28 04:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.133 - - [2026-05-28 04:36:50] "GET /routing-instance/a9a49289-cb19-4d7c-ba4b-c7c5d6d1c795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005202 10.0.0.133 - - [2026-05-28 04:36:50] "GET /route-target/0ed2c4fd-ec14-4d5c-b2b1-dccdda2955bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.012563 10.0.0.133 - - [2026-05-28 04:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.133 - - [2026-05-28 04:36:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004678 10.0.0.133 - - [2026-05-28 04:36:50] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003505 10.0.0.133 - - [2026-05-28 04:36:50] "GET /virtual-network/d9bd98ca-32e7-4e53-8008-3eb94ca0abf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009303 10.0.0.133 - - [2026-05-28 04:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006409 10.0.0.133 - - [2026-05-28 04:36:50] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.019495 10.0.0.133 - - [2026-05-28 04:36:50] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003900 10.0.0.133 - - [2026-05-28 04:36:50] "GET /virtual-network/d9bd98ca-32e7-4e53-8008-3eb94ca0abf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006522 10.0.0.131 - - [2026-05-28 04:36:53] "GET /obj-perms HTTP/1.1" 200 5049 0.059046 10.0.0.133 - - [2026-05-28 04:36:54] "GET /obj-perms HTTP/1.1" 200 5049 0.068279 10.0.0.133 - - [2026-05-28 04:36:54] "GET /obj-perms HTTP/1.1" 200 5049 0.004635 10.0.0.133 - - [2026-05-28 04:36:54] "GET /obj-perms HTTP/1.1" 200 5049 0.003622 10.0.0.133 - - [2026-05-28 04:36:54] "POST /neutron/port HTTP/1.1" 200 1123 0.022593 10.0.0.133 - - [2026-05-28 04:36:54] "GET /virtual-machine/5b842810-5207-4159-b736-b48279df9738 HTTP/1.1" 200 1294 0.005448 10.0.0.133 - - [2026-05-28 04:36:54] "GET /virtual-machine-interface/a40dc748-263d-48d7-b70f-9e8a2ea7e95d HTTP/1.1" 200 2949 0.008060 10.0.0.133 - - [2026-05-28 04:36:54] "GET /virtual-machine/5b842810-5207-4159-b736-b48279df9738 HTTP/1.1" 200 1294 0.005992 10.0.0.133 - - [2026-05-28 04:36:54] "GET /virtual-machine-interface/a40dc748-263d-48d7-b70f-9e8a2ea7e95d HTTP/1.1" 200 2949 0.006907 10.0.0.133 - - [2026-05-28 04:36:54] "GET /instance-ip/33902a4a-dcb3-4b24-a87d-9e8fa149755d HTTP/1.1" 200 1622 0.008863 10.0.0.133 - - [2026-05-28 04:36:54] "GET /virtual-machine/5b842810-5207-4159-b736-b48279df9738 HTTP/1.1" 200 1294 0.005813 10.0.0.133 - - [2026-05-28 04:36:54] "GET /virtual-machine-interface/a40dc748-263d-48d7-b70f-9e8a2ea7e95d HTTP/1.1" 200 2949 0.006496 10.0.0.133 - - [2026-05-28 04:36:54] "GET /instance-ip/33902a4a-dcb3-4b24-a87d-9e8fa149755d HTTP/1.1" 200 1622 0.005807 10.0.0.133 - - [2026-05-28 04:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.133 - - [2026-05-28 04:36:54] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004441 10.0.0.133 - - [2026-05-28 04:36:55] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005011 10.0.0.133 - - [2026-05-28 04:36:55] "GET /virtual-network/32302c9f-ddac-4516-9388-4815e4786bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008059 10.0.0.133 - - [2026-05-28 04:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.133 - - [2026-05-28 04:36:55] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005593 10.0.0.133 - - [2026-05-28 04:36:55] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003765 10.0.0.133 - - [2026-05-28 04:36:55] "GET /virtual-network/32302c9f-ddac-4516-9388-4815e4786bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007416 10.0.0.133 - - [2026-05-28 04:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.133 - - [2026-05-28 04:36:55] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004563 10.0.0.133 - - [2026-05-28 04:36:55] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004346 10.0.0.133 - - [2026-05-28 04:36:55] "GET /virtual-network/32302c9f-ddac-4516-9388-4815e4786bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009119 10.0.0.133 - - [2026-05-28 04:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.133 - - [2026-05-28 04:36:55] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004521 10.0.0.133 - - [2026-05-28 04:36:55] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003856 10.0.0.133 - - [2026-05-28 04:36:55] "GET /virtual-network/32302c9f-ddac-4516-9388-4815e4786bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006516 10.0.0.133 - - [2026-05-28 04:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.133 - - [2026-05-28 04:36:55] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005189 10.0.0.133 - - [2026-05-28 04:36:55] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003993 10.0.0.133 - - [2026-05-28 04:36:55] "GET /virtual-network/32302c9f-ddac-4516-9388-4815e4786bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007700 10.0.0.133 - - [2026-05-28 04:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.133 - - [2026-05-28 04:36:55] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004782 10.0.0.133 - - [2026-05-28 04:36:55] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003617 10.0.0.133 - - [2026-05-28 04:36:55] "GET /virtual-network/32302c9f-ddac-4516-9388-4815e4786bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006779 10.0.0.133 - - [2026-05-28 04:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.133 - - [2026-05-28 04:36:55] "GET /routing-instance/aea3f2c4-2442-43cf-bea1-dbd4db77ad30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.009795 10.0.0.133 - - [2026-05-28 04:36:55] "GET /route-target/424436a6-912c-4456-9fb4-09611d9abaf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005755 10.0.0.133 - - [2026-05-28 04:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.133 - - [2026-05-28 04:36:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005344 10.0.0.133 - - [2026-05-28 04:36:56] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003615 10.0.0.133 - - [2026-05-28 04:36:56] "GET /virtual-network/32302c9f-ddac-4516-9388-4815e4786bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007099 10.0.0.133 - - [2026-05-28 04:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.133 - - [2026-05-28 04:36:56] "GET /routing-instance/aea3f2c4-2442-43cf-bea1-dbd4db77ad30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006872 10.0.0.133 - - [2026-05-28 04:36:56] "GET /route-target/424436a6-912c-4456-9fb4-09611d9abaf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005774 10.0.0.133 - - [2026-05-28 04:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.133 - - [2026-05-28 04:36:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004959 10.0.0.133 - - [2026-05-28 04:36:56] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003905 10.0.0.133 - - [2026-05-28 04:36:56] "GET /virtual-network/32302c9f-ddac-4516-9388-4815e4786bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007527 10.0.0.133 - - [2026-05-28 04:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.133 - - [2026-05-28 04:36:56] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004802 10.0.0.133 - - [2026-05-28 04:36:56] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004538 10.0.0.133 - - [2026-05-28 04:36:56] "GET /virtual-network/32302c9f-ddac-4516-9388-4815e4786bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009142 10.0.0.131 - - [2026-05-28 04:36:56] "GET /obj-perms HTTP/1.1" 200 5049 0.005061 10.0.0.131 - - [2026-05-28 04:37:00] "GET /obj-perms HTTP/1.1" 200 5049 0.005534 10.0.0.133 - - [2026-05-28 04:37:00] "GET /obj-perms HTTP/1.1" 200 5049 0.009121 10.0.0.133 - - [2026-05-28 04:37:00] "GET /obj-perms HTTP/1.1" 200 5049 0.004422 10.0.0.131 - - [2026-05-28 04:37:00] "GET /obj-perms HTTP/1.1" 200 5049 0.004685 10.0.0.133 - - [2026-05-28 04:37:01] "POST /neutron/port HTTP/1.1" 200 1219 0.055931 10.0.0.133 - - [2026-05-28 04:37:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004788 10.0.0.133 - - [2026-05-28 04:37:02] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.133 - - [2026-05-28 04:37:06] "POST /neutron/port HTTP/1.1" 200 1106 0.064257 10.0.0.133 - - [2026-05-28 04:37:06] "POST /neutron/subnet HTTP/1.1" 200 693 0.014373 10.0.0.133 - - [2026-05-28 04:37:23] "GET /virtual-machine/5b842810-5207-4159-b736-b48279df9738 HTTP/1.1" 200 1294 0.004671 10.0.0.133 - - [2026-05-28 04:37:24] "POST /neutron/port HTTP/1.1" 200 1123 0.021740 10.0.0.133 - - [2026-05-28 04:37:25] "GET /virtual-machine/5b842810-5207-4159-b736-b48279df9738 HTTP/1.1" 404 171 0.004970 10.0.0.133 - - [2026-05-28 04:37:25] "GET /virtual-machine/5b842810-5207-4159-b736-b48279df9738 HTTP/1.1" 404 171 0.003754 10.0.0.133 - - [2026-05-28 04:37:25] "GET /virtual-machine/5b842810-5207-4159-b736-b48279df9738 HTTP/1.1" 404 171 0.003685 10.0.0.133 - - [2026-05-28 04:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.133 - - [2026-05-28 04:37:26] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004298 10.0.0.133 - - [2026-05-28 04:37:26] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002961 10.0.0.133 - - [2026-05-28 04:37:26] "GET /virtual-network/32302c9f-ddac-4516-9388-4815e4786bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007631 10.0.0.133 - - [2026-05-28 04:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.133 - - [2026-05-28 04:37:26] "GET /routing-instance/aea3f2c4-2442-43cf-bea1-dbd4db77ad30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006296 10.0.0.133 - - [2026-05-28 04:37:26] "GET /route-target/424436a6-912c-4456-9fb4-09611d9abaf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004909 10.0.0.131 - - [2026-05-28 04:37:26] "GET /obj-perms HTTP/1.1" 200 5075 0.067960 10.0.0.133 - - [2026-05-28 04:37:27] "GET /obj-perms HTTP/1.1" 200 5075 0.080379 10.0.0.133 - - [2026-05-28 04:37:32] "GET /obj-perms HTTP/1.1" 200 5049 0.004954 10.0.0.41 - - [2026-05-28 04:37:32] "GET /obj-perms HTTP/1.1" 200 5049 0.064789 10.0.0.131 - - [2026-05-28 04:37:32] "GET /obj-perms HTTP/1.1" 200 5049 0.006851 10.0.0.133 - - [2026-05-28 04:37:32] "GET /virtual-machine/1bdac50a-b5d1-4585-b978-be5e8a814484 HTTP/1.1" 200 1294 0.007211 10.0.0.133 - - [2026-05-28 04:37:33] "POST /neutron/port HTTP/1.1" 200 1123 0.023610 10.0.0.133 - - [2026-05-28 04:37:34] "GET /virtual-machine/1bdac50a-b5d1-4585-b978-be5e8a814484 HTTP/1.1" 404 171 0.003473 10.0.0.133 - - [2026-05-28 04:37:34] "GET /virtual-machine/1bdac50a-b5d1-4585-b978-be5e8a814484 HTTP/1.1" 404 171 0.002814 10.0.0.133 - - [2026-05-28 04:37:34] "GET /virtual-machine/1bdac50a-b5d1-4585-b978-be5e8a814484 HTTP/1.1" 404 171 0.003297 10.0.0.133 - - [2026-05-28 04:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.133 - - [2026-05-28 04:37:35] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005566 10.0.0.133 - - [2026-05-28 04:37:35] "GET /virtual-networks?parent_id=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004276 10.0.0.133 - - [2026-05-28 04:37:35] "GET /virtual-network/d9bd98ca-32e7-4e53-8008-3eb94ca0abf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006464 10.0.0.133 - - [2026-05-28 04:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.133 - - [2026-05-28 04:37:35] "GET /routing-instance/a9a49289-cb19-4d7c-ba4b-c7c5d6d1c795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004578 10.0.0.133 - - [2026-05-28 04:37:35] "GET /route-target/0ed2c4fd-ec14-4d5c-b2b1-dccdda2955bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.010317 10.0.0.133 - - [2026-05-28 04:37:35] "GET /obj-perms HTTP/1.1" 200 5049 0.004019 10.0.0.133 - - [2026-05-28 04:37:41] "GET /obj-perms HTTP/1.1" 200 5049 0.004875 10.0.0.133 - - [2026-05-28 04:37:44] "GET /obj-perms HTTP/1.1" 200 5049 0.004528 10.0.0.133 - - [2026-05-28 04:37:50] "GET /obj-perms HTTP/1.1" 200 5049 0.004222 10.0.0.133 - - [2026-05-28 04:37:54] "GET /obj-perms HTTP/1.1" 200 5049 0.004972 10.0.0.133 - - [2026-05-28 04:37:54] "POST /neutron/network HTTP/1.1" 200 823 0.008605 10.0.0.131 - - [2026-05-28 04:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003860 10.0.0.41 - - [2026-05-28 04:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007324 10.0.0.131 - - [2026-05-28 04:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005818 10.0.0.133 - - [2026-05-28 04:37:54] "POST /neutron/network HTTP/1.1" 200 151 0.177633 10.0.0.131 - - [2026-05-28 04:37:55] "GET /projects?obj_uuids=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001328 10.0.0.133 - - [2026-05-28 04:37:56] "GET /project/92bb382a-b79a-4f98-98f7-3fc1a9f29349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043023 10.0.0.131 - - [2026-05-28 04:37:56] "GET /projects?obj_uuids=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001853 10.0.0.133 - - [2026-05-28 04:37:56] "GET /project/92bb382a-b79a-4f98-98f7-3fc1a9f29349?fields=virtual_networks HTTP/1.1" 200 1035 0.059609 10.0.0.131 - - [2026-05-28 04:37:56] "GET /projects?obj_uuids=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001378 10.0.0.133 - - [2026-05-28 04:37:56] "GET /project/92bb382a-b79a-4f98-98f7-3fc1a9f29349?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.049382 10.0.0.131 - - [2026-05-28 04:37:56] "GET /projects?obj_uuids=92bb382a-b79a-4f98-98f7-3fc1a9f29349&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001349 10.0.0.133 - - [2026-05-28 04:37:56] "GET /project/92bb382a-b79a-4f98-98f7-3fc1a9f29349?fields=security_groups HTTP/1.1" 200 1262 0.060393 10.0.0.133 - - [2026-05-28 04:37:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.040065 10.0.0.131 - - [2026-05-28 04:37:57] "GET /projects?obj_uuids=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007724 10.0.0.131 - - [2026-05-28 04:37:57] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001357 10.0.0.131 - - [2026-05-28 04:37:57] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007684 10.0.0.131 - - [2026-05-28 04:37:57] "POST /id-to-fqname HTTP/1.1" 200 198 0.005553 10.0.0.131 - - [2026-05-28 04:37:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.006141 10.0.0.131 - - [2026-05-28 04:37:57] "POST /security-groups HTTP/1.1" 200 599 0.039747 10.0.0.131 - - [2026-05-28 04:37:57] "POST /projects HTTP/1.1" 200 601 0.272985 10.0.0.41 - - [2026-05-28 04:37:57] "POST /access-control-lists HTTP/1.1" 200 606 0.034789 10.0.0.131 - - [2026-05-28 04:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.358357 10.0.0.133 - - [2026-05-28 04:37:57] "GET /project/a5903b43-a656-46dd-97ab-a8f67505687e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.522171 10.0.0.133 - - [2026-05-28 04:37:59] "GET / HTTP/1.1" 200 36215 0.001452 10.0.0.133 - - [2026-05-28 04:38:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000432 10.0.0.133 - - [2026-05-28 04:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.069236 10.0.0.131 - - [2026-05-28 04:38:02] "GET /projects?obj_uuids=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000913 10.0.0.133 - - [2026-05-28 04:38:02] "GET /project/a5903b43-a656-46dd-97ab-a8f67505687e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.046899 10.0.0.41 - - [2026-05-28 04:38:03] "POST /route-targets HTTP/1.1" 200 328 0.021546 10.0.0.131 - - [2026-05-28 04:38:03] "POST /useragent-kv HTTP/1.1" 200 115 0.014040 10.0.0.133 - - [2026-05-28 04:38:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.285252 10.0.0.133 - - [2026-05-28 04:38:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001489 10.0.0.133 - - [2026-05-28 04:38:03] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.008895 10.0.0.133 - - [2026-05-28 04:38:03] "POST /neutron/network HTTP/1.1" 200 1007 0.011720 10.0.0.133 - - [2026-05-28 04:38:03] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007702 10.0.0.133 - - [2026-05-28 04:38:03] "POST /neutron/port HTTP/1.1" 200 1106 0.022786 10.0.0.133 - - [2026-05-28 04:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.131 - - [2026-05-28 04:38:03] "GET /projects?obj_uuids=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.133 - - [2026-05-28 04:38:03] "POST /neutron/network HTTP/1.1" 200 936 0.009989 10.0.0.133 - - [2026-05-28 04:38:03] "GET /project/a5903b43-a656-46dd-97ab-a8f67505687e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.057123 10.0.0.133 - - [2026-05-28 04:38:04] "POST /neutron/port HTTP/1.1" 200 117 0.001532 10.0.0.131 - - [2026-05-28 04:38:04] "GET /projects?obj_uuids=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.133 - - [2026-05-28 04:38:04] "POST /neutron/network HTTP/1.1" 200 613 0.184484 10.0.0.41 - - [2026-05-28 04:38:04] "POST /ref-update HTTP/1.1" 200 156 0.034867 10.0.0.41 - - [2026-05-28 04:38:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.053883 10.0.0.133 - - [2026-05-28 04:38:04] "POST /neutron/network HTTP/1.1" 200 1007 0.014402 10.0.0.133 - - [2026-05-28 04:38:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001461 10.0.0.133 - - [2026-05-28 04:38:04] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007429 10.0.0.133 - - [2026-05-28 04:38:04] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006071 10.0.0.133 - - [2026-05-28 04:38:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.011605 10.0.0.133 - - [2026-05-28 04:38:05] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007593 10.0.0.133 - - [2026-05-28 04:38:06] "GET /obj-perms HTTP/1.1" 200 5065 0.076265 10.0.0.133 - - [2026-05-28 04:38:07] "POST /neutron/port HTTP/1.1" 200 1219 0.032608 10.0.0.133 - - [2026-05-28 04:38:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004226 10.0.0.133 - - [2026-05-28 04:38:07] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005793 10.0.0.133 - - [2026-05-28 04:38:07] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.41 - - [2026-05-28 04:38:07] "GET /obj-perms HTTP/1.1" 200 5065 0.084580 10.0.0.131 - - [2026-05-28 04:38:08] "GET /obj-perms HTTP/1.1" 200 5065 0.065593 10.0.0.133 - - [2026-05-28 04:38:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.012870 10.0.0.133 - - [2026-05-28 04:38:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001862 10.0.0.133 - - [2026-05-28 04:38:08] "POST /neutron/network HTTP/1.1" 200 1017 0.008425 10.0.0.131 - - [2026-05-28 04:38:09] "GET /projects?obj_uuids=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001902 10.0.0.133 - - [2026-05-28 04:38:09] "GET /project/a5903b43-a656-46dd-97ab-a8f67505687e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.077979 10.0.0.133 - - [2026-05-28 04:38:09] "POST /neutron/port HTTP/1.1" 200 117 0.007989 10.0.0.131 - - [2026-05-28 04:38:09] "GET /projects?obj_uuids=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001122 10.0.0.133 - - [2026-05-28 04:38:10] "POST /neutron/port HTTP/1.1" 200 1176 0.416305 10.0.0.133 - - [2026-05-28 04:38:10] "POST /neutron/port HTTP/1.1" 200 1230 0.144998 10.0.0.133 - - [2026-05-28 04:38:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004316 10.0.0.133 - - [2026-05-28 04:38:10] "POST /neutron/port HTTP/1.1" 200 117 0.001424 10.0.0.133 - - [2026-05-28 04:38:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010012 10.0.0.133 - - [2026-05-28 04:38:14] "POST /neutron/port HTTP/1.1" 200 1240 0.021595 10.0.0.133 - - [2026-05-28 04:38:14] "GET /virtual-machine/c4e66c4f-017e-4e72-ab97-26bea989e727 HTTP/1.1" 401 293 0.000532 10.0.0.133 - - [2026-05-28 04:38:15] "GET /virtual-machine/c4e66c4f-017e-4e72-ab97-26bea989e727 HTTP/1.1" 200 1303 0.056692 10.0.0.133 - - [2026-05-28 04:38:15] "GET /virtual-machine-interface/48dfaa1d-4994-4688-b798-7bed06512317 HTTP/1.1" 200 3183 0.007292 10.0.0.133 - - [2026-05-28 04:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.133 - - [2026-05-28 04:38:15] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003360 10.0.0.133 - - [2026-05-28 04:38:15] "GET /virtual-networks?parent_id=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003363 10.0.0.133 - - [2026-05-28 04:38:15] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007476 10.0.0.133 - - [2026-05-28 04:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.133 - - [2026-05-28 04:38:18] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.009224 10.0.0.133 - - [2026-05-28 04:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.133 - - [2026-05-28 04:38:22] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005194 10.0.0.133 - - [2026-05-28 04:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005584 10.0.0.133 - - [2026-05-28 04:38:26] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.008111 10.0.0.133 - - [2026-05-28 04:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.133 - - [2026-05-28 04:38:30] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005760 10.0.0.133 - - [2026-05-28 04:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.133 - - [2026-05-28 04:38:34] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006062 10.0.0.131 - - [2026-05-28 04:38:38] "DELETE /project/a5903b43a65646dd97aba8f67505687e HTTP/1.1" 404 173 0.004952 10.0.0.131 - - [2026-05-28 04:38:38] "DELETE /project/92bb382a-b79a-4f98-98f7-3fc1a9f29349 HTTP/1.1" 404 177 0.007512 10.0.0.133 - - [2026-05-28 04:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.133 - - [2026-05-28 04:38:39] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007657 10.0.0.133 - - [2026-05-28 04:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.133 - - [2026-05-28 04:38:43] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006998 10.0.0.133 - - [2026-05-28 04:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.133 - - [2026-05-28 04:38:47] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006683 10.0.0.133 - - [2026-05-28 04:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.133 - - [2026-05-28 04:38:51] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006644 10.0.0.133 - - [2026-05-28 04:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.133 - - [2026-05-28 04:38:55] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006244 10.0.0.133 - - [2026-05-28 04:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005284 10.0.0.133 - - [2026-05-28 04:38:57] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004393 10.0.0.133 - - [2026-05-28 04:38:57] "GET /virtual-networks?parent_id=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004219 10.0.0.133 - - [2026-05-28 04:38:57] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007724 10.0.0.133 - - [2026-05-28 04:38:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008392 10.0.0.133 - - [2026-05-28 04:39:08] "POST /neutron/port HTTP/1.1" 200 1240 0.024652 10.0.0.133 - - [2026-05-28 04:39:08] "POST /neutron/port HTTP/1.1" 200 1106 0.018724 10.0.0.133 - - [2026-05-28 04:39:08] "POST /neutron/subnet HTTP/1.1" 200 693 0.010714 10.0.0.133 - - [2026-05-28 04:39:10] "POST /neutron/port HTTP/1.1" 200 1240 0.023128 10.0.0.133 - - [2026-05-28 04:39:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009616 10.0.0.41 - - [2026-05-28 04:39:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.41 - - [2026-05-28 04:39:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.41 - - [2026-05-28 04:39:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.131 - - [2026-05-28 04:39:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000550 10.0.0.41 - - [2026-05-28 04:39:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000750 10.0.0.131 - - [2026-05-28 04:39:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000593 10.0.0.131 - - [2026-05-28 04:39:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.131 - - [2026-05-28 04:39:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.133 - - [2026-05-28 04:39:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.133 - - [2026-05-28 04:39:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.133 - - [2026-05-28 04:39:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.133 - - [2026-05-28 04:39:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.133 - - [2026-05-28 04:39:23] "POST /neutron/port HTTP/1.1" 200 1240 0.026372 10.0.0.133 - - [2026-05-28 04:39:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009366 10.0.0.133 - - [2026-05-28 04:39:24] "POST /neutron/port HTTP/1.1" 200 1240 0.027937 10.0.0.133 - - [2026-05-28 04:39:24] "POST /neutron/network HTTP/1.1" 200 1007 0.012263 10.0.0.133 - - [2026-05-28 04:39:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001213 10.0.0.133 - - [2026-05-28 04:39:24] "GET /virtual-machine/c4e66c4f-017e-4e72-ab97-26bea989e727 HTTP/1.1" 200 1303 0.005031 10.0.0.133 - - [2026-05-28 04:39:24] "GET /virtual-machine-interface/48dfaa1d-4994-4688-b798-7bed06512317 HTTP/1.1" 200 3183 0.007496 10.0.0.133 - - [2026-05-28 04:39:24] "GET /instance-ip/046f0362-042f-45a9-b137-873d719ce1ae HTTP/1.1" 200 1639 0.007040 10.0.0.133 - - [2026-05-28 04:39:24] "GET /instance-ip/c05e6576-d4e5-4ade-aa7d-3c2223d93265 HTTP/1.1" 200 1660 0.008535 10.0.0.133 - - [2026-05-28 04:39:24] "POST /fqname-to-id HTTP/1.1" 404 218 0.004266 10.0.0.133 - - [2026-05-28 04:39:24] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005978 10.0.0.131 - - [2026-05-28 04:39:24] "GET /projects?obj_uuids=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.133 - - [2026-05-28 04:39:24] "GET /project/a5903b43-a656-46dd-97ab-a8f67505687e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.057907 10.0.0.133 - - [2026-05-28 04:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.133 - - [2026-05-28 04:39:24] "GET /security-group/bd5c29f9-f7cc-4f5c-b543-604f23c51c64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3781 0.008224 10.0.0.133 - - [2026-05-28 04:39:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 575 0.092911 10.0.0.133 - - [2026-05-28 04:39:24] "POST /instance-ips HTTP/1.1" 200 358 0.049711 10.0.0.133 - - [2026-05-28 04:39:24] "GET /instance-ip/a632c7c9-a4f2-45c9-af7e-49f6b5ae3fd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.008428 10.0.0.133 - - [2026-05-28 04:39:24] "POST /instance-ips HTTP/1.1" 200 358 0.047884 10.0.0.133 - - [2026-05-28 04:39:24] "GET /instance-ip/7919d5a5-a62f-4262-b5ba-84847de41716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.009164 10.0.0.133 - - [2026-05-28 04:39:24] "GET /virtual-machine-interface/196acd12-fdc5-45da-b957-466bb9511d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.006123 10.0.0.133 - - [2026-05-28 04:39:24] "GET /virtual-machine-interface/196acd12-fdc5-45da-b957-466bb9511d74?fields=instance_ip_back_refs HTTP/1.1" 200 1541 0.007051 10.0.0.133 - - [2026-05-28 04:39:25] "GET /instance-ip/7919d5a5-a62f-4262-b5ba-84847de41716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005205 10.0.0.133 - - [2026-05-28 04:39:25] "GET /instance-ip/a632c7c9-a4f2-45c9-af7e-49f6b5ae3fd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.004621 10.0.0.133 - - [2026-05-28 04:39:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.000987 10.0.0.133 - - [2026-05-28 04:39:25] "POST /neutron/port HTTP/1.1" 200 1082 0.016422 10.0.0.133 - - [2026-05-28 04:39:25] "POST /neutron/port HTTP/1.1" 200 1082 0.019621 10.0.0.133 - - [2026-05-28 04:39:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008190 10.0.0.133 - - [2026-05-28 04:39:26] "POST /neutron/port HTTP/1.1" 200 1082 0.015922 10.0.0.133 - - [2026-05-28 04:39:26] "POST /neutron/port HTTP/1.1" 200 1082 0.015685 10.0.0.133 - - [2026-05-28 04:39:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004132 10.0.0.133 - - [2026-05-28 04:39:26] "POST /neutron/port HTTP/1.1" 200 117 0.001635 10.0.0.133 - - [2026-05-28 04:39:31] "POST /neutron/port HTTP/1.1" 200 1185 0.024361 10.0.0.133 - - [2026-05-28 04:39:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009815 10.0.0.133 - - [2026-05-28 04:39:31] "GET /virtual-machine/12db5cdf-72b0-4e39-a56e-89a4ac5fa9d9 HTTP/1.1" 200 1280 0.012239 10.0.0.133 - - [2026-05-28 04:39:31] "GET /virtual-machine-interface/196acd12-fdc5-45da-b957-466bb9511d74 HTTP/1.1" 200 3233 0.005479 10.0.0.133 - - [2026-05-28 04:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.133 - - [2026-05-28 04:39:31] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004556 10.0.0.133 - - [2026-05-28 04:39:31] "GET /virtual-networks?parent_id=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003301 10.0.0.133 - - [2026-05-28 04:39:31] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007311 10.0.0.133 - - [2026-05-28 04:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.133 - - [2026-05-28 04:39:34] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006009 10.0.0.133 - - [2026-05-28 04:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005097 10.0.0.133 - - [2026-05-28 04:39:38] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006770 10.0.0.133 - - [2026-05-28 04:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.133 - - [2026-05-28 04:39:42] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007735 10.0.0.133 - - [2026-05-28 04:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.133 - - [2026-05-28 04:39:46] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.008356 10.0.0.133 - - [2026-05-28 04:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.133 - - [2026-05-28 04:39:50] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007361 10.0.0.133 - - [2026-05-28 04:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005148 10.0.0.133 - - [2026-05-28 04:39:55] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005675 10.0.0.133 - - [2026-05-28 04:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005144 10.0.0.133 - - [2026-05-28 04:39:59] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006678 10.0.0.133 - - [2026-05-28 04:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.133 - - [2026-05-28 04:40:03] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005686 10.0.0.133 - - [2026-05-28 04:40:06] "POST /neutron/port HTTP/1.1" 200 1219 0.021267 10.0.0.133 - - [2026-05-28 04:40:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004829 10.0.0.133 - - [2026-05-28 04:40:07] "POST /neutron/port HTTP/1.1" 200 117 0.001647 10.0.0.133 - - [2026-05-28 04:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.133 - - [2026-05-28 04:40:07] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007969 10.0.0.133 - - [2026-05-28 04:40:09] "POST /neutron/port HTTP/1.1" 200 1219 0.020005 10.0.0.133 - - [2026-05-28 04:40:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004409 10.0.0.133 - - [2026-05-28 04:40:09] "POST /neutron/port HTTP/1.1" 200 117 0.001363 10.0.0.133 - - [2026-05-28 04:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.133 - - [2026-05-28 04:40:11] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006120 10.0.0.133 - - [2026-05-28 04:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.133 - - [2026-05-28 04:40:15] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006083 10.0.0.133 - - [2026-05-28 04:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.133 - - [2026-05-28 04:40:19] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007138 10.0.0.133 - - [2026-05-28 04:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.133 - - [2026-05-28 04:40:21] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003609 10.0.0.133 - - [2026-05-28 04:40:21] "GET /virtual-networks?parent_id=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004114 10.0.0.133 - - [2026-05-28 04:40:21] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007176 10.0.0.133 - - [2026-05-28 04:40:21] "POST /neutron/port HTTP/1.1" 200 1185 0.034275 10.0.0.133 - - [2026-05-28 04:40:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007514 10.0.0.133 - - [2026-05-28 04:40:29] "GET /obj-perms HTTP/1.1" 200 5075 0.087618 10.0.0.133 - - [2026-05-28 04:40:36] "POST /neutron/port HTTP/1.1" 200 1185 0.055049 10.0.0.133 - - [2026-05-28 04:40:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008876 10.0.0.133 - - [2026-05-28 04:40:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001424 10.0.0.133 - - [2026-05-28 04:40:48] "POST /neutron/port HTTP/1.1" 200 6307 0.109382 10.0.0.131 - - [2026-05-28 04:40:49] "GET /projects?obj_uuids=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.133 - - [2026-05-28 04:40:49] "GET /project/a5903b43-a656-46dd-97ab-a8f67505687e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.099248 10.0.0.133 - - [2026-05-28 04:40:49] "POST /neutron/network HTTP/1.1" 200 1007 0.046127 10.0.0.133 - - [2026-05-28 04:40:49] "POST /neutron/port HTTP/1.1" 200 117 0.008201 10.0.0.131 - - [2026-05-28 04:40:50] "GET /projects?obj_uuids=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001508 10.0.0.133 - - [2026-05-28 04:40:50] "POST /neutron/port HTTP/1.1" 200 1176 0.450328 10.0.0.133 - - [2026-05-28 04:40:50] "POST /neutron/port HTTP/1.1" 200 1230 0.160150 10.0.0.133 - - [2026-05-28 04:40:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004450 10.0.0.133 - - [2026-05-28 04:40:50] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.133 - - [2026-05-28 04:40:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007673 10.0.0.133 - - [2026-05-28 04:40:54] "POST /neutron/port HTTP/1.1" 200 1240 0.019914 10.0.0.133 - - [2026-05-28 04:40:55] "GET /virtual-machine/f5831758-3218-4535-aa13-0f2efc05e5e0 HTTP/1.1" 200 1303 0.007648 10.0.0.133 - - [2026-05-28 04:40:55] "GET /virtual-machine-interface/194a411b-7ecf-4e41-b41c-9d0fd0b6633c HTTP/1.1" 200 3183 0.007626 10.0.0.133 - - [2026-05-28 04:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.133 - - [2026-05-28 04:40:55] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005234 10.0.0.133 - - [2026-05-28 04:40:55] "GET /virtual-networks?parent_id=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004122 10.0.0.133 - - [2026-05-28 04:40:55] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006145 10.0.0.133 - - [2026-05-28 04:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.133 - - [2026-05-28 04:40:58] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007776 10.0.0.133 - - [2026-05-28 04:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005707 10.0.0.133 - - [2026-05-28 04:41:02] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006461 10.0.0.133 - - [2026-05-28 04:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.133 - - [2026-05-28 04:41:06] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008531 10.0.0.133 - - [2026-05-28 04:41:08] "POST /neutron/port HTTP/1.1" 200 1106 0.022095 10.0.0.133 - - [2026-05-28 04:41:08] "POST /neutron/subnet HTTP/1.1" 200 693 0.011917 10.0.0.133 - - [2026-05-28 04:41:09] "POST /neutron/port HTTP/1.1" 200 1106 0.021163 10.0.0.133 - - [2026-05-28 04:41:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004433 10.0.0.133 - - [2026-05-28 04:41:09] "POST /neutron/network HTTP/1.1" 200 926 0.007234 10.0.0.133 - - [2026-05-28 04:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.133 - - [2026-05-28 04:41:10] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006551 10.0.0.133 - - [2026-05-28 04:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.133 - - [2026-05-28 04:41:14] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005950 10.0.0.133 - - [2026-05-28 04:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005559 10.0.0.133 - - [2026-05-28 04:41:18] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006250 10.0.0.133 - - [2026-05-28 04:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.133 - - [2026-05-28 04:41:23] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007610 10.0.0.133 - - [2026-05-28 04:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005598 10.0.0.133 - - [2026-05-28 04:41:27] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006229 10.0.0.41 - - [2026-05-28 04:41:30] "GET /obj-perms HTTP/1.1" 200 5075 0.086292 10.0.0.131 - - [2026-05-28 04:41:30] "GET /obj-perms HTTP/1.1" 200 5075 0.072439 10.0.0.133 - - [2026-05-28 04:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.133 - - [2026-05-28 04:41:31] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008723 10.0.0.133 - - [2026-05-28 04:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.133 - - [2026-05-28 04:41:35] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003773 10.0.0.133 - - [2026-05-28 04:41:35] "GET /virtual-networks?parent_id=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004076 10.0.0.133 - - [2026-05-28 04:41:35] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008089 10.0.0.133 - - [2026-05-28 04:41:40] "POST /neutron/port HTTP/1.1" 200 1240 0.025264 10.0.0.133 - - [2026-05-28 04:41:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011472 10.0.0.133 - - [2026-05-28 04:41:51] "POST /neutron/port HTTP/1.1" 200 1240 0.024177 10.0.0.133 - - [2026-05-28 04:41:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008693 10.0.0.133 - - [2026-05-28 04:42:01] "POST /neutron/port HTTP/1.1" 200 1240 0.022991 10.0.0.133 - - [2026-05-28 04:42:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009530 10.0.0.133 - - [2026-05-28 04:42:02] "POST /neutron/network HTTP/1.1" 200 981 0.022603 10.0.0.133 - - [2026-05-28 04:42:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001634 10.0.0.133 - - [2026-05-28 04:42:02] "GET /virtual-machine/f5831758-3218-4535-aa13-0f2efc05e5e0 HTTP/1.1" 200 1303 0.005665 10.0.0.133 - - [2026-05-28 04:42:02] "GET /virtual-machine-interface/194a411b-7ecf-4e41-b41c-9d0fd0b6633c HTTP/1.1" 200 3183 0.006627 10.0.0.133 - - [2026-05-28 04:42:02] "GET /instance-ip/b8860dc2-07cc-498b-a113-230f65d30dae HTTP/1.1" 200 1660 0.009001 10.0.0.133 - - [2026-05-28 04:42:02] "GET /instance-ip/bdb423dd-2322-4062-82a7-cb70e5ffbea5 HTTP/1.1" 200 1640 0.009570 10.0.0.133 - - [2026-05-28 04:42:02] "POST /fqname-to-id HTTP/1.1" 404 230 0.004256 10.0.0.133 - - [2026-05-28 04:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.131 - - [2026-05-28 04:42:02] "GET /projects?obj_uuids=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.037924 10.0.0.133 - - [2026-05-28 04:42:02] "GET /project/a5903b43-a656-46dd-97ab-a8f67505687e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.096061 10.0.0.133 - - [2026-05-28 04:42:02] "POST /network-policys HTTP/1.1" 200 571 0.034002 10.0.0.133 - - [2026-05-28 04:42:02] "GET /network-policy/881ae8e2-299a-4033-a856-b2e7626ce5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.007615 10.0.0.133 - - [2026-05-28 04:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005225 10.0.0.133 - - [2026-05-28 04:42:02] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.008903 10.0.0.133 - - [2026-05-28 04:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.133 - - [2026-05-28 04:42:02] "GET /network-policy/881ae8e2-299a-4033-a856-b2e7626ce5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004998 10.0.0.133 - - [2026-05-28 04:42:02] "POST /ref-update HTTP/1.1" 200 156 0.075005 10.0.0.133 - - [2026-05-28 04:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.133 - - [2026-05-28 04:42:02] "GET /network-policy/881ae8e2-299a-4033-a856-b2e7626ce5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004545 10.0.0.133 - - [2026-05-28 04:42:02] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.012190 10.0.0.133 - - [2026-05-28 04:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.133 - - [2026-05-28 04:42:02] "GET /network-policy/881ae8e2-299a-4033-a856-b2e7626ce5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005137 10.0.0.133 - - [2026-05-28 04:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.133 - - [2026-05-28 04:42:02] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007156 10.0.0.133 - - [2026-05-28 04:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.41 - - [2026-05-28 04:42:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.041263 10.0.0.133 - - [2026-05-28 04:42:02] "GET /network-policy/881ae8e2-299a-4033-a856-b2e7626ce5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004307 10.0.0.133 - - [2026-05-28 04:42:03] "POST /ref-update HTTP/1.1" 200 156 0.107824 10.0.0.133 - - [2026-05-28 04:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.41 - - [2026-05-28 04:42:03] "POST /access-control-lists HTTP/1.1" 200 598 0.089859 10.0.0.133 - - [2026-05-28 04:42:03] "GET /network-policy/881ae8e2-299a-4033-a856-b2e7626ce5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006803 10.0.0.133 - - [2026-05-28 04:42:03] "POST /neutron/network HTTP/1.1" 200 1111 0.036115 10.0.0.133 - - [2026-05-28 04:42:03] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.012225 10.0.0.133 - - [2026-05-28 04:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008436 10.0.0.133 - - [2026-05-28 04:42:03] "GET /network-policy/881ae8e2-299a-4033-a856-b2e7626ce5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005394 10.0.0.133 - - [2026-05-28 04:42:03] "GET /virtual-machine-interface/194a411b-7ecf-4e41-b41c-9d0fd0b6633c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.009580 10.0.0.133 - - [2026-05-28 04:42:03] "PUT /virtual-machine-interface/194a411b-7ecf-4e41-b41c-9d0fd0b6633c HTTP/1.1" 200 285 0.016851 10.0.0.133 - - [2026-05-28 04:42:03] "GET /virtual-machine-interface/194a411b-7ecf-4e41-b41c-9d0fd0b6633c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3078 0.006158 10.0.0.133 - - [2026-05-28 04:42:03] "PUT /virtual-machine-interface/194a411b-7ecf-4e41-b41c-9d0fd0b6633c HTTP/1.1" 200 285 0.020238 10.0.0.133 - - [2026-05-28 04:42:09] "POST /neutron/network HTTP/1.1" 200 1121 0.042232 10.0.0.133 - - [2026-05-28 04:42:09] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016547 10.0.0.133 - - [2026-05-28 04:42:09] "POST /neutron/network HTTP/1.1" 200 1111 0.012759 10.0.0.133 - - [2026-05-28 04:42:10] "POST /neutron/network HTTP/1.1" 200 1124 0.039018 10.0.0.133 - - [2026-05-28 04:42:11] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016890 10.0.0.133 - - [2026-05-28 04:42:11] "POST /neutron/network HTTP/1.1" 200 1114 0.018829 10.0.0.133 - - [2026-05-28 04:43:10] "POST /neutron/network HTTP/1.1" 200 936 0.008063 10.0.0.133 - - [2026-05-28 04:43:10] "POST /neutron/port HTTP/1.1" 200 117 0.001264 10.0.0.133 - - [2026-05-28 04:43:11] "POST /neutron/port HTTP/1.1" 200 1185 0.038519 10.0.0.133 - - [2026-05-28 04:43:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006731 10.0.0.133 - - [2026-05-28 04:43:11] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.133 - - [2026-05-28 04:44:12] "POST /neutron/port HTTP/1.1" 200 1219 0.021621 10.0.0.133 - - [2026-05-28 04:44:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005205 10.0.0.133 - - [2026-05-28 04:44:12] "POST /neutron/port HTTP/1.1" 200 117 0.001595 10.0.0.133 - - [2026-05-28 04:44:12] "POST /neutron/port HTTP/1.1" 200 1240 0.026804 10.0.0.133 - - [2026-05-28 04:44:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005882 10.0.0.133 - - [2026-05-28 04:44:13] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.133 - - [2026-05-28 04:44:14] "POST /ref-update HTTP/1.1" 200 156 0.107836 10.0.0.41 - - [2026-05-28 04:44:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.064195 10.0.0.41 - - [2026-05-28 04:44:14] "POST /ref-update HTTP/1.1" 200 156 0.029891 10.0.0.133 - - [2026-05-28 04:44:14] "GET /virtual-network/2db5bab5-1df5-421f-81a0-47d283e299cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.015710 10.0.0.133 - - [2026-05-28 04:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005646 10.0.0.133 - - [2026-05-28 04:44:14] "GET /network-policy/881ae8e2-299a-4033-a856-b2e7626ce5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006303 10.0.0.133 - - [2026-05-28 04:44:14] "POST /ref-update HTTP/1.1" 200 156 0.067886 10.0.0.133 - - [2026-05-28 04:44:15] "POST /neutron/network HTTP/1.1" 200 1007 0.043909 10.0.0.133 - - [2026-05-28 04:44:15] "GET /virtual-network/6175e934-9425-4435-af8a-f26d657fd224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006657 10.0.0.133 - - [2026-05-28 04:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.133 - - [2026-05-28 04:44:15] "GET /network-policy/881ae8e2-299a-4033-a856-b2e7626ce5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005232 10.0.0.133 - - [2026-05-28 04:44:15] "DELETE /network-policy/881ae8e2-299a-4033-a856-b2e7626ce5b2 HTTP/1.1" 200 115 0.043844 10.0.0.133 - - [2026-05-28 04:44:15] "DELETE /instance-ip/7919d5a5-a62f-4262-b5ba-84847de41716 HTTP/1.1" 200 115 0.061631 10.0.0.133 - - [2026-05-28 04:44:15] "DELETE /instance-ip/a632c7c9-a4f2-45c9-af7e-49f6b5ae3fd7 HTTP/1.1" 200 115 0.055472 10.0.0.133 - - [2026-05-28 04:44:15] "DELETE /virtual-machine-interface/196acd12-fdc5-45da-b957-466bb9511d74 HTTP/1.1" 200 115 0.095451 10.0.0.133 - - [2026-05-28 04:44:15] "POST /neutron/network HTTP/1.1" 400 204 0.018528 10.0.0.133 - - [2026-05-28 04:44:16] "POST /neutron/port HTTP/1.1" 200 1240 0.053335 10.0.0.133 - - [2026-05-28 04:44:17] "POST /neutron/network HTTP/1.1" 200 1007 0.010393 10.0.0.41 - - [2026-05-28 04:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.131 - - [2026-05-28 04:44:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003487 10.0.0.131 - - [2026-05-28 04:44:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003944 10.0.0.131 - - [2026-05-28 04:44:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003071 10.0.0.131 - - [2026-05-28 04:44:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002652 10.0.0.133 - - [2026-05-28 04:44:18] "POST /neutron/network HTTP/1.1" 200 151 0.196029 10.0.0.41 - - [2026-05-28 04:44:18] "DELETE /route-target/4139e147-0fba-4833-a57a-8f21b05c7e6f HTTP/1.1" 200 115 0.035939 10.0.0.41 - - [2026-05-28 04:44:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000515 10.0.0.41 - - [2026-05-28 04:44:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000478 10.0.0.41 - - [2026-05-28 04:44:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.131 - - [2026-05-28 04:44:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000750 10.0.0.41 - - [2026-05-28 04:44:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000592 10.0.0.131 - - [2026-05-28 04:44:20] "GET /global-system-configs HTTP/1.1" 401 293 0.001511 10.0.0.131 - - [2026-05-28 04:44:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.131 - - [2026-05-28 04:44:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.131 - - [2026-05-28 04:44:21] "GET /projects?obj_uuids=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001176 10.0.0.133 - - [2026-05-28 04:44:21] "GET /project/a5903b43-a656-46dd-97ab-a8f67505687e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.091672 10.0.0.131 - - [2026-05-28 04:44:21] "GET /projects?obj_uuids=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001408 10.0.0.133 - - [2026-05-28 04:44:21] "GET /project/a5903b43-a656-46dd-97ab-a8f67505687e?fields=virtual_networks HTTP/1.1" 200 1051 0.050365 10.0.0.131 - - [2026-05-28 04:44:21] "GET /projects?obj_uuids=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001258 10.0.0.133 - - [2026-05-28 04:44:21] "GET /project/a5903b43-a656-46dd-97ab-a8f67505687e?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.050230 10.0.0.131 - - [2026-05-28 04:44:21] "GET /projects?obj_uuids=a5903b43-a656-46dd-97ab-a8f67505687e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001410 10.0.0.133 - - [2026-05-28 04:44:21] "GET /project/a5903b43-a656-46dd-97ab-a8f67505687e?fields=security_groups HTTP/1.1" 200 1286 0.048671 10.0.0.133 - - [2026-05-28 04:44:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000474 10.0.0.133 - - [2026-05-28 04:44:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.133 - - [2026-05-28 04:44:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.133 - - [2026-05-28 04:44:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.133 - - [2026-05-28 04:44:23] "POST /fqname-to-id HTTP/1.1" 404 192 0.500833 10.0.0.131 - - [2026-05-28 04:44:23] "GET /projects?obj_uuids=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004759 10.0.0.131 - - [2026-05-28 04:44:23] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001781 10.0.0.131 - - [2026-05-28 04:44:23] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041776 10.0.0.131 - - [2026-05-28 04:44:23] "POST /id-to-fqname HTTP/1.1" 200 194 0.003873 10.0.0.131 - - [2026-05-28 04:44:23] "POST /fqname-to-id HTTP/1.1" 404 203 0.007568 10.0.0.131 - - [2026-05-28 04:44:24] "POST /security-groups HTTP/1.1" 200 595 0.058707 10.0.0.41 - - [2026-05-28 04:44:24] "POST /fqname-to-id HTTP/1.1" 404 238 0.005285 10.0.0.131 - - [2026-05-28 04:44:24] "POST /projects HTTP/1.1" 200 593 0.330954 10.0.0.131 - - [2026-05-28 04:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.383541 10.0.0.133 - - [2026-05-28 04:44:24] "GET /project/fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.605138 10.0.0.41 - - [2026-05-28 04:44:24] "POST /access-control-lists HTTP/1.1" 200 600 0.065451 10.0.0.133 - - [2026-05-28 04:44:25] "GET / HTTP/1.1" 200 36215 0.001649 10.0.0.133 - - [2026-05-28 04:44:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000621 10.0.0.133 - - [2026-05-28 04:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.073953 10.0.0.131 - - [2026-05-28 04:44:27] "GET /projects?obj_uuids=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001646 10.0.0.133 - - [2026-05-28 04:44:27] "GET /project/fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.075577 10.0.0.133 - - [2026-05-28 04:44:27] "POST /neutron/network HTTP/1.1" 200 117 0.049811 10.0.0.131 - - [2026-05-28 04:44:28] "POST /useragent-kv HTTP/1.1" 200 115 0.009443 10.0.0.133 - - [2026-05-28 04:44:28] "POST /neutron/subnet HTTP/1.1" 200 828 0.228056 10.0.0.133 - - [2026-05-28 04:44:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001422 10.0.0.133 - - [2026-05-28 04:44:28] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007353 10.0.0.133 - - [2026-05-28 04:44:28] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006996 10.0.0.133 - - [2026-05-28 04:44:29] "POST /neutron/network HTTP/1.1" 200 1004 0.012167 10.0.0.133 - - [2026-05-28 04:44:29] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005925 10.0.0.133 - - [2026-05-28 04:44:30] "GET /obj-perms HTTP/1.1" 200 5057 0.080063 10.0.0.133 - - [2026-05-28 04:44:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001352 10.0.0.133 - - [2026-05-28 04:44:31] "POST /neutron/port HTTP/1.1" 200 4190 0.037384 10.0.0.131 - - [2026-05-28 04:44:32] "GET /projects?obj_uuids=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001856 10.0.0.133 - - [2026-05-28 04:44:32] "GET /project/fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.266201 10.0.0.41 - - [2026-05-28 04:44:32] "GET /obj-perms HTTP/1.1" 200 5075 0.100622 10.0.0.131 - - [2026-05-28 04:44:33] "GET /obj-perms HTTP/1.1" 200 5075 0.070818 10.0.0.133 - - [2026-05-28 04:44:33] "POST /neutron/port HTTP/1.1" 200 4190 0.047318 10.0.0.133 - - [2026-05-28 04:44:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001158 10.0.0.133 - - [2026-05-28 04:44:34] "POST /neutron/network HTTP/1.1" 200 1014 0.007679 10.0.0.133 - - [2026-05-28 04:44:34] "POST /neutron/port HTTP/1.1" 200 1173 0.031939 10.0.0.131 - - [2026-05-28 04:44:34] "GET /projects?obj_uuids=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001289 10.0.0.133 - - [2026-05-28 04:44:34] "GET /project/fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.119283 10.0.0.133 - - [2026-05-28 04:44:34] "POST /neutron/port HTTP/1.1" 200 1237 0.049623 10.0.0.133 - - [2026-05-28 04:44:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006009 10.0.0.133 - - [2026-05-28 04:44:35] "POST /neutron/port HTTP/1.1" 200 117 0.002115 10.0.0.133 - - [2026-05-28 04:44:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009407 10.0.0.133 - - [2026-05-28 04:44:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001413 10.0.0.133 - - [2026-05-28 04:44:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013745 10.0.0.131 - - [2026-05-28 04:44:35] "GET /projects?obj_uuids=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001003 10.0.0.133 - - [2026-05-28 04:44:36] "POST /neutron/port HTTP/1.1" 200 1173 0.422806 10.0.0.133 - - [2026-05-28 04:44:36] "POST /neutron/port HTTP/1.1" 200 1227 0.169506 10.0.0.131 - - [2026-05-28 04:44:36] "GET /projects?obj_uuids=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001231 10.0.0.133 - - [2026-05-28 04:44:36] "GET /project/fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.108334 10.0.0.133 - - [2026-05-28 04:44:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006263 10.0.0.133 - - [2026-05-28 04:44:36] "POST /neutron/port HTTP/1.1" 200 6356 0.061543 10.0.0.133 - - [2026-05-28 04:44:36] "POST /neutron/network HTTP/1.1" 200 1004 0.009313 10.0.0.133 - - [2026-05-28 04:44:37] "POST /neutron/port HTTP/1.1" 200 1237 0.024095 10.0.0.133 - - [2026-05-28 04:44:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009657 10.0.0.131 - - [2026-05-28 04:44:37] "GET /projects?obj_uuids=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001309 10.0.0.133 - - [2026-05-28 04:44:37] "GET /virtual-machine/a464e2c9-3ca4-4de2-8c4d-3dce996770d8 HTTP/1.1" 401 293 0.001088 10.0.0.133 - - [2026-05-28 04:44:37] "POST /neutron/port HTTP/1.1" 200 1173 0.396728 10.0.0.133 - - [2026-05-28 04:44:37] "POST /neutron/port HTTP/1.1" 200 1173 0.022938 10.0.0.133 - - [2026-05-28 04:44:37] "GET /virtual-machine/a464e2c9-3ca4-4de2-8c4d-3dce996770d8 HTTP/1.1" 200 1299 0.049322 10.0.0.133 - - [2026-05-28 04:44:37] "GET /virtual-machine-interface/8e3a8182-8225-4140-baa6-a13dca21c864 HTTP/1.1" 200 3164 0.007078 10.0.0.133 - - [2026-05-28 04:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005770 10.0.0.133 - - [2026-05-28 04:44:38] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003557 10.0.0.133 - - [2026-05-28 04:44:38] "GET /virtual-networks?parent_id=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004880 10.0.0.133 - - [2026-05-28 04:44:38] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008404 10.0.0.133 - - [2026-05-28 04:44:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005340 10.0.0.133 - - [2026-05-28 04:44:38] "POST /neutron/port HTTP/1.1" 200 117 0.001299 10.0.0.131 - - [2026-05-28 04:44:39] "DELETE /project/a5903b43-a656-46dd-97ab-a8f67505687e HTTP/1.1" 404 177 0.003559 10.0.0.131 - - [2026-05-28 04:44:39] "DELETE /project/fb7c3202cbf44b3db0dc2f1172ae1c0f HTTP/1.1" 404 173 0.006684 10.0.0.133 - - [2026-05-28 04:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006735 10.0.0.133 - - [2026-05-28 04:44:41] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007397 10.0.0.133 - - [2026-05-28 04:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.133 - - [2026-05-28 04:44:45] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006855 10.0.0.133 - - [2026-05-28 04:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.133 - - [2026-05-28 04:44:49] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007567 10.0.0.133 - - [2026-05-28 04:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.133 - - [2026-05-28 04:44:53] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006456 10.0.0.133 - - [2026-05-28 04:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.133 - - [2026-05-28 04:44:57] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007359 10.0.0.133 - - [2026-05-28 04:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005290 10.0.0.133 - - [2026-05-28 04:45:01] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007490 10.0.0.133 - - [2026-05-28 04:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.133 - - [2026-05-28 04:45:05] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007158 10.0.0.133 - - [2026-05-28 04:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.133 - - [2026-05-28 04:45:09] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007238 10.0.0.133 - - [2026-05-28 04:45:12] "POST /neutron/port HTTP/1.1" 200 1219 0.021647 10.0.0.133 - - [2026-05-28 04:45:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010858 10.0.0.133 - - [2026-05-28 04:45:13] "POST /neutron/port HTTP/1.1" 200 117 0.001859 10.0.0.133 - - [2026-05-28 04:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.133 - - [2026-05-28 04:45:13] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005229 10.0.0.133 - - [2026-05-28 04:45:14] "POST /neutron/port HTTP/1.1" 200 1106 0.020485 10.0.0.133 - - [2026-05-28 04:45:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004461 10.0.0.133 - - [2026-05-28 04:45:14] "POST /neutron/network HTTP/1.1" 200 926 0.008819 10.0.0.133 - - [2026-05-28 04:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.133 - - [2026-05-28 04:45:18] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006623 10.0.0.133 - - [2026-05-28 04:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004828 10.0.0.133 - - [2026-05-28 04:45:22] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007552 10.0.0.133 - - [2026-05-28 04:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.133 - - [2026-05-28 04:45:26] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006369 10.0.0.133 - - [2026-05-28 04:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.133 - - [2026-05-28 04:45:30] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007925 10.0.0.133 - - [2026-05-28 04:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.133 - - [2026-05-28 04:45:34] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008383 10.0.0.133 - - [2026-05-28 04:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.133 - - [2026-05-28 04:45:36] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004686 10.0.0.133 - - [2026-05-28 04:45:36] "GET /virtual-networks?parent_id=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004240 10.0.0.133 - - [2026-05-28 04:45:36] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006876 10.0.0.133 - - [2026-05-28 04:45:36] "POST /neutron/port HTTP/1.1" 200 1237 0.023245 10.0.0.133 - - [2026-05-28 04:45:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009453 10.0.0.133 - - [2026-05-28 04:45:50] "POST /neutron/port HTTP/1.1" 200 1237 0.061175 10.0.0.133 - - [2026-05-28 04:45:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008938 10.0.0.133 - - [2026-05-28 04:46:01] "POST /neutron/port HTTP/1.1" 200 1237 0.026747 10.0.0.133 - - [2026-05-28 04:46:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008667 10.0.0.133 - - [2026-05-28 04:46:08] "POST /neutron/port HTTP/1.1" 200 1237 0.029546 10.0.0.133 - - [2026-05-28 04:46:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008791 10.0.0.133 - - [2026-05-28 04:46:08] "GET /virtual-machine/c4346984-8e7a-4921-a680-e72ee163abb2 HTTP/1.1" 200 1299 0.008742 10.0.0.133 - - [2026-05-28 04:46:08] "GET /virtual-machine-interface/2e87b07f-9e12-4d08-9f5a-adfca9efc8c2 HTTP/1.1" 200 3163 0.008161 10.0.0.133 - - [2026-05-28 04:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.133 - - [2026-05-28 04:46:08] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004685 10.0.0.133 - - [2026-05-28 04:46:08] "GET /virtual-networks?parent_id=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004550 10.0.0.133 - - [2026-05-28 04:46:08] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008307 10.0.0.133 - - [2026-05-28 04:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.133 - - [2026-05-28 04:46:09] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004577 10.0.0.133 - - [2026-05-28 04:46:09] "GET /virtual-networks?parent_id=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003736 10.0.0.133 - - [2026-05-28 04:46:09] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009531 10.0.0.133 - - [2026-05-28 04:46:12] "POST /neutron/port HTTP/1.1" 200 1106 0.023268 10.0.0.133 - - [2026-05-28 04:46:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004452 10.0.0.133 - - [2026-05-28 04:46:12] "POST /neutron/network HTTP/1.1" 200 926 0.008159 10.0.0.133 - - [2026-05-28 04:46:15] "POST /neutron/port HTTP/1.1" 200 1237 0.023398 10.0.0.133 - - [2026-05-28 04:46:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011608 10.0.0.133 - - [2026-05-28 04:46:15] "GET /virtual-machine/9eca6aa3-346b-412a-a755-1b9564885d76 HTTP/1.1" 200 1299 0.008655 10.0.0.133 - - [2026-05-28 04:46:15] "GET /virtual-machine-interface/a3d3f664-bf19-4bc7-a750-f675010057ab HTTP/1.1" 200 3164 0.008511 10.0.0.133 - - [2026-05-28 04:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.133 - - [2026-05-28 04:46:15] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004870 10.0.0.133 - - [2026-05-28 04:46:15] "GET /virtual-networks?parent_id=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003778 10.0.0.133 - - [2026-05-28 04:46:15] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007362 10.0.0.133 - - [2026-05-28 04:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.133 - - [2026-05-28 04:46:16] "GET /global-vrouter-config/4b951b6d-6d0f-4f4c-950e-627b438dc780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006731 10.0.0.133 - - [2026-05-28 04:46:16] "GET /virtual-networks?parent_id=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004376 10.0.0.133 - - [2026-05-28 04:46:16] "GET /virtual-network/153f89dc-96bc-477c-ae5c-ccf045ff7ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007239 10.0.0.133 - - [2026-05-28 04:46:16] "GET /virtual-machine-interface/a3d3f664-bf19-4bc7-a750-f675010057ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.008893 10.0.0.133 - - [2026-05-28 04:46:16] "PUT /virtual-machine-interface/a3d3f664-bf19-4bc7-a750-f675010057ab HTTP/1.1" 200 285 0.018181 10.0.0.133 - - [2026-05-28 04:47:14] "POST /neutron/network HTTP/1.1" 200 1014 0.036564 10.0.0.133 - - [2026-05-28 04:47:15] "POST /neutron/subnet HTTP/1.1" 200 1394 0.017139 10.0.0.133 - - [2026-05-28 04:47:15] "POST /neutron/network HTTP/1.1" 200 1004 0.011870 10.0.0.133 - - [2026-05-28 04:47:17] "POST /neutron/network HTTP/1.1" 200 1124 0.044972 10.0.0.133 - - [2026-05-28 04:47:17] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015558 10.0.0.133 - - [2026-05-28 04:47:18] "POST /neutron/network HTTP/1.1" 200 1114 0.011574 10.0.0.133 - - [2026-05-28 04:48:16] "POST /neutron/network HTTP/1.1" 200 1124 0.008502 10.0.0.133 - - [2026-05-28 04:48:16] "POST /neutron/subnet HTTP/1.1" 200 1389 0.019111 10.0.0.133 - - [2026-05-28 04:48:17] "POST /neutron/network HTTP/1.1" 200 1114 0.010784 10.0.0.133 - - [2026-05-28 04:48:18] "POST /neutron/network HTTP/1.1" 200 936 0.007782 10.0.0.133 - - [2026-05-28 04:48:18] "POST /neutron/port HTTP/1.1" 200 117 0.001373 10.0.0.133 - - [2026-05-28 04:48:36] "GET /obj-perms HTTP/1.1" 200 5075 0.068104 10.0.0.41 - - [2026-05-28 04:48:36] "GET /obj-perms HTTP/1.1" 200 5075 0.062657 10.0.0.133 - - [2026-05-28 04:49:18] "POST /neutron/port HTTP/1.1" 200 1106 0.022402 10.0.0.133 - - [2026-05-28 04:49:18] "POST /neutron/subnet HTTP/1.1" 200 693 0.012624 10.0.0.133 - - [2026-05-28 04:49:19] "POST /neutron/port HTTP/1.1" 200 1237 0.025290 10.0.0.133 - - [2026-05-28 04:49:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004442 10.0.0.41 - - [2026-05-28 04:49:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000684 10.0.0.133 - - [2026-05-28 04:49:19] "POST /neutron/port HTTP/1.1" 200 117 0.001456 10.0.0.41 - - [2026-05-28 04:49:19] "GET /global-system-configs HTTP/1.1" 401 293 0.000493 10.0.0.41 - - [2026-05-28 04:49:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.131 - - [2026-05-28 04:49:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.41 - - [2026-05-28 04:49:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000535 10.0.0.131 - - [2026-05-28 04:49:20] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.131 - - [2026-05-28 04:49:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000342 10.0.0.131 - - [2026-05-28 04:49:21] "GET /global-system-configs HTTP/1.1" 401 293 0.000589 10.0.0.133 - - [2026-05-28 04:49:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.133 - - [2026-05-28 04:49:22] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.133 - - [2026-05-28 04:49:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000779 10.0.0.133 - - [2026-05-28 04:49:23] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.133 - - [2026-05-28 04:49:34] "POST /neutron/network HTTP/1.1" 200 1004 0.042265 10.0.0.133 - - [2026-05-28 04:49:34] "POST /neutron/port HTTP/1.1" 200 1227 0.019151 10.0.0.133 - - [2026-05-28 04:49:35] "POST /neutron/port HTTP/1.1" 200 1237 0.026703 10.0.0.133 - - [2026-05-28 04:49:35] "POST /neutron/port HTTP/1.1" 200 151 0.379272 10.0.0.131 - - [2026-05-28 04:49:36] "POST /useragent-kv HTTP/1.1" 200 115 0.042676 10.0.0.131 - - [2026-05-28 04:49:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002807 10.0.0.131 - - [2026-05-28 04:49:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003251 10.0.0.131 - - [2026-05-28 04:49:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002445 10.0.0.133 - - [2026-05-28 04:49:36] "POST /neutron/network HTTP/1.1" 200 151 0.221934 10.0.0.41 - - [2026-05-28 04:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.082692 10.0.0.131 - - [2026-05-28 04:49:37] "GET /obj-perms HTTP/1.1" 200 5075 0.096056 10.0.0.131 - - [2026-05-28 04:49:38] "GET /projects?obj_uuids=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001180 10.0.0.133 - - [2026-05-28 04:49:38] "GET /project/fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.084084 10.0.0.131 - - [2026-05-28 04:49:38] "GET /projects?obj_uuids=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000956 10.0.0.133 - - [2026-05-28 04:49:38] "GET /project/fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f?fields=virtual_networks HTTP/1.1" 200 1043 0.041952 10.0.0.131 - - [2026-05-28 04:49:38] "GET /projects?obj_uuids=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000960 10.0.0.133 - - [2026-05-28 04:49:38] "GET /project/fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.060834 10.0.0.131 - - [2026-05-28 04:49:38] "GET /projects?obj_uuids=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000901 10.0.0.133 - - [2026-05-28 04:49:38] "GET /project/fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f?fields=security_groups HTTP/1.1" 200 1274 0.048352 10.0.0.131 - - [2026-05-28 04:49:39] "GET /projects?obj_uuids=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001209 10.0.0.131 - - [2026-05-28 04:49:39] "GET /project/fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.059814 10.0.0.131 - - [2026-05-28 04:49:39] "GET /projects?obj_uuids=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001594 10.0.0.131 - - [2026-05-28 04:49:39] "GET /project/fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f?fields=security_groups HTTP/1.1" 200 1376 0.054518 10.0.0.131 - - [2026-05-28 04:49:39] "DELETE /security-group/8267b7c2-0438-4bcc-b4f4-1b3fd7bc7465 HTTP/1.1" 200 115 0.070762 10.0.0.131 - - [2026-05-28 04:49:39] "GET /projects?obj_uuids=fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001253 10.0.0.131 - - [2026-05-28 04:49:39] "GET /project/fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f?fields=application_policy_sets HTTP/1.1" 200 1415 0.051130 10.0.0.133 - - [2026-05-28 04:49:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.083416 10.0.0.41 - - [2026-05-28 04:49:39] "DELETE /access-control-list/56ccf326-d3b5-4ba5-8625-e2a26dbb573c HTTP/1.1" 200 115 0.053565 10.0.0.131 - - [2026-05-28 04:49:40] "DELETE /project/fb7c3202-cbf4-4b3d-b0dc-2f1172ae1c0f HTTP/1.1" 200 115 0.554624 10.0.0.131 - - [2026-05-28 04:49:40] "GET /projects?obj_uuids=58b87fe6-4114-45bb-a292-4f6f79b7f966&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007894 10.0.0.131 - - [2026-05-28 04:49:40] "GET /domains?obj_uuids=b78f3d96-9484-4108-bfa1-c06500362770&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.131 - - [2026-05-28 04:49:40] "GET /domain/b78f3d96-9484-4108-bfa1-c06500362770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009325 10.0.0.131 - - [2026-05-28 04:49:40] "POST /id-to-fqname HTTP/1.1" 200 190 0.006577 10.0.0.131 - - [2026-05-28 04:49:40] "POST /fqname-to-id HTTP/1.1" 404 199 0.010936 10.0.0.131 - - [2026-05-28 04:49:40] "POST /security-groups HTTP/1.1" 200 591 0.090239 10.0.0.131 - - [2026-05-28 04:49:40] "POST /projects HTTP/1.1" 200 585 0.350775 10.0.0.131 - - [2026-05-28 04:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.409631 10.0.0.41 - - [2026-05-28 04:49:40] "POST /fqname-to-id HTTP/1.1" 404 233 0.004436 10.0.0.133 - - [2026-05-28 04:49:40] "GET /project/58b87fe6-4114-45bb-a292-4f6f79b7f966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.607967 10.0.0.133 - - [2026-05-28 04:49:42] "GET / HTTP/1.1" 200 36215 0.002857 10.0.0.131 - - [2026-05-28 04:49:47] "GET /projects?obj_uuids=58b87fe6-4114-45bb-a292-4f6f79b7f966&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.133 - - [2026-05-28 04:49:48] "GET /project/58b87fe6-4114-45bb-a292-4f6f79b7f966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.053532 10.0.0.131 - - [2026-05-28 04:49:48] "GET /projects?obj_uuids=58b87fe6-4114-45bb-a292-4f6f79b7f966&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002108 10.0.0.133 - - [2026-05-28 04:49:48] "GET /project/58b87fe6-4114-45bb-a292-4f6f79b7f966?fields=virtual_networks HTTP/1.1" 200 1034 0.075140 10.0.0.131 - - [2026-05-28 04:49:48] "GET /projects?obj_uuids=58b87fe6-4114-45bb-a292-4f6f79b7f966&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002547 10.0.0.133 - - [2026-05-28 04:49:48] "GET /project/58b87fe6-4114-45bb-a292-4f6f79b7f966?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.056337 10.0.0.131 - - [2026-05-28 04:49:48] "GET /projects?obj_uuids=58b87fe6-4114-45bb-a292-4f6f79b7f966&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001707 10.0.0.133 - - [2026-05-28 04:49:48] "GET /project/58b87fe6-4114-45bb-a292-4f6f79b7f966?fields=security_groups HTTP/1.1" 200 1261 0.046817 10.0.0.131 - - [2026-05-28 04:50:40] "DELETE /project/58b87fe6411445bba2924f6f79b7f966 HTTP/1.1" 404 173 0.004587 10.0.0.131 - - [2026-05-28 04:50:40] "GET /projects?obj_uuids=58b87fe6-4114-45bb-a292-4f6f79b7f966&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000807 10.0.0.131 - - [2026-05-28 04:50:40] "GET /project/58b87fe6-4114-45bb-a292-4f6f79b7f966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.075820 10.0.0.131 - - [2026-05-28 04:50:40] "GET /projects?obj_uuids=58b87fe6-4114-45bb-a292-4f6f79b7f966&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000911 10.0.0.131 - - [2026-05-28 04:50:40] "GET /project/58b87fe6-4114-45bb-a292-4f6f79b7f966?fields=security_groups HTTP/1.1" 200 1363 0.063651 10.0.0.131 - - [2026-05-28 04:50:40] "DELETE /security-group/0f3c78d0-538d-431d-8b64-071c52540aa5 HTTP/1.1" 200 115 0.074452 10.0.0.131 - - [2026-05-28 04:50:40] "GET /projects?obj_uuids=58b87fe6-4114-45bb-a292-4f6f79b7f966&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001142 10.0.0.131 - - [2026-05-28 04:50:40] "GET /project/58b87fe6-4114-45bb-a292-4f6f79b7f966?fields=application_policy_sets HTTP/1.1" 200 1402 0.072248 10.0.0.41 - - [2026-05-28 04:50:40] "DELETE /access-control-list/f64928ed-a83b-4641-aa8d-25a94d345b9a HTTP/1.1" 200 115 0.067147 10.0.0.131 - - [2026-05-28 04:50:40] "DELETE /project/58b87fe6-4114-45bb-a292-4f6f79b7f966 HTTP/1.1" 200 115 0.552404 10.0.0.133 - - [2026-05-28 04:51:20] "POST /neutron/network HTTP/1.1" 200 1124 0.007288 10.0.0.133 - - [2026-05-28 04:51:20] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015990 10.0.0.133 - - [2026-05-28 04:51:20] "POST /neutron/network HTTP/1.1" 200 1114 0.010929 10.0.0.133 - - [2026-05-28 04:51:21] "POST /neutron/network HTTP/1.1" 200 1124 0.011451 10.0.0.133 - - [2026-05-28 04:51:21] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015046 10.0.0.133 - - [2026-05-28 04:51:21] "POST /neutron/network HTTP/1.1" 200 1114 0.010668 [Introspect:8084]10.0.0.131 - - [2026-05-28 04:51:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001006 [Introspect:8084]10.0.0.131 - - [2026-05-28 04:51:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.002619