++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Mar 30 03:47:33 AM UTC 2026 ===================' INFO: =================== Mon Mar 30 03:47:33 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ 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 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.141 ++ 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)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ 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.249,10.0.0.241,10.0.0.141 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.241,10.0.0.141 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.241,10.0.0.141 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.241,10.0.0.141 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.241:8081 10.0.0.141:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.241:8081 10.0.0.141:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.241:8081 10.0.0.141: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.241:9042 10.0.0.141:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.241:9042 10.0.0.141:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.241:9042 10.0.0.141:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.241,10.0.0.141 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.241:8086 10.0.0.141:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.241:8086 10.0.0.141:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.241:8086 10.0.0.141: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.249,10.0.0.241,10.0.0.141 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.241,10.0.0.141 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.241:8082 10.0.0.141:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.241:8082 10.0.0.141:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.241:8082 10.0.0.141: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.241:9161 10.0.0.141:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.241:9161 10.0.0.141:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.241:9161 10.0.0.141: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.241:9041 10.0.0.141:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.241:9041 10.0.0.141:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.241:9041 10.0.0.141: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.17,10.20.0.25,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17,10.20.0.25,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.241,10.0.0.141 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+=10.0.0.241:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.241:2181,10.0.0.141:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.241:2181,10.0.0.141:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.241:2181,10.0.0.141: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.241:2181 10.0.0.141:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.241:2181 10.0.0.141:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.241:2181 10.0.0.141:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.241,10.0.0.141 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+=10.0.0.241:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.241:5673,10.0.0.141:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.241:5673,10.0.0.141:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.241:5673,10.0.0.141: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.241:6379 10.0.0.141:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.241:6379 10.0.0.141:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.241:6379 10.0.0.141: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.249,10.0.0.241,10.0.0.141 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.241:9092 10.0.0.141:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.241:9092 10.0.0.141:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.241:9092 10.0.0.141: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.249 ++ 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.249,10.0.0.241,10.0.0.141 ++ 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.249,10.0.0.241,10.0.0.141 ++ 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.249,10.0.0.241,10.0.0.141 ++ cut -d , -f 1 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.249 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.241,10.0.0.141 +++ local servers=10.0.0.249,10.0.0.241,10.0.0.141 +++ local server_list= +++ cut -d ' ' -f 1 +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.141,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.141,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.241'\''))' +++ local server_ip=10.0.0.241 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.241 ]] +++ [[ ,10.0.0.141,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.241, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.141,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ echo 10.0.0.141 3 +++ return ++ local ip=10.0.0.141 ++ [[ -z 10.0.0.141 ]] ++ echo 10.0.0.141 + host_ip=10.0.0.141 + [[ cql == \c\q\l ]] ++ echo 10.0.0.249:9041 10.0.0.241:9041 10.0.0.141:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.249:9041 10.0.0.241:9041 10.0.0.141:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.141:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ 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: 03/30/2026 03:47:45.080 7f4b3ae5e880 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/30/2026 03:47:45.268 7f4b3ae5e880 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/30/2026 03:47:45.285 7f4b3ae5e880 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/30/2026 03:47:45.285 7f4b3ae5e880 [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.141:8082/ Hit Ctrl-C to quit. 10.0.0.141 - - [2026-03-30 03:47:46] "GET / HTTP/1.1" 503 181 0.000233 10.0.0.141 - - [2026-03-30 03:47:46] "GET / HTTP/1.1" 503 181 0.000142 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.241 - - [2026-03-30 03:47:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000589 10.0.0.241 - - [2026-03-30 03:47:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000423 10.0.0.141 - - [2026-03-30 03:47:47] "GET / HTTP/1.1" 200 45871 0.001493 10.0.0.141 - - [2026-03-30 03:47:47] "GET / HTTP/1.1" 200 45871 0.001092 10.0.0.141 - - [2026-03-30 03:47:47] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000335 10.0.0.141 - - [2026-03-30 03:47:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000279 10.0.0.141 - - [2026-03-30 03:47:51] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 2.573127 10.0.0.141 - - [2026-03-30 03:47:51] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.012732 10.0.0.141 - - [2026-03-30 03:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 2.292322 10.0.0.141 - - [2026-03-30 03:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.241 - - [2026-03-30 03:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 1.119074 10.0.0.241 - - [2026-03-30 03:47:53] "GET /network-ipam/a36d87b6-c7cd-43b2-bcb7-815dd0ca21ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.006399 10.0.0.241 - - [2026-03-30 03:47:54] "PUT /access-control-list/f37771a6-1bf8-405e-845c-5d15a90b0fc5 HTTP/1.1" 200 273 1.581502 /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.141 - - [2026-03-30 03:48:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.249 - - [2026-03-30 03:48:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000581 10.0.0.141 - - [2026-03-30 03:48:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.241 - - [2026-03-30 03:48:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000720 10.0.0.249 - - [2026-03-30 03:48:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000934 10.0.0.241 - - [2026-03-30 03:48:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000534 10.0.0.241 - - [2026-03-30 03:48:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.241 - - [2026-03-30 03:48:29] "GET /global-system-configs HTTP/1.1" 401 293 0.000582 10.0.0.141 - - [2026-03-30 03:48:29] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.141 - - [2026-03-30 03:48:29] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.249 - - [2026-03-30 03:48:31] "GET /global-system-configs HTTP/1.1" 401 293 0.000516 10.0.0.249 - - [2026-03-30 03:48:32] "GET /global-system-configs HTTP/1.1" 401 293 0.000585 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.241 - - [2026-03-30 03:49:56] "GET /obj-perms HTTP/1.1" 200 5075 0.427609 10.0.0.141 - - [2026-03-30 03:50:57] "GET /obj-perms HTTP/1.1" 200 5075 0.069162 10.0.0.249 - - [2026-03-30 03:50:57] "GET /obj-perms HTTP/1.1" 200 5075 0.084271 10.0.0.141 - - [2026-03-30 03:53:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.141 - - [2026-03-30 03:53:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.249 - - [2026-03-30 03:53:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000889 10.0.0.249 - - [2026-03-30 03:53:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.241 - - [2026-03-30 03:53:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.241 - - [2026-03-30 03:53:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.241 - - [2026-03-30 03:53:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.241 - - [2026-03-30 03:53:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.141 - - [2026-03-30 03:53:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000522 10.0.0.141 - - [2026-03-30 03:53:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.249 - - [2026-03-30 03:53:31] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.249 - - [2026-03-30 03:53:31] "GET /global-system-configs HTTP/1.1" 401 293 0.000546 10.0.0.241 - - [2026-03-30 03:55:01] "GET /obj-perms HTTP/1.1" 200 5075 0.068851 10.0.0.141 - - [2026-03-30 03:55:01] "GET /obj-perms HTTP/1.1" 200 5075 0.071932 10.0.0.249 - - [2026-03-30 03:56:02] "GET /obj-perms HTTP/1.1" 200 5075 0.064985 10.0.0.141 - - [2026-03-30 03:58:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.249 - - [2026-03-30 03:58:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.241 - - [2026-03-30 03:58:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000526 10.0.0.141 - - [2026-03-30 03:58:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000571 10.0.0.249 - - [2026-03-30 03:58:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.241 - - [2026-03-30 03:58:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.241 - - [2026-03-30 03:58:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.241 - - [2026-03-30 03:58:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.141 - - [2026-03-30 03:58:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000457 10.0.0.141 - - [2026-03-30 03:58:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000559 10.0.0.249 - - [2026-03-30 03:58:31] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.249 - - [2026-03-30 03:58:31] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.241 - - [2026-03-30 03:59:06] "GET /obj-perms HTTP/1.1" 200 5075 0.079974 10.0.0.141 - - [2026-03-30 04:00:07] "GET /obj-perms HTTP/1.1" 200 5075 0.061524 10.0.0.249 - - [2026-03-30 04:00:07] "GET /obj-perms HTTP/1.1" 200 5075 0.061702 10.0.0.141 - - [2026-03-30 04:03:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000627 10.0.0.141 - - [2026-03-30 04:03:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.249 - - [2026-03-30 04:03:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.249 - - [2026-03-30 04:03:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.241 - - [2026-03-30 04:03:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.241 - - [2026-03-30 04:03:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.241 - - [2026-03-30 04:03:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.241 - - [2026-03-30 04:03:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.141 - - [2026-03-30 04:03:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.141 - - [2026-03-30 04:03:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.249 - - [2026-03-30 04:03:31] "GET /global-system-configs HTTP/1.1" 401 293 0.000576 10.0.0.249 - - [2026-03-30 04:03:31] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.241 - - [2026-03-30 04:04:10] "GET /obj-perms HTTP/1.1" 200 5075 0.156389 10.0.0.141 - - [2026-03-30 04:04:11] "GET /obj-perms HTTP/1.1" 200 5075 0.072637 10.0.0.249 - - [2026-03-30 04:05:11] "GET /obj-perms HTTP/1.1" 200 5075 0.088856 10.0.0.141 - - [2026-03-30 04:08:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.141 - - [2026-03-30 04:08:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.249 - - [2026-03-30 04:08:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000582 10.0.0.249 - - [2026-03-30 04:08:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000642 10.0.0.241 - - [2026-03-30 04:08:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000546 10.0.0.241 - - [2026-03-30 04:08:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000465 10.0.0.241 - - [2026-03-30 04:08:14] "GET /obj-perms HTTP/1.1" 200 5075 0.061535 10.0.0.241 - - [2026-03-30 04:08:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.241 - - [2026-03-30 04:08:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.141 - - [2026-03-30 04:08:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.141 - - [2026-03-30 04:08:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000536 10.0.0.249 - - [2026-03-30 04:08:31] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.249 - - [2026-03-30 04:08:31] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.141 - - [2026-03-30 04:09:15] "GET /obj-perms HTTP/1.1" 200 5075 0.077134 10.0.0.249 - - [2026-03-30 04:09:15] "GET /obj-perms HTTP/1.1" 200 5075 0.081762 10.0.0.241 - - [2026-03-30 04:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006134 10.0.0.241 - - [2026-03-30 04:10:16] "GET /virtual-router/fdbb5387-9281-4d29-b2fc-2caa2ea8b44a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.031342 10.0.0.241 - - [2026-03-30 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.047840 [Introspect:8084]10.0.0.141 - - [2026-03-30 04:11:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001435 [Introspect:8084]10.0.0.141 - - [2026-03-30 04:11:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3167 0.001277 [Introspect:8084]10.0.0.141 - - [2026-03-30 04:11:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001038 [Introspect:8084]10.0.0.141 - - [2026-03-30 04:11:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3167 0.001067 10.0.0.141 - - [2026-03-30 04:13:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000532 10.0.0.141 - - [2026-03-30 04:13:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.249 - - [2026-03-30 04:13:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.249 - - [2026-03-30 04:13:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.241 - - [2026-03-30 04:13:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.241 - - [2026-03-30 04:13:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.241 - - [2026-03-30 04:13:18] "GET /obj-perms HTTP/1.1" 200 5075 0.070740 10.0.0.141 - - [2026-03-30 04:13:19] "GET /obj-perms HTTP/1.1" 200 5075 0.064849 10.0.0.241 - - [2026-03-30 04:13:28] "GET /global-system-configs HTTP/1.1" 401 293 0.002007 10.0.0.241 - - [2026-03-30 04:13:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.141 - - [2026-03-30 04:13:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.141 - - [2026-03-30 04:13:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.249 - - [2026-03-30 04:13:30] "GET / HTTP/1.1" 200 36215 0.002061 10.0.0.249 - - [2026-03-30 04:13:31] "GET /project/5eb5c387-50ec-491e-b367-383085e60b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000437 10.0.0.249 - - [2026-03-30 04:13:31] "GET /global-system-configs HTTP/1.1" 401 293 0.000309 10.0.0.249 - - [2026-03-30 04:13:31] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.141 - - [2026-03-30 04:13:31] "GET /projects?obj_uuids=5eb5c387-50ec-491e-b367-383085e60b1e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.055214 10.0.0.141 - - [2026-03-30 04:13:31] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001414 10.0.0.141 - - [2026-03-30 04:13:31] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038840 10.0.0.141 - - [2026-03-30 04:13:31] "POST /id-to-fqname HTTP/1.1" 200 167 0.003761 10.0.0.141 - - [2026-03-30 04:13:31] "POST /fqname-to-id HTTP/1.1" 404 176 0.010643 10.0.0.141 - - [2026-03-30 04:13:31] "POST /security-groups HTTP/1.1" 200 568 0.047883 10.0.0.141 - - [2026-03-30 04:13:32] "POST /projects HTTP/1.1" 200 539 0.358597 10.0.0.241 - - [2026-03-30 04:13:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.038912 10.0.0.141 - - [2026-03-30 04:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.433589 10.0.0.249 - - [2026-03-30 04:13:32] "GET /project/5eb5c387-50ec-491e-b367-383085e60b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.735951 10.0.0.241 - - [2026-03-30 04:13:32] "POST /access-control-lists HTTP/1.1" 200 573 0.070295 [Introspect:8084]10.0.0.249 - - [2026-03-30 04:13:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3167 0.001214 10.0.0.249 - - [2026-03-30 04:13:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.032094 10.0.0.141 - - [2026-03-30 04:13:34] "GET /projects?obj_uuids=8e455587-28ed-4e64-b310-3442e0cef7ae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005138 10.0.0.141 - - [2026-03-30 04:13:35] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001270 10.0.0.141 - - [2026-03-30 04:13:35] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008724 10.0.0.141 - - [2026-03-30 04:13:35] "POST /id-to-fqname HTTP/1.1" 200 201 0.008034 10.0.0.141 - - [2026-03-30 04:13:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.008063 10.0.0.141 - - [2026-03-30 04:13:35] "POST /security-groups HTTP/1.1" 200 602 0.091130 10.0.0.141 - - [2026-03-30 04:13:35] "POST /projects HTTP/1.1" 200 607 0.367146 10.0.0.141 - - [2026-03-30 04:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.407711 10.0.0.241 - - [2026-03-30 04:13:35] "POST /fqname-to-id HTTP/1.1" 404 244 0.005441 10.0.0.249 - - [2026-03-30 04:13:35] "GET /project/8e455587-28ed-4e64-b310-3442e0cef7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.716497 10.0.0.249 - - [2026-03-30 04:13:37] "GET / HTTP/1.1" 200 36215 0.001651 10.0.0.249 - - [2026-03-30 04:13:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000638 10.0.0.249 - - [2026-03-30 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.096048 10.0.0.141 - - [2026-03-30 04:13:38] "GET /projects?obj_uuids=8e455587-28ed-4e64-b310-3442e0cef7ae&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000960 10.0.0.249 - - [2026-03-30 04:13:38] "GET /project/8e455587-28ed-4e64-b310-3442e0cef7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.082289 10.0.0.241 - - [2026-03-30 04:13:39] "POST /ref-update HTTP/1.1" 200 156 0.043804 10.0.0.141 - - [2026-03-30 04:13:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003690 10.0.0.249 - - [2026-03-30 04:13:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.379196 10.0.0.249 - - [2026-03-30 04:13:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.001490 10.0.0.249 - - [2026-03-30 04:13:40] "GET /virtual-network/e8449f26-f9de-438d-839e-6a071c8a3c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006799 10.0.0.249 - - [2026-03-30 04:13:40] "GET /virtual-network/e8449f26-f9de-438d-839e-6a071c8a3c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006632 10.0.0.249 - - [2026-03-30 04:13:40] "POST /neutron/network HTTP/1.1" 200 839 0.008590 10.0.0.249 - - [2026-03-30 04:13:40] "GET /virtual-network/e8449f26-f9de-438d-839e-6a071c8a3c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.009562 10.0.0.249 - - [2026-03-30 04:13:41] "GET /obj-perms HTTP/1.1" 200 5071 0.074147 10.0.0.249 - - [2026-03-30 04:13:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001325 10.0.0.141 - - [2026-03-30 04:13:44] "GET /projects?obj_uuids=8e455587-28ed-4e64-b310-3442e0cef7ae&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001046 10.0.0.249 - - [2026-03-30 04:13:45] "GET /project/8e455587-28ed-4e64-b310-3442e0cef7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.124658 10.0.0.249 - - [2026-03-30 04:13:45] "POST /neutron/network HTTP/1.1" 200 839 0.054864 10.0.0.249 - - [2026-03-30 04:13:46] "POST /neutron/port HTTP/1.1" 200 117 0.009699 10.0.0.249 - - [2026-03-30 04:13:48] "POST /neutron/port HTTP/1.1" 200 1071 0.069918 10.0.0.249 - - [2026-03-30 04:13:48] "POST /neutron/port HTTP/1.1" 200 1135 0.033973 10.0.0.249 - - [2026-03-30 04:13:48] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.249 - - [2026-03-30 04:13:51] "POST /neutron/security_group HTTP/1.1" 200 2069 0.012619 10.0.0.141 - - [2026-03-30 04:13:57] "DELETE /project/8e45558728ed4e64b3103442e0cef7ae HTTP/1.1" 404 173 0.005093 10.0.0.141 - - [2026-03-30 04:13:57] "DELETE /project/5eb5c38750ec491eb367383085e60b1e HTTP/1.1" 404 173 0.003981 10.0.0.249 - - [2026-03-30 04:13:58] "GET /obj-perms HTTP/1.1" 200 5071 0.005764 10.0.0.249 - - [2026-03-30 04:14:02] "POST /neutron/network HTTP/1.1" 200 839 0.009734 10.0.0.249 - - [2026-03-30 04:14:02] "POST /neutron/port HTTP/1.1" 200 1125 0.021645 10.0.0.249 - - [2026-03-30 04:14:04] "POST /neutron/network HTTP/1.1" 200 839 0.008592 10.0.0.141 - - [2026-03-30 04:14:05] "GET /projects?obj_uuids=8e455587-28ed-4e64-b310-3442e0cef7ae&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001068 10.0.0.249 - - [2026-03-30 04:14:05] "GET /project/8e455587-28ed-4e64-b310-3442e0cef7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.066400 10.0.0.141 - - [2026-03-30 04:14:05] "GET /projects?obj_uuids=8e455587-28ed-4e64-b310-3442e0cef7ae&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001184 10.0.0.249 - - [2026-03-30 04:14:05] "GET /project/8e455587-28ed-4e64-b310-3442e0cef7ae?fields=virtual_networks HTTP/1.1" 200 1057 0.080320 10.0.0.141 - - [2026-03-30 04:14:05] "GET /projects?obj_uuids=8e455587-28ed-4e64-b310-3442e0cef7ae&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001011 10.0.0.249 - - [2026-03-30 04:14:05] "GET /project/8e455587-28ed-4e64-b310-3442e0cef7ae?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.069635 10.0.0.141 - - [2026-03-30 04:14:05] "GET /projects?obj_uuids=8e455587-28ed-4e64-b310-3442e0cef7ae&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001283 10.0.0.249 - - [2026-03-30 04:14:05] "GET /project/8e455587-28ed-4e64-b310-3442e0cef7ae?fields=security_groups HTTP/1.1" 200 1295 0.066759 10.0.0.141 - - [2026-03-30 04:14:06] "GET /projects?obj_uuids=5eb5c387-50ec-491e-b367-383085e60b1e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001007 10.0.0.249 - - [2026-03-30 04:14:06] "GET /project/5eb5c387-50ec-491e-b367-383085e60b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.089946 10.0.0.141 - - [2026-03-30 04:14:17] "GET /projects?obj_uuids=5eb5c387-50ec-491e-b367-383085e60b1e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001260 10.0.0.249 - - [2026-03-30 04:14:17] "GET /project/5eb5c387-50ec-491e-b367-383085e60b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.059784 10.0.0.249 - - [2026-03-30 04:14:19] "GET /obj-perms HTTP/1.1" 200 5075 0.093593 10.0.0.249 - - [2026-03-30 04:14:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.037361 10.0.0.141 - - [2026-03-30 04:14:20] "GET /projects?obj_uuids=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006601 10.0.0.141 - - [2026-03-30 04:14:20] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.141 - - [2026-03-30 04:14:20] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008460 10.0.0.141 - - [2026-03-30 04:14:20] "POST /id-to-fqname HTTP/1.1" 200 202 0.001202 10.0.0.141 - - [2026-03-30 04:14:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.011898 10.0.0.141 - - [2026-03-30 04:14:21] "POST /security-groups HTTP/1.1" 200 603 0.090003 10.0.0.241 - - [2026-03-30 04:14:21] "POST /fqname-to-id HTTP/1.1" 404 246 0.009126 10.0.0.141 - - [2026-03-30 04:14:21] "POST /projects HTTP/1.1" 200 609 0.375423 10.0.0.141 - - [2026-03-30 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.478470 10.0.0.241 - - [2026-03-30 04:14:21] "POST /access-control-lists HTTP/1.1" 200 608 0.040813 10.0.0.249 - - [2026-03-30 04:14:21] "GET /project/99f2df25-06b0-485f-9d1c-ac9f73fb9c63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.669161 10.0.0.249 - - [2026-03-30 04:14:22] "GET / HTTP/1.1" 200 36215 0.002020 10.0.0.141 - - [2026-03-30 04:14:23] "GET /projects?obj_uuids=5eb5c387-50ec-491e-b367-383085e60b1e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001201 10.0.0.249 - - [2026-03-30 04:14:23] "GET /project/5eb5c387-50ec-491e-b367-383085e60b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.053491 10.0.0.249 - - [2026-03-30 04:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.249 - - [2026-03-30 04:14:24] "GET /security-group/a4ba2533-2d60-4911-93b8-46e0f51b51be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.007898 10.0.0.249 - - [2026-03-30 04:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.141 - - [2026-03-30 04:14:24] "GET /projects?obj_uuids=5eb5c387-50ec-491e-b367-383085e60b1e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001212 10.0.0.249 - - [2026-03-30 04:14:24] "GET /project/5eb5c387-50ec-491e-b367-383085e60b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.052532 10.0.0.249 - - [2026-03-30 04:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.249 - - [2026-03-30 04:14:24] "GET /security-group/a4ba2533-2d60-4911-93b8-46e0f51b51be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.005816 10.0.0.249 - - [2026-03-30 04:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.249 - - [2026-03-30 04:14:24] "PUT /security-group/a4ba2533-2d60-4911-93b8-46e0f51b51be HTTP/1.1" 200 263 0.031054 10.0.0.249 - - [2026-03-30 04:14:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000616 10.0.0.249 - - [2026-03-30 04:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.095836 10.0.0.141 - - [2026-03-30 04:14:25] "GET /projects?obj_uuids=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.249 - - [2026-03-30 04:14:25] "GET /project/99f2df25-06b0-485f-9d1c-ac9f73fb9c63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.048459 10.0.0.141 - - [2026-03-30 04:14:26] "GET /projects?obj_uuids=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001334 10.0.0.249 - - [2026-03-30 04:14:26] "POST /neutron/network HTTP/1.1" 200 619 0.283940 10.0.0.241 - - [2026-03-30 04:14:26] "POST /route-targets HTTP/1.1" 200 328 0.017718 10.0.0.249 - - [2026-03-30 04:14:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.021599 10.0.0.249 - - [2026-03-30 04:14:26] "GET /virtual-network/041f4d16-9091-492c-9478-199982be8064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006282 10.0.0.249 - - [2026-03-30 04:14:26] "POST /neutron/network HTTP/1.1" 200 837 0.010746 10.0.0.249 - - [2026-03-30 04:14:26] "GET /virtual-network/041f4d16-9091-492c-9478-199982be8064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006613 10.0.0.249 - - [2026-03-30 04:14:27] "GET /virtual-network/041f4d16-9091-492c-9478-199982be8064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006247 10.0.0.241 - - [2026-03-30 04:14:28] "GET /obj-perms HTTP/1.1" 200 5073 0.069438 10.0.0.249 - - [2026-03-30 04:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.141 - - [2026-03-30 04:14:29] "GET /projects?obj_uuids=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001256 10.0.0.249 - - [2026-03-30 04:14:29] "GET /project/99f2df25-06b0-485f-9d1c-ac9f73fb9c63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.061129 10.0.0.249 - - [2026-03-30 04:14:29] "POST /neutron/network HTTP/1.1" 200 117 0.018617 10.0.0.241 - - [2026-03-30 04:14:29] "POST /ref-update HTTP/1.1" 200 156 0.038461 10.0.0.249 - - [2026-03-30 04:14:29] "POST /neutron/network HTTP/1.1" 200 839 0.013240 10.0.0.249 - - [2026-03-30 04:14:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.002020 10.0.0.249 - - [2026-03-30 04:14:29] "GET /virtual-network/d527ccfa-129a-4e4d-bacf-ff6605ae7d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006340 10.0.0.249 - - [2026-03-30 04:14:29] "GET /virtual-network/d527ccfa-129a-4e4d-bacf-ff6605ae7d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007826 10.0.0.249 - - [2026-03-30 04:14:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.012535 10.0.0.249 - - [2026-03-30 04:14:30] "GET /virtual-network/d527ccfa-129a-4e4d-bacf-ff6605ae7d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006846 10.0.0.141 - - [2026-03-30 04:14:30] "GET /obj-perms HTTP/1.1" 200 5073 0.093643 10.0.0.249 - - [2026-03-30 04:14:30] "POST /id-to-fqname HTTP/1.1" 200 233 0.001281 10.0.0.141 - - [2026-03-30 04:14:31] "GET /projects?obj_uuids=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001080 10.0.0.249 - - [2026-03-30 04:14:31] "GET /project/99f2df25-06b0-485f-9d1c-ac9f73fb9c63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.094036 10.0.0.249 - - [2026-03-30 04:14:32] "POST /neutron/port HTTP/1.1" 200 117 0.007758 10.0.0.249 - - [2026-03-30 04:14:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.001282 10.0.0.249 - - [2026-03-30 04:14:32] "POST /neutron/network HTTP/1.1" 200 847 0.009004 10.0.0.249 - - [2026-03-30 04:14:33] "POST /neutron/port HTTP/1.1" 200 1073 0.023482 10.0.0.141 - - [2026-03-30 04:14:33] "GET /projects?obj_uuids=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001147 10.0.0.249 - - [2026-03-30 04:14:33] "GET /project/99f2df25-06b0-485f-9d1c-ac9f73fb9c63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.091290 10.0.0.249 - - [2026-03-30 04:14:33] "POST /neutron/network HTTP/1.1" 200 837 0.008747 10.0.0.249 - - [2026-03-30 04:14:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005788 10.0.0.249 - - [2026-03-30 04:14:33] "POST /neutron/port HTTP/1.1" 200 117 0.001403 10.0.0.249 - - [2026-03-30 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005339 10.0.0.141 - - [2026-03-30 04:14:33] "GET /projects?obj_uuids=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000904 10.0.0.249 - - [2026-03-30 04:14:33] "GET /project/99f2df25-06b0-485f-9d1c-ac9f73fb9c63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.069339 10.0.0.249 - - [2026-03-30 04:14:33] "GET /virtual-network/041f4d16-9091-492c-9478-199982be8064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008014 10.0.0.249 - - [2026-03-30 04:14:33] "GET /floating-ip-pools?parent_id=041f4d16-9091-492c-9478-199982be8064&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004757 10.0.0.249 - - [2026-03-30 04:14:33] "GET /virtual-network/041f4d16-9091-492c-9478-199982be8064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008468 10.0.0.249 - - [2026-03-30 04:14:33] "POST /floating-ip-pools HTTP/1.1" 200 611 0.046178 10.0.0.249 - - [2026-03-30 04:14:34] "POST /ref-update HTTP/1.1" 200 156 0.021761 10.0.0.249 - - [2026-03-30 04:14:34] "GET /virtual-network/041f4d16-9091-492c-9478-199982be8064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008605 10.0.0.249 - - [2026-03-30 04:14:34] "GET /virtual-network/041f4d16-9091-492c-9478-199982be8064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006509 10.0.0.249 - - [2026-03-30 04:14:34] "POST /neutron/port HTTP/1.1" 200 1137 0.027422 10.0.0.141 - - [2026-03-30 04:14:34] "GET /projects?obj_uuids=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001249 10.0.0.249 - - [2026-03-30 04:14:35] "POST /neutron/port HTTP/1.1" 200 1071 0.374379 10.0.0.249 - - [2026-03-30 04:14:35] "POST /neutron/port HTTP/1.1" 200 1125 0.171732 10.0.0.249 - - [2026-03-30 04:14:36] "POST /neutron/subnet HTTP/1.1" 200 693 0.012777 10.0.0.249 - - [2026-03-30 04:14:39] "POST /neutron/port HTTP/1.1" 200 1137 0.022715 10.0.0.249 - - [2026-03-30 04:14:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008994 10.0.0.249 - - [2026-03-30 04:14:39] "GET /virtual-machine/31320895-4dc2-4e2f-83b9-5d47e45b3755 HTTP/1.1" 401 293 0.000431 10.0.0.249 - - [2026-03-30 04:14:40] "GET /virtual-machine/31320895-4dc2-4e2f-83b9-5d47e45b3755 HTTP/1.1" 200 1305 0.038483 10.0.0.249 - - [2026-03-30 04:14:40] "GET /virtual-machine-interface/75f24ed5-83e7-4c78-a07e-0d26f424ecbc HTTP/1.1" 200 3011 0.006130 10.0.0.249 - - [2026-03-30 04:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.249 - - [2026-03-30 04:14:40] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004802 10.0.0.249 - - [2026-03-30 04:14:40] "GET /virtual-networks?parent_id=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004587 10.0.0.249 - - [2026-03-30 04:14:40] "GET /virtual-network/d527ccfa-129a-4e4d-bacf-ff6605ae7d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006724 10.0.0.249 - - [2026-03-30 04:14:42] "POST /neutron/port HTTP/1.1" 200 1137 0.068326 10.0.0.249 - - [2026-03-30 04:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.249 - - [2026-03-30 04:14:43] "GET /virtual-network/d527ccfa-129a-4e4d-bacf-ff6605ae7d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006588 10.0.0.249 - - [2026-03-30 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005217 10.0.0.249 - - [2026-03-30 04:14:45] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004718 10.0.0.249 - - [2026-03-30 04:14:45] "GET /virtual-networks?parent_id=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003957 10.0.0.249 - - [2026-03-30 04:14:45] "GET /virtual-network/d527ccfa-129a-4e4d-bacf-ff6605ae7d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008872 10.0.0.249 - - [2026-03-30 04:14:46] "POST /neutron/port HTTP/1.1" 200 1137 0.025583 10.0.0.249 - - [2026-03-30 04:14:46] "POST /neutron/port HTTP/1.1" 200 1135 0.025223 10.0.0.249 - - [2026-03-30 04:14:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008648 10.0.0.249 - - [2026-03-30 04:14:46] "GET /virtual-machine/47d780bc-ef6e-4fe8-bc6d-b8c8019fe013 HTTP/1.1" 200 1306 0.007001 10.0.0.249 - - [2026-03-30 04:14:46] "GET /virtual-machine-interface/267f2f29-570e-4e46-8015-fd46fe8fa0b3 HTTP/1.1" 200 3010 0.008040 10.0.0.249 - - [2026-03-30 04:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.249 - - [2026-03-30 04:14:46] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.006545 10.0.0.249 - - [2026-03-30 04:14:46] "GET /virtual-networks?parent_id=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.006326 10.0.0.249 - - [2026-03-30 04:14:46] "GET /virtual-network/041f4d16-9091-492c-9478-199982be8064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.010282 10.0.0.249 - - [2026-03-30 04:14:46] "POST /neutron/port HTTP/1.1" 200 1135 0.030762 10.0.0.249 - - [2026-03-30 04:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005519 10.0.0.249 - - [2026-03-30 04:14:47] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005627 10.0.0.249 - - [2026-03-30 04:14:47] "GET /virtual-networks?parent_id=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003920 10.0.0.249 - - [2026-03-30 04:14:47] "GET /virtual-network/041f4d16-9091-492c-9478-199982be8064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006972 10.0.0.249 - - [2026-03-30 04:14:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009963 10.0.0.249 - - [2026-03-30 04:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.249 - - [2026-03-30 04:14:53] "GET /routing-instance/56f2fcb5-6c16-4ce4-8995-3fecfc4cc4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.006693 10.0.0.249 - - [2026-03-30 04:14:53] "GET /route-target/fa462775-f838-4dc7-8b3f-7eb4181e7746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.007549 10.0.0.249 - - [2026-03-30 04:14:56] "POST /neutron/floatingip HTTP/1.1" 200 529 0.041179 10.0.0.249 - - [2026-03-30 04:14:56] "GET /floating-ip-pool/d1c7a4ee-c87d-4285-abcb-15d87cc0c34f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.006284 10.0.0.249 - - [2026-03-30 04:14:56] "POST /ref-update HTTP/1.1" 200 156 0.021074 10.0.0.249 - - [2026-03-30 04:14:56] "DELETE /floating-ip-pool/d1c7a4ee-c87d-4285-abcb-15d87cc0c34f HTTP/1.1" 200 115 0.057578 10.0.0.249 - - [2026-03-30 04:14:56] "POST /neutron/network HTTP/1.1" 200 839 0.007729 10.0.0.249 - - [2026-03-30 04:14:57] "POST /neutron/port HTTP/1.1" 200 1125 0.017406 10.0.0.249 - - [2026-03-30 04:14:57] "POST /neutron/port HTTP/1.1" 200 1127 0.039926 10.0.0.141 - - [2026-03-30 04:14:57] "GET /projects?obj_uuids=8e455587-28ed-4e64-b310-3442e0cef7ae&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001212 10.0.0.141 - - [2026-03-30 04:14:57] "DELETE /project/99f2df2506b0485f9d1cac9f73fb9c63 HTTP/1.1" 404 173 0.010632 10.0.0.141 - - [2026-03-30 04:14:57] "GET /project/8e455587-28ed-4e64-b310-3442e0cef7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.067097 10.0.0.141 - - [2026-03-30 04:14:57] "GET /projects?obj_uuids=8e455587-28ed-4e64-b310-3442e0cef7ae&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000959 10.0.0.141 - - [2026-03-30 04:14:57] "GET /project/8e455587-28ed-4e64-b310-3442e0cef7ae?fields=security_groups HTTP/1.1" 404 171 0.029101 10.0.0.141 - - [2026-03-30 04:14:58] "GET /projects?obj_uuids=8e455587-28ed-4e64-b310-3442e0cef7ae&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001026 10.0.0.141 - - [2026-03-30 04:14:58] "GET /project/8e455587-28ed-4e64-b310-3442e0cef7ae?fields=application_policy_sets HTTP/1.1" 400 221 0.033663 10.0.0.141 - - [2026-03-30 04:14:58] "DELETE /project/8e455587-28ed-4e64-b310-3442e0cef7ae HTTP/1.1" 404 171 0.257218 10.0.0.141 - - [2026-03-30 04:14:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002999 10.0.0.141 - - [2026-03-30 04:14:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002762 10.0.0.241 - - [2026-03-30 04:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.249 - - [2026-03-30 04:14:59] "POST /neutron/network HTTP/1.1" 200 151 0.147304 10.0.0.241 - - [2026-03-30 04:14:59] "DELETE /route-target/fa462775-f838-4dc7-8b3f-7eb4181e7746 HTTP/1.1" 200 115 0.030329 10.0.0.141 - - [2026-03-30 04:15:01] "GET /projects?obj_uuids=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.249 - - [2026-03-30 04:15:01] "GET /project/99f2df25-06b0-485f-9d1c-ac9f73fb9c63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.069385 10.0.0.141 - - [2026-03-30 04:15:01] "GET /projects?obj_uuids=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.249 - - [2026-03-30 04:15:01] "GET /project/99f2df25-06b0-485f-9d1c-ac9f73fb9c63?fields=virtual_networks HTTP/1.1" 200 1059 0.064616 10.0.0.141 - - [2026-03-30 04:15:01] "GET /projects?obj_uuids=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001210 10.0.0.249 - - [2026-03-30 04:15:01] "GET /project/99f2df25-06b0-485f-9d1c-ac9f73fb9c63?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.084919 10.0.0.141 - - [2026-03-30 04:15:01] "GET /projects?obj_uuids=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001195 10.0.0.249 - - [2026-03-30 04:15:01] "GET /project/99f2df25-06b0-485f-9d1c-ac9f73fb9c63?fields=security_groups HTTP/1.1" 200 1298 0.065918 10.0.0.249 - - [2026-03-30 04:15:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.060437 10.0.0.141 - - [2026-03-30 04:15:02] "GET /projects?obj_uuids=c5dcabf9-cc9d-4bbe-89cf-dc48363449e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004433 10.0.0.141 - - [2026-03-30 04:15:02] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001105 10.0.0.141 - - [2026-03-30 04:15:02] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009091 10.0.0.141 - - [2026-03-30 04:15:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.002223 10.0.0.141 - - [2026-03-30 04:15:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.010027 10.0.0.141 - - [2026-03-30 04:15:03] "POST /security-groups HTTP/1.1" 200 586 0.055313 10.0.0.141 - - [2026-03-30 04:15:03] "POST /projects HTTP/1.1" 200 575 0.331189 10.0.0.141 - - [2026-03-30 04:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.371353 10.0.0.241 - - [2026-03-30 04:15:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.014929 10.0.0.249 - - [2026-03-30 04:15:03] "GET /project/c5dcabf9-cc9d-4bbe-89cf-dc48363449e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.584917 10.0.0.249 - - [2026-03-30 04:15:04] "GET / HTTP/1.1" 200 36215 0.001914 10.0.0.141 - - [2026-03-30 04:15:08] "GET /projects?obj_uuids=c5dcabf9-cc9d-4bbe-89cf-dc48363449e4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001025 10.0.0.249 - - [2026-03-30 04:15:08] "GET /project/c5dcabf9-cc9d-4bbe-89cf-dc48363449e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.056902 10.0.0.141 - - [2026-03-30 04:15:08] "GET /projects?obj_uuids=c5dcabf9-cc9d-4bbe-89cf-dc48363449e4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001139 10.0.0.249 - - [2026-03-30 04:15:08] "GET /project/c5dcabf9-cc9d-4bbe-89cf-dc48363449e4?fields=virtual_networks HTTP/1.1" 200 1024 0.062723 10.0.0.141 - - [2026-03-30 04:15:08] "GET /projects?obj_uuids=c5dcabf9-cc9d-4bbe-89cf-dc48363449e4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001661 10.0.0.249 - - [2026-03-30 04:15:08] "GET /project/c5dcabf9-cc9d-4bbe-89cf-dc48363449e4?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.074689 10.0.0.141 - - [2026-03-30 04:15:08] "GET /projects?obj_uuids=c5dcabf9-cc9d-4bbe-89cf-dc48363449e4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001495 10.0.0.249 - - [2026-03-30 04:15:08] "GET /project/c5dcabf9-cc9d-4bbe-89cf-dc48363449e4?fields=security_groups HTTP/1.1" 200 1246 0.057868 10.0.0.249 - - [2026-03-30 04:15:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.048003 10.0.0.141 - - [2026-03-30 04:15:09] "GET /projects?obj_uuids=4b965836-5b70-488e-97a4-64e4bddf8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003861 10.0.0.141 - - [2026-03-30 04:15:09] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.141 - - [2026-03-30 04:15:09] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007809 10.0.0.141 - - [2026-03-30 04:15:10] "POST /id-to-fqname HTTP/1.1" 200 185 0.001136 10.0.0.141 - - [2026-03-30 04:15:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.017465 10.0.0.141 - - [2026-03-30 04:15:10] "POST /security-groups HTTP/1.1" 200 586 0.037388 10.0.0.141 - - [2026-03-30 04:15:10] "POST /projects HTTP/1.1" 200 575 0.305277 10.0.0.141 - - [2026-03-30 04:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.341852 10.0.0.241 - - [2026-03-30 04:15:10] "POST /access-control-lists HTTP/1.1" 200 593 0.032819 10.0.0.249 - - [2026-03-30 04:15:10] "GET /project/4b965836-5b70-488e-97a4-64e4bddf8cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.515693 10.0.0.249 - - [2026-03-30 04:15:11] "GET / HTTP/1.1" 200 36215 0.001581 10.0.0.249 - - [2026-03-30 04:15:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003950 10.0.0.141 - - [2026-03-30 04:15:12] "GET /projects?obj_uuids=5eb5c387-50ec-491e-b367-383085e60b1e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001082 10.0.0.241 - - [2026-03-30 04:15:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.005915 10.0.0.241 - - [2026-03-30 04:15:12] "POST /access-control-lists HTTP/1.1" 200 590 0.039404 10.0.0.249 - - [2026-03-30 04:15:12] "POST /neutron/security_group HTTP/1.1" 200 1364 0.540750 10.0.0.241 - - [2026-03-30 04:15:12] "PUT /access-control-list/2a32aa83-9588-48af-9b5f-0eeb7eb92dd8 HTTP/1.1" 200 273 0.027868 10.0.0.249 - - [2026-03-30 04:15:13] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.170963 10.0.0.249 - - [2026-03-30 04:15:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.015457 10.0.0.141 - - [2026-03-30 04:15:13] "GET /projects?obj_uuids=5eb5c387-50ec-491e-b367-383085e60b1e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001520 10.0.0.241 - - [2026-03-30 04:15:13] "POST /fqname-to-id HTTP/1.1" 404 228 0.004010 10.0.0.241 - - [2026-03-30 04:15:13] "POST /access-control-lists HTTP/1.1" 200 590 0.043998 10.0.0.249 - - [2026-03-30 04:15:14] "POST /neutron/security_group HTTP/1.1" 200 1364 0.468498 10.0.0.241 - - [2026-03-30 04:15:14] "PUT /access-control-list/2a9f46f8-4377-40b6-99e3-87f9c97108a0 HTTP/1.1" 200 273 0.059981 10.0.0.249 - - [2026-03-30 04:15:14] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.162574 10.0.0.249 - - [2026-03-30 04:15:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000441 10.0.0.249 - - [2026-03-30 04:15:15] "POST /fqname-to-id HTTP/1.1" 404 210 0.045020 10.0.0.141 - - [2026-03-30 04:15:15] "GET /projects?obj_uuids=4b965836-5b70-488e-97a4-64e4bddf8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002224 10.0.0.241 - - [2026-03-30 04:15:15] "POST /fqname-to-id HTTP/1.1" 404 245 0.003914 10.0.0.241 - - [2026-03-30 04:15:15] "POST /access-control-lists HTTP/1.1" 200 607 0.076972 10.0.0.249 - - [2026-03-30 04:15:15] "POST /neutron/security_group HTTP/1.1" 200 1379 0.543173 10.0.0.241 - - [2026-03-30 04:15:15] "PUT /access-control-list/21ef4963-6b3f-4d69-8458-2ddcc3501fb8 HTTP/1.1" 200 273 0.018312 10.0.0.249 - - [2026-03-30 04:15:16] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.191521 10.0.0.249 - - [2026-03-30 04:15:16] "POST /fqname-to-id HTTP/1.1" 404 210 0.003336 10.0.0.141 - - [2026-03-30 04:15:16] "GET /projects?obj_uuids=4b965836-5b70-488e-97a4-64e4bddf8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001095 10.0.0.241 - - [2026-03-30 04:15:16] "POST /fqname-to-id HTTP/1.1" 404 245 0.003690 10.0.0.241 - - [2026-03-30 04:15:16] "POST /access-control-lists HTTP/1.1" 200 607 0.044029 10.0.0.249 - - [2026-03-30 04:15:16] "POST /neutron/security_group HTTP/1.1" 200 1379 0.467694 10.0.0.241 - - [2026-03-30 04:15:16] "PUT /access-control-list/9bae1f51-e7bf-4af2-ae8e-7a23fa618081 HTTP/1.1" 200 273 0.027111 10.0.0.249 - - [2026-03-30 04:15:17] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.170218 10.0.0.141 - - [2026-03-30 04:15:18] "GET /projects?obj_uuids=5eb5c387-50ec-491e-b367-383085e60b1e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001041 10.0.0.249 - - [2026-03-30 04:15:18] "POST /neutron/router HTTP/1.1" 200 541 0.112322 10.0.0.241 - - [2026-03-30 04:15:18] "POST /route-targets HTTP/1.1" 200 328 0.017985 10.0.0.249 - - [2026-03-30 04:15:18] "POST /neutron/router HTTP/1.1" 200 541 0.016209 10.0.0.249 - - [2026-03-30 04:15:18] "POST /neutron/router HTTP/1.1" 200 541 0.004866 10.0.0.249 - - [2026-03-30 04:15:18] "POST /neutron/router HTTP/1.1" 200 541 0.004175 10.0.0.249 - - [2026-03-30 04:15:18] "POST /neutron/router HTTP/1.1" 200 541 0.004700 10.0.0.249 - - [2026-03-30 04:15:19] "POST /neutron/router HTTP/1.1" 200 541 0.009649 10.0.0.249 - - [2026-03-30 04:15:19] "POST /neutron/router HTTP/1.1" 200 541 0.004603 10.0.0.249 - - [2026-03-30 04:15:19] "POST /neutron/router HTTP/1.1" 200 541 0.005211 10.0.0.249 - - [2026-03-30 04:15:19] "POST /neutron/router HTTP/1.1" 200 541 0.004030 10.0.0.249 - - [2026-03-30 04:15:19] "POST /neutron/router HTTP/1.1" 200 541 0.004567 10.0.0.249 - - [2026-03-30 04:15:19] "POST /neutron/router HTTP/1.1" 200 541 0.004447 10.0.0.249 - - [2026-03-30 04:15:19] "POST /neutron/router HTTP/1.1" 200 541 0.038500 10.0.0.249 - - [2026-03-30 04:15:19] "POST /neutron/router HTTP/1.1" 200 541 0.006602 10.0.0.241 - - [2026-03-30 04:15:19] "DELETE /route-target/aca117ae-4127-48db-892c-36ff6930d6d0 HTTP/1.1" 200 115 0.045403 10.0.0.249 - - [2026-03-30 04:15:19] "POST /neutron/router HTTP/1.1" 200 542 0.008500 10.0.0.249 - - [2026-03-30 04:15:19] "POST /neutron/router HTTP/1.1" 200 542 0.010601 10.0.0.249 - - [2026-03-30 04:15:19] "POST /neutron/router HTTP/1.1" 200 542 0.006527 10.0.0.249 - - [2026-03-30 04:15:20] "POST /neutron/router HTTP/1.1" 200 542 0.005136 10.0.0.249 - - [2026-03-30 04:15:20] "POST /neutron/router HTTP/1.1" 200 542 0.006099 10.0.0.249 - - [2026-03-30 04:15:20] "POST /neutron/router HTTP/1.1" 200 542 0.004287 10.0.0.249 - - [2026-03-30 04:15:20] "POST /neutron/router HTTP/1.1" 200 542 0.005559 10.0.0.249 - - [2026-03-30 04:15:20] "POST /neutron/router HTTP/1.1" 200 542 0.014782 10.0.0.249 - - [2026-03-30 04:15:20] "POST /neutron/router HTTP/1.1" 200 542 0.007693 10.0.0.249 - - [2026-03-30 04:15:20] "POST /neutron/router HTTP/1.1" 200 542 0.004514 10.0.0.249 - - [2026-03-30 04:15:20] "POST /neutron/router HTTP/1.1" 200 542 0.004782 10.0.0.249 - - [2026-03-30 04:15:20] "POST /neutron/router HTTP/1.1" 200 542 0.008906 10.0.0.241 - - [2026-03-30 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.010378 10.0.0.249 - - [2026-03-30 04:15:20] "POST /neutron/router HTTP/1.1" 200 151 0.114709 10.0.0.249 - - [2026-03-30 04:15:20] "POST /neutron/router HTTP/1.1" 200 559 0.006677 10.0.0.241 - - [2026-03-30 04:15:21] "PUT /logical-router/859001bc-b7f7-4774-8f99-ecbaa4fd3b46 HTTP/1.1" 200 263 0.035853 10.0.0.249 - - [2026-03-30 04:15:21] "POST /neutron/router HTTP/1.1" 200 559 0.011748 10.0.0.249 - - [2026-03-30 04:15:21] "POST /neutron/router HTTP/1.1" 200 559 0.005733 10.0.0.249 - - [2026-03-30 04:15:21] "POST /neutron/router HTTP/1.1" 200 559 0.004915 10.0.0.249 - - [2026-03-30 04:15:21] "POST /neutron/router HTTP/1.1" 200 559 0.006811 10.0.0.241 - - [2026-03-30 04:15:21] "GET /logical-router/db0aa7c7-b147-4d35-a9eb-452e466859d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.547934 10.0.0.249 - - [2026-03-30 04:15:21] "POST /neutron/router HTTP/1.1" 200 559 0.005024 10.0.0.249 - - [2026-03-30 04:15:21] "POST /neutron/router HTTP/1.1" 200 559 0.004548 10.0.0.249 - - [2026-03-30 04:15:21] "GET /obj-perms HTTP/1.1" 200 5075 0.168254 10.0.0.249 - - [2026-03-30 04:15:21] "POST /neutron/router HTTP/1.1" 200 559 0.005439 10.0.0.249 - - [2026-03-30 04:15:21] "POST /neutron/router HTTP/1.1" 200 559 0.004495 10.0.0.249 - - [2026-03-30 04:15:21] "POST /neutron/router HTTP/1.1" 200 559 0.005338 10.0.0.249 - - [2026-03-30 04:15:21] "POST /neutron/router HTTP/1.1" 200 559 0.004678 10.0.0.249 - - [2026-03-30 04:15:21] "POST /neutron/router HTTP/1.1" 200 559 0.050752 10.0.0.249 - - [2026-03-30 04:15:21] "POST /neutron/security_group HTTP/1.1" 200 521 0.005311 10.0.0.241 - - [2026-03-30 04:15:22] "DELETE /access-control-list/9ac5e8ce-8056-4e35-9460-feccb6cd2970 HTTP/1.1" 200 115 0.056208 10.0.0.249 - - [2026-03-30 04:15:22] "POST /neutron/security_group HTTP/1.1" 200 151 0.102163 10.0.0.241 - - [2026-03-30 04:15:22] "DELETE /access-control-list/21ef4963-6b3f-4d69-8458-2ddcc3501fb8 HTTP/1.1" 200 115 0.035307 10.0.0.249 - - [2026-03-30 04:15:22] "POST /neutron/security_group HTTP/1.1" 200 506 0.011949 10.0.0.241 - - [2026-03-30 04:15:22] "DELETE /access-control-list/d66ef642-3c78-4e57-9c1f-da5083cf78d9 HTTP/1.1" 200 115 0.059064 10.0.0.141 - - [2026-03-30 04:15:23] "GET /projects?obj_uuids=4b965836-5b70-488e-97a4-64e4bddf8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001088 10.0.0.249 - - [2026-03-30 04:15:23] "GET /project/4b965836-5b70-488e-97a4-64e4bddf8cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.059835 10.0.0.141 - - [2026-03-30 04:15:23] "GET /projects?obj_uuids=4b965836-5b70-488e-97a4-64e4bddf8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001446 10.0.0.249 - - [2026-03-30 04:15:23] "GET /project/4b965836-5b70-488e-97a4-64e4bddf8cb7?fields=virtual_networks HTTP/1.1" 200 1024 0.055747 10.0.0.141 - - [2026-03-30 04:15:23] "GET /projects?obj_uuids=4b965836-5b70-488e-97a4-64e4bddf8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001017 10.0.0.249 - - [2026-03-30 04:15:23] "GET /project/4b965836-5b70-488e-97a4-64e4bddf8cb7?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.053744 10.0.0.141 - - [2026-03-30 04:15:24] "GET /projects?obj_uuids=4b965836-5b70-488e-97a4-64e4bddf8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001128 10.0.0.249 - - [2026-03-30 04:15:24] "GET /project/4b965836-5b70-488e-97a4-64e4bddf8cb7?fields=security_groups HTTP/1.1" 200 1246 0.051589 10.0.0.249 - - [2026-03-30 04:15:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.040472 10.0.0.141 - - [2026-03-30 04:15:25] "GET /projects?obj_uuids=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003688 10.0.0.141 - - [2026-03-30 04:15:25] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.141 - - [2026-03-30 04:15:25] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008210 10.0.0.141 - - [2026-03-30 04:15:25] "POST /id-to-fqname HTTP/1.1" 200 186 0.001202 10.0.0.141 - - [2026-03-30 04:15:25] "POST /fqname-to-id HTTP/1.1" 404 195 0.009290 10.0.0.141 - - [2026-03-30 04:15:25] "POST /security-groups HTTP/1.1" 200 587 0.037633 10.0.0.141 - - [2026-03-30 04:15:25] "POST /projects HTTP/1.1" 200 577 0.249179 10.0.0.141 - - [2026-03-30 04:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.297593 10.0.0.241 - - [2026-03-30 04:15:25] "POST /access-control-lists HTTP/1.1" 200 594 0.032139 10.0.0.249 - - [2026-03-30 04:15:25] "GET /project/88f45762-9985-4e3a-913c-ce02a2b62e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.502083 10.0.0.249 - - [2026-03-30 04:15:27] "GET / HTTP/1.1" 200 36215 0.001606 10.0.0.249 - - [2026-03-30 04:15:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000485 10.0.0.249 - - [2026-03-30 04:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.075336 10.0.0.141 - - [2026-03-30 04:15:29] "GET /projects?obj_uuids=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001472 10.0.0.249 - - [2026-03-30 04:15:29] "GET /project/88f45762-9985-4e3a-913c-ce02a2b62e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.056875 10.0.0.141 - - [2026-03-30 04:15:29] "GET /projects?obj_uuids=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001432 10.0.0.249 - - [2026-03-30 04:15:29] "POST /neutron/network HTTP/1.1" 200 601 0.221050 10.0.0.241 - - [2026-03-30 04:15:29] "POST /route-targets HTTP/1.1" 200 328 0.021782 10.0.0.249 - - [2026-03-30 04:15:30] "POST /id-to-fqname HTTP/1.1" 200 216 0.003573 10.0.0.249 - - [2026-03-30 04:15:30] "GET /virtual-network/6e5d7e7a-1980-4d59-bb46-3a73020238dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006318 10.0.0.249 - - [2026-03-30 04:15:30] "POST /neutron/network HTTP/1.1" 200 820 0.008256 10.0.0.249 - - [2026-03-30 04:15:30] "GET /virtual-network/6e5d7e7a-1980-4d59-bb46-3a73020238dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005872 10.0.0.249 - - [2026-03-30 04:15:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.005791 10.0.0.249 - - [2026-03-30 04:15:30] "GET /virtual-network/6e5d7e7a-1980-4d59-bb46-3a73020238dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006525 10.0.0.141 - - [2026-03-30 04:15:30] "GET /projects?obj_uuids=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001507 10.0.0.249 - - [2026-03-30 04:15:30] "POST /neutron/port HTTP/1.1" 200 1017 0.353755 10.0.0.249 - - [2026-03-30 04:15:30] "GET /virtual-machine-interface/5846b0a8-9f48-445b-a108-6afdf2dc4544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006976 10.0.0.249 - - [2026-03-30 04:15:30] "GET /virtual-machine-interface/5846b0a8-9f48-445b-a108-6afdf2dc4544?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.007439 10.0.0.249 - - [2026-03-30 04:15:30] "GET /instance-ip/d0265dbd-7fd7-4e48-b266-b75db7608831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1598 0.005059 10.0.0.249 - - [2026-03-30 04:15:31] "POST /neutron/network HTTP/1.1" 200 820 0.008754 10.0.0.241 - - [2026-03-30 04:15:31] "DELETE /route-target/0716e96a-dad8-4635-bffc-1030dbf68fd1 HTTP/1.1" 200 115 0.026315 10.0.0.249 - - [2026-03-30 04:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.141 - - [2026-03-30 04:15:33] "GET /projects?obj_uuids=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000930 10.0.0.249 - - [2026-03-30 04:15:34] "GET /project/88f45762-9985-4e3a-913c-ce02a2b62e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.046810 10.0.0.141 - - [2026-03-30 04:15:34] "GET /projects?obj_uuids=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000999 10.0.0.249 - - [2026-03-30 04:15:34] "POST /neutron/network HTTP/1.1" 200 603 0.148035 10.0.0.249 - - [2026-03-30 04:15:34] "POST /neutron/network HTTP/1.1" 200 974 0.022445 10.0.0.249 - - [2026-03-30 04:15:34] "POST /id-to-fqname HTTP/1.1" 200 217 0.002048 10.0.0.249 - - [2026-03-30 04:15:34] "GET /virtual-network/26124b5c-af47-4778-a35f-4ed9efb8b61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006052 10.0.0.249 - - [2026-03-30 04:15:34] "GET /virtual-network/26124b5c-af47-4778-a35f-4ed9efb8b61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005739 10.0.0.249 - - [2026-03-30 04:15:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.010861 10.0.0.141 - - [2026-03-30 04:15:35] "GET /projects?obj_uuids=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001030 10.0.0.249 - - [2026-03-30 04:15:35] "POST /neutron/port HTTP/1.1" 200 1016 0.283647 10.0.0.249 - - [2026-03-30 04:15:35] "POST /id-to-fqname HTTP/1.1" 200 217 0.002136 10.0.0.249 - - [2026-03-30 04:15:36] "POST /neutron/network HTTP/1.1" 200 974 0.015692 10.0.0.249 - - [2026-03-30 04:15:36] "POST /neutron/port HTTP/1.1" 200 117 0.007734 10.0.0.249 - - [2026-03-30 04:15:36] "POST /id-to-fqname HTTP/1.1" 200 217 0.001386 10.0.0.249 - - [2026-03-30 04:15:36] "POST /neutron/port HTTP/1.1" 200 1016 0.014640 10.0.0.249 - - [2026-03-30 04:15:36] "POST /neutron/port HTTP/1.1" 200 1016 0.013841 10.0.0.249 - - [2026-03-30 04:15:37] "POST /neutron/port HTTP/1.1" 200 117 0.009327 10.0.0.249 - - [2026-03-30 04:15:37] "POST /neutron/network HTTP/1.1" 200 984 0.010112 10.0.0.249 - - [2026-03-30 04:15:37] "POST /neutron/port HTTP/1.1" 200 1108 0.212715 10.0.0.249 - - [2026-03-30 04:15:37] "POST /neutron/network HTTP/1.1" 200 984 0.008108 10.0.0.249 - - [2026-03-30 04:15:37] "POST /neutron/subnet HTTP/1.1" 200 689 0.014368 10.0.0.249 - - [2026-03-30 04:15:38] "POST /neutron/port HTTP/1.1" 200 1108 0.230458 10.0.0.249 - - [2026-03-30 04:15:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007188 10.0.0.249 - - [2026-03-30 04:15:38] "POST /neutron/network HTTP/1.1" 200 974 0.010498 10.0.0.249 - - [2026-03-30 04:15:42] "POST /neutron/port HTTP/1.1" 200 1118 0.022710 10.0.0.249 - - [2026-03-30 04:15:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008756 10.0.0.249 - - [2026-03-30 04:15:42] "GET /virtual-machine/9acbed6f-97b9-4874-8e77-7f01d0c431d6 HTTP/1.1" 401 293 0.000429 10.0.0.249 - - [2026-03-30 04:15:42] "GET /virtual-machine/9acbed6f-97b9-4874-8e77-7f01d0c431d6 HTTP/1.1" 200 1287 0.036417 10.0.0.249 - - [2026-03-30 04:15:42] "GET /virtual-machine-interface/2a740c23-1f4c-480d-b14b-d1984bae0c01 HTTP/1.1" 200 2931 0.006788 10.0.0.249 - - [2026-03-30 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.249 - - [2026-03-30 04:15:42] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004207 10.0.0.249 - - [2026-03-30 04:15:42] "GET /virtual-networks?parent_id=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004237 10.0.0.249 - - [2026-03-30 04:15:43] "GET /virtual-network/26124b5c-af47-4778-a35f-4ed9efb8b61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006531 10.0.0.249 - - [2026-03-30 04:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006539 10.0.0.249 - - [2026-03-30 04:15:46] "GET /virtual-network/26124b5c-af47-4778-a35f-4ed9efb8b61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005953 10.0.0.249 - - [2026-03-30 04:15:46] "POST /neutron/port HTTP/1.1" 200 1118 0.023910 10.0.0.249 - - [2026-03-30 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006025 10.0.0.249 - - [2026-03-30 04:15:48] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005731 10.0.0.249 - - [2026-03-30 04:15:48] "GET /virtual-networks?parent_id=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006316 10.0.0.249 - - [2026-03-30 04:15:48] "GET /virtual-network/26124b5c-af47-4778-a35f-4ed9efb8b61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.009259 10.0.0.249 - - [2026-03-30 04:15:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008704 10.0.0.249 - - [2026-03-30 04:15:48] "POST /neutron/port HTTP/1.1" 200 1118 0.025862 10.0.0.249 - - [2026-03-30 04:15:48] "GET /virtual-machine/21df3052-1e1a-40d8-a778-63ebd4de6be5 HTTP/1.1" 200 1286 0.007346 10.0.0.249 - - [2026-03-30 04:15:48] "GET /virtual-machine-interface/eee448fb-43e4-4741-ad95-2c164490a83d HTTP/1.1" 200 2932 0.006227 10.0.0.249 - - [2026-03-30 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.249 - - [2026-03-30 04:15:48] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003823 10.0.0.249 - - [2026-03-30 04:15:48] "GET /virtual-networks?parent_id=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004102 10.0.0.249 - - [2026-03-30 04:15:48] "GET /virtual-network/26124b5c-af47-4778-a35f-4ed9efb8b61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006886 10.0.0.249 - - [2026-03-30 04:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.249 - - [2026-03-30 04:15:50] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004638 10.0.0.249 - - [2026-03-30 04:15:50] "GET /virtual-networks?parent_id=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004552 10.0.0.249 - - [2026-03-30 04:15:50] "GET /virtual-network/26124b5c-af47-4778-a35f-4ed9efb8b61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006772 10.0.0.249 - - [2026-03-30 04:15:53] "POST /neutron/port HTTP/1.1" 200 1108 0.015563 10.0.0.249 - - [2026-03-30 04:15:54] "POST /neutron/port HTTP/1.1" 200 1108 0.022623 10.0.0.141 - - [2026-03-30 04:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003983 10.0.0.141 - - [2026-03-30 04:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.010247 10.0.0.241 - - [2026-03-30 04:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006068 10.0.0.141 - - [2026-03-30 04:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003210 10.0.0.141 - - [2026-03-30 04:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004039 10.0.0.249 - - [2026-03-30 04:15:54] "POST /neutron/network HTTP/1.1" 200 151 0.201285 10.0.0.141 - - [2026-03-30 04:15:55] "GET /projects?obj_uuids=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001648 10.0.0.249 - - [2026-03-30 04:15:55] "GET /project/88f45762-9985-4e3a-913c-ce02a2b62e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.062135 10.0.0.141 - - [2026-03-30 04:15:55] "GET /projects?obj_uuids=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001034 10.0.0.249 - - [2026-03-30 04:15:56] "GET /project/88f45762-9985-4e3a-913c-ce02a2b62e8a?fields=virtual_networks HTTP/1.1" 200 1026 0.053152 10.0.0.141 - - [2026-03-30 04:15:56] "GET /projects?obj_uuids=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001516 10.0.0.249 - - [2026-03-30 04:15:56] "GET /project/88f45762-9985-4e3a-913c-ce02a2b62e8a?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.069554 10.0.0.141 - - [2026-03-30 04:15:56] "GET /projects?obj_uuids=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001106 10.0.0.249 - - [2026-03-30 04:15:56] "GET /project/88f45762-9985-4e3a-913c-ce02a2b62e8a?fields=security_groups HTTP/1.1" 200 1249 0.063666 10.0.0.249 - - [2026-03-30 04:15:57] "POST /fqname-to-id HTTP/1.1" 404 186 0.031157 10.0.0.141 - - [2026-03-30 04:15:57] "GET /projects?obj_uuids=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004025 10.0.0.141 - - [2026-03-30 04:15:57] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.141 - - [2026-03-30 04:15:57] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008406 10.0.0.141 - - [2026-03-30 04:15:57] "POST /id-to-fqname HTTP/1.1" 200 188 0.006816 10.0.0.141 - - [2026-03-30 04:15:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.004461 10.0.0.141 - - [2026-03-30 04:15:57] "POST /security-groups HTTP/1.1" 200 589 0.081258 10.0.0.141 - - [2026-03-30 04:15:57] "POST /projects HTTP/1.1" 200 581 0.338811 10.0.0.141 - - [2026-03-30 04:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.381315 10.0.0.241 - - [2026-03-30 04:15:57] "POST /access-control-lists HTTP/1.1" 200 596 0.031662 10.0.0.249 - - [2026-03-30 04:15:57] "GET /project/84d2a65b-d43b-49dc-9c44-807a979ae053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.547053 10.0.0.141 - - [2026-03-30 04:15:58] "DELETE /project/c5dcabf9cc9d4bbe89cfdc48363449e4 HTTP/1.1" 404 173 0.020212 10.0.0.141 - - [2026-03-30 04:15:58] "DELETE /project/84d2a65bd43b49dc9c44807a979ae053 HTTP/1.1" 404 173 0.037779 10.0.0.141 - - [2026-03-30 04:15:58] "DELETE /project/4b9658365b70488e97a464e4bddf8cb7 HTTP/1.1" 404 173 0.059168 10.0.0.141 - - [2026-03-30 04:15:58] "DELETE /project/88f4576299854e3a913cce02a2b62e8a HTTP/1.1" 404 173 0.027956 10.0.0.141 - - [2026-03-30 04:15:58] "GET /projects?obj_uuids=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003937 10.0.0.141 - - [2026-03-30 04:15:58] "GET /projects?obj_uuids=4b965836-5b70-488e-97a4-64e4bddf8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001490 10.0.0.141 - - [2026-03-30 04:15:58] "GET /projects?obj_uuids=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002800 10.0.0.141 - - [2026-03-30 04:15:58] "GET /projects?obj_uuids=c5dcabf9-cc9d-4bbe-89cf-dc48363449e4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000895 10.0.0.141 - - [2026-03-30 04:15:58] "GET /project/99f2df25-06b0-485f-9d1c-ac9f73fb9c63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.128606 10.0.0.141 - - [2026-03-30 04:15:58] "GET /project/c5dcabf9-cc9d-4bbe-89cf-dc48363449e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.123436 10.0.0.141 - - [2026-03-30 04:15:58] "GET /projects?obj_uuids=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036 10.0.0.141 - - [2026-03-30 04:15:58] "GET /project/4b965836-5b70-488e-97a4-64e4bddf8cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.145727 10.0.0.141 - - [2026-03-30 04:15:58] "GET /project/88f45762-9985-4e3a-913c-ce02a2b62e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.144809 10.0.0.141 - - [2026-03-30 04:15:58] "GET /projects?obj_uuids=c5dcabf9-cc9d-4bbe-89cf-dc48363449e4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002551 10.0.0.141 - - [2026-03-30 04:15:58] "GET /projects?obj_uuids=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002008 10.0.0.141 - - [2026-03-30 04:15:58] "GET /projects?obj_uuids=4b965836-5b70-488e-97a4-64e4bddf8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001004 10.0.0.141 - - [2026-03-30 04:15:58] "GET /project/c5dcabf9-cc9d-4bbe-89cf-dc48363449e4?fields=security_groups HTTP/1.1" 200 1348 0.156466 10.0.0.141 - - [2026-03-30 04:15:58] "GET /project/88f45762-9985-4e3a-913c-ce02a2b62e8a?fields=security_groups HTTP/1.1" 200 1351 0.144398 10.0.0.141 - - [2026-03-30 04:15:58] "GET /project/99f2df25-06b0-485f-9d1c-ac9f73fb9c63?fields=security_groups HTTP/1.1" 200 1127 0.205343 10.0.0.141 - - [2026-03-30 04:15:58] "GET /project/4b965836-5b70-488e-97a4-64e4bddf8cb7?fields=security_groups HTTP/1.1" 200 1348 0.171358 10.0.0.241 - - [2026-03-30 04:15:59] "DELETE /access-control-list/5c39e5e6-58d4-42e9-912c-9dbb443e3985 HTTP/1.1" 200 115 0.148670 10.0.0.141 - - [2026-03-30 04:15:59] "GET /projects?obj_uuids=99f2df25-06b0-485f-9d1c-ac9f73fb9c63&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001661 10.0.0.141 - - [2026-03-30 04:15:59] "GET /project/99f2df25-06b0-485f-9d1c-ac9f73fb9c63?fields=application_policy_sets HTTP/1.1" 200 1127 0.090994 10.0.0.249 - - [2026-03-30 04:15:59] "POST /neutron/port HTTP/1.1" 200 117 0.010730 10.0.0.141 - - [2026-03-30 04:15:59] "DELETE /security-group/b400f751-1e88-44ae-b997-ce11e034cee8 HTTP/1.1" 200 115 0.209492 10.0.0.141 - - [2026-03-30 04:15:59] "DELETE /project/99f2df25-06b0-485f-9d1c-ac9f73fb9c63 HTTP/1.1" 404 190 0.618626 10.0.0.141 - - [2026-03-30 04:15:59] "GET /projects?obj_uuids=c5dcabf9-cc9d-4bbe-89cf-dc48363449e4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001320 10.0.0.141 - - [2026-03-30 04:15:59] "DELETE /security-group/e44826bf-9fe6-46b3-9da1-b5b7359e87df HTTP/1.1" 200 115 0.221320 10.0.0.141 - - [2026-03-30 04:15:59] "DELETE /security-group/e893581b-734e-4cd3-9a2e-d1f4adb044f3 HTTP/1.1" 200 115 0.214006 10.0.0.141 - - [2026-03-30 04:15:59] "GET /projects?obj_uuids=88f45762-9985-4e3a-913c-ce02a2b62e8a&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001102 10.0.0.141 - - [2026-03-30 04:15:59] "GET /projects?obj_uuids=4b965836-5b70-488e-97a4-64e4bddf8cb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001845 10.0.0.141 - - [2026-03-30 04:15:59] "GET /project/c5dcabf9-cc9d-4bbe-89cf-dc48363449e4?fields=application_policy_sets HTTP/1.1" 200 1387 0.114006 10.0.0.141 - - [2026-03-30 04:15:59] "GET /project/4b965836-5b70-488e-97a4-64e4bddf8cb7?fields=application_policy_sets HTTP/1.1" 200 1387 0.112843 10.0.0.141 - - [2026-03-30 04:15:59] "GET /project/88f45762-9985-4e3a-913c-ce02a2b62e8a?fields=application_policy_sets HTTP/1.1" 200 1390 0.174382 10.0.0.241 - - [2026-03-30 04:15:59] "DELETE /access-control-list/69c6c9ac-94eb-4c6a-857b-b637328ea27e HTTP/1.1" 200 115 0.074981 10.0.0.141 - - [2026-03-30 04:15:59] "DELETE /project/c5dcabf9-cc9d-4bbe-89cf-dc48363449e4 HTTP/1.1" 200 115 1.050544 10.0.0.241 - - [2026-03-30 04:15:59] "DELETE /access-control-list/5dc2f832-7d24-40b8-a1f2-c55cd55a7085 HTTP/1.1" 200 115 0.096860 10.0.0.141 - - [2026-03-30 04:15:59] "DELETE /project/4b965836-5b70-488e-97a4-64e4bddf8cb7 HTTP/1.1" 200 115 1.106349 10.0.0.141 - - [2026-03-30 04:15:59] "DELETE /project/88f45762-9985-4e3a-913c-ce02a2b62e8a HTTP/1.1" 200 115 1.137032 10.0.0.249 - - [2026-03-30 04:16:00] "GET / HTTP/1.1" 200 36215 0.001638 10.0.0.249 - - [2026-03-30 04:16:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000537 10.0.0.249 - - [2026-03-30 04:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.070938 10.0.0.141 - - [2026-03-30 04:16:02] "GET /projects?obj_uuids=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.249 - - [2026-03-30 04:16:02] "GET /project/84d2a65b-d43b-49dc-9c44-807a979ae053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.050185 10.0.0.141 - - [2026-03-30 04:16:02] "GET /projects?obj_uuids=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.249 - - [2026-03-30 04:16:02] "POST /neutron/network HTTP/1.1" 200 605 0.199801 10.0.0.241 - - [2026-03-30 04:16:03] "POST /ref-update HTTP/1.1" 200 156 0.031828 10.0.0.249 - - [2026-03-30 04:16:03] "POST /id-to-fqname HTTP/1.1" 200 219 0.005433 10.0.0.249 - - [2026-03-30 04:16:03] "GET /virtual-network/ab21abd6-355a-4cde-8a6d-48a0835dbd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008181 10.0.0.249 - - [2026-03-30 04:16:03] "POST /neutron/network HTTP/1.1" 200 826 0.009902 10.0.0.249 - - [2026-03-30 04:16:03] "GET /virtual-network/ab21abd6-355a-4cde-8a6d-48a0835dbd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007494 10.0.0.249 - - [2026-03-30 04:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.141 - - [2026-03-30 04:16:03] "GET /projects?obj_uuids=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.249 - - [2026-03-30 04:16:03] "GET /project/84d2a65b-d43b-49dc-9c44-807a979ae053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.065414 10.0.0.249 - - [2026-03-30 04:16:03] "POST /neutron/network HTTP/1.1" 200 117 0.018447 10.0.0.249 - - [2026-03-30 04:16:04] "POST /neutron/network HTTP/1.1" 200 823 0.011065 10.0.0.249 - - [2026-03-30 04:16:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.001537 10.0.0.249 - - [2026-03-30 04:16:04] "GET /virtual-network/707d0841-6626-463b-9f8a-6e16e00ea680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006352 10.0.0.249 - - [2026-03-30 04:16:04] "GET /virtual-network/707d0841-6626-463b-9f8a-6e16e00ea680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006547 10.0.0.249 - - [2026-03-30 04:16:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.009767 10.0.0.249 - - [2026-03-30 04:16:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.001126 10.0.0.141 - - [2026-03-30 04:16:05] "GET /projects?obj_uuids=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001302 10.0.0.249 - - [2026-03-30 04:16:05] "GET /project/84d2a65b-d43b-49dc-9c44-807a979ae053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.100277 10.0.0.249 - - [2026-03-30 04:16:05] "POST /neutron/port HTTP/1.1" 200 117 0.007419 10.0.0.249 - - [2026-03-30 04:16:05] "POST /id-to-fqname HTTP/1.1" 200 219 0.001352 10.0.0.249 - - [2026-03-30 04:16:05] "POST /neutron/network HTTP/1.1" 200 833 0.008986 10.0.0.249 - - [2026-03-30 04:16:06] "POST /neutron/port HTTP/1.1" 200 1060 0.026819 10.0.0.141 - - [2026-03-30 04:16:06] "GET /projects?obj_uuids=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.249 - - [2026-03-30 04:16:06] "GET /project/84d2a65b-d43b-49dc-9c44-807a979ae053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.152497 10.0.0.249 - - [2026-03-30 04:16:06] "POST /neutron/port HTTP/1.1" 200 1124 0.029189 10.0.0.249 - - [2026-03-30 04:16:06] "POST /neutron/subnet HTTP/1.1" 200 708 0.011014 10.0.0.249 - - [2026-03-30 04:16:07] "POST /neutron/port HTTP/1.1" 200 1124 0.025441 10.0.0.141 - - [2026-03-30 04:16:07] "GET /projects?obj_uuids=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001540 10.0.0.249 - - [2026-03-30 04:16:07] "POST /neutron/router HTTP/1.1" 200 580 0.112104 10.0.0.241 - - [2026-03-30 04:16:07] "POST /route-targets HTTP/1.1" 200 328 0.017361 10.0.0.249 - - [2026-03-30 04:16:07] "POST /neutron/port HTTP/1.1" 200 1124 0.060542 10.0.0.249 - - [2026-03-30 04:16:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007381 10.0.0.249 - - [2026-03-30 04:16:08] "POST /neutron/port HTTP/1.1" 200 1111 0.133835 10.0.0.249 - - [2026-03-30 04:16:08] "POST /neutron/subnet HTTP/1.1" 200 694 0.026243 10.0.0.249 - - [2026-03-30 04:16:12] "POST /neutron/port HTTP/1.1" 200 1124 0.023461 10.0.0.249 - - [2026-03-30 04:16:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009224 10.0.0.249 - - [2026-03-30 04:16:13] "GET /virtual-machine/02d5be58-324e-4e8a-873f-a70947e92e03 HTTP/1.1" 401 293 0.000440 10.0.0.249 - - [2026-03-30 04:16:13] "GET /virtual-machine/02d5be58-324e-4e8a-873f-a70947e92e03 HTTP/1.1" 200 1290 0.049326 10.0.0.249 - - [2026-03-30 04:16:13] "GET /virtual-machine-interface/34338928-9a85-4cfb-8737-62766f7a2a35 HTTP/1.1" 200 2940 0.006745 10.0.0.249 - - [2026-03-30 04:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.249 - - [2026-03-30 04:16:13] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004834 10.0.0.249 - - [2026-03-30 04:16:13] "GET /virtual-networks?parent_id=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005005 10.0.0.249 - - [2026-03-30 04:16:13] "GET /virtual-network/ab21abd6-355a-4cde-8a6d-48a0835dbd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006289 10.0.0.249 - - [2026-03-30 04:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.249 - - [2026-03-30 04:16:16] "GET /virtual-network/ab21abd6-355a-4cde-8a6d-48a0835dbd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005557 10.0.0.249 - - [2026-03-30 04:16:17] "POST /neutron/port HTTP/1.1" 200 1121 0.020962 10.0.0.249 - - [2026-03-30 04:16:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009018 10.0.0.249 - - [2026-03-30 04:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004582 10.0.0.249 - - [2026-03-30 04:16:18] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004460 10.0.0.249 - - [2026-03-30 04:16:19] "GET /virtual-networks?parent_id=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005519 10.0.0.249 - - [2026-03-30 04:16:19] "GET /virtual-network/ab21abd6-355a-4cde-8a6d-48a0835dbd9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008916 10.0.0.249 - - [2026-03-30 04:16:19] "POST /neutron/port HTTP/1.1" 200 1121 0.020144 10.0.0.249 - - [2026-03-30 04:16:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010580 10.0.0.249 - - [2026-03-30 04:16:19] "GET /virtual-machine/f57b5761-fa55-48a0-a5e8-6b01f4c0dca2 HTTP/1.1" 200 1293 0.007627 10.0.0.249 - - [2026-03-30 04:16:19] "GET /virtual-machine-interface/6a936aeb-2e79-4045-8c41-fd6907df541c HTTP/1.1" 200 2941 0.008477 10.0.0.249 - - [2026-03-30 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005058 10.0.0.249 - - [2026-03-30 04:16:19] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004088 10.0.0.249 - - [2026-03-30 04:16:19] "GET /virtual-networks?parent_id=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004366 10.0.0.249 - - [2026-03-30 04:16:19] "GET /virtual-network/707d0841-6626-463b-9f8a-6e16e00ea680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007937 10.0.0.249 - - [2026-03-30 04:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.249 - - [2026-03-30 04:16:20] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005650 10.0.0.249 - - [2026-03-30 04:16:20] "GET /virtual-networks?parent_id=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004055 10.0.0.249 - - [2026-03-30 04:16:20] "GET /virtual-network/707d0841-6626-463b-9f8a-6e16e00ea680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006563 10.0.0.249 - - [2026-03-30 04:16:22] "POST /neutron/network HTTP/1.1" 200 836 0.008523 10.0.0.249 - - [2026-03-30 04:16:22] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.249 - - [2026-03-30 04:16:26] "POST /neutron/port HTTP/1.1" 200 1121 0.031718 10.0.0.249 - - [2026-03-30 04:16:26] "POST /neutron/port HTTP/1.1" 200 117 0.003088 10.0.0.141 - - [2026-03-30 04:16:26] "GET /projects?obj_uuids=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001489 10.0.0.249 - - [2026-03-30 04:16:26] "POST /neutron/router HTTP/1.1" 200 344 0.439094 10.0.0.241 - - [2026-03-30 04:16:26] "POST /ref-update HTTP/1.1" 200 156 0.028896 10.0.0.249 - - [2026-03-30 04:16:28] "POST /neutron/router HTTP/1.1" 200 580 0.006815 10.0.0.141 - - [2026-03-30 04:16:32] "GET /projects?obj_uuids=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.249 - - [2026-03-30 04:16:32] "POST /neutron/router HTTP/1.1" 200 344 0.378303 10.0.0.241 - - [2026-03-30 04:16:35] "POST /ref-update HTTP/1.1" 200 156 0.019662 10.0.0.249 - - [2026-03-30 04:16:35] "POST /neutron/router HTTP/1.1" 200 580 0.006041 10.0.0.249 - - [2026-03-30 04:16:35] "POST /neutron/router HTTP/1.1" 200 151 0.080359 10.0.0.241 - - [2026-03-30 04:16:35] "DELETE /route-target/f725444d-0a9a-401a-984d-279ca27ce3ae HTTP/1.1" 200 115 0.025159 10.0.0.249 - - [2026-03-30 04:16:36] "POST /neutron/port HTTP/1.1" 200 1121 0.035061 10.0.0.249 - - [2026-03-30 04:16:36] "POST /neutron/port HTTP/1.1" 200 1124 0.038474 10.0.0.249 - - [2026-03-30 04:16:38] "POST /neutron/network HTTP/1.1" 200 823 0.007897 10.0.0.141 - - [2026-03-30 04:16:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003815 10.0.0.141 - - [2026-03-30 04:16:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004117 10.0.0.241 - - [2026-03-30 04:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468 10.0.0.249 - - [2026-03-30 04:16:38] "POST /neutron/network HTTP/1.1" 200 151 0.150436 10.0.0.141 - - [2026-03-30 04:16:39] "GET /projects?obj_uuids=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001508 10.0.0.249 - - [2026-03-30 04:16:39] "GET /project/84d2a65b-d43b-49dc-9c44-807a979ae053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.052459 10.0.0.141 - - [2026-03-30 04:16:39] "GET /projects?obj_uuids=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001645 10.0.0.249 - - [2026-03-30 04:16:39] "GET /project/84d2a65b-d43b-49dc-9c44-807a979ae053?fields=virtual_networks HTTP/1.1" 200 1030 0.053147 10.0.0.141 - - [2026-03-30 04:16:39] "GET /projects?obj_uuids=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001159 10.0.0.249 - - [2026-03-30 04:16:39] "GET /project/84d2a65b-d43b-49dc-9c44-807a979ae053?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.045086 10.0.0.141 - - [2026-03-30 04:16:40] "GET /projects?obj_uuids=84d2a65b-d43b-49dc-9c44-807a979ae053&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001142 10.0.0.249 - - [2026-03-30 04:16:40] "GET /project/84d2a65b-d43b-49dc-9c44-807a979ae053?fields=security_groups HTTP/1.1" 200 1255 0.048207 10.0.0.249 - - [2026-03-30 04:16:41] "POST /fqname-to-id HTTP/1.1" 404 191 0.031464 10.0.0.141 - - [2026-03-30 04:16:41] "GET /projects?obj_uuids=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004040 10.0.0.141 - - [2026-03-30 04:16:41] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001372 10.0.0.141 - - [2026-03-30 04:16:41] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009804 10.0.0.141 - - [2026-03-30 04:16:41] "POST /id-to-fqname HTTP/1.1" 200 193 0.003892 10.0.0.141 - - [2026-03-30 04:16:41] "POST /fqname-to-id HTTP/1.1" 404 202 0.008721 10.0.0.141 - - [2026-03-30 04:16:41] "POST /security-groups HTTP/1.1" 200 594 0.080473 10.0.0.141 - - [2026-03-30 04:16:41] "POST /projects HTTP/1.1" 200 591 0.363410 10.0.0.141 - - [2026-03-30 04:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.409208 10.0.0.241 - - [2026-03-30 04:16:41] "POST /access-control-lists HTTP/1.1" 200 601 0.035687 10.0.0.249 - - [2026-03-30 04:16:41] "GET /project/a854b17e-16d5-4f27-8c70-67aa0e7e1872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.588711 10.0.0.249 - - [2026-03-30 04:16:43] "GET / HTTP/1.1" 200 36215 0.002924 10.0.0.249 - - [2026-03-30 04:16:45] "GET /project/a854b17e-16d5-4f27-8c70-67aa0e7e1872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000523 10.0.0.141 - - [2026-03-30 04:16:45] "GET /projects?obj_uuids=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001104 10.0.0.249 - - [2026-03-30 04:16:45] "GET /project/a854b17e-16d5-4f27-8c70-67aa0e7e1872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.106678 10.0.0.249 - - [2026-03-30 04:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005307 10.0.0.249 - - [2026-03-30 04:16:45] "GET /security-group/b25e38b0-03b1-47b5-985c-81bb741bfaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.007763 10.0.0.249 - - [2026-03-30 04:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.141 - - [2026-03-30 04:16:45] "GET /projects?obj_uuids=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001257 10.0.0.249 - - [2026-03-30 04:16:45] "GET /project/a854b17e-16d5-4f27-8c70-67aa0e7e1872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.065828 10.0.0.249 - - [2026-03-30 04:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.014282 10.0.0.249 - - [2026-03-30 04:16:46] "GET /security-group/b25e38b0-03b1-47b5-985c-81bb741bfaac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.010784 10.0.0.249 - - [2026-03-30 04:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.009106 10.0.0.249 - - [2026-03-30 04:16:46] "PUT /security-group/b25e38b0-03b1-47b5-985c-81bb741bfaac HTTP/1.1" 200 263 0.040446 10.0.0.249 - - [2026-03-30 04:16:46] "POST /fqname-to-id HTTP/1.1" 404 202 0.008135 10.0.0.241 - - [2026-03-30 04:16:46] "PUT /access-control-list/e6366f57-c033-477d-ab76-3f4d2575bbf2 HTTP/1.1" 200 273 0.028482 10.0.0.249 - - [2026-03-30 04:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010467 10.0.0.141 - - [2026-03-30 04:16:46] "GET /projects?obj_uuids=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002079 10.0.0.249 - - [2026-03-30 04:16:46] "GET /project/a854b17e-16d5-4f27-8c70-67aa0e7e1872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.056316 10.0.0.241 - - [2026-03-30 04:16:46] "POST /ref-update HTTP/1.1" 200 156 0.040146 10.0.0.141 - - [2026-03-30 04:16:47] "POST /useragent-kv HTTP/1.1" 200 115 0.010388 10.0.0.249 - - [2026-03-30 04:16:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.306948 10.0.0.249 - - [2026-03-30 04:16:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001722 10.0.0.249 - - [2026-03-30 04:16:47] "GET /virtual-network/c2c9769f-1652-45a3-a864-49f3a8b5e1a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008004 10.0.0.249 - - [2026-03-30 04:16:47] "GET /virtual-network/c2c9769f-1652-45a3-a864-49f3a8b5e1a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006594 10.0.0.249 - - [2026-03-30 04:16:47] "POST /neutron/network HTTP/1.1" 200 825 0.007749 10.0.0.249 - - [2026-03-30 04:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.141 - - [2026-03-30 04:16:47] "GET /projects?obj_uuids=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001421 10.0.0.249 - - [2026-03-30 04:16:47] "GET /project/a854b17e-16d5-4f27-8c70-67aa0e7e1872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.085382 10.0.0.141 - - [2026-03-30 04:16:47] "GET /projects?obj_uuids=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000990 10.0.0.249 - - [2026-03-30 04:16:47] "POST /neutron/network HTTP/1.1" 200 615 0.229839 10.0.0.249 - - [2026-03-30 04:16:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.003799 10.0.0.249 - - [2026-03-30 04:16:47] "GET /virtual-network/ba54666c-aac8-468b-b48c-bba95156b088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.008680 10.0.0.249 - - [2026-03-30 04:16:47] "POST /neutron/network HTTP/1.1" 200 832 0.025148 10.0.0.249 - - [2026-03-30 04:16:47] "GET /virtual-network/ba54666c-aac8-468b-b48c-bba95156b088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006536 10.0.0.249 - - [2026-03-30 04:16:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001351 10.0.0.249 - - [2026-03-30 04:16:48] "POST /neutron/network HTTP/1.1" 200 835 0.008371 10.0.0.141 - - [2026-03-30 04:16:48] "GET /projects?obj_uuids=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001177 10.0.0.249 - - [2026-03-30 04:16:49] "GET /project/a854b17e-16d5-4f27-8c70-67aa0e7e1872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.081496 10.0.0.249 - - [2026-03-30 04:16:49] "POST /neutron/port HTTP/1.1" 200 117 0.007499 10.0.0.249 - - [2026-03-30 04:16:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001317 10.0.0.249 - - [2026-03-30 04:16:49] "POST /neutron/network HTTP/1.1" 200 835 0.007139 10.0.0.249 - - [2026-03-30 04:16:50] "POST /neutron/port HTTP/1.1" 200 1061 0.031981 10.0.0.141 - - [2026-03-30 04:16:50] "GET /projects?obj_uuids=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000994 10.0.0.249 - - [2026-03-30 04:16:50] "GET /project/a854b17e-16d5-4f27-8c70-67aa0e7e1872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.126093 10.0.0.249 - - [2026-03-30 04:16:50] "POST /neutron/port HTTP/1.1" 200 1125 0.036530 10.0.0.249 - - [2026-03-30 04:16:50] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.249 - - [2026-03-30 04:16:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010510 10.0.0.249 - - [2026-03-30 04:16:50] "POST /neutron/router HTTP/1.1" 200 585 0.008689 10.0.0.241 - - [2026-03-30 04:16:50] "POST /route-targets HTTP/1.1" 200 328 0.025851 10.0.0.141 - - [2026-03-30 04:16:51] "GET /projects?obj_uuids=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001078 10.0.0.241 - - [2026-03-30 04:16:51] "GET /logical-router/d335b19f-c918-4f5e-a853-713f7742b7d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.093412 10.0.0.241 - - [2026-03-30 04:16:51] "POST /fqname-to-id HTTP/1.1" 404 215 0.003502 10.0.0.249 - - [2026-03-30 04:16:51] "POST /neutron/router HTTP/1.1" 200 344 0.484773 10.0.0.241 - - [2026-03-30 04:16:51] "POST /ref-update HTTP/1.1" 200 156 0.069726 10.0.0.249 - - [2026-03-30 04:16:51] "POST /neutron/port HTTP/1.1" 200 1125 0.104923 10.0.0.241 - - [2026-03-30 04:16:51] "POST /route-tables HTTP/1.1" 200 584 0.141967 10.0.0.241 - - [2026-03-30 04:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.017097 10.0.0.249 - - [2026-03-30 04:16:52] "POST /neutron/port HTTP/1.1" 200 1061 0.063049 10.0.0.241 - - [2026-03-30 04:16:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.193202 10.0.0.249 - - [2026-03-30 04:16:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010797 10.0.0.241 - - [2026-03-30 04:16:52] "POST /instance-ips HTTP/1.1" 400 246 0.037623 10.0.0.249 - - [2026-03-30 04:16:52] "POST /neutron/network HTTP/1.1" 200 832 0.010517 10.0.0.241 - - [2026-03-30 04:16:52] "PUT /instance-ip/7c0794ef-7189-47a1-a6c0-037cd15a94db HTTP/1.1" 200 257 0.041345 10.0.0.241 - - [2026-03-30 04:16:52] "POST /chown HTTP/1.1" 200 109 0.066481 10.0.0.241 - - [2026-03-30 04:16:52] "POST /chown HTTP/1.1" 200 109 0.020153 10.0.0.241 - - [2026-03-30 04:16:53] "POST /ref-update HTTP/1.1" 200 156 0.027332 10.0.0.241 - - [2026-03-30 04:16:53] "PUT /routing-instance/0a6d9774-44a1-4cfb-916e-d5bd17f6e253 HTTP/1.1" 200 267 0.027403 10.0.0.241 - - [2026-03-30 04:16:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.160911 10.0.0.241 - - [2026-03-30 04:16:53] "POST /chown HTTP/1.1" 200 109 0.017390 10.0.0.241 - - [2026-03-30 04:16:53] "POST /ref-update HTTP/1.1" 200 156 0.028998 10.0.0.241 - - [2026-03-30 04:16:53] "POST /chown HTTP/1.1" 200 109 0.034356 10.0.0.241 - - [2026-03-30 04:16:53] "PUT /virtual-machine-interface/25dc912b-08a9-4d3c-ba57-d3217f71a461 HTTP/1.1" 200 285 0.026002 10.0.0.241 - - [2026-03-30 04:16:54] "POST /ref-update HTTP/1.1" 200 156 0.039915 10.0.0.241 - - [2026-03-30 04:16:54] "POST /ref-update HTTP/1.1" 200 156 0.057019 10.0.0.249 - - [2026-03-30 04:16:56] "POST /neutron/port HTTP/1.1" 200 1125 0.022278 10.0.0.249 - - [2026-03-30 04:16:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008555 10.0.0.249 - - [2026-03-30 04:16:57] "GET /virtual-machine/36387a6f-90b5-4bea-8eb6-f08d3d0b4732 HTTP/1.1" 401 293 0.000402 10.0.0.249 - - [2026-03-30 04:16:57] "GET /virtual-machine/36387a6f-90b5-4bea-8eb6-f08d3d0b4732 HTTP/1.1" 200 1297 0.049533 10.0.0.249 - - [2026-03-30 04:16:57] "GET /virtual-machine-interface/fb25899b-9fe1-4292-b29b-5edbc040ca62 HTTP/1.1" 200 2964 0.006223 10.0.0.249 - - [2026-03-30 04:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.249 - - [2026-03-30 04:16:57] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004393 10.0.0.249 - - [2026-03-30 04:16:57] "GET /virtual-networks?parent_id=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004781 10.0.0.249 - - [2026-03-30 04:16:57] "GET /virtual-network/c2c9769f-1652-45a3-a864-49f3a8b5e1a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007943 10.0.0.241 - - [2026-03-30 04:16:59] "DELETE /access-control-list/4fcb5ed8-5389-4645-86e0-8b9368f29081 HTTP/1.1" 200 115 0.053076 10.0.0.141 - - [2026-03-30 04:16:59] "DELETE /project/a854b17e16d54f278c7067aa0e7e1872 HTTP/1.1" 404 173 0.003317 10.0.0.141 - - [2026-03-30 04:16:59] "DELETE /project/84d2a65b-d43b-49dc-9c44-807a979ae053 HTTP/1.1" 404 177 0.005880 10.0.0.249 - - [2026-03-30 04:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.249 - - [2026-03-30 04:17:00] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005170 10.0.0.249 - - [2026-03-30 04:17:00] "GET /virtual-networks?parent_id=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003678 10.0.0.249 - - [2026-03-30 04:17:00] "GET /virtual-network/c2c9769f-1652-45a3-a864-49f3a8b5e1a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006671 10.0.0.249 - - [2026-03-30 04:17:01] "POST /neutron/port HTTP/1.1" 200 1125 0.032133 10.0.0.249 - - [2026-03-30 04:17:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008912 10.0.0.249 - - [2026-03-30 04:17:01] "GET /virtual-machine/9a488fba-41b6-488c-b79e-ce44cfd29026 HTTP/1.1" 200 1298 0.006999 10.0.0.249 - - [2026-03-30 04:17:01] "GET /virtual-machine-interface/270c006a-3f80-4b38-88db-862bb2fdb2b5 HTTP/1.1" 200 2974 0.006028 10.0.0.249 - - [2026-03-30 04:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.249 - - [2026-03-30 04:17:01] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004737 10.0.0.249 - - [2026-03-30 04:17:01] "GET /virtual-networks?parent_id=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004651 10.0.0.249 - - [2026-03-30 04:17:01] "GET /virtual-network/ba54666c-aac8-468b-b48c-bba95156b088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006187 10.0.0.249 - - [2026-03-30 04:17:01] "POST /neutron/port HTTP/1.1" 200 1125 0.021008 10.0.0.249 - - [2026-03-30 04:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.249 - - [2026-03-30 04:17:02] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004223 10.0.0.249 - - [2026-03-30 04:17:02] "GET /virtual-networks?parent_id=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004177 10.0.0.249 - - [2026-03-30 04:17:02] "GET /virtual-network/ba54666c-aac8-468b-b48c-bba95156b088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.008225 10.0.0.249 - - [2026-03-30 04:17:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008544 10.0.0.249 - - [2026-03-30 04:17:12] "POST /neutron/router HTTP/1.1" 200 656 0.018034 10.0.0.241 - - [2026-03-30 04:17:12] "GET /service-instance/8a37b21d-d296-4d8d-b2b1-680b2aa989a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.004784 10.0.0.241 - - [2026-03-30 04:17:12] "DELETE /route-target/92216fdb-2719-4ff3-bb6c-e8cd0bcf379d HTTP/1.1" 409 240 0.010202 10.0.0.241 - - [2026-03-30 04:17:12] "GET /service-instance/8a37b21d-d296-4d8d-b2b1-680b2aa989a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.006157 10.0.0.241 - - [2026-03-30 04:17:12] "GET /virtual-network/87d1bf2c-8822-407f-8b02-1827651cbfaf?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2304 0.009697 10.0.0.241 - - [2026-03-30 04:17:12] "GET /virtual-machine-interface/25dc912b-08a9-4d3c-ba57-d3217f71a461?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.009279 10.0.0.241 - - [2026-03-30 04:17:12] "DELETE /virtual-machine-interface/25dc912b-08a9-4d3c-ba57-d3217f71a461 HTTP/1.1" 200 115 0.072649 10.0.0.249 - - [2026-03-30 04:17:12] "POST /neutron/network HTTP/1.1" 400 204 0.098016 10.0.0.241 - - [2026-03-30 04:17:12] "GET /instance-ip/fee670c9-8822-4509-a819-82475b2f7430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1762 0.016877 10.0.0.241 - - [2026-03-30 04:17:13] "DELETE /instance-ip/fee670c9-8822-4509-a819-82475b2f7430 HTTP/1.1" 404 177 0.003746 10.0.0.241 - - [2026-03-30 04:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005728 10.0.0.249 - - [2026-03-30 04:17:13] "POST /neutron/port HTTP/1.1" 200 151 0.356962 10.0.0.241 - - [2026-03-30 04:17:13] "GET /virtual-machine-interface/216a74eb-e46b-4dc6-9373-f843acabda20?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1656 0.009998 10.0.0.241 - - [2026-03-30 04:17:13] "DELETE /virtual-machine-interface/216a74eb-e46b-4dc6-9373-f843acabda20 HTTP/1.1" 200 115 0.120251 10.0.0.249 - - [2026-03-30 04:17:13] "POST /neutron/port HTTP/1.1" 200 151 0.385102 10.0.0.241 - - [2026-03-30 04:17:13] "GET /virtual-machine-interface/bdb2076c-451a-47f8-ad67-afd3f12cd7da?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1657 0.008937 10.0.0.241 - - [2026-03-30 04:17:14] "DELETE /instance-ip/7c0794ef-7189-47a1-a6c0-037cd15a94db HTTP/1.1" 200 115 0.080810 10.0.0.241 - - [2026-03-30 04:17:14] "DELETE /virtual-machine/42fda809-13cf-4558-bae7-d4ab05360703 HTTP/1.1" 200 115 0.053639 10.0.0.241 - - [2026-03-30 04:17:15] "DELETE /route-target/db3273c7-21e8-4d4b-9898-9f261b9d7543 HTTP/1.1" 200 115 0.028582 10.0.0.249 - - [2026-03-30 04:17:15] "POST /neutron/network HTTP/1.1" 200 825 0.007573 10.0.0.141 - - [2026-03-30 04:17:16] "GET /projects?obj_uuids=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001159 10.0.0.249 - - [2026-03-30 04:17:16] "GET /project/a854b17e-16d5-4f27-8c70-67aa0e7e1872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.043567 10.0.0.141 - - [2026-03-30 04:17:16] "GET /projects?obj_uuids=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001039 10.0.0.249 - - [2026-03-30 04:17:16] "GET /project/a854b17e-16d5-4f27-8c70-67aa0e7e1872?fields=virtual_networks HTTP/1.1" 200 1041 0.041125 10.0.0.141 - - [2026-03-30 04:17:16] "GET /projects?obj_uuids=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001357 10.0.0.249 - - [2026-03-30 04:17:16] "GET /project/a854b17e-16d5-4f27-8c70-67aa0e7e1872?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.052682 10.0.0.141 - - [2026-03-30 04:17:16] "GET /projects?obj_uuids=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001515 10.0.0.249 - - [2026-03-30 04:17:16] "GET /project/a854b17e-16d5-4f27-8c70-67aa0e7e1872?fields=security_groups HTTP/1.1" 200 1271 0.046350 10.0.0.249 - - [2026-03-30 04:17:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.031893 10.0.0.141 - - [2026-03-30 04:17:18] "GET /projects?obj_uuids=61f83526-a2d4-4e93-a758-cddc2e18231a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003568 10.0.0.141 - - [2026-03-30 04:17:18] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.141 - - [2026-03-30 04:17:18] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007608 10.0.0.141 - - [2026-03-30 04:17:18] "POST /id-to-fqname HTTP/1.1" 200 198 0.001359 10.0.0.141 - - [2026-03-30 04:17:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.010264 10.0.0.141 - - [2026-03-30 04:17:18] "POST /security-groups HTTP/1.1" 200 599 0.077553 10.0.0.241 - - [2026-03-30 04:17:18] "POST /fqname-to-id HTTP/1.1" 404 242 0.006146 10.0.0.141 - - [2026-03-30 04:17:18] "POST /projects HTTP/1.1" 200 601 0.315375 10.0.0.141 - - [2026-03-30 04:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.356477 10.0.0.249 - - [2026-03-30 04:17:18] "GET /project/61f83526-a2d4-4e93-a758-cddc2e18231a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.525833 10.0.0.241 - - [2026-03-30 04:17:18] "POST /access-control-lists HTTP/1.1" 200 604 0.059666 10.0.0.249 - - [2026-03-30 04:17:19] "GET / HTTP/1.1" 200 36215 0.002355 10.0.0.249 - - [2026-03-30 04:17:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000455 10.0.0.249 - - [2026-03-30 04:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.100055 10.0.0.141 - - [2026-03-30 04:17:22] "GET /projects?obj_uuids=61f83526-a2d4-4e93-a758-cddc2e18231a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.249 - - [2026-03-30 04:17:22] "GET /project/61f83526-a2d4-4e93-a758-cddc2e18231a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039347 10.0.0.141 - - [2026-03-30 04:17:22] "GET /projects?obj_uuids=61f83526-a2d4-4e93-a758-cddc2e18231a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002299 10.0.0.249 - - [2026-03-30 04:17:22] "POST /neutron/network HTTP/1.1" 200 613 0.464125 10.0.0.241 - - [2026-03-30 04:17:23] "GET /obj-perms HTTP/1.1" 200 5075 0.097708 10.0.0.241 - - [2026-03-30 04:17:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000432 10.0.0.249 - - [2026-03-30 04:17:23] "POST /neutron/network HTTP/1.1" 200 1006 0.011786 10.0.0.249 - - [2026-03-30 04:17:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001232 10.0.0.249 - - [2026-03-30 04:17:23] "GET /virtual-network/89c19a7a-249b-4b9e-96dd-2e2dce367caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.013523 10.0.0.249 - - [2026-03-30 04:17:23] "GET /virtual-network/89c19a7a-249b-4b9e-96dd-2e2dce367caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005785 10.0.0.249 - - [2026-03-30 04:17:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.011217 10.0.0.249 - - [2026-03-30 04:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.141 - - [2026-03-30 04:17:23] "GET /projects?obj_uuids=61f83526-a2d4-4e93-a758-cddc2e18231a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132 10.0.0.249 - - [2026-03-30 04:17:24] "GET /project/61f83526-a2d4-4e93-a758-cddc2e18231a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050257 10.0.0.141 - - [2026-03-30 04:17:24] "GET /projects?obj_uuids=61f83526-a2d4-4e93-a758-cddc2e18231a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.249 - - [2026-03-30 04:17:24] "POST /neutron/network HTTP/1.1" 200 613 0.180657 10.0.0.241 - - [2026-03-30 04:17:24] "POST /route-targets HTTP/1.1" 200 328 0.021635 10.0.0.241 - - [2026-03-30 04:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.041121 10.0.0.249 - - [2026-03-30 04:17:24] "POST /neutron/network HTTP/1.1" 200 1005 0.019302 10.0.0.249 - - [2026-03-30 04:17:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001628 10.0.0.249 - - [2026-03-30 04:17:24] "GET /virtual-network/357be8be-5b85-44e8-9448-d1d751b43ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005686 10.0.0.249 - - [2026-03-30 04:17:24] "GET /virtual-network/357be8be-5b85-44e8-9448-d1d751b43ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005742 10.0.0.249 - - [2026-03-30 04:17:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.009423 10.0.0.249 - - [2026-03-30 04:17:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.003359 10.0.0.249 - - [2026-03-30 04:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.141 - - [2026-03-30 04:17:25] "GET /projects?obj_uuids=61f83526-a2d4-4e93-a758-cddc2e18231a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.249 - - [2026-03-30 04:17:25] "GET /project/61f83526-a2d4-4e93-a758-cddc2e18231a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.058854 10.0.0.249 - - [2026-03-30 04:17:25] "POST /network-policys HTTP/1.1" 200 579 0.075467 10.0.0.249 - - [2026-03-30 04:17:25] "GET /network-policy/94d6767d-7bd2-4810-8198-ea97d70f0d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.006745 10.0.0.241 - - [2026-03-30 04:17:25] "GET /virtual-network/9a4e8b3e-820a-4794-be87-4a9327a311e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.014828 10.0.0.249 - - [2026-03-30 04:17:25] "POST /neutron/network HTTP/1.1" 200 1114 0.099770 10.0.0.241 - - [2026-03-30 04:17:25] "POST /access-control-lists HTTP/1.1" 200 598 0.063602 10.0.0.249 - - [2026-03-30 04:17:25] "GET /virtual-network/89c19a7a-249b-4b9e-96dd-2e2dce367caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007754 10.0.0.249 - - [2026-03-30 04:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.249 - - [2026-03-30 04:17:25] "GET /network-policy/94d6767d-7bd2-4810-8198-ea97d70f0d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.005169 10.0.0.249 - - [2026-03-30 04:17:25] "POST /neutron/network HTTP/1.1" 200 1113 0.108211 10.0.0.241 - - [2026-03-30 04:17:25] "POST /ref-update HTTP/1.1" 200 156 0.032660 10.0.0.249 - - [2026-03-30 04:17:25] "GET /virtual-network/357be8be-5b85-44e8-9448-d1d751b43ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006381 10.0.0.249 - - [2026-03-30 04:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.009438 10.0.0.249 - - [2026-03-30 04:17:25] "GET /network-policy/94d6767d-7bd2-4810-8198-ea97d70f0d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004791 10.0.0.249 - - [2026-03-30 04:17:26] "GET /virtual-network/89c19a7a-249b-4b9e-96dd-2e2dce367caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006243 10.0.0.141 - - [2026-03-30 04:17:28] "GET /obj-perms HTTP/1.1" 200 5065 0.075484 10.0.0.249 - - [2026-03-30 04:17:28] "GET /virtual-network/357be8be-5b85-44e8-9448-d1d751b43ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006025 10.0.0.249 - - [2026-03-30 04:17:28] "GET /obj-perms HTTP/1.1" 200 5065 0.062208 10.0.0.249 - - [2026-03-30 04:17:29] "GET /virtual-network/357be8be-5b85-44e8-9448-d1d751b43ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006437 10.0.0.241 - - [2026-03-30 04:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.249 - - [2026-03-30 04:17:29] "POST /neutron/network HTTP/1.1" 200 1005 0.087163 10.0.0.241 - - [2026-03-30 04:17:29] "POST /ref-update HTTP/1.1" 200 156 0.037851 10.0.0.249 - - [2026-03-30 04:17:29] "GET /virtual-network/357be8be-5b85-44e8-9448-d1d751b43ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.019852 10.0.0.249 - - [2026-03-30 04:17:29] "GET /virtual-network/89c19a7a-249b-4b9e-96dd-2e2dce367caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.008055 10.0.0.241 - - [2026-03-30 04:17:29] "GET /virtual-network/9a4e8b3e-820a-4794-be87-4a9327a311e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.007118 10.0.0.249 - - [2026-03-30 04:17:29] "POST /neutron/network HTTP/1.1" 200 1006 0.077789 10.0.0.249 - - [2026-03-30 04:17:29] "GET /virtual-network/89c19a7a-249b-4b9e-96dd-2e2dce367caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.014509 10.0.0.249 - - [2026-03-30 04:17:29] "DELETE /network-policy/94d6767d-7bd2-4810-8198-ea97d70f0d38 HTTP/1.1" 200 115 0.032695 10.0.0.141 - - [2026-03-30 04:17:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003293 10.0.0.241 - - [2026-03-30 04:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.141 - - [2026-03-30 04:17:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002568 10.0.0.141 - - [2026-03-30 04:17:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002371 10.0.0.141 - - [2026-03-30 04:17:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002680 10.0.0.249 - - [2026-03-30 04:17:29] "POST /neutron/network HTTP/1.1" 200 151 0.134678 10.0.0.241 - - [2026-03-30 04:17:30] "DELETE /route-target/ddc95762-866a-40be-bc15-ba6962747e20 HTTP/1.1" 200 115 0.020914 10.0.0.141 - - [2026-03-30 04:17:31] "GET /projects?obj_uuids=61f83526-a2d4-4e93-a758-cddc2e18231a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001100 10.0.0.249 - - [2026-03-30 04:17:31] "GET /project/61f83526-a2d4-4e93-a758-cddc2e18231a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050821 10.0.0.141 - - [2026-03-30 04:17:31] "GET /projects?obj_uuids=61f83526-a2d4-4e93-a758-cddc2e18231a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.249 - - [2026-03-30 04:17:31] "GET /project/61f83526-a2d4-4e93-a758-cddc2e18231a?fields=virtual_networks HTTP/1.1" 200 1050 0.051062 10.0.0.141 - - [2026-03-30 04:17:31] "GET /projects?obj_uuids=61f83526-a2d4-4e93-a758-cddc2e18231a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001048 10.0.0.249 - - [2026-03-30 04:17:31] "GET /project/61f83526-a2d4-4e93-a758-cddc2e18231a?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.047887 10.0.0.141 - - [2026-03-30 04:17:31] "GET /projects?obj_uuids=61f83526-a2d4-4e93-a758-cddc2e18231a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001042 10.0.0.249 - - [2026-03-30 04:17:31] "GET /project/61f83526-a2d4-4e93-a758-cddc2e18231a?fields=security_groups HTTP/1.1" 200 1285 0.041537 10.0.0.249 - - [2026-03-30 04:17:33] "POST /fqname-to-id HTTP/1.1" 404 204 0.066832 10.0.0.141 - - [2026-03-30 04:17:33] "GET /projects?obj_uuids=3aeaa3a6-aa68-4912-bd71-6675ca69fd78&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006610 10.0.0.141 - - [2026-03-30 04:17:33] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.141 - - [2026-03-30 04:17:33] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007403 10.0.0.141 - - [2026-03-30 04:17:33] "POST /id-to-fqname HTTP/1.1" 200 206 0.001139 10.0.0.141 - - [2026-03-30 04:17:33] "POST /fqname-to-id HTTP/1.1" 404 215 0.010046 10.0.0.141 - - [2026-03-30 04:17:33] "POST /security-groups HTTP/1.1" 200 607 0.040181 10.0.0.141 - - [2026-03-30 04:17:33] "POST /projects HTTP/1.1" 200 617 0.280967 10.0.0.141 - - [2026-03-30 04:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.335188 10.0.0.241 - - [2026-03-30 04:17:33] "POST /fqname-to-id HTTP/1.1" 404 249 0.012753 10.0.0.249 - - [2026-03-30 04:17:33] "GET /project/3aeaa3a6-aa68-4912-bd71-6675ca69fd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.562166 10.0.0.249 - - [2026-03-30 04:17:35] "GET / HTTP/1.1" 200 36215 0.001882 10.0.0.249 - - [2026-03-30 04:17:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000485 10.0.0.249 - - [2026-03-30 04:17:38] "POST /fqname-to-id HTTP/1.1" 404 233 0.097313 10.0.0.249 - - [2026-03-30 04:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005181 10.0.0.141 - - [2026-03-30 04:17:38] "GET /projects?obj_uuids=3aeaa3a6-aa68-4912-bd71-6675ca69fd78&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001430 10.0.0.249 - - [2026-03-30 04:17:38] "GET /project/3aeaa3a6-aa68-4912-bd71-6675ca69fd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.037692 10.0.0.249 - - [2026-03-30 04:17:38] "POST /network-policys HTTP/1.1" 200 569 0.075069 10.0.0.249 - - [2026-03-30 04:17:38] "GET /network-policy/2d1aec3a-18f2-40aa-8ee2-29c11ee26119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.007074 10.0.0.249 - - [2026-03-30 04:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.141 - - [2026-03-30 04:17:39] "GET /projects?obj_uuids=3aeaa3a6-aa68-4912-bd71-6675ca69fd78&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000951 10.0.0.249 - - [2026-03-30 04:17:39] "GET /project/3aeaa3a6-aa68-4912-bd71-6675ca69fd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.052330 10.0.0.249 - - [2026-03-30 04:17:39] "POST /neutron/network HTTP/1.1" 200 117 0.040039 10.0.0.241 - - [2026-03-30 04:17:39] "POST /ref-update HTTP/1.1" 200 156 0.029475 10.0.0.141 - - [2026-03-30 04:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.009858 10.0.0.249 - - [2026-03-30 04:17:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.190151 10.0.0.249 - - [2026-03-30 04:17:39] "POST /id-to-fqname HTTP/1.1" 200 237 0.001386 10.0.0.249 - - [2026-03-30 04:17:39] "GET /virtual-network/fb1f72fd-b88e-40c7-920d-44600ad3cde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2666 0.006348 10.0.0.249 - - [2026-03-30 04:17:40] "GET /virtual-network/fb1f72fd-b88e-40c7-920d-44600ad3cde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2666 0.006299 10.0.0.249 - - [2026-03-30 04:17:40] "POST /neutron/network HTTP/1.1" 200 1017 0.010264 10.0.0.249 - - [2026-03-30 04:17:40] "POST /neutron/network HTTP/1.1" 200 1017 0.008724 10.0.0.241 - - [2026-03-30 04:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005801 10.0.0.249 - - [2026-03-30 04:17:40] "GET /virtual-network/fb1f72fd-b88e-40c7-920d-44600ad3cde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2990 0.009156 10.0.0.249 - - [2026-03-30 04:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.249 - - [2026-03-30 04:17:40] "GET /network-policy/2d1aec3a-18f2-40aa-8ee2-29c11ee26119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.004180 10.0.0.249 - - [2026-03-30 04:17:40] "GET /virtual-network/fb1f72fd-b88e-40c7-920d-44600ad3cde9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2990 0.007709 10.0.0.241 - - [2026-03-30 04:17:42] "GET /obj-perms HTTP/1.1" 200 5081 0.058450 10.0.0.249 - - [2026-03-30 04:17:42] "DELETE /network-policy/2d1aec3a-18f2-40aa-8ee2-29c11ee26119 HTTP/1.1" 409 239 0.011798 10.0.0.249 - - [2026-03-30 04:17:42] "POST /neutron/network HTTP/1.1" 200 1124 0.011329 10.0.0.241 - - [2026-03-30 04:17:42] "DELETE /access-control-list/7ea67807-4a81-4678-bca2-40ab93aa0c8c HTTP/1.1" 200 115 0.055699 10.0.0.249 - - [2026-03-30 04:17:43] "DELETE /network-policy/2d1aec3a-18f2-40aa-8ee2-29c11ee26119 HTTP/1.1" 200 115 0.036983 10.0.0.249 - - [2026-03-30 04:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.141 - - [2026-03-30 04:17:43] "GET /projects?obj_uuids=3aeaa3a6-aa68-4912-bd71-6675ca69fd78&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001194 10.0.0.249 - - [2026-03-30 04:17:43] "GET /project/3aeaa3a6-aa68-4912-bd71-6675ca69fd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.066665 10.0.0.249 - - [2026-03-30 04:17:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-01548117&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006607 10.0.0.141 - - [2026-03-30 04:17:46] "GET /projects?obj_uuids=3aeaa3a6-aa68-4912-bd71-6675ca69fd78&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001096 10.0.0.249 - - [2026-03-30 04:17:46] "GET /project/3aeaa3a6-aa68-4912-bd71-6675ca69fd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.050264 10.0.0.141 - - [2026-03-30 04:17:46] "GET /projects?obj_uuids=3aeaa3a6-aa68-4912-bd71-6675ca69fd78&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002567 10.0.0.249 - - [2026-03-30 04:17:46] "GET /project/3aeaa3a6-aa68-4912-bd71-6675ca69fd78?fields=virtual_networks HTTP/1.1" 200 1066 0.068674 10.0.0.141 - - [2026-03-30 04:17:46] "GET /projects?obj_uuids=3aeaa3a6-aa68-4912-bd71-6675ca69fd78&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001137 10.0.0.249 - - [2026-03-30 04:17:46] "GET /project/3aeaa3a6-aa68-4912-bd71-6675ca69fd78?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.051250 10.0.0.141 - - [2026-03-30 04:17:46] "GET /projects?obj_uuids=3aeaa3a6-aa68-4912-bd71-6675ca69fd78&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001087 10.0.0.249 - - [2026-03-30 04:17:46] "GET /project/3aeaa3a6-aa68-4912-bd71-6675ca69fd78?fields=security_groups HTTP/1.1" 200 1309 0.047153 10.0.0.249 - - [2026-03-30 04:17:47] "POST /fqname-to-id HTTP/1.1" 404 190 0.039637 10.0.0.141 - - [2026-03-30 04:17:47] "GET /projects?obj_uuids=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003205 10.0.0.141 - - [2026-03-30 04:17:47] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.141 - - [2026-03-30 04:17:47] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008109 10.0.0.141 - - [2026-03-30 04:17:48] "POST /id-to-fqname HTTP/1.1" 200 192 0.001187 10.0.0.141 - - [2026-03-30 04:17:48] "POST /fqname-to-id HTTP/1.1" 404 201 0.003243 10.0.0.141 - - [2026-03-30 04:17:48] "POST /security-groups HTTP/1.1" 200 593 0.033981 10.0.0.241 - - [2026-03-30 04:17:48] "POST /fqname-to-id HTTP/1.1" 404 236 0.004102 10.0.0.141 - - [2026-03-30 04:17:48] "POST /projects HTTP/1.1" 200 589 0.249339 10.0.0.141 - - [2026-03-30 04:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.339140 10.0.0.241 - - [2026-03-30 04:17:48] "POST /access-control-lists HTTP/1.1" 200 598 0.030907 10.0.0.249 - - [2026-03-30 04:17:48] "GET /project/9d864394-003f-426a-9ffb-63f240993bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.514081 10.0.0.249 - - [2026-03-30 04:17:49] "GET / HTTP/1.1" 200 36215 0.002065 10.0.0.249 - - [2026-03-30 04:17:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000440 10.0.0.249 - - [2026-03-30 04:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.133924 10.0.0.141 - - [2026-03-30 04:17:51] "GET /projects?obj_uuids=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001053 10.0.0.249 - - [2026-03-30 04:17:51] "GET /project/9d864394-003f-426a-9ffb-63f240993bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.062827 10.0.0.141 - - [2026-03-30 04:17:52] "GET /projects?obj_uuids=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001326 10.0.0.249 - - [2026-03-30 04:17:52] "POST /neutron/network HTTP/1.1" 200 607 0.211409 10.0.0.249 - - [2026-03-30 04:17:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.005025 10.0.0.249 - - [2026-03-30 04:17:52] "GET /virtual-network/00b59cac-6529-4c8d-b07e-ef37c0faf9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007835 10.0.0.249 - - [2026-03-30 04:17:52] "POST /neutron/network HTTP/1.1" 200 827 0.009091 10.0.0.249 - - [2026-03-30 04:17:52] "GET /virtual-network/00b59cac-6529-4c8d-b07e-ef37c0faf9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007672 10.0.0.249 - - [2026-03-30 04:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.141 - - [2026-03-30 04:17:52] "GET /projects?obj_uuids=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001156 10.0.0.249 - - [2026-03-30 04:17:52] "GET /project/9d864394-003f-426a-9ffb-63f240993bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.052643 10.0.0.249 - - [2026-03-30 04:17:52] "POST /neutron/network HTTP/1.1" 200 117 0.016240 10.0.0.241 - - [2026-03-30 04:17:53] "POST /route-targets HTTP/1.1" 200 328 0.016589 10.0.0.249 - - [2026-03-30 04:17:53] "POST /neutron/network HTTP/1.1" 200 826 0.010667 10.0.0.249 - - [2026-03-30 04:17:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001276 10.0.0.249 - - [2026-03-30 04:17:53] "GET /virtual-network/c1d784f4-a4ec-45c8-a52d-78c60e554b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006112 10.0.0.249 - - [2026-03-30 04:17:53] "GET /virtual-network/c1d784f4-a4ec-45c8-a52d-78c60e554b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005855 10.0.0.249 - - [2026-03-30 04:17:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.010449 10.0.0.249 - - [2026-03-30 04:17:53] "POST /fqname-to-id HTTP/1.1" 404 228 0.003520 10.0.0.249 - - [2026-03-30 04:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.141 - - [2026-03-30 04:17:53] "GET /projects?obj_uuids=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001055 10.0.0.249 - - [2026-03-30 04:17:53] "GET /project/9d864394-003f-426a-9ffb-63f240993bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.047299 10.0.0.249 - - [2026-03-30 04:17:53] "POST /network-policys HTTP/1.1" 200 573 0.033424 10.0.0.249 - - [2026-03-30 04:17:53] "GET /network-policy/e41c2bae-e59e-4fc9-b330-1a18c6beadb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.006640 10.0.0.241 - - [2026-03-30 04:17:53] "POST /access-control-lists HTTP/1.1" 200 592 0.052222 10.0.0.249 - - [2026-03-30 04:17:53] "POST /neutron/network HTTP/1.1" 200 929 0.019109 10.0.0.249 - - [2026-03-30 04:17:53] "GET /virtual-network/00b59cac-6529-4c8d-b07e-ef37c0faf9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.010591 10.0.0.249 - - [2026-03-30 04:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005718 10.0.0.249 - - [2026-03-30 04:17:53] "GET /network-policy/e41c2bae-e59e-4fc9-b330-1a18c6beadb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.009145 10.0.0.249 - - [2026-03-30 04:17:54] "POST /neutron/network HTTP/1.1" 200 928 0.010922 10.0.0.249 - - [2026-03-30 04:17:54] "GET /virtual-network/c1d784f4-a4ec-45c8-a52d-78c60e554b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.008579 10.0.0.241 - - [2026-03-30 04:17:54] "POST /access-control-lists HTTP/1.1" 200 592 0.050313 10.0.0.249 - - [2026-03-30 04:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.014703 10.0.0.249 - - [2026-03-30 04:17:54] "GET /network-policy/e41c2bae-e59e-4fc9-b330-1a18c6beadb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.007905 10.0.0.249 - - [2026-03-30 04:17:54] "GET /virtual-network/00b59cac-6529-4c8d-b07e-ef37c0faf9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006961 10.0.0.141 - - [2026-03-30 04:17:56] "GET /obj-perms HTTP/1.1" 200 5053 0.064252 10.0.0.249 - - [2026-03-30 04:17:56] "GET /virtual-network/c1d784f4-a4ec-45c8-a52d-78c60e554b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007743 10.0.0.249 - - [2026-03-30 04:17:57] "GET /obj-perms HTTP/1.1" 200 5053 0.126406 10.0.0.249 - - [2026-03-30 04:17:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001397 10.0.0.141 - - [2026-03-30 04:17:58] "GET /projects?obj_uuids=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001206 10.0.0.249 - - [2026-03-30 04:17:58] "GET /project/9d864394-003f-426a-9ffb-63f240993bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.096195 10.0.0.249 - - [2026-03-30 04:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.009433 10.0.0.249 - - [2026-03-30 04:17:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001422 10.0.0.249 - - [2026-03-30 04:17:58] "POST /neutron/network HTTP/1.1" 200 938 0.007394 10.0.0.249 - - [2026-03-30 04:17:59] "POST /neutron/port HTTP/1.1" 200 1063 0.022363 10.0.0.141 - - [2026-03-30 04:17:59] "GET /projects?obj_uuids=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001407 10.0.0.249 - - [2026-03-30 04:17:59] "GET /project/9d864394-003f-426a-9ffb-63f240993bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.117446 10.0.0.249 - - [2026-03-30 04:17:59] "POST /neutron/network HTTP/1.1" 200 928 0.009020 10.0.0.249 - - [2026-03-30 04:17:59] "POST /neutron/subnet HTTP/1.1" 200 704 0.010605 10.0.0.249 - - [2026-03-30 04:18:00] "POST /neutron/port HTTP/1.1" 200 1127 0.034389 10.0.0.141 - - [2026-03-30 04:18:00] "DELETE /project/9d864394003f426a9ffb63f240993bcf HTTP/1.1" 404 173 0.027250 10.0.0.141 - - [2026-03-30 04:18:00] "DELETE /project/3aeaa3a6aa684912bd716675ca69fd78 HTTP/1.1" 404 173 0.025788 10.0.0.141 - - [2026-03-30 04:18:00] "DELETE /project/61f83526a2d44e93a758cddc2e18231a HTTP/1.1" 404 173 0.015355 10.0.0.141 - - [2026-03-30 04:18:00] "GET /projects?obj_uuids=61f83526-a2d4-4e93-a758-cddc2e18231a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001468 10.0.0.141 - - [2026-03-30 04:18:00] "GET /projects?obj_uuids=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001157 10.0.0.141 - - [2026-03-30 04:18:00] "GET /projects?obj_uuids=3aeaa3a6-aa68-4912-bd71-6675ca69fd78&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001108 10.0.0.141 - - [2026-03-30 04:18:00] "GET /project/a854b17e-16d5-4f27-8c70-67aa0e7e1872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.127537 10.0.0.141 - - [2026-03-30 04:18:00] "GET /project/61f83526-a2d4-4e93-a758-cddc2e18231a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.140678 10.0.0.141 - - [2026-03-30 04:18:00] "GET /projects?obj_uuids=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001736 10.0.0.141 - - [2026-03-30 04:18:00] "GET /projects?obj_uuids=61f83526-a2d4-4e93-a758-cddc2e18231a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001541 10.0.0.141 - - [2026-03-30 04:18:00] "GET /project/3aeaa3a6-aa68-4912-bd71-6675ca69fd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.183691 10.0.0.141 - - [2026-03-30 04:18:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000508 10.0.0.141 - - [2026-03-30 04:18:00] "GET /projects?obj_uuids=3aeaa3a6-aa68-4912-bd71-6675ca69fd78&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002801 10.0.0.141 - - [2026-03-30 04:18:00] "GET /project/61f83526-a2d4-4e93-a758-cddc2e18231a?fields=security_groups HTTP/1.1" 200 1387 0.143576 10.0.0.141 - - [2026-03-30 04:18:00] "GET /project/a854b17e-16d5-4f27-8c70-67aa0e7e1872?fields=security_groups HTTP/1.1" 200 1109 0.167897 10.0.0.249 - - [2026-03-30 04:18:00] "POST /neutron/port HTTP/1.1" 200 1127 0.102171 10.0.0.141 - - [2026-03-30 04:18:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000496 10.0.0.141 - - [2026-03-30 04:18:00] "GET /project/3aeaa3a6-aa68-4912-bd71-6675ca69fd78?fields=security_groups HTTP/1.1" 200 1411 0.191489 10.0.0.141 - - [2026-03-30 04:18:00] "GET /projects?obj_uuids=a854b17e-16d5-4f27-8c70-67aa0e7e1872&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001732 10.0.0.241 - - [2026-03-30 04:18:00] "DELETE /access-control-list/67f1390e-f25d-4793-b5ad-7f4afc988ef3 HTTP/1.1" 200 115 0.124669 10.0.0.141 - - [2026-03-30 04:18:00] "GET /project/a854b17e-16d5-4f27-8c70-67aa0e7e1872?fields=application_policy_sets HTTP/1.1" 200 1412 0.132120 10.0.0.141 - - [2026-03-30 04:18:00] "DELETE /security-group/e974e3e7-fece-4ae2-93f6-6ea8714fe96c HTTP/1.1" 200 115 0.180068 10.0.0.141 - - [2026-03-30 04:18:00] "GET /projects?obj_uuids=61f83526-a2d4-4e93-a758-cddc2e18231a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002090 10.0.0.249 - - [2026-03-30 04:18:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.141 - - [2026-03-30 04:18:00] "DELETE /security-group/7e8bf04c-cbe5-45c8-8f1f-1ad3356eda65 HTTP/1.1" 200 115 0.212665 10.0.0.141 - - [2026-03-30 04:18:00] "GET /project/61f83526-a2d4-4e93-a758-cddc2e18231a?fields=application_policy_sets HTTP/1.1" 200 1426 0.123788 10.0.0.141 - - [2026-03-30 04:18:00] "GET /projects?obj_uuids=3aeaa3a6-aa68-4912-bd71-6675ca69fd78&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002262 10.0.0.141 - - [2026-03-30 04:18:00] "GET /project/3aeaa3a6-aa68-4912-bd71-6675ca69fd78?fields=application_policy_sets HTTP/1.1" 200 1450 0.094122 10.0.0.141 - - [2026-03-30 04:18:00] "GET /projects?obj_uuids=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001524 10.0.0.141 - - [2026-03-30 04:18:00] "DELETE /project/a854b17e-16d5-4f27-8c70-67aa0e7e1872 HTTP/1.1" 200 115 0.809748 10.0.0.249 - - [2026-03-30 04:18:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000523 10.0.0.241 - - [2026-03-30 04:18:01] "DELETE /access-control-list/14882f6c-67b4-4838-ad27-aa9f2ba7535d HTTP/1.1" 200 115 0.082997 10.0.0.241 - - [2026-03-30 04:18:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.141 - - [2026-03-30 04:18:01] "DELETE /project/61f83526-a2d4-4e93-a758-cddc2e18231a HTTP/1.1" 200 115 0.963584 10.0.0.241 - - [2026-03-30 04:18:01] "GET /global-system-configs HTTP/1.1" 401 293 0.001908 10.0.0.141 - - [2026-03-30 04:18:01] "DELETE /project/3aeaa3a6-aa68-4912-bd71-6675ca69fd78 HTTP/1.1" 200 115 1.071325 10.0.0.249 - - [2026-03-30 04:18:01] "POST /neutron/port HTTP/1.1" 200 1062 0.529276 10.0.0.249 - - [2026-03-30 04:18:01] "POST /neutron/port HTTP/1.1" 200 1116 0.126179 10.0.0.249 - - [2026-03-30 04:18:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.013018 10.0.0.249 - - [2026-03-30 04:18:05] "POST /neutron/port HTTP/1.1" 200 1127 0.019090 10.0.0.249 - - [2026-03-30 04:18:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008364 10.0.0.249 - - [2026-03-30 04:18:05] "GET /virtual-machine/1e14cba5-65ce-4835-b210-bb8a2127e72e HTTP/1.1" 401 293 0.000448 10.0.0.249 - - [2026-03-30 04:18:06] "GET /virtual-machine/1e14cba5-65ce-4835-b210-bb8a2127e72e HTTP/1.1" 200 1296 0.040960 10.0.0.249 - - [2026-03-30 04:18:06] "GET /virtual-machine-interface/23fdcda3-1db5-49ea-a485-9b718bdfdd3f HTTP/1.1" 200 2958 0.006886 10.0.0.249 - - [2026-03-30 04:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.249 - - [2026-03-30 04:18:06] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004120 10.0.0.249 - - [2026-03-30 04:18:06] "GET /virtual-networks?parent_id=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004219 10.0.0.249 - - [2026-03-30 04:18:06] "GET /virtual-network/00b59cac-6529-4c8d-b07e-ef37c0faf9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007055 10.0.0.249 - - [2026-03-30 04:18:08] "POST /neutron/port HTTP/1.1" 200 1127 0.020002 10.0.0.249 - - [2026-03-30 04:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.249 - - [2026-03-30 04:18:09] "GET /virtual-network/00b59cac-6529-4c8d-b07e-ef37c0faf9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006169 10.0.0.249 - - [2026-03-30 04:18:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006918 10.0.0.249 - - [2026-03-30 04:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.249 - - [2026-03-30 04:18:11] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.006265 10.0.0.249 - - [2026-03-30 04:18:11] "GET /virtual-networks?parent_id=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003698 10.0.0.249 - - [2026-03-30 04:18:11] "GET /virtual-network/00b59cac-6529-4c8d-b07e-ef37c0faf9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005806 10.0.0.249 - - [2026-03-30 04:18:12] "POST /neutron/port HTTP/1.1" 200 1126 0.019615 10.0.0.249 - - [2026-03-30 04:18:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008652 10.0.0.249 - - [2026-03-30 04:18:12] "GET /virtual-machine/1aed4827-ebcb-4ed3-b441-bb9824b45b1f HTTP/1.1" 200 1296 0.006689 10.0.0.249 - - [2026-03-30 04:18:12] "GET /virtual-machine-interface/59c5fb49-d75c-4f3c-a806-48e2629eae49 HTTP/1.1" 200 2958 0.006647 10.0.0.249 - - [2026-03-30 04:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.249 - - [2026-03-30 04:18:12] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005879 10.0.0.249 - - [2026-03-30 04:18:12] "GET /virtual-networks?parent_id=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003663 10.0.0.249 - - [2026-03-30 04:18:12] "GET /virtual-network/c1d784f4-a4ec-45c8-a52d-78c60e554b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005927 10.0.0.249 - - [2026-03-30 04:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.249 - - [2026-03-30 04:18:13] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004446 10.0.0.249 - - [2026-03-30 04:18:13] "GET /virtual-networks?parent_id=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003989 10.0.0.249 - - [2026-03-30 04:18:13] "GET /virtual-network/c1d784f4-a4ec-45c8-a52d-78c60e554b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006966 10.0.0.249 - - [2026-03-30 04:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.141 - - [2026-03-30 04:18:17] "GET /projects?obj_uuids=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000998 10.0.0.249 - - [2026-03-30 04:18:17] "GET /project/9d864394-003f-426a-9ffb-63f240993bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.058495 10.0.0.249 - - [2026-03-30 04:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.249 - - [2026-03-30 04:18:18] "PUT /network-policy/e41c2bae-e59e-4fc9-b330-1a18c6beadb1 HTTP/1.1" 200 263 0.017060 10.0.0.241 - - [2026-03-30 04:18:18] "PUT /access-control-list/7107ed95-4897-462f-8c20-78506f925941 HTTP/1.1" 200 273 0.074440 10.0.0.241 - - [2026-03-30 04:18:18] "POST /ref-update HTTP/1.1" 200 156 0.025660 10.0.0.249 - - [2026-03-30 04:18:21] "GET /virtual-network/c1d784f4-a4ec-45c8-a52d-78c60e554b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006477 10.0.0.249 - - [2026-03-30 04:18:21] "POST /neutron/network HTTP/1.1" 200 826 0.010854 10.0.0.249 - - [2026-03-30 04:18:21] "GET /virtual-network/c1d784f4-a4ec-45c8-a52d-78c60e554b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005985 10.0.0.249 - - [2026-03-30 04:18:21] "GET /virtual-network/00b59cac-6529-4c8d-b07e-ef37c0faf9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006284 10.0.0.249 - - [2026-03-30 04:18:21] "POST /neutron/port HTTP/1.1" 200 1126 0.064920 10.0.0.249 - - [2026-03-30 04:18:21] "GET /virtual-network/00b59cac-6529-4c8d-b07e-ef37c0faf9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.014654 10.0.0.249 - - [2026-03-30 04:18:22] "DELETE /network-policy/e41c2bae-e59e-4fc9-b330-1a18c6beadb1 HTTP/1.1" 200 115 0.078141 10.0.0.249 - - [2026-03-30 04:18:22] "POST /neutron/network HTTP/1.1" 400 204 0.021610 10.0.0.249 - - [2026-03-30 04:18:22] "POST /neutron/port HTTP/1.1" 200 151 0.269301 10.0.0.249 - - [2026-03-30 04:18:24] "POST /neutron/network HTTP/1.1" 200 826 0.007360 10.0.0.241 - - [2026-03-30 04:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004999 10.0.0.141 - - [2026-03-30 04:18:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003865 10.0.0.141 - - [2026-03-30 04:18:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003524 10.0.0.249 - - [2026-03-30 04:18:24] "POST /neutron/network HTTP/1.1" 200 151 0.159793 10.0.0.241 - - [2026-03-30 04:18:24] "DELETE /route-target/f7d40765-55c4-46d8-a4bf-798ecebaf377 HTTP/1.1" 200 115 0.030371 10.0.0.141 - - [2026-03-30 04:18:26] "GET /projects?obj_uuids=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000999 10.0.0.249 - - [2026-03-30 04:18:26] "GET /project/9d864394-003f-426a-9ffb-63f240993bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.051311 10.0.0.141 - - [2026-03-30 04:18:26] "GET /projects?obj_uuids=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000989 10.0.0.249 - - [2026-03-30 04:18:26] "GET /project/9d864394-003f-426a-9ffb-63f240993bcf?fields=virtual_networks HTTP/1.1" 200 1039 0.054168 10.0.0.141 - - [2026-03-30 04:18:26] "GET /projects?obj_uuids=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001070 10.0.0.249 - - [2026-03-30 04:18:26] "GET /project/9d864394-003f-426a-9ffb-63f240993bcf?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.051322 10.0.0.141 - - [2026-03-30 04:18:26] "GET /projects?obj_uuids=9d864394-003f-426a-9ffb-63f240993bcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001517 10.0.0.249 - - [2026-03-30 04:18:26] "GET /project/9d864394-003f-426a-9ffb-63f240993bcf?fields=security_groups HTTP/1.1" 200 1268 0.052624 10.0.0.249 - - [2026-03-30 04:18:27] "POST /fqname-to-id HTTP/1.1" 404 181 0.046093 10.0.0.141 - - [2026-03-30 04:18:27] "GET /projects?obj_uuids=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002844 10.0.0.141 - - [2026-03-30 04:18:27] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001337 10.0.0.141 - - [2026-03-30 04:18:27] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008890 10.0.0.141 - - [2026-03-30 04:18:27] "POST /id-to-fqname HTTP/1.1" 200 183 0.001216 10.0.0.141 - - [2026-03-30 04:18:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.009548 10.0.0.141 - - [2026-03-30 04:18:27] "POST /security-groups HTTP/1.1" 200 584 0.032680 10.0.0.141 - - [2026-03-30 04:18:28] "POST /projects HTTP/1.1" 200 571 0.243109 10.0.0.241 - - [2026-03-30 04:18:28] "POST /fqname-to-id HTTP/1.1" 404 226 0.008391 10.0.0.141 - - [2026-03-30 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.322971 10.0.0.249 - - [2026-03-30 04:18:28] "GET /project/c5abd956-2601-4888-ae16-f710fc825abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.473461 10.0.0.241 - - [2026-03-30 04:18:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.241 - - [2026-03-30 04:18:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.141 - - [2026-03-30 04:18:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000524 10.0.0.141 - - [2026-03-30 04:18:29] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.249 - - [2026-03-30 04:18:29] "GET / HTTP/1.1" 200 36215 0.002287 10.0.0.249 - - [2026-03-30 04:18:31] "GET /global-system-configs HTTP/1.1" 401 293 0.000482 10.0.0.249 - - [2026-03-30 04:18:31] "GET /global-system-configs HTTP/1.1" 401 293 0.000586 10.0.0.249 - - [2026-03-30 04:18:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000425 10.0.0.249 - - [2026-03-30 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.071537 10.0.0.141 - - [2026-03-30 04:18:31] "GET /projects?obj_uuids=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.031734 10.0.0.249 - - [2026-03-30 04:18:31] "GET /project/c5abd956-2601-4888-ae16-f710fc825abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.074084 10.0.0.241 - - [2026-03-30 04:18:32] "POST /ref-update HTTP/1.1" 200 156 0.074822 10.0.0.141 - - [2026-03-30 04:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.009220 10.0.0.249 - - [2026-03-30 04:18:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.279680 10.0.0.249 - - [2026-03-30 04:18:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001252 10.0.0.249 - - [2026-03-30 04:18:32] "GET /virtual-network/431abdf9-3d2d-4c35-845a-c36b3965b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.013880 10.0.0.249 - - [2026-03-30 04:18:32] "GET /virtual-network/431abdf9-3d2d-4c35-845a-c36b3965b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005561 10.0.0.249 - - [2026-03-30 04:18:32] "POST /neutron/network HTTP/1.1" 200 831 0.007152 10.0.0.249 - - [2026-03-30 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.249 - - [2026-03-30 04:18:32] "GET /virtual-network/431abdf9-3d2d-4c35-845a-c36b3965b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006563 10.0.0.249 - - [2026-03-30 04:18:32] "PUT /virtual-network/431abdf9-3d2d-4c35-845a-c36b3965b79b HTTP/1.1" 200 265 0.123309 10.0.0.249 - - [2026-03-30 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.141 - - [2026-03-30 04:18:32] "GET /projects?obj_uuids=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001987 10.0.0.249 - - [2026-03-30 04:18:33] "GET /project/c5abd956-2601-4888-ae16-f710fc825abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.056355 10.0.0.141 - - [2026-03-30 04:18:33] "GET /projects?obj_uuids=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001011 10.0.0.249 - - [2026-03-30 04:18:33] "POST /neutron/network HTTP/1.1" 200 612 0.152981 10.0.0.241 - - [2026-03-30 04:18:33] "POST /route-targets HTTP/1.1" 200 328 0.016936 10.0.0.249 - - [2026-03-30 04:18:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.003078 10.0.0.249 - - [2026-03-30 04:18:33] "GET /virtual-network/82e631e9-5ab5-4a94-a268-983fb8d97e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009091 10.0.0.249 - - [2026-03-30 04:18:33] "POST /neutron/network HTTP/1.1" 200 833 0.007165 10.0.0.249 - - [2026-03-30 04:18:33] "GET /virtual-network/82e631e9-5ab5-4a94-a268-983fb8d97e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008061 10.0.0.249 - - [2026-03-30 04:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.249 - - [2026-03-30 04:18:33] "GET /virtual-network/82e631e9-5ab5-4a94-a268-983fb8d97e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005774 10.0.0.249 - - [2026-03-30 04:18:33] "PUT /virtual-network/82e631e9-5ab5-4a94-a268-983fb8d97e32 HTTP/1.1" 200 265 0.096095 10.0.0.249 - - [2026-03-30 04:18:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001332 10.0.0.249 - - [2026-03-30 04:18:34] "POST /neutron/network HTTP/1.1" 200 841 0.008606 10.0.0.141 - - [2026-03-30 04:18:34] "GET /projects?obj_uuids=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000980 10.0.0.249 - - [2026-03-30 04:18:34] "GET /project/c5abd956-2601-4888-ae16-f710fc825abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.074976 10.0.0.249 - - [2026-03-30 04:18:35] "POST /neutron/port HTTP/1.1" 200 117 0.007538 10.0.0.249 - - [2026-03-30 04:18:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001337 10.0.0.249 - - [2026-03-30 04:18:35] "POST /neutron/network HTTP/1.1" 200 841 0.007306 10.0.0.249 - - [2026-03-30 04:18:36] "POST /neutron/port HTTP/1.1" 200 1053 0.024293 10.0.0.141 - - [2026-03-30 04:18:36] "GET /projects?obj_uuids=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001213 10.0.0.249 - - [2026-03-30 04:18:36] "GET /project/c5abd956-2601-4888-ae16-f710fc825abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.104328 10.0.0.249 - - [2026-03-30 04:18:36] "POST /neutron/port HTTP/1.1" 200 1117 0.026333 10.0.0.249 - - [2026-03-30 04:18:36] "POST /neutron/port HTTP/1.1" 200 1117 0.020664 10.0.0.249 - - [2026-03-30 04:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.007407 10.0.0.249 - - [2026-03-30 04:18:36] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008510 10.0.0.249 - - [2026-03-30 04:18:37] "POST /neutron/port HTTP/1.1" 200 1055 0.019190 10.0.0.249 - - [2026-03-30 04:18:37] "POST /neutron/port HTTP/1.1" 200 1119 0.022814 10.0.0.249 - - [2026-03-30 04:18:37] "POST /neutron/port HTTP/1.1" 200 117 0.001356 10.0.0.249 - - [2026-03-30 04:18:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009929 10.0.0.249 - - [2026-03-30 04:18:41] "POST /neutron/port HTTP/1.1" 200 1117 0.023486 10.0.0.249 - - [2026-03-30 04:18:41] "GET /virtual-machine/8983210c-cc7c-49a3-821c-f95b16e962e5 HTTP/1.1" 401 293 0.000469 10.0.0.249 - - [2026-03-30 04:18:42] "GET /virtual-machine/8983210c-cc7c-49a3-821c-f95b16e962e5 HTTP/1.1" 200 1286 0.040178 10.0.0.249 - - [2026-03-30 04:18:42] "GET /virtual-machine-interface/e96c67b0-92b6-489d-a328-37a327c6ba52 HTTP/1.1" 200 2935 0.007766 10.0.0.249 - - [2026-03-30 04:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.249 - - [2026-03-30 04:18:42] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004509 10.0.0.249 - - [2026-03-30 04:18:42] "GET /virtual-networks?parent_id=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003740 10.0.0.249 - - [2026-03-30 04:18:42] "GET /virtual-network/431abdf9-3d2d-4c35-845a-c36b3965b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006447 10.0.0.249 - - [2026-03-30 04:18:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008981 10.0.0.249 - - [2026-03-30 04:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.249 - - [2026-03-30 04:18:45] "GET /virtual-network/431abdf9-3d2d-4c35-845a-c36b3965b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005288 10.0.0.249 - - [2026-03-30 04:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.249 - - [2026-03-30 04:18:47] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003815 10.0.0.249 - - [2026-03-30 04:18:47] "GET /virtual-networks?parent_id=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003620 10.0.0.249 - - [2026-03-30 04:18:47] "GET /virtual-network/431abdf9-3d2d-4c35-845a-c36b3965b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.007820 10.0.0.249 - - [2026-03-30 04:18:48] "POST /neutron/port HTTP/1.1" 200 1119 0.019016 10.0.0.249 - - [2026-03-30 04:18:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008982 10.0.0.249 - - [2026-03-30 04:18:48] "GET /virtual-machine/10b5940d-6af0-45c0-a37f-00c3bfb1f1d6 HTTP/1.1" 200 1287 0.006756 10.0.0.249 - - [2026-03-30 04:18:48] "GET /virtual-machine-interface/c66181b9-98c1-4f51-96fc-48f788c20bf7 HTTP/1.1" 200 2935 0.006516 10.0.0.249 - - [2026-03-30 04:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.249 - - [2026-03-30 04:18:48] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004411 10.0.0.249 - - [2026-03-30 04:18:48] "GET /virtual-networks?parent_id=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005334 10.0.0.249 - - [2026-03-30 04:18:48] "GET /virtual-network/82e631e9-5ab5-4a94-a268-983fb8d97e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007654 10.0.0.249 - - [2026-03-30 04:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005206 10.0.0.249 - - [2026-03-30 04:18:49] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004797 10.0.0.249 - - [2026-03-30 04:18:49] "GET /virtual-networks?parent_id=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004482 10.0.0.249 - - [2026-03-30 04:18:49] "GET /virtual-network/82e631e9-5ab5-4a94-a268-983fb8d97e32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006157 10.0.0.249 - - [2026-03-30 04:18:49] "POST /routing-policys HTTP/1.1" 200 536 0.035780 10.0.0.249 - - [2026-03-30 04:18:49] "GET /virtual-network/431abdf9-3d2d-4c35-845a-c36b3965b79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.023744 10.0.0.249 - - [2026-03-30 04:18:49] "PUT /virtual-network/431abdf9-3d2d-4c35-845a-c36b3965b79b HTTP/1.1" 200 265 0.055990 10.0.0.241 - - [2026-03-30 04:18:50] "POST /ref-update HTTP/1.1" 200 156 0.018435 10.0.0.249 - - [2026-03-30 04:18:54] "POST /ref-update HTTP/1.1" 200 156 0.059510 10.0.0.249 - - [2026-03-30 04:18:54] "DELETE /routing-policy/0dcc4f2e-bb94-4b93-9427-869c92fdfdb5 HTTP/1.1" 200 115 0.062181 10.0.0.249 - - [2026-03-30 04:18:55] "POST /neutron/network HTTP/1.1" 200 833 0.008271 10.0.0.249 - - [2026-03-30 04:18:55] "POST /neutron/port HTTP/1.1" 200 1109 0.027725 10.0.0.249 - - [2026-03-30 04:18:55] "POST /neutron/port HTTP/1.1" 200 1107 0.013838 10.0.0.141 - - [2026-03-30 04:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006212 10.0.0.141 - - [2026-03-30 04:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005844 10.0.0.249 - - [2026-03-30 04:18:57] "POST /neutron/network HTTP/1.1" 200 151 0.152178 10.0.0.241 - - [2026-03-30 04:18:57] "DELETE /route-target/6342064c-0e11-4f6c-9d69-783b6e7fccb7 HTTP/1.1" 200 115 0.039997 10.0.0.241 - - [2026-03-30 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005455 10.0.0.241 - - [2026-03-30 04:18:57] "DELETE /route-target/4c1aca62-573a-4726-9764-d097bd11c480 HTTP/1.1" 200 115 0.027251 10.0.0.141 - - [2026-03-30 04:18:59] "GET /projects?obj_uuids=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001159 10.0.0.249 - - [2026-03-30 04:18:59] "GET /project/c5abd956-2601-4888-ae16-f710fc825abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.091546 10.0.0.141 - - [2026-03-30 04:18:59] "GET /projects?obj_uuids=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000971 10.0.0.249 - - [2026-03-30 04:18:59] "GET /project/c5abd956-2601-4888-ae16-f710fc825abe?fields=virtual_networks HTTP/1.1" 200 1021 0.045412 10.0.0.141 - - [2026-03-30 04:18:59] "GET /projects?obj_uuids=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001037 10.0.0.249 - - [2026-03-30 04:18:59] "GET /project/c5abd956-2601-4888-ae16-f710fc825abe?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.045985 10.0.0.141 - - [2026-03-30 04:18:59] "GET /projects?obj_uuids=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001106 10.0.0.249 - - [2026-03-30 04:18:59] "GET /project/c5abd956-2601-4888-ae16-f710fc825abe?fields=security_groups HTTP/1.1" 200 1241 0.053403 10.0.0.249 - - [2026-03-30 04:19:00] "POST /fqname-to-id HTTP/1.1" 404 186 0.032481 10.0.0.141 - - [2026-03-30 04:19:00] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003562 10.0.0.141 - - [2026-03-30 04:19:00] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002053 10.0.0.141 - - [2026-03-30 04:19:00] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.068618 10.0.0.141 - - [2026-03-30 04:19:00] "POST /id-to-fqname HTTP/1.1" 200 188 0.004992 10.0.0.141 - - [2026-03-30 04:19:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.003766 10.0.0.141 - - [2026-03-30 04:19:00] "POST /security-groups HTTP/1.1" 200 589 0.078865 10.0.0.141 - - [2026-03-30 04:19:00] "POST /projects HTTP/1.1" 200 581 0.326889 10.0.0.141 - - [2026-03-30 04:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.383525 10.0.0.241 - - [2026-03-30 04:19:01] "POST /fqname-to-id HTTP/1.1" 404 231 0.008672 10.0.0.249 - - [2026-03-30 04:19:01] "GET /project/fd34e2a7-10a4-41c1-85cb-661ae8b84d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.616887 10.0.0.241 - - [2026-03-30 04:19:01] "DELETE /access-control-list/abe23c4d-fbdd-4024-b34e-5de04db53926 HTTP/1.1" 200 115 0.073353 10.0.0.141 - - [2026-03-30 04:19:02] "DELETE /project/fd34e2a710a441c185cb661ae8b84d20 HTTP/1.1" 404 173 0.007556 10.0.0.141 - - [2026-03-30 04:19:02] "DELETE /project/9d864394-003f-426a-9ffb-63f240993bcf HTTP/1.1" 404 177 0.006743 10.0.0.141 - - [2026-03-30 04:19:02] "DELETE /project/c5abd95626014888ae16f710fc825abe HTTP/1.1" 404 173 0.011002 10.0.0.141 - - [2026-03-30 04:19:02] "GET /projects?obj_uuids=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001039 10.0.0.141 - - [2026-03-30 04:19:02] "GET /project/c5abd956-2601-4888-ae16-f710fc825abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.050531 10.0.0.141 - - [2026-03-30 04:19:02] "GET /projects?obj_uuids=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001449 10.0.0.141 - - [2026-03-30 04:19:02] "GET /project/c5abd956-2601-4888-ae16-f710fc825abe?fields=security_groups HTTP/1.1" 200 1343 0.047297 10.0.0.141 - - [2026-03-30 04:19:02] "DELETE /security-group/38896957-3c7f-4dcb-bf60-5217127068fd HTTP/1.1" 200 115 0.061555 10.0.0.141 - - [2026-03-30 04:19:02] "GET /projects?obj_uuids=c5abd956-2601-4888-ae16-f710fc825abe&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001044 10.0.0.141 - - [2026-03-30 04:19:02] "GET /project/c5abd956-2601-4888-ae16-f710fc825abe?fields=application_policy_sets HTTP/1.1" 200 1382 0.044171 10.0.0.141 - - [2026-03-30 04:19:02] "DELETE /project/c5abd956-2601-4888-ae16-f710fc825abe HTTP/1.1" 200 115 0.429684 10.0.0.249 - - [2026-03-30 04:19:03] "GET / HTTP/1.1" 200 36215 0.001969 10.0.0.249 - - [2026-03-30 04:19:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000476 10.0.0.249 - - [2026-03-30 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.089566 10.0.0.141 - - [2026-03-30 04:19:05] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.249 - - [2026-03-30 04:19:05] "GET /project/fd34e2a7-10a4-41c1-85cb-661ae8b84d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.057163 10.0.0.249 - - [2026-03-30 04:19:05] "POST /neutron/network HTTP/1.1" 200 117 0.059145 10.0.0.241 - - [2026-03-30 04:19:06] "POST /route-targets HTTP/1.1" 200 328 0.016553 10.0.0.249 - - [2026-03-30 04:19:06] "POST /neutron/network HTTP/1.1" 200 830 0.009504 10.0.0.249 - - [2026-03-30 04:19:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001209 10.0.0.249 - - [2026-03-30 04:19:06] "GET /virtual-network/4bf330ee-c3b3-4845-a6ad-c0b2fdc8c754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005336 10.0.0.249 - - [2026-03-30 04:19:06] "GET /virtual-network/4bf330ee-c3b3-4845-a6ad-c0b2fdc8c754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005710 10.0.0.249 - - [2026-03-30 04:19:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.018465 10.0.0.249 - - [2026-03-30 04:19:07] "GET /virtual-network/4bf330ee-c3b3-4845-a6ad-c0b2fdc8c754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006629 10.0.0.241 - - [2026-03-30 04:19:08] "GET /obj-perms HTTP/1.1" 200 5045 0.093160 10.0.0.141 - - [2026-03-30 04:19:08] "GET /obj-perms HTTP/1.1" 200 5045 0.090929 10.0.0.249 - - [2026-03-30 04:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005368 10.0.0.141 - - [2026-03-30 04:19:08] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002885 10.0.0.249 - - [2026-03-30 04:19:08] "GET /project/fd34e2a7-10a4-41c1-85cb-661ae8b84d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.071891 10.0.0.241 - - [2026-03-30 04:19:09] "POST /ref-update HTTP/1.1" 200 156 0.028481 10.0.0.141 - - [2026-03-30 04:19:09] "POST /useragent-kv HTTP/1.1" 200 115 0.009209 10.0.0.249 - - [2026-03-30 04:19:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.189673 10.0.0.249 - - [2026-03-30 04:19:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001773 10.0.0.249 - - [2026-03-30 04:19:09] "GET /virtual-network/860f2f8c-7590-4fa7-8f29-66e7eb93aea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006358 10.0.0.249 - - [2026-03-30 04:19:09] "GET /virtual-network/860f2f8c-7590-4fa7-8f29-66e7eb93aea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005999 10.0.0.249 - - [2026-03-30 04:19:09] "POST /neutron/network HTTP/1.1" 200 831 0.007529 10.0.0.249 - - [2026-03-30 04:19:09] "GET /virtual-network/860f2f8c-7590-4fa7-8f29-66e7eb93aea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006696 10.0.0.249 - - [2026-03-30 04:19:10] "GET /obj-perms HTTP/1.1" 200 5045 0.068950 10.0.0.249 - - [2026-03-30 04:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.141 - - [2026-03-30 04:19:10] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001490 10.0.0.249 - - [2026-03-30 04:19:10] "GET /project/fd34e2a7-10a4-41c1-85cb-661ae8b84d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.055652 10.0.0.141 - - [2026-03-30 04:19:10] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.249 - - [2026-03-30 04:19:10] "POST /neutron/network HTTP/1.1" 200 615 0.161474 10.0.0.249 - - [2026-03-30 04:19:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.003229 10.0.0.249 - - [2026-03-30 04:19:11] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006353 10.0.0.249 - - [2026-03-30 04:19:11] "POST /neutron/network HTTP/1.1" 200 835 0.006881 10.0.0.249 - - [2026-03-30 04:19:11] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006890 10.0.0.249 - - [2026-03-30 04:19:11] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006253 10.0.0.249 - - [2026-03-30 04:19:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001933 10.0.0.249 - - [2026-03-30 04:19:12] "POST /neutron/network HTTP/1.1" 200 841 0.007949 10.0.0.141 - - [2026-03-30 04:19:12] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001536 10.0.0.249 - - [2026-03-30 04:19:12] "GET /project/fd34e2a7-10a4-41c1-85cb-661ae8b84d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.082988 10.0.0.249 - - [2026-03-30 04:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.006884 10.0.0.249 - - [2026-03-30 04:19:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001321 10.0.0.249 - - [2026-03-30 04:19:13] "POST /neutron/network HTTP/1.1" 200 841 0.009144 10.0.0.249 - - [2026-03-30 04:19:14] "POST /neutron/port HTTP/1.1" 200 1057 0.056192 10.0.0.141 - - [2026-03-30 04:19:14] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001537 10.0.0.249 - - [2026-03-30 04:19:14] "GET /project/fd34e2a7-10a4-41c1-85cb-661ae8b84d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.115525 10.0.0.249 - - [2026-03-30 04:19:14] "POST /neutron/port HTTP/1.1" 200 1121 0.034015 10.0.0.249 - - [2026-03-30 04:19:14] "POST /neutron/port HTTP/1.1" 200 117 0.001278 10.0.0.249 - - [2026-03-30 04:19:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017805 10.0.0.249 - - [2026-03-30 04:19:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.003443 10.0.0.249 - - [2026-03-30 04:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.141 - - [2026-03-30 04:19:15] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001413 10.0.0.249 - - [2026-03-30 04:19:15] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008002 10.0.0.249 - - [2026-03-30 04:19:15] "POST /service-templates HTTP/1.1" 200 545 0.038794 10.0.0.249 - - [2026-03-30 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.249 - - [2026-03-30 04:19:15] "GET /service-template/79221ba8-b730-48c4-8b17-1a948ab9b95e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.007114 10.0.0.249 - - [2026-03-30 04:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.249 - - [2026-03-30 04:19:15] "GET /service-template/79221ba8-b730-48c4-8b17-1a948ab9b95e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006317 10.0.0.249 - - [2026-03-30 04:19:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.002395 10.0.0.249 - - [2026-03-30 04:19:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.002442 10.0.0.249 - - [2026-03-30 04:19:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001800 10.0.0.141 - - [2026-03-30 04:19:15] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001113 10.0.0.249 - - [2026-03-30 04:19:15] "POST /neutron/port HTTP/1.1" 200 1059 0.416363 10.0.0.249 - - [2026-03-30 04:19:15] "POST /neutron/port HTTP/1.1" 200 1059 0.019162 10.0.0.249 - - [2026-03-30 04:19:16] "POST /neutron/port HTTP/1.1" 200 1123 0.023010 10.0.0.249 - - [2026-03-30 04:19:16] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.141 - - [2026-03-30 04:19:17] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001119 10.0.0.249 - - [2026-03-30 04:19:17] "GET /project/fd34e2a7-10a4-41c1-85cb-661ae8b84d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.092749 10.0.0.249 - - [2026-03-30 04:19:17] "POST /neutron/network HTTP/1.1" 200 830 0.041826 10.0.0.249 - - [2026-03-30 04:19:17] "POST /neutron/port HTTP/1.1" 200 2092 0.039423 10.0.0.249 - - [2026-03-30 04:19:18] "POST /neutron/port HTTP/1.1" 200 117 0.007109 10.0.0.141 - - [2026-03-30 04:19:18] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001071 10.0.0.249 - - [2026-03-30 04:19:19] "POST /neutron/port HTTP/1.1" 200 1057 0.260684 10.0.0.249 - - [2026-03-30 04:19:19] "POST /neutron/port HTTP/1.1" 200 1056 0.020653 10.0.0.249 - - [2026-03-30 04:19:19] "POST /neutron/port HTTP/1.1" 200 1057 0.014006 10.0.0.249 - - [2026-03-30 04:19:20] "POST /neutron/port HTTP/1.1" 200 1059 0.019519 10.0.0.249 - - [2026-03-30 04:19:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003918 10.0.0.249 - - [2026-03-30 04:19:20] "POST /neutron/network HTTP/1.1" 200 830 0.006798 10.0.0.249 - - [2026-03-30 04:19:20] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.249 - - [2026-03-30 04:19:20] "POST /neutron/subnet HTTP/1.1" 200 703 0.009574 10.0.0.249 - - [2026-03-30 04:19:23] "POST /neutron/port HTTP/1.1" 200 3059 0.027871 10.0.0.249 - - [2026-03-30 04:19:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007421 10.0.0.249 - - [2026-03-30 04:19:23] "POST /neutron/port HTTP/1.1" 200 3059 0.026961 10.0.0.249 - - [2026-03-30 04:19:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.023842 10.0.0.249 - - [2026-03-30 04:19:23] "GET /virtual-machine/6d58e669-baed-42d0-b95c-0498d6b7f067 HTTP/1.1" 401 293 0.000522 10.0.0.249 - - [2026-03-30 04:19:24] "GET /virtual-machine/6d58e669-baed-42d0-b95c-0498d6b7f067 HTTP/1.1" 200 1806 0.037429 10.0.0.249 - - [2026-03-30 04:19:24] "GET /virtual-machine-interface/6cc91e44-76cd-44cc-8b19-0801306a8d34 HTTP/1.1" 200 2953 0.006613 10.0.0.249 - - [2026-03-30 04:19:24] "GET /virtual-machine-interface/88c70ab6-de8c-4107-91bc-dac21b829048 HTTP/1.1" 200 2956 0.006626 10.0.0.249 - - [2026-03-30 04:19:24] "GET /virtual-machine-interface/c68ce030-4722-469c-9511-15fe0872bbcb HTTP/1.1" 200 2954 0.005832 10.0.0.249 - - [2026-03-30 04:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.249 - - [2026-03-30 04:19:24] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005337 10.0.0.249 - - [2026-03-30 04:19:24] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004313 10.0.0.249 - - [2026-03-30 04:19:24] "GET /virtual-network/4bf330ee-c3b3-4845-a6ad-c0b2fdc8c754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006230 10.0.0.241 - - [2026-03-30 04:19:24] "GET /obj-perms HTTP/1.1" 200 5075 0.083107 10.0.0.249 - - [2026-03-30 04:19:24] "POST /neutron/port HTTP/1.1" 200 1123 0.022627 10.0.0.141 - - [2026-03-30 04:19:24] "GET /obj-perms HTTP/1.1" 200 5075 0.061538 10.0.0.249 - - [2026-03-30 04:19:25] "POST /neutron/port HTTP/1.1" 200 1121 0.021605 10.0.0.249 - - [2026-03-30 04:19:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.011406 10.0.0.249 - - [2026-03-30 04:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.249 - - [2026-03-30 04:19:27] "GET /virtual-network/4bf330ee-c3b3-4845-a6ad-c0b2fdc8c754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006063 10.0.0.249 - - [2026-03-30 04:19:28] "POST /neutron/port HTTP/1.1" 200 1123 0.020345 10.0.0.249 - - [2026-03-30 04:19:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004107 10.0.0.249 - - [2026-03-30 04:19:28] "POST /neutron/network HTTP/1.1" 200 835 0.007984 10.0.0.249 - - [2026-03-30 04:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.249 - - [2026-03-30 04:19:31] "GET /virtual-network/4bf330ee-c3b3-4845-a6ad-c0b2fdc8c754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006137 10.0.0.249 - - [2026-03-30 04:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.249 - - [2026-03-30 04:19:35] "GET /virtual-network/4bf330ee-c3b3-4845-a6ad-c0b2fdc8c754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007077 10.0.0.249 - - [2026-03-30 04:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004815 10.0.0.249 - - [2026-03-30 04:19:39] "GET /virtual-network/4bf330ee-c3b3-4845-a6ad-c0b2fdc8c754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008002 10.0.0.249 - - [2026-03-30 04:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.249 - - [2026-03-30 04:19:41] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004868 10.0.0.249 - - [2026-03-30 04:19:41] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003815 10.0.0.249 - - [2026-03-30 04:19:41] "GET /virtual-network/4bf330ee-c3b3-4845-a6ad-c0b2fdc8c754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006552 10.0.0.249 - - [2026-03-30 04:19:47] "POST /neutron/port HTTP/1.1" 200 3059 0.025388 10.0.0.249 - - [2026-03-30 04:19:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008215 10.0.0.249 - - [2026-03-30 04:19:57] "POST /neutron/port HTTP/1.1" 200 3059 0.026425 10.0.0.249 - - [2026-03-30 04:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.249 - - [2026-03-30 04:20:02] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005072 10.0.0.249 - - [2026-03-30 04:20:02] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004389 10.0.0.249 - - [2026-03-30 04:20:02] "GET /virtual-network/860f2f8c-7590-4fa7-8f29-66e7eb93aea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007130 10.0.0.249 - - [2026-03-30 04:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.249 - - [2026-03-30 04:20:03] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005120 10.0.0.249 - - [2026-03-30 04:20:03] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003904 10.0.0.249 - - [2026-03-30 04:20:03] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006709 10.0.0.249 - - [2026-03-30 04:20:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.004454 10.0.0.249 - - [2026-03-30 04:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004721 10.0.0.141 - - [2026-03-30 04:20:03] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001533 10.0.0.249 - - [2026-03-30 04:20:03] "GET /project/fd34e2a7-10a4-41c1-85cb-661ae8b84d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.049947 10.0.0.249 - - [2026-03-30 04:20:03] "POST /service-instances HTTP/1.1" 200 545 0.037524 10.0.0.249 - - [2026-03-30 04:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006608 10.0.0.249 - - [2026-03-30 04:20:03] "GET /service-instance/67b6f4d1-b986-4668-928e-3c0794f5f468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.006792 10.0.0.249 - - [2026-03-30 04:20:03] "POST /port-tuples HTTP/1.1" 200 588 0.048033 10.0.0.249 - - [2026-03-30 04:20:03] "GET /virtual-machine-interface/c68ce030-4722-469c-9511-15fe0872bbcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.007632 10.0.0.249 - - [2026-03-30 04:20:03] "PUT /virtual-machine-interface/c68ce030-4722-469c-9511-15fe0872bbcb HTTP/1.1" 200 285 0.016433 10.0.0.249 - - [2026-03-30 04:20:03] "POST /ref-update HTTP/1.1" 200 156 0.017046 10.0.0.249 - - [2026-03-30 04:20:03] "GET /virtual-machine-interface/6cc91e44-76cd-44cc-8b19-0801306a8d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.006042 10.0.0.249 - - [2026-03-30 04:20:03] "PUT /virtual-machine-interface/6cc91e44-76cd-44cc-8b19-0801306a8d34 HTTP/1.1" 200 285 0.015737 10.0.0.249 - - [2026-03-30 04:20:03] "POST /ref-update HTTP/1.1" 200 156 0.023760 10.0.0.249 - - [2026-03-30 04:20:04] "GET /virtual-machine-interface/88c70ab6-de8c-4107-91bc-dac21b829048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.018586 10.0.0.249 - - [2026-03-30 04:20:04] "PUT /virtual-machine-interface/88c70ab6-de8c-4107-91bc-dac21b829048 HTTP/1.1" 200 285 0.016684 10.0.0.241 - - [2026-03-30 04:20:04] "POST /ref-update HTTP/1.1" 200 156 0.057199 10.0.0.249 - - [2026-03-30 04:20:04] "POST /ref-update HTTP/1.1" 200 156 0.029397 10.0.0.241 - - [2026-03-30 04:20:04] "POST /ref-update HTTP/1.1" 200 156 0.031939 10.0.0.241 - - [2026-03-30 04:20:04] "POST /instance-ips HTTP/1.1" 200 374 0.038415 10.0.0.241 - - [2026-03-30 04:20:04] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.012551 10.0.0.249 - - [2026-03-30 04:20:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008175 10.0.0.241 - - [2026-03-30 04:20:04] "POST /ref-update HTTP/1.1" 200 156 0.032186 10.0.0.241 - - [2026-03-30 04:20:04] "POST /ref-update HTTP/1.1" 200 156 0.031067 10.0.0.241 - - [2026-03-30 04:20:04] "POST /instance-ips HTTP/1.1" 200 376 0.031639 10.0.0.249 - - [2026-03-30 04:20:04] "POST /neutron/port HTTP/1.1" 200 1121 0.032254 10.0.0.241 - - [2026-03-30 04:20:04] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004538 10.0.0.249 - - [2026-03-30 04:20:04] "GET /virtual-machine/cdd2e98b-4f5e-404a-bf4a-a537b89571fc HTTP/1.1" 200 1293 0.010824 10.0.0.249 - - [2026-03-30 04:20:04] "GET /virtual-machine-interface/95175c4a-67ac-4a97-9822-cc93232cc805 HTTP/1.1" 200 2954 0.008679 10.0.0.249 - - [2026-03-30 04:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005417 10.0.0.249 - - [2026-03-30 04:20:04] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004063 10.0.0.249 - - [2026-03-30 04:20:04] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003244 10.0.0.249 - - [2026-03-30 04:20:05] "GET /virtual-network/860f2f8c-7590-4fa7-8f29-66e7eb93aea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006446 10.0.0.249 - - [2026-03-30 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004944 10.0.0.249 - - [2026-03-30 04:20:06] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004655 10.0.0.249 - - [2026-03-30 04:20:06] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004777 10.0.0.249 - - [2026-03-30 04:20:06] "GET /virtual-network/860f2f8c-7590-4fa7-8f29-66e7eb93aea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011417 10.0.0.249 - - [2026-03-30 04:20:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010010 10.0.0.249 - - [2026-03-30 04:20:06] "POST /neutron/port HTTP/1.1" 200 1123 0.022957 10.0.0.249 - - [2026-03-30 04:20:06] "GET /virtual-machine/a18bb7eb-192c-493f-b6d2-f0b4d6db73e9 HTTP/1.1" 200 1293 0.007199 10.0.0.249 - - [2026-03-30 04:20:06] "GET /virtual-machine-interface/6c496feb-09f8-4e24-b870-7e5a004a9c27 HTTP/1.1" 200 2956 0.006365 10.0.0.249 - - [2026-03-30 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.249 - - [2026-03-30 04:20:06] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004189 10.0.0.249 - - [2026-03-30 04:20:06] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004175 10.0.0.249 - - [2026-03-30 04:20:06] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007378 10.0.0.249 - - [2026-03-30 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.249 - - [2026-03-30 04:20:08] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003907 10.0.0.249 - - [2026-03-30 04:20:08] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003925 10.0.0.249 - - [2026-03-30 04:20:08] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006811 10.0.0.249 - - [2026-03-30 04:20:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.003805 10.0.0.249 - - [2026-03-30 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.141 - - [2026-03-30 04:20:08] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001092 10.0.0.249 - - [2026-03-30 04:20:08] "GET /project/fd34e2a7-10a4-41c1-85cb-661ae8b84d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.058213 10.0.0.249 - - [2026-03-30 04:20:08] "POST /network-policys HTTP/1.1" 200 549 0.034591 10.0.0.249 - - [2026-03-30 04:20:08] "GET /network-policy/1f5455d5-c385-4c81-b8c8-5ae43add2d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.008603 10.0.0.249 - - [2026-03-30 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.249 - - [2026-03-30 04:20:08] "GET /virtual-network/860f2f8c-7590-4fa7-8f29-66e7eb93aea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006718 10.0.0.249 - - [2026-03-30 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.249 - - [2026-03-30 04:20:08] "GET /network-policy/1f5455d5-c385-4c81-b8c8-5ae43add2d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.005377 10.0.0.249 - - [2026-03-30 04:20:08] "POST /ref-update HTTP/1.1" 200 156 0.060512 10.0.0.249 - - [2026-03-30 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.241 - - [2026-03-30 04:20:08] "POST /access-control-lists HTTP/1.1" 200 603 0.091516 10.0.0.249 - - [2026-03-30 04:20:08] "GET /network-policy/1f5455d5-c385-4c81-b8c8-5ae43add2d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004603 10.0.0.249 - - [2026-03-30 04:20:08] "GET /virtual-network/860f2f8c-7590-4fa7-8f29-66e7eb93aea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.011011 10.0.0.249 - - [2026-03-30 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.249 - - [2026-03-30 04:20:08] "GET /network-policy/1f5455d5-c385-4c81-b8c8-5ae43add2d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.006218 10.0.0.249 - - [2026-03-30 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.249 - - [2026-03-30 04:20:08] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005857 10.0.0.249 - - [2026-03-30 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.249 - - [2026-03-30 04:20:09] "GET /network-policy/1f5455d5-c385-4c81-b8c8-5ae43add2d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004948 10.0.0.249 - - [2026-03-30 04:20:09] "POST /ref-update HTTP/1.1" 200 156 0.077892 10.0.0.249 - - [2026-03-30 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.020810 10.0.0.241 - - [2026-03-30 04:20:09] "POST /routing-instances HTTP/1.1" 200 761 0.053423 10.0.0.249 - - [2026-03-30 04:20:09] "GET /network-policy/1f5455d5-c385-4c81-b8c8-5ae43add2d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.012725 10.0.0.249 - - [2026-03-30 04:20:09] "POST /neutron/network HTTP/1.1" 200 923 0.011493 10.0.0.249 - - [2026-03-30 04:20:09] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.011642 10.0.0.249 - - [2026-03-30 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006671 10.0.0.241 - - [2026-03-30 04:20:09] "GET /routing-instance/d2af6684-4b99-48b9-a122-c9baecc926a4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.017115 10.0.0.249 - - [2026-03-30 04:20:09] "GET /network-policy/1f5455d5-c385-4c81-b8c8-5ae43add2d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.008019 10.0.0.249 - - [2026-03-30 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005289 10.0.0.249 - - [2026-03-30 04:20:09] "GET /service-template/79221ba8-b730-48c4-8b17-1a948ab9b95e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004524 10.0.0.249 - - [2026-03-30 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.241 - - [2026-03-30 04:20:09] "POST /routing-instances HTTP/1.1" 200 762 0.039827 10.0.0.141 - - [2026-03-30 04:20:09] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001744 10.0.0.249 - - [2026-03-30 04:20:09] "GET /project/fd34e2a7-10a4-41c1-85cb-661ae8b84d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.064140 10.0.0.241 - - [2026-03-30 04:20:09] "GET /routing-instance/61c1064d-e03f-49de-80d7-020fad39a1be?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.014742 10.0.0.249 - - [2026-03-30 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.009542 10.0.0.241 - - [2026-03-30 04:20:09] "PUT /routing-instance/61c1064d-e03f-49de-80d7-020fad39a1be HTTP/1.1" 200 267 0.030701 10.0.0.249 - - [2026-03-30 04:20:09] "GET /service-instance/67b6f4d1-b986-4668-928e-3c0794f5f468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.021024 10.0.0.241 - - [2026-03-30 04:20:09] "PUT /access-control-list/b09dceb7-4491-4dd9-8d14-998feb03778b HTTP/1.1" 200 273 0.026047 10.0.0.249 - - [2026-03-30 04:20:10] "POST /neutron/port HTTP/1.1" 200 3830 0.077660 10.0.0.249 - - [2026-03-30 04:20:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008640 10.0.0.249 - - [2026-03-30 04:20:10] "POST /neutron/network HTTP/1.1" 200 893 0.024993 10.0.0.249 - - [2026-03-30 04:20:10] "POST /neutron/network HTTP/1.1" 200 830 0.007955 10.0.0.249 - - [2026-03-30 04:20:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001515 10.0.0.249 - - [2026-03-30 04:20:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001210 10.0.0.249 - - [2026-03-30 04:20:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.001314 10.0.0.249 - - [2026-03-30 04:20:11] "GET /virtual-machine/6d58e669-baed-42d0-b95c-0498d6b7f067 HTTP/1.1" 200 1806 0.004681 10.0.0.249 - - [2026-03-30 04:20:11] "GET /virtual-machine-interface/6cc91e44-76cd-44cc-8b19-0801306a8d34 HTTP/1.1" 200 3808 0.006099 10.0.0.249 - - [2026-03-30 04:20:11] "GET /virtual-machine-interface/88c70ab6-de8c-4107-91bc-dac21b829048 HTTP/1.1" 200 3814 0.006155 10.0.0.249 - - [2026-03-30 04:20:11] "GET /virtual-machine-interface/c68ce030-4722-469c-9511-15fe0872bbcb HTTP/1.1" 200 3827 0.006530 10.0.0.249 - - [2026-03-30 04:20:11] "GET /instance-ip/35cf8a1d-2c41-41f3-8c70-1797811f7b1b HTTP/1.1" 200 1958 0.005032 10.0.0.249 - - [2026-03-30 04:20:11] "GET /instance-ip/ccb9438c-b9f6-4b79-803b-53f644da8b5e HTTP/1.1" 200 1960 0.004442 10.0.0.249 - - [2026-03-30 04:20:11] "GET /instance-ip/cd907bb9-935f-4674-8ed6-b6a8d6b71289 HTTP/1.1" 200 1624 0.006456 10.0.0.249 - - [2026-03-30 04:20:11] "GET /instance-ip/1520380d-c79a-4d8d-a3ff-65e250bdfdc1 HTTP/1.1" 200 1964 0.004993 10.0.0.249 - - [2026-03-30 04:20:11] "GET /instance-ip/42d82622-cb66-41f0-86ff-09f3121f7952 HTTP/1.1" 200 1625 0.007320 10.0.0.249 - - [2026-03-30 04:20:11] "GET /instance-ip/8c0e9f25-0905-4106-96c6-c3cb0c1edf18 HTTP/1.1" 200 1963 0.005279 10.0.0.249 - - [2026-03-30 04:20:11] "GET /instance-ip/5e83a356-b323-4705-848b-126ff90e4057 HTTP/1.1" 200 1621 0.007825 10.0.0.249 - - [2026-03-30 04:20:11] "GET /instance-ip/967051af-63fb-4af5-9801-cb1457ac32d7 HTTP/1.1" 200 1985 0.005254 10.0.0.249 - - [2026-03-30 04:20:11] "GET /instance-ip/eeb1e893-349c-4078-8f28-52e4889ab156 HTTP/1.1" 200 1983 0.007037 10.0.0.249 - - [2026-03-30 04:20:11] "POST /neutron/port HTTP/1.1" 200 3830 0.055237 10.0.0.249 - - [2026-03-30 04:20:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007324 10.0.0.249 - - [2026-03-30 04:20:11] "POST /neutron/port HTTP/1.1" 200 3830 0.052315 10.0.0.249 - - [2026-03-30 04:20:11] "GET /virtual-machine/6d58e669-baed-42d0-b95c-0498d6b7f067 HTTP/1.1" 200 1806 0.004355 10.0.0.249 - - [2026-03-30 04:20:11] "GET /virtual-machine-interface/6cc91e44-76cd-44cc-8b19-0801306a8d34 HTTP/1.1" 200 3808 0.007220 10.0.0.249 - - [2026-03-30 04:20:11] "GET /virtual-machine-interface/88c70ab6-de8c-4107-91bc-dac21b829048 HTTP/1.1" 200 3814 0.006217 10.0.0.249 - - [2026-03-30 04:20:11] "GET /virtual-machine-interface/c68ce030-4722-469c-9511-15fe0872bbcb HTTP/1.1" 200 3827 0.006104 10.0.0.249 - - [2026-03-30 04:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.249 - - [2026-03-30 04:20:11] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004791 10.0.0.249 - - [2026-03-30 04:20:11] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004121 10.0.0.249 - - [2026-03-30 04:20:11] "GET /virtual-network/860f2f8c-7590-4fa7-8f29-66e7eb93aea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006492 10.0.0.249 - - [2026-03-30 04:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005740 10.0.0.249 - - [2026-03-30 04:20:13] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004743 10.0.0.249 - - [2026-03-30 04:20:13] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.005641 10.0.0.249 - - [2026-03-30 04:20:13] "GET /virtual-network/860f2f8c-7590-4fa7-8f29-66e7eb93aea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007035 10.0.0.249 - - [2026-03-30 04:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.249 - - [2026-03-30 04:20:13] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004380 10.0.0.249 - - [2026-03-30 04:20:13] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004187 10.0.0.249 - - [2026-03-30 04:20:13] "GET /virtual-network/860f2f8c-7590-4fa7-8f29-66e7eb93aea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007555 10.0.0.249 - - [2026-03-30 04:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.249 - - [2026-03-30 04:20:13] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.006124 10.0.0.249 - - [2026-03-30 04:20:13] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004210 10.0.0.249 - - [2026-03-30 04:20:13] "GET /virtual-network/860f2f8c-7590-4fa7-8f29-66e7eb93aea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007618 10.0.0.249 - - [2026-03-30 04:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.009999 10.0.0.249 - - [2026-03-30 04:20:13] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004147 10.0.0.249 - - [2026-03-30 04:20:13] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004650 10.0.0.249 - - [2026-03-30 04:20:13] "GET /virtual-network/860f2f8c-7590-4fa7-8f29-66e7eb93aea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006506 10.0.0.249 - - [2026-03-30 04:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.249 - - [2026-03-30 04:20:13] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004744 10.0.0.249 - - [2026-03-30 04:20:13] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004485 10.0.0.249 - - [2026-03-30 04:20:13] "GET /virtual-network/4bf330ee-c3b3-4845-a6ad-c0b2fdc8c754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006287 10.0.0.249 - - [2026-03-30 04:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.249 - - [2026-03-30 04:20:14] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.006084 10.0.0.249 - - [2026-03-30 04:20:14] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004395 10.0.0.249 - - [2026-03-30 04:20:14] "GET /virtual-network/4bf330ee-c3b3-4845-a6ad-c0b2fdc8c754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006749 10.0.0.249 - - [2026-03-30 04:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.249 - - [2026-03-30 04:20:14] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005677 10.0.0.249 - - [2026-03-30 04:20:14] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004042 10.0.0.249 - - [2026-03-30 04:20:14] "GET /virtual-network/4bf330ee-c3b3-4845-a6ad-c0b2fdc8c754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008277 10.0.0.249 - - [2026-03-30 04:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.249 - - [2026-03-30 04:20:14] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004689 10.0.0.249 - - [2026-03-30 04:20:14] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004248 10.0.0.249 - - [2026-03-30 04:20:14] "GET /virtual-network/4bf330ee-c3b3-4845-a6ad-c0b2fdc8c754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006787 10.0.0.249 - - [2026-03-30 04:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.249 - - [2026-03-30 04:20:14] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004240 10.0.0.249 - - [2026-03-30 04:20:14] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003500 10.0.0.249 - - [2026-03-30 04:20:14] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005631 10.0.0.249 - - [2026-03-30 04:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.249 - - [2026-03-30 04:20:14] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004012 10.0.0.249 - - [2026-03-30 04:20:14] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004383 10.0.0.249 - - [2026-03-30 04:20:14] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006459 10.0.0.249 - - [2026-03-30 04:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.249 - - [2026-03-30 04:20:14] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003742 10.0.0.249 - - [2026-03-30 04:20:14] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004464 10.0.0.249 - - [2026-03-30 04:20:15] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006164 10.0.0.249 - - [2026-03-30 04:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.249 - - [2026-03-30 04:20:15] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004894 10.0.0.249 - - [2026-03-30 04:20:15] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003496 10.0.0.249 - - [2026-03-30 04:20:15] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005759 10.0.0.249 - - [2026-03-30 04:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.249 - - [2026-03-30 04:20:15] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005738 10.0.0.249 - - [2026-03-30 04:20:15] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004061 10.0.0.249 - - [2026-03-30 04:20:15] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006266 10.0.0.249 - - [2026-03-30 04:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.249 - - [2026-03-30 04:20:15] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005803 10.0.0.249 - - [2026-03-30 04:20:15] "GET /virtual-networks?parent_id=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004107 10.0.0.249 - - [2026-03-30 04:20:15] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006205 10.0.0.249 - - [2026-03-30 04:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.249 - - [2026-03-30 04:20:15] "GET /routing-instance/b02f5552-0db2-4d4c-b079-143362f2dc07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.005018 10.0.0.249 - - [2026-03-30 04:20:15] "GET /routing-instance/b02f5552-0db2-4d4c-b079-143362f2dc07?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.007630 10.0.0.249 - - [2026-03-30 04:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.249 - - [2026-03-30 04:20:15] "GET /routing-instance/b3ec9d5d-7466-443c-a918-441b0a855146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.004912 10.0.0.249 - - [2026-03-30 04:20:15] "GET /routing-instance/b3ec9d5d-7466-443c-a918-441b0a855146?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.007406 10.0.0.249 - - [2026-03-30 04:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.249 - - [2026-03-30 04:20:15] "GET /virtual-network/860f2f8c-7590-4fa7-8f29-66e7eb93aea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007376 10.0.0.249 - - [2026-03-30 04:20:15] "GET /virtual-network/860f2f8c-7590-4fa7-8f29-66e7eb93aea3?fields=routing_instances HTTP/1.1" 200 1687 0.012639 10.0.0.249 - - [2026-03-30 04:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009482 10.0.0.249 - - [2026-03-30 04:20:16] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.008972 10.0.0.249 - - [2026-03-30 04:20:16] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?fields=routing_instances HTTP/1.1" 200 1692 0.013271 10.0.0.249 - - [2026-03-30 04:20:20] "POST /ref-update HTTP/1.1" 200 156 0.077956 10.0.0.249 - - [2026-03-30 04:20:20] "GET /virtual-network/3bd9620a-3047-4d07-b3af-fefa4d217140?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.023687 10.0.0.249 - - [2026-03-30 04:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.015104 10.0.0.249 - - [2026-03-30 04:20:20] "GET /network-policy/1f5455d5-c385-4c81-b8c8-5ae43add2d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.006488 10.0.0.241 - - [2026-03-30 04:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007406 10.0.0.249 - - [2026-03-30 04:20:20] "POST /ref-update HTTP/1.1" 200 156 0.073447 10.0.0.241 - - [2026-03-30 04:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008858 10.0.0.249 - - [2026-03-30 04:20:20] "POST /neutron/network HTTP/1.1" 200 831 0.013898 10.0.0.249 - - [2026-03-30 04:20:20] "GET /virtual-network/860f2f8c-7590-4fa7-8f29-66e7eb93aea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006653 10.0.0.249 - - [2026-03-30 04:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006473 10.0.0.249 - - [2026-03-30 04:20:20] "GET /network-policy/1f5455d5-c385-4c81-b8c8-5ae43add2d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004703 10.0.0.249 - - [2026-03-30 04:20:20] "DELETE /network-policy/1f5455d5-c385-4c81-b8c8-5ae43add2d4c HTTP/1.1" 200 115 0.062150 10.0.0.249 - - [2026-03-30 04:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005473 10.0.0.249 - - [2026-03-30 04:20:20] "DELETE /service-instance/67b6f4d1-b986-4668-928e-3c0794f5f468 HTTP/1.1" 200 115 0.120335 10.0.0.241 - - [2026-03-30 04:20:20] "POST /ref-update HTTP/1.1" 200 156 0.023192 10.0.0.249 - - [2026-03-30 04:20:20] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003702 10.0.0.249 - - [2026-03-30 04:20:20] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003726 10.0.0.241 - - [2026-03-30 04:20:21] "DELETE /instance-ip/eeb1e893-349c-4078-8f28-52e4889ab156 HTTP/1.1" 200 115 0.053365 10.0.0.249 - - [2026-03-30 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005749 10.0.0.241 - - [2026-03-30 04:20:21] "POST /ref-update HTTP/1.1" 200 156 0.018601 10.0.0.249 - - [2026-03-30 04:20:21] "DELETE /service-template/79221ba8-b730-48c4-8b17-1a948ab9b95e HTTP/1.1" 200 115 0.043080 10.0.0.249 - - [2026-03-30 04:20:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.003127 10.0.0.241 - - [2026-03-30 04:20:21] "DELETE /instance-ip/967051af-63fb-4af5-9801-cb1457ac32d7 HTTP/1.1" 200 115 0.053807 10.0.0.249 - - [2026-03-30 04:20:22] "POST /neutron/port HTTP/1.1" 200 3059 0.034508 10.0.0.249 - - [2026-03-30 04:20:22] "POST /neutron/port HTTP/1.1" 200 1123 0.019539 10.0.0.249 - - [2026-03-30 04:20:22] "POST /neutron/port HTTP/1.1" 200 1113 0.016265 10.0.0.249 - - [2026-03-30 04:20:22] "POST /neutron/port HTTP/1.1" 200 1111 0.016277 10.0.0.249 - - [2026-03-30 04:20:23] "POST /neutron/port HTTP/1.1" 200 151 0.264196 10.0.0.241 - - [2026-03-30 04:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.249 - - [2026-03-30 04:20:24] "POST /neutron/network HTTP/1.1" 200 831 0.008188 10.0.0.241 - - [2026-03-30 04:20:24] "DELETE /route-target/6516f6aa-bd3e-4f6e-8201-9e9d54619f9e HTTP/1.1" 200 115 0.024177 10.0.0.141 - - [2026-03-30 04:20:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005340 10.0.0.141 - - [2026-03-30 04:20:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003700 10.0.0.249 - - [2026-03-30 04:20:24] "POST /neutron/network HTTP/1.1" 200 151 0.169703 10.0.0.141 - - [2026-03-30 04:20:26] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001110 10.0.0.249 - - [2026-03-30 04:20:26] "GET /project/fd34e2a7-10a4-41c1-85cb-661ae8b84d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.047602 10.0.0.141 - - [2026-03-30 04:20:26] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001642 10.0.0.249 - - [2026-03-30 04:20:26] "GET /project/fd34e2a7-10a4-41c1-85cb-661ae8b84d20?fields=virtual_networks HTTP/1.1" 200 1030 0.060545 10.0.0.141 - - [2026-03-30 04:20:26] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001269 10.0.0.249 - - [2026-03-30 04:20:26] "GET /project/fd34e2a7-10a4-41c1-85cb-661ae8b84d20?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.045991 10.0.0.141 - - [2026-03-30 04:20:26] "GET /projects?obj_uuids=fd34e2a7-10a4-41c1-85cb-661ae8b84d20&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001151 10.0.0.249 - - [2026-03-30 04:20:26] "GET /project/fd34e2a7-10a4-41c1-85cb-661ae8b84d20?fields=security_groups HTTP/1.1" 200 1255 0.061590 10.0.0.249 - - [2026-03-30 04:20:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.039247 10.0.0.141 - - [2026-03-30 04:20:27] "GET /projects?obj_uuids=736da8c0-30a4-4506-bed7-0ceffb296b10&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003544 10.0.0.141 - - [2026-03-30 04:20:27] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.141 - - [2026-03-30 04:20:27] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007189 10.0.0.141 - - [2026-03-30 04:20:27] "POST /id-to-fqname HTTP/1.1" 200 191 0.001367 10.0.0.141 - - [2026-03-30 04:20:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.016151 10.0.0.141 - - [2026-03-30 04:20:28] "POST /security-groups HTTP/1.1" 200 592 0.039927 10.0.0.241 - - [2026-03-30 04:20:28] "POST /fqname-to-id HTTP/1.1" 404 235 0.003693 10.0.0.141 - - [2026-03-30 04:20:28] "POST /projects HTTP/1.1" 200 587 0.266739 10.0.0.141 - - [2026-03-30 04:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.354056 10.0.0.241 - - [2026-03-30 04:20:28] "POST /access-control-lists HTTP/1.1" 200 597 0.033694 10.0.0.249 - - [2026-03-30 04:20:28] "GET /project/736da8c0-30a4-4506-bed7-0ceffb296b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.508348 10.0.0.249 - - [2026-03-30 04:20:29] "GET / HTTP/1.1" 200 36215 0.001934 10.0.0.249 - - [2026-03-30 04:20:31] "GET /project/736da8c0-30a4-4506-bed7-0ceffb296b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000474 10.0.0.141 - - [2026-03-30 04:20:32] "GET /projects?obj_uuids=736da8c0-30a4-4506-bed7-0ceffb296b10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001025 10.0.0.249 - - [2026-03-30 04:20:32] "GET /project/736da8c0-30a4-4506-bed7-0ceffb296b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.084818 10.0.0.249 - - [2026-03-30 04:20:32] "POST /fqname-to-id HTTP/1.1" 404 180 0.004131 10.0.0.249 - - [2026-03-30 04:20:32] "POST /virtual-DNSs HTTP/1.1" 200 509 0.036548 10.0.0.249 - - [2026-03-30 04:20:32] "GET /virtual-DNS/853f0797-a229-42d6-abba-bf991aa9db89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.007008 10.0.0.249 - - [2026-03-30 04:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.249 - - [2026-03-30 04:20:32] "GET /virtual-DNS/853f0797-a229-42d6-abba-bf991aa9db89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004203 10.0.0.249 - - [2026-03-30 04:20:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.004460 10.0.0.249 - - [2026-03-30 04:20:32] "POST /network-ipams HTTP/1.1" 200 516 0.033669 10.0.0.249 - - [2026-03-30 04:20:33] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.004086 10.0.0.249 - - [2026-03-30 04:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.249 - - [2026-03-30 04:20:33] "GET /network-ipam/ad33c028-f565-4c2e-b995-9fb3202b6927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.006769 10.0.0.249 - - [2026-03-30 04:20:33] "PUT /network-ipam/ad33c028-f565-4c2e-b995-9fb3202b6927 HTTP/1.1" 200 259 0.029264 10.0.0.249 - - [2026-03-30 04:20:33] "POST /ref-update HTTP/1.1" 200 156 0.023581 10.0.0.249 - - [2026-03-30 04:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.141 - - [2026-03-30 04:20:33] "GET /projects?obj_uuids=736da8c0-30a4-4506-bed7-0ceffb296b10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001108 10.0.0.249 - - [2026-03-30 04:20:33] "GET /project/736da8c0-30a4-4506-bed7-0ceffb296b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.054301 10.0.0.141 - - [2026-03-30 04:20:33] "POST /useragent-kv HTTP/1.1" 200 115 0.012852 10.0.0.249 - - [2026-03-30 04:20:34] "POST /neutron/subnet HTTP/1.1" 200 711 0.241449 10.0.0.249 - - [2026-03-30 04:20:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001280 10.0.0.249 - - [2026-03-30 04:20:34] "GET /virtual-network/6b970e2f-1bf7-44f4-a470-213eaef28567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006191 10.0.0.249 - - [2026-03-30 04:20:34] "GET /virtual-network/6b970e2f-1bf7-44f4-a470-213eaef28567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006334 10.0.0.249 - - [2026-03-30 04:20:34] "POST /neutron/network HTTP/1.1" 200 833 0.007311 10.0.0.249 - - [2026-03-30 04:20:34] "POST /neutron/network HTTP/1.1" 200 833 0.006768 10.0.0.249 - - [2026-03-30 04:20:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001199 10.0.0.141 - - [2026-03-30 04:20:35] "GET /projects?obj_uuids=736da8c0-30a4-4506-bed7-0ceffb296b10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.249 - - [2026-03-30 04:20:35] "GET /project/736da8c0-30a4-4506-bed7-0ceffb296b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.070700 10.0.0.249 - - [2026-03-30 04:20:35] "POST /neutron/port HTTP/1.1" 200 117 0.008029 10.0.0.249 - - [2026-03-30 04:20:35] "POST /neutron/network HTTP/1.1" 200 843 0.006632 10.0.0.249 - - [2026-03-30 04:20:36] "POST /neutron/port HTTP/1.1" 200 1058 0.019133 10.0.0.249 - - [2026-03-30 04:20:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004216 10.0.0.249 - - [2026-03-30 04:20:36] "POST /neutron/network HTTP/1.1" 200 833 0.007017 10.0.0.249 - - [2026-03-30 04:20:40] "POST /neutron/port HTTP/1.1" 200 1122 0.020515 10.0.0.249 - - [2026-03-30 04:20:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010097 10.0.0.249 - - [2026-03-30 04:20:40] "GET /virtual-machine/e1d87984-2ec1-407b-815d-9573a0677963 HTTP/1.1" 401 293 0.000550 10.0.0.249 - - [2026-03-30 04:20:41] "GET /virtual-machine/e1d87984-2ec1-407b-815d-9573a0677963 HTTP/1.1" 200 1295 0.070751 10.0.0.249 - - [2026-03-30 04:20:41] "GET /virtual-machine-interface/80902c75-c62f-4314-a259-920a62358d6b HTTP/1.1" 200 2971 0.005843 10.0.0.249 - - [2026-03-30 04:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.249 - - [2026-03-30 04:20:41] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004576 10.0.0.249 - - [2026-03-30 04:20:41] "GET /virtual-networks?parent_id=736da8c0-30a4-4506-bed7-0ceffb296b10&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003457 10.0.0.249 - - [2026-03-30 04:20:41] "GET /virtual-network/6b970e2f-1bf7-44f4-a470-213eaef28567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006174 10.0.0.249 - - [2026-03-30 04:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.249 - - [2026-03-30 04:20:44] "GET /virtual-network/6b970e2f-1bf7-44f4-a470-213eaef28567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005727 10.0.0.249 - - [2026-03-30 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.249 - - [2026-03-30 04:20:46] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004110 10.0.0.249 - - [2026-03-30 04:20:46] "GET /virtual-networks?parent_id=736da8c0-30a4-4506-bed7-0ceffb296b10&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004270 10.0.0.249 - - [2026-03-30 04:20:46] "GET /virtual-network/6b970e2f-1bf7-44f4-a470-213eaef28567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009176 10.0.0.249 - - [2026-03-30 04:20:46] "POST /neutron/port HTTP/1.1" 200 1122 0.019823 10.0.0.249 - - [2026-03-30 04:20:56] "POST /neutron/network HTTP/1.1" 200 833 0.006938 10.0.0.249 - - [2026-03-30 04:20:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001686 10.0.0.249 - - [2026-03-30 04:20:56] "POST /neutron/network HTTP/1.1" 200 843 0.012650 10.0.0.141 - - [2026-03-30 04:20:57] "GET /projects?obj_uuids=736da8c0-30a4-4506-bed7-0ceffb296b10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001111 10.0.0.249 - - [2026-03-30 04:20:57] "GET /project/736da8c0-30a4-4506-bed7-0ceffb296b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.110149 10.0.0.249 - - [2026-03-30 04:20:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009769 10.0.0.249 - - [2026-03-30 04:20:58] "POST /neutron/network HTTP/1.1" 200 843 0.007342 10.0.0.249 - - [2026-03-30 04:20:58] "POST /neutron/port HTTP/1.1" 200 1058 0.050193 10.0.0.249 - - [2026-03-30 04:20:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004251 10.0.0.249 - - [2026-03-30 04:20:59] "POST /neutron/network HTTP/1.1" 200 833 0.007756 10.0.0.241 - - [2026-03-30 04:21:02] "DELETE /access-control-list/8753fe45-9d82-40eb-8ee7-db1d18e53fe6 HTTP/1.1" 200 115 0.050300 10.0.0.141 - - [2026-03-30 04:21:02] "DELETE /project/736da8c030a44506bed70ceffb296b10 HTTP/1.1" 404 173 0.004972 10.0.0.141 - - [2026-03-30 04:21:02] "DELETE /project/fd34e2a7-10a4-41c1-85cb-661ae8b84d20 HTTP/1.1" 404 177 0.004568 10.0.0.249 - - [2026-03-30 04:21:03] "POST /neutron/port HTTP/1.1" 200 1122 0.021699 10.0.0.249 - - [2026-03-30 04:21:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008721 10.0.0.249 - - [2026-03-30 04:21:03] "GET /virtual-machine/da47dffc-1a0a-49c6-9ae2-baa6cb2c6688 HTTP/1.1" 200 1296 0.007560 10.0.0.249 - - [2026-03-30 04:21:03] "GET /virtual-machine-interface/a7a774d4-924a-4b79-ba36-1fef0f30be68 HTTP/1.1" 200 2972 0.005757 10.0.0.249 - - [2026-03-30 04:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.249 - - [2026-03-30 04:21:03] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004820 10.0.0.249 - - [2026-03-30 04:21:03] "GET /virtual-networks?parent_id=736da8c0-30a4-4506-bed7-0ceffb296b10&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004021 10.0.0.249 - - [2026-03-30 04:21:03] "GET /virtual-network/6b970e2f-1bf7-44f4-a470-213eaef28567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006844 10.0.0.249 - - [2026-03-30 04:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.249 - - [2026-03-30 04:21:06] "GET /virtual-network/6b970e2f-1bf7-44f4-a470-213eaef28567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007537 10.0.0.249 - - [2026-03-30 04:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.249 - - [2026-03-30 04:21:10] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004102 10.0.0.249 - - [2026-03-30 04:21:10] "GET /virtual-networks?parent_id=736da8c0-30a4-4506-bed7-0ceffb296b10&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003834 10.0.0.249 - - [2026-03-30 04:21:10] "GET /virtual-network/6b970e2f-1bf7-44f4-a470-213eaef28567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006049 10.0.0.249 - - [2026-03-30 04:21:10] "POST /neutron/port HTTP/1.1" 200 1122 0.020148 10.0.0.249 - - [2026-03-30 04:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.249 - - [2026-03-30 04:21:23] "DELETE /virtual-DNS/853f0797-a229-42d6-abba-bf991aa9db89 HTTP/1.1" 409 236 0.009422 10.0.0.249 - - [2026-03-30 04:21:23] "POST /fqname-to-id HTTP/1.1" 404 192 0.003569 10.0.0.249 - - [2026-03-30 04:21:23] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.031435 10.0.0.249 - - [2026-03-30 04:21:23] "GET /virtual-DNS-record/1744f9de-b330-4e52-bfda-a49f15cb134c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.008325 10.0.0.249 - - [2026-03-30 04:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.249 - - [2026-03-30 04:21:23] "GET /virtual-DNS-record/1744f9de-b330-4e52-bfda-a49f15cb134c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.005973 10.0.0.249 - - [2026-03-30 04:21:26] "GET /obj-perms HTTP/1.1" 200 5075 0.069848 10.0.0.249 - - [2026-03-30 04:21:28] "POST /neutron/port HTTP/1.1" 200 1122 0.018280 10.0.0.249 - - [2026-03-30 04:21:28] "POST /neutron/subnet HTTP/1.1" 200 685 0.009562 10.0.0.249 - - [2026-03-30 04:21:29] "DELETE /virtual-DNS-record/1744f9de-b330-4e52-bfda-a49f15cb134c HTTP/1.1" 200 115 0.044176 10.0.0.249 - - [2026-03-30 04:21:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.005127 10.0.0.249 - - [2026-03-30 04:21:29] "POST /neutron/network HTTP/1.1" 200 833 0.007474 10.0.0.249 - - [2026-03-30 04:21:29] "POST /neutron/port HTTP/1.1" 200 1112 0.013975 10.0.0.249 - - [2026-03-30 04:21:29] "POST /neutron/port HTTP/1.1" 200 1112 0.017246 10.0.0.141 - - [2026-03-30 04:21:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002946 10.0.0.141 - - [2026-03-30 04:21:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002737 10.0.0.249 - - [2026-03-30 04:21:31] "POST /neutron/network HTTP/1.1" 200 151 0.145044 10.0.0.249 - - [2026-03-30 04:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005579 10.0.0.241 - - [2026-03-30 04:21:31] "DELETE /route-target/c8b92adb-d20e-4eff-a5be-2fdc039e6699 HTTP/1.1" 200 115 0.026158 10.0.0.249 - - [2026-03-30 04:21:31] "DELETE /network-ipam/ad33c028-f565-4c2e-b995-9fb3202b6927 HTTP/1.1" 200 115 0.051934 10.0.0.249 - - [2026-03-30 04:21:31] "DELETE /virtual-DNS/853f0797-a229-42d6-abba-bf991aa9db89 HTTP/1.1" 200 115 0.046428 10.0.0.249 - - [2026-03-30 04:21:31] "POST /fqname-to-id HTTP/1.1" 404 180 0.005642 10.0.0.141 - - [2026-03-30 04:21:33] "GET /projects?obj_uuids=736da8c0-30a4-4506-bed7-0ceffb296b10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000987 10.0.0.249 - - [2026-03-30 04:21:33] "GET /project/736da8c0-30a4-4506-bed7-0ceffb296b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.068282 10.0.0.141 - - [2026-03-30 04:21:33] "GET /projects?obj_uuids=736da8c0-30a4-4506-bed7-0ceffb296b10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001029 10.0.0.249 - - [2026-03-30 04:21:33] "GET /project/736da8c0-30a4-4506-bed7-0ceffb296b10?fields=virtual_networks HTTP/1.1" 200 1036 0.054866 10.0.0.141 - - [2026-03-30 04:21:33] "GET /projects?obj_uuids=736da8c0-30a4-4506-bed7-0ceffb296b10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001748 10.0.0.249 - - [2026-03-30 04:21:33] "GET /project/736da8c0-30a4-4506-bed7-0ceffb296b10?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.052725 10.0.0.141 - - [2026-03-30 04:21:33] "GET /projects?obj_uuids=736da8c0-30a4-4506-bed7-0ceffb296b10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001057 10.0.0.249 - - [2026-03-30 04:21:33] "GET /project/736da8c0-30a4-4506-bed7-0ceffb296b10?fields=security_groups HTTP/1.1" 200 1264 0.045137 10.0.0.249 - - [2026-03-30 04:21:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.035953 10.0.0.141 - - [2026-03-30 04:21:34] "GET /projects?obj_uuids=132dd8cf-1a91-492f-a60a-ebd0c32829f1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003536 10.0.0.141 - - [2026-03-30 04:21:34] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.141 - - [2026-03-30 04:21:34] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008357 10.0.0.141 - - [2026-03-30 04:21:34] "POST /id-to-fqname HTTP/1.1" 200 191 0.001215 10.0.0.141 - - [2026-03-30 04:21:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.020706 10.0.0.141 - - [2026-03-30 04:21:34] "POST /security-groups HTTP/1.1" 200 592 0.035449 10.0.0.141 - - [2026-03-30 04:21:34] "POST /projects HTTP/1.1" 200 587 0.271428 10.0.0.241 - - [2026-03-30 04:21:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.007788 10.0.0.141 - - [2026-03-30 04:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.351070 10.0.0.249 - - [2026-03-30 04:21:34] "GET /project/132dd8cf-1a91-492f-a60a-ebd0c32829f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.505096 10.0.0.249 - - [2026-03-30 04:21:36] "GET / HTTP/1.1" 200 36215 0.003410 10.0.0.249 - - [2026-03-30 04:21:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000474 10.0.0.249 - - [2026-03-30 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.069957 10.0.0.141 - - [2026-03-30 04:21:38] "GET /projects?obj_uuids=132dd8cf-1a91-492f-a60a-ebd0c32829f1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001021 10.0.0.249 - - [2026-03-30 04:21:38] "GET /project/132dd8cf-1a91-492f-a60a-ebd0c32829f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046552 10.0.0.241 - - [2026-03-30 04:21:38] "POST /ref-update HTTP/1.1" 200 156 0.030223 10.0.0.141 - - [2026-03-30 04:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.011141 10.0.0.249 - - [2026-03-30 04:21:39] "POST /neutron/subnet HTTP/1.1" 200 734 0.299300 10.0.0.249 - - [2026-03-30 04:21:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001341 10.0.0.249 - - [2026-03-30 04:21:39] "GET /virtual-network/1957020c-a85b-4b13-92ab-7ffde2b988b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006275 10.0.0.249 - - [2026-03-30 04:21:39] "GET /virtual-network/1957020c-a85b-4b13-92ab-7ffde2b988b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006050 10.0.0.249 - - [2026-03-30 04:21:39] "POST /neutron/network HTTP/1.1" 200 827 0.008837 10.0.0.249 - - [2026-03-30 04:21:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001324 10.0.0.141 - - [2026-03-30 04:21:40] "GET /projects?obj_uuids=132dd8cf-1a91-492f-a60a-ebd0c32829f1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001529 10.0.0.249 - - [2026-03-30 04:21:40] "GET /project/132dd8cf-1a91-492f-a60a-ebd0c32829f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.100749 10.0.0.249 - - [2026-03-30 04:21:40] "POST /neutron/network HTTP/1.1" 200 827 0.006797 10.0.0.249 - - [2026-03-30 04:21:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001365 10.0.0.249 - - [2026-03-30 04:21:40] "POST /neutron/port HTTP/1.1" 200 117 0.006898 10.0.0.141 - - [2026-03-30 04:21:41] "GET /projects?obj_uuids=132dd8cf-1a91-492f-a60a-ebd0c32829f1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001431 10.0.0.249 - - [2026-03-30 04:21:41] "POST /neutron/port HTTP/1.1" 200 1063 0.349484 10.0.0.249 - - [2026-03-30 04:21:41] "POST /neutron/port HTTP/1.1" 200 1117 0.114027 10.0.0.141 - - [2026-03-30 04:21:41] "GET /projects?obj_uuids=132dd8cf-1a91-492f-a60a-ebd0c32829f1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001056 10.0.0.249 - - [2026-03-30 04:21:41] "POST /neutron/subnet HTTP/1.1" 200 708 0.008707 10.0.0.249 - - [2026-03-30 04:21:41] "GET /project/132dd8cf-1a91-492f-a60a-ebd0c32829f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.087905 10.0.0.249 - - [2026-03-30 04:21:42] "POST /neutron/network HTTP/1.1" 200 827 0.012586 10.0.0.249 - - [2026-03-30 04:21:42] "POST /neutron/port HTTP/1.1" 200 117 0.012291 10.0.0.249 - - [2026-03-30 04:21:42] "POST /neutron/network HTTP/1.1" 200 837 0.006921 10.0.0.249 - - [2026-03-30 04:21:43] "POST /neutron/port HTTP/1.1" 200 1063 0.027727 10.0.0.249 - - [2026-03-30 04:21:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005272 10.0.0.249 - - [2026-03-30 04:21:43] "POST /neutron/network HTTP/1.1" 200 827 0.008459 10.0.0.249 - - [2026-03-30 04:21:47] "POST /neutron/port HTTP/1.1" 200 1127 0.041780 10.0.0.249 - - [2026-03-30 04:21:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008381 10.0.0.249 - - [2026-03-30 04:21:47] "GET /virtual-machine/321a78d9-6a64-4225-87c5-6c69bb1cacbf HTTP/1.1" 401 293 0.000405 10.0.0.249 - - [2026-03-30 04:21:48] "GET /virtual-machine/321a78d9-6a64-4225-87c5-6c69bb1cacbf HTTP/1.1" 200 1294 0.045907 10.0.0.249 - - [2026-03-30 04:21:48] "GET /virtual-machine-interface/43a11dc5-5d2d-41d4-a80f-a3d76ebf4e36 HTTP/1.1" 200 2953 0.006047 10.0.0.249 - - [2026-03-30 04:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.249 - - [2026-03-30 04:21:48] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003854 10.0.0.249 - - [2026-03-30 04:21:48] "GET /virtual-networks?parent_id=132dd8cf-1a91-492f-a60a-ebd0c32829f1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003553 10.0.0.249 - - [2026-03-30 04:21:48] "GET /virtual-network/1957020c-a85b-4b13-92ab-7ffde2b988b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007444 10.0.0.249 - - [2026-03-30 04:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.249 - - [2026-03-30 04:21:51] "GET /virtual-network/1957020c-a85b-4b13-92ab-7ffde2b988b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006961 10.0.0.249 - - [2026-03-30 04:21:52] "POST /neutron/port HTTP/1.1" 200 1127 0.056411 10.0.0.249 - - [2026-03-30 04:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.249 - - [2026-03-30 04:21:53] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004393 10.0.0.249 - - [2026-03-30 04:21:53] "GET /virtual-networks?parent_id=132dd8cf-1a91-492f-a60a-ebd0c32829f1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003680 10.0.0.249 - - [2026-03-30 04:21:53] "GET /virtual-network/1957020c-a85b-4b13-92ab-7ffde2b988b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005940 10.0.0.249 - - [2026-03-30 04:21:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009304 10.0.0.249 - - [2026-03-30 04:21:54] "POST /neutron/port HTTP/1.1" 200 1127 0.017857 10.0.0.249 - - [2026-03-30 04:21:54] "GET /virtual-machine/e3f21c06-cd9f-45f0-944b-c8a63e590cf1 HTTP/1.1" 200 1296 0.006942 10.0.0.249 - - [2026-03-30 04:21:54] "GET /virtual-machine-interface/39c991d9-cbdc-4822-92aa-9e7956d1ef0c HTTP/1.1" 200 2953 0.005462 10.0.0.249 - - [2026-03-30 04:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.249 - - [2026-03-30 04:21:54] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004288 10.0.0.249 - - [2026-03-30 04:21:54] "GET /virtual-networks?parent_id=132dd8cf-1a91-492f-a60a-ebd0c32829f1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003348 10.0.0.249 - - [2026-03-30 04:21:54] "GET /virtual-network/1957020c-a85b-4b13-92ab-7ffde2b988b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006553 10.0.0.249 - - [2026-03-30 04:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.249 - - [2026-03-30 04:21:55] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003999 10.0.0.249 - - [2026-03-30 04:21:55] "GET /virtual-networks?parent_id=132dd8cf-1a91-492f-a60a-ebd0c32829f1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004623 10.0.0.249 - - [2026-03-30 04:21:55] "GET /virtual-network/1957020c-a85b-4b13-92ab-7ffde2b988b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008108 10.0.0.249 - - [2026-03-30 04:21:55] "POST /neutron/network HTTP/1.1" 400 204 0.019894 10.0.0.249 - - [2026-03-30 04:21:56] "POST /neutron/port HTTP/1.1" 200 151 0.204838 10.0.0.249 - - [2026-03-30 04:21:56] "POST /neutron/port HTTP/1.1" 200 151 0.225851 10.0.0.141 - - [2026-03-30 04:21:59] "GET /projects?obj_uuids=132dd8cf-1a91-492f-a60a-ebd0c32829f1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001074 10.0.0.249 - - [2026-03-30 04:21:59] "GET /project/132dd8cf-1a91-492f-a60a-ebd0c32829f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.071311 10.0.0.141 - - [2026-03-30 04:21:59] "GET /projects?obj_uuids=132dd8cf-1a91-492f-a60a-ebd0c32829f1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001223 10.0.0.249 - - [2026-03-30 04:21:59] "GET /project/132dd8cf-1a91-492f-a60a-ebd0c32829f1?fields=virtual_networks HTTP/1.1" 200 1036 0.053797 10.0.0.141 - - [2026-03-30 04:21:59] "GET /projects?obj_uuids=132dd8cf-1a91-492f-a60a-ebd0c32829f1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001095 10.0.0.249 - - [2026-03-30 04:21:59] "GET /project/132dd8cf-1a91-492f-a60a-ebd0c32829f1?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.063804 10.0.0.141 - - [2026-03-30 04:21:59] "GET /projects?obj_uuids=132dd8cf-1a91-492f-a60a-ebd0c32829f1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001029 10.0.0.249 - - [2026-03-30 04:21:59] "GET /project/132dd8cf-1a91-492f-a60a-ebd0c32829f1?fields=security_groups HTTP/1.1" 200 1264 0.065252 10.0.0.249 - - [2026-03-30 04:22:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.031249 10.0.0.141 - - [2026-03-30 04:22:01] "GET /projects?obj_uuids=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003754 10.0.0.141 - - [2026-03-30 04:22:01] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.141 - - [2026-03-30 04:22:01] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009142 10.0.0.141 - - [2026-03-30 04:22:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.001593 10.0.0.141 - - [2026-03-30 04:22:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.009587 10.0.0.141 - - [2026-03-30 04:22:01] "POST /security-groups HTTP/1.1" 200 591 0.105537 10.0.0.241 - - [2026-03-30 04:22:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.004690 10.0.0.141 - - [2026-03-30 04:22:01] "POST /projects HTTP/1.1" 200 585 0.346788 10.0.0.141 - - [2026-03-30 04:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.400238 10.0.0.249 - - [2026-03-30 04:22:01] "GET /project/698a487e-fbb8-4934-98e5-c4b1724a86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.634163 10.0.0.241 - - [2026-03-30 04:22:01] "POST /access-control-lists HTTP/1.1" 200 596 0.074332 10.0.0.141 - - [2026-03-30 04:22:02] "DELETE /project/132dd8cf1a91492fa60aebd0c32829f1 HTTP/1.1" 404 173 0.009073 10.0.0.141 - - [2026-03-30 04:22:02] "DELETE /project/698a487efbb8493498e5c4b1724a86a6 HTTP/1.1" 404 173 0.008177 10.0.0.141 - - [2026-03-30 04:22:02] "GET /projects?obj_uuids=132dd8cf-1a91-492f-a60a-ebd0c32829f1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000869 10.0.0.141 - - [2026-03-30 04:22:02] "GET /projects?obj_uuids=736da8c0-30a4-4506-bed7-0ceffb296b10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000871 10.0.0.141 - - [2026-03-30 04:22:02] "GET /project/132dd8cf-1a91-492f-a60a-ebd0c32829f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.057364 10.0.0.141 - - [2026-03-30 04:22:02] "GET /project/736da8c0-30a4-4506-bed7-0ceffb296b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.069962 10.0.0.141 - - [2026-03-30 04:22:02] "GET /projects?obj_uuids=132dd8cf-1a91-492f-a60a-ebd0c32829f1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003229 10.0.0.141 - - [2026-03-30 04:22:02] "GET /projects?obj_uuids=736da8c0-30a4-4506-bed7-0ceffb296b10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001091 10.0.0.141 - - [2026-03-30 04:22:02] "GET /project/736da8c0-30a4-4506-bed7-0ceffb296b10?fields=security_groups HTTP/1.1" 404 171 0.051039 10.0.0.141 - - [2026-03-30 04:22:02] "GET /project/132dd8cf-1a91-492f-a60a-ebd0c32829f1?fields=security_groups HTTP/1.1" 200 1366 0.081232 10.0.0.141 - - [2026-03-30 04:22:02] "GET /projects?obj_uuids=736da8c0-30a4-4506-bed7-0ceffb296b10&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003510 10.0.0.141 - - [2026-03-30 04:22:03] "DELETE /security-group/03d35b6f-ecdd-4c92-aba4-4dc8eb23b41c HTTP/1.1" 200 115 0.066105 10.0.0.141 - - [2026-03-30 04:22:03] "GET /projects?obj_uuids=132dd8cf-1a91-492f-a60a-ebd0c32829f1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000980 10.0.0.241 - - [2026-03-30 04:22:03] "DELETE /access-control-list/39829a18-05d4-4c28-9df7-03b51df891a6 HTTP/1.1" 200 115 0.037339 10.0.0.141 - - [2026-03-30 04:22:03] "GET /project/132dd8cf-1a91-492f-a60a-ebd0c32829f1?fields=application_policy_sets HTTP/1.1" 200 1405 0.039056 10.0.0.141 - - [2026-03-30 04:22:03] "DELETE /project/132dd8cf-1a91-492f-a60a-ebd0c32829f1 HTTP/1.1" 200 115 0.466773 10.0.0.249 - - [2026-03-30 04:22:03] "GET / HTTP/1.1" 200 36215 0.002146 10.0.0.141 - - [2026-03-30 04:22:04] "GET /project/736da8c0-30a4-4506-bed7-0ceffb296b10?fields=application_policy_sets HTTP/1.1" 404 171 1.325403 10.0.0.141 - - [2026-03-30 04:22:04] "DELETE /project/736da8c0-30a4-4506-bed7-0ceffb296b10 HTTP/1.1" 404 171 1.548564 10.0.0.249 - - [2026-03-30 04:22:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000468 10.0.0.249 - - [2026-03-30 04:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.065599 10.0.0.141 - - [2026-03-30 04:22:06] "GET /projects?obj_uuids=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001088 10.0.0.249 - - [2026-03-30 04:22:06] "GET /project/698a487e-fbb8-4934-98e5-c4b1724a86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.047160 10.0.0.249 - - [2026-03-30 04:22:06] "POST /neutron/network HTTP/1.1" 200 117 0.058608 10.0.0.241 - - [2026-03-30 04:22:06] "POST /ref-update HTTP/1.1" 200 156 0.029310 10.0.0.249 - - [2026-03-30 04:22:06] "POST /neutron/network HTTP/1.1" 200 839 0.009094 10.0.0.249 - - [2026-03-30 04:22:06] "POST /id-to-fqname HTTP/1.1" 200 230 0.001328 10.0.0.249 - - [2026-03-30 04:22:06] "GET /virtual-network/ab43c82c-9e34-419b-b12a-c3af48505dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005953 10.0.0.249 - - [2026-03-30 04:22:06] "GET /virtual-network/ab43c82c-9e34-419b-b12a-c3af48505dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006435 10.0.0.249 - - [2026-03-30 04:22:06] "POST /neutron/subnet HTTP/1.1" 200 701 0.009503 10.0.0.249 - - [2026-03-30 04:22:07] "POST /id-to-fqname HTTP/1.1" 200 230 0.001377 10.0.0.141 - - [2026-03-30 04:22:08] "GET /projects?obj_uuids=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.249 - - [2026-03-30 04:22:08] "GET /project/698a487e-fbb8-4934-98e5-c4b1724a86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.098521 10.0.0.249 - - [2026-03-30 04:22:08] "POST /neutron/network HTTP/1.1" 200 839 0.006254 10.0.0.249 - - [2026-03-30 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.249 - - [2026-03-30 04:22:08] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004056 10.0.0.249 - - [2026-03-30 04:22:08] "PUT /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a HTTP/1.1" 200 277 0.015121 10.0.0.249 - - [2026-03-30 04:22:08] "POST /neutron/port HTTP/1.1" 200 117 0.005639 10.0.0.249 - - [2026-03-30 04:22:09] "POST /neutron/port HTTP/1.1" 200 1055 0.020033 10.0.0.249 - - [2026-03-30 04:22:09] "POST /neutron/port HTTP/1.1" 200 1119 0.018739 10.0.0.249 - - [2026-03-30 04:22:09] "POST /neutron/port HTTP/1.1" 200 117 0.001321 10.0.0.249 - - [2026-03-30 04:22:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008218 10.0.0.249 - - [2026-03-30 04:22:14] "POST /neutron/port HTTP/1.1" 200 1119 0.020545 10.0.0.249 - - [2026-03-30 04:22:14] "GET /virtual-machine/f7a5a0e7-0e6d-4852-bc9f-9d77ceb6b013 HTTP/1.1" 401 293 0.000584 10.0.0.249 - - [2026-03-30 04:22:14] "GET /virtual-machine/f7a5a0e7-0e6d-4852-bc9f-9d77ceb6b013 HTTP/1.1" 200 1295 0.040849 10.0.0.249 - - [2026-03-30 04:22:14] "GET /virtual-machine-interface/31ffb614-1cd4-400c-9083-f51abc304792 HTTP/1.1" 200 2978 0.006058 10.0.0.249 - - [2026-03-30 04:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.249 - - [2026-03-30 04:22:14] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.004187 10.0.0.249 - - [2026-03-30 04:22:14] "GET /virtual-networks?parent_id=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002954 10.0.0.249 - - [2026-03-30 04:22:14] "GET /virtual-network/ab43c82c-9e34-419b-b12a-c3af48505dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006450 10.0.0.249 - - [2026-03-30 04:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.249 - - [2026-03-30 04:22:17] "GET /virtual-network/ab43c82c-9e34-419b-b12a-c3af48505dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006464 10.0.0.249 - - [2026-03-30 04:22:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009706 10.0.0.249 - - [2026-03-30 04:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.249 - - [2026-03-30 04:22:19] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.004998 10.0.0.249 - - [2026-03-30 04:22:19] "GET /virtual-networks?parent_id=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004375 10.0.0.249 - - [2026-03-30 04:22:19] "GET /virtual-network/ab43c82c-9e34-419b-b12a-c3af48505dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007884 10.0.0.249 - - [2026-03-30 04:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.249 - - [2026-03-30 04:22:27] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.004271 10.0.0.249 - - [2026-03-30 04:22:27] "PUT /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a HTTP/1.1" 200 277 0.022646 10.0.0.249 - - [2026-03-30 04:22:27] "POST /neutron/network HTTP/1.1" 200 839 0.007831 10.0.0.249 - - [2026-03-30 04:22:28] "POST /neutron/port HTTP/1.1" 200 1109 0.014035 10.0.0.141 - - [2026-03-30 04:22:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004267 10.0.0.141 - - [2026-03-30 04:22:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003049 10.0.0.249 - - [2026-03-30 04:22:29] "POST /neutron/network HTTP/1.1" 200 151 0.151281 10.0.0.249 - - [2026-03-30 04:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.141 - - [2026-03-30 04:22:32] "GET /projects?obj_uuids=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.249 - - [2026-03-30 04:22:32] "GET /project/698a487e-fbb8-4934-98e5-c4b1724a86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.075403 10.0.0.141 - - [2026-03-30 04:22:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005929 10.0.0.249 - - [2026-03-30 04:22:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.184148 10.0.0.249 - - [2026-03-30 04:22:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001327 10.0.0.249 - - [2026-03-30 04:22:33] "GET /virtual-network/2084c383-7ba3-4e91-b1d9-f6ef075be5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006003 10.0.0.249 - - [2026-03-30 04:22:33] "GET /virtual-network/2084c383-7ba3-4e91-b1d9-f6ef075be5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005601 10.0.0.249 - - [2026-03-30 04:22:33] "POST /neutron/network HTTP/1.1" 200 824 0.008063 10.0.0.249 - - [2026-03-30 04:22:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001229 10.0.0.241 - - [2026-03-30 04:22:33] "POST /route-targets HTTP/1.1" 200 328 0.014947 10.0.0.141 - - [2026-03-30 04:22:34] "GET /projects?obj_uuids=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001398 10.0.0.249 - - [2026-03-30 04:22:34] "GET /project/698a487e-fbb8-4934-98e5-c4b1724a86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.092988 10.0.0.249 - - [2026-03-30 04:22:34] "POST /neutron/network HTTP/1.1" 200 824 0.007113 10.0.0.249 - - [2026-03-30 04:22:34] "POST /neutron/port HTTP/1.1" 200 117 0.006874 10.0.0.249 - - [2026-03-30 04:22:35] "POST /neutron/port HTTP/1.1" 200 1060 0.017845 10.0.0.249 - - [2026-03-30 04:22:35] "POST /neutron/port HTTP/1.1" 200 1124 0.024072 10.0.0.249 - - [2026-03-30 04:22:35] "POST /neutron/port HTTP/1.1" 200 117 0.001559 10.0.0.249 - - [2026-03-30 04:22:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008855 10.0.0.249 - - [2026-03-30 04:22:40] "POST /neutron/port HTTP/1.1" 200 1124 0.017098 10.0.0.249 - - [2026-03-30 04:22:40] "GET /virtual-machine/4e1b4be2-ca5b-4fa3-ad7b-785f150deddf HTTP/1.1" 200 1294 0.008169 10.0.0.249 - - [2026-03-30 04:22:40] "GET /virtual-machine-interface/a8765966-e0ca-4cab-8a66-4f2380984f99 HTTP/1.1" 200 2948 0.005567 10.0.0.249 - - [2026-03-30 04:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.249 - - [2026-03-30 04:22:40] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004190 10.0.0.249 - - [2026-03-30 04:22:40] "GET /virtual-networks?parent_id=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003793 10.0.0.249 - - [2026-03-30 04:22:40] "GET /virtual-network/2084c383-7ba3-4e91-b1d9-f6ef075be5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006961 10.0.0.249 - - [2026-03-30 04:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.249 - - [2026-03-30 04:22:43] "GET /virtual-network/2084c383-7ba3-4e91-b1d9-f6ef075be5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005662 10.0.0.249 - - [2026-03-30 04:22:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007909 10.0.0.249 - - [2026-03-30 04:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.249 - - [2026-03-30 04:22:45] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004428 10.0.0.249 - - [2026-03-30 04:22:45] "GET /virtual-networks?parent_id=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004234 10.0.0.249 - - [2026-03-30 04:22:45] "GET /virtual-network/2084c383-7ba3-4e91-b1d9-f6ef075be5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006315 10.0.0.249 - - [2026-03-30 04:22:52] "POST /neutron/network HTTP/1.1" 200 824 0.007931 10.0.0.249 - - [2026-03-30 04:22:53] "POST /neutron/port HTTP/1.1" 200 1114 0.014700 10.0.0.141 - - [2026-03-30 04:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003623 10.0.0.141 - - [2026-03-30 04:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.009551 10.0.0.249 - - [2026-03-30 04:22:55] "POST /neutron/network HTTP/1.1" 200 151 0.192807 10.0.0.241 - - [2026-03-30 04:22:55] "DELETE /route-target/b84b6b21-e234-4a91-8050-f42a61b308d7 HTTP/1.1" 200 115 0.042963 10.0.0.249 - - [2026-03-30 04:22:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.004321 10.0.0.249 - - [2026-03-30 04:22:57] "POST /network-ipams HTTP/1.1" 200 543 0.039381 10.0.0.249 - - [2026-03-30 04:22:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.005436 10.0.0.249 - - [2026-03-30 04:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.249 - - [2026-03-30 04:22:58] "GET /network-ipam/74dbe277-68a6-4554-ac4b-c93b4be65261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.006145 10.0.0.249 - - [2026-03-30 04:22:58] "PUT /network-ipam/74dbe277-68a6-4554-ac4b-c93b4be65261 HTTP/1.1" 200 259 0.016407 10.0.0.249 - - [2026-03-30 04:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.141 - - [2026-03-30 04:22:58] "GET /projects?obj_uuids=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.249 - - [2026-03-30 04:22:58] "GET /project/698a487e-fbb8-4934-98e5-c4b1724a86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.047351 10.0.0.141 - - [2026-03-30 04:22:58] "POST /useragent-kv HTTP/1.1" 200 115 0.017040 10.0.0.249 - - [2026-03-30 04:22:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.254253 10.0.0.249 - - [2026-03-30 04:22:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001341 10.0.0.249 - - [2026-03-30 04:22:59] "GET /virtual-network/879b4112-63cc-49d0-8be2-a64559e8fb7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007750 10.0.0.249 - - [2026-03-30 04:22:59] "POST /neutron/network HTTP/1.1" 200 994 0.010035 10.0.0.249 - - [2026-03-30 04:22:59] "GET /virtual-network/879b4112-63cc-49d0-8be2-a64559e8fb7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005535 10.0.0.249 - - [2026-03-30 04:22:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.009053 10.0.0.249 - - [2026-03-30 04:22:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.009547 10.0.0.249 - - [2026-03-30 04:22:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001235 10.0.0.249 - - [2026-03-30 04:23:00] "POST /neutron/port HTTP/1.1" 200 1017 0.017340 10.0.0.141 - - [2026-03-30 04:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000471 10.0.0.141 - - [2026-03-30 04:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.249 - - [2026-03-30 04:23:00] "POST /neutron/port HTTP/1.1" 200 1017 0.014668 10.0.0.249 - - [2026-03-30 04:23:00] "POST /neutron/port HTTP/1.1" 200 117 0.006465 10.0.0.249 - - [2026-03-30 04:23:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001435 10.0.0.249 - - [2026-03-30 04:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.249 - - [2026-03-30 04:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.249 - - [2026-03-30 04:23:00] "POST /neutron/port HTTP/1.1" 200 1017 0.017331 10.0.0.249 - - [2026-03-30 04:23:00] "POST /neutron/port HTTP/1.1" 200 1017 0.020389 10.0.0.241 - - [2026-03-30 04:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.241 - - [2026-03-30 04:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2026-03-30 04:23:01] "POST /neutron/port HTTP/1.1" 200 117 0.006257 10.0.0.249 - - [2026-03-30 04:23:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001313 10.0.0.249 - - [2026-03-30 04:23:01] "POST /neutron/port HTTP/1.1" 200 1017 0.015061 10.0.0.249 - - [2026-03-30 04:23:01] "POST /neutron/network HTTP/1.1" 200 1004 0.006505 10.0.0.249 - - [2026-03-30 04:23:01] "POST /neutron/subnet HTTP/1.1" 200 673 0.012217 10.0.0.249 - - [2026-03-30 04:23:01] "POST /neutron/port HTTP/1.1" 200 1017 0.015107 10.0.0.249 - - [2026-03-30 04:23:01] "POST /neutron/port HTTP/1.1" 200 1017 0.019319 10.0.0.249 - - [2026-03-30 04:23:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004360 10.0.0.249 - - [2026-03-30 04:23:02] "POST /neutron/network HTTP/1.1" 200 994 0.011395 10.0.0.141 - - [2026-03-30 04:23:02] "GET /projects?obj_uuids=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.249 - - [2026-03-30 04:23:02] "GET /project/698a487e-fbb8-4934-98e5-c4b1724a86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.087103 10.0.0.249 - - [2026-03-30 04:23:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007757 10.0.0.249 - - [2026-03-30 04:23:03] "GET /virtual-network/879b4112-63cc-49d0-8be2-a64559e8fb7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006120 10.0.0.141 - - [2026-03-30 04:23:03] "GET /projects?obj_uuids=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001123 10.0.0.249 - - [2026-03-30 04:23:03] "POST /neutron/port HTTP/1.1" 200 1055 0.376827 10.0.0.249 - - [2026-03-30 04:23:03] "POST /neutron/port HTTP/1.1" 200 1109 0.096430 10.0.0.249 - - [2026-03-30 04:23:03] "POST /neutron/subnet HTTP/1.1" 200 673 0.013031 10.0.0.241 - - [2026-03-30 04:23:04] "GET /obj-perms HTTP/1.1" 200 5049 0.125958 10.0.0.141 - - [2026-03-30 04:23:04] "GET /obj-perms HTTP/1.1" 200 5049 0.063883 10.0.0.249 - - [2026-03-30 04:23:05] "POST /neutron/port HTTP/1.1" 200 1119 0.021660 10.0.0.249 - - [2026-03-30 04:23:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010560 10.0.0.249 - - [2026-03-30 04:23:05] "GET /virtual-machine/0de52b4b-356b-443c-a25c-8a4eb46a0c8f HTTP/1.1" 200 1290 0.006022 10.0.0.249 - - [2026-03-30 04:23:05] "GET /virtual-machine-interface/f34e77d9-b01b-401a-9c70-c9d21a592cc5 HTTP/1.1" 200 2949 0.005897 10.0.0.249 - - [2026-03-30 04:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.249 - - [2026-03-30 04:23:05] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003843 10.0.0.249 - - [2026-03-30 04:23:05] "GET /virtual-networks?parent_id=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003926 10.0.0.249 - - [2026-03-30 04:23:05] "GET /virtual-network/879b4112-63cc-49d0-8be2-a64559e8fb7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006041 10.0.0.249 - - [2026-03-30 04:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.249 - - [2026-03-30 04:23:08] "GET /virtual-network/879b4112-63cc-49d0-8be2-a64559e8fb7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007064 10.0.0.249 - - [2026-03-30 04:23:10] "POST /neutron/port HTTP/1.1" 200 1119 0.023205 10.0.0.249 - - [2026-03-30 04:23:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010995 10.0.0.249 - - [2026-03-30 04:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.249 - - [2026-03-30 04:23:12] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.017736 10.0.0.249 - - [2026-03-30 04:23:12] "GET /virtual-networks?parent_id=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003968 10.0.0.249 - - [2026-03-30 04:23:12] "GET /virtual-network/879b4112-63cc-49d0-8be2-a64559e8fb7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007771 10.0.0.249 - - [2026-03-30 04:23:13] "POST /neutron/port HTTP/1.1" 200 1119 0.020450 10.0.0.249 - - [2026-03-30 04:23:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010461 10.0.0.249 - - [2026-03-30 04:23:13] "GET /virtual-machine/d7c06a89-dcf5-4e54-9582-8a824caf716c HTTP/1.1" 200 1291 0.006842 10.0.0.249 - - [2026-03-30 04:23:13] "GET /virtual-machine-interface/eae09c7b-0851-450a-8c3a-87c482a9b3ae HTTP/1.1" 200 2949 0.006088 10.0.0.249 - - [2026-03-30 04:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.249 - - [2026-03-30 04:23:13] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004779 10.0.0.249 - - [2026-03-30 04:23:13] "GET /virtual-networks?parent_id=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004363 10.0.0.249 - - [2026-03-30 04:23:13] "GET /virtual-network/879b4112-63cc-49d0-8be2-a64559e8fb7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006545 10.0.0.249 - - [2026-03-30 04:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.249 - - [2026-03-30 04:23:14] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004689 10.0.0.249 - - [2026-03-30 04:23:14] "GET /virtual-networks?parent_id=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003660 10.0.0.249 - - [2026-03-30 04:23:14] "GET /virtual-network/879b4112-63cc-49d0-8be2-a64559e8fb7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005903 10.0.0.249 - - [2026-03-30 04:23:14] "POST /neutron/port HTTP/1.1" 200 1119 0.021507 10.0.0.249 - - [2026-03-30 04:23:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008934 10.0.0.249 - - [2026-03-30 04:23:15] "GET /virtual-machine/49340200-4466-490e-b60b-bacc9925f03a HTTP/1.1" 200 1294 0.007079 10.0.0.249 - - [2026-03-30 04:23:15] "GET /virtual-machine-interface/16b949f6-cdc9-4093-a3fd-ccbc3200702d HTTP/1.1" 200 2948 0.005297 10.0.0.249 - - [2026-03-30 04:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.249 - - [2026-03-30 04:23:15] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004503 10.0.0.249 - - [2026-03-30 04:23:15] "GET /virtual-networks?parent_id=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003902 10.0.0.249 - - [2026-03-30 04:23:15] "GET /virtual-network/879b4112-63cc-49d0-8be2-a64559e8fb7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006411 10.0.0.249 - - [2026-03-30 04:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.249 - - [2026-03-30 04:23:16] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003679 10.0.0.249 - - [2026-03-30 04:23:16] "GET /virtual-networks?parent_id=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004033 10.0.0.249 - - [2026-03-30 04:23:16] "GET /virtual-network/879b4112-63cc-49d0-8be2-a64559e8fb7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006604 10.0.0.241 - - [2026-03-30 04:23:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000550 10.0.0.241 - - [2026-03-30 04:23:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.141 - - [2026-03-30 04:23:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.141 - - [2026-03-30 04:23:28] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.249 - - [2026-03-30 04:23:30] "POST /neutron/port HTTP/1.1" 200 1119 0.018529 10.0.0.249 - - [2026-03-30 04:23:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004134 10.0.0.249 - - [2026-03-30 04:23:30] "POST /neutron/network HTTP/1.1" 200 994 0.009099 10.0.0.249 - - [2026-03-30 04:23:31] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.249 - - [2026-03-30 04:23:31] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.249 - - [2026-03-30 04:23:33] "POST /neutron/port HTTP/1.1" 200 151 0.220840 10.0.0.249 - - [2026-03-30 04:23:33] "POST /neutron/port HTTP/1.1" 200 1119 0.020722 10.0.0.249 - - [2026-03-30 04:23:33] "POST /neutron/port HTTP/1.1" 200 151 0.301133 10.0.0.241 - - [2026-03-30 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.080829 10.0.0.249 - - [2026-03-30 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.249 - - [2026-03-30 04:23:34] "DELETE /network-ipam/74dbe277-68a6-4554-ac4b-c93b4be65261 HTTP/1.1" 200 115 0.035779 10.0.0.249 - - [2026-03-30 04:23:34] "POST /fqname-to-id HTTP/1.1" 404 211 0.004205 10.0.0.141 - - [2026-03-30 04:23:35] "GET /projects?obj_uuids=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.044881 10.0.0.249 - - [2026-03-30 04:23:35] "GET /project/698a487e-fbb8-4934-98e5-c4b1724a86a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.085110 10.0.0.141 - - [2026-03-30 04:23:35] "GET /projects?obj_uuids=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001281 10.0.0.249 - - [2026-03-30 04:23:35] "GET /project/698a487e-fbb8-4934-98e5-c4b1724a86a6?fields=virtual_networks HTTP/1.1" 200 1034 0.046660 10.0.0.141 - - [2026-03-30 04:23:35] "GET /projects?obj_uuids=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001143 10.0.0.249 - - [2026-03-30 04:23:35] "GET /project/698a487e-fbb8-4934-98e5-c4b1724a86a6?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.045206 10.0.0.141 - - [2026-03-30 04:23:35] "GET /projects?obj_uuids=698a487e-fbb8-4934-98e5-c4b1724a86a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001475 10.0.0.249 - - [2026-03-30 04:23:35] "GET /project/698a487e-fbb8-4934-98e5-c4b1724a86a6?fields=security_groups HTTP/1.1" 200 1261 0.051670 10.0.0.249 - - [2026-03-30 04:23:37] "POST /neutron/port HTTP/1.1" 200 117 0.006678 10.0.0.249 - - [2026-03-30 04:23:38] "POST /neutron/port HTTP/1.1" 400 205 0.004207 10.0.0.249 - - [2026-03-30 04:23:48] "GET / HTTP/1.1" 200 36215 0.002380 10.0.0.249 - - [2026-03-30 04:23:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000473 10.0.0.249 - - [2026-03-30 04:23:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.066949 10.0.0.141 - - [2026-03-30 04:23:50] "GET /projects?obj_uuids=c6d005ee-e89a-47aa-bd7d-634f162391d6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003424 10.0.0.141 - - [2026-03-30 04:23:50] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002532 10.0.0.141 - - [2026-03-30 04:23:50] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010428 10.0.0.141 - - [2026-03-30 04:23:50] "POST /id-to-fqname HTTP/1.1" 200 185 0.001219 10.0.0.141 - - [2026-03-30 04:23:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.018084 10.0.0.141 - - [2026-03-30 04:23:50] "POST /security-groups HTTP/1.1" 200 586 0.081836 10.0.0.141 - - [2026-03-30 04:23:50] "POST /projects HTTP/1.1" 200 575 0.340637 10.0.0.141 - - [2026-03-30 04:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.422864 10.0.0.241 - - [2026-03-30 04:23:50] "POST /access-control-lists HTTP/1.1" 200 593 0.028817 10.0.0.249 - - [2026-03-30 04:23:50] "GET /project/c6d005ee-e89a-47aa-bd7d-634f162391d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.583531 10.0.0.249 - - [2026-03-30 04:23:52] "GET / HTTP/1.1" 200 36215 0.001555 10.0.0.249 - - [2026-03-30 04:23:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000460 10.0.0.249 - - [2026-03-30 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.049176 10.0.0.249 - - [2026-03-30 04:23:54] "GET /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004345 10.0.0.249 - - [2026-03-30 04:23:54] "GET /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003540 10.0.0.249 - - [2026-03-30 04:23:54] "GET /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.005074 10.0.0.249 - - [2026-03-30 04:23:54] "PUT /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86 HTTP/1.1" 200 265 0.014983 10.0.0.249 - - [2026-03-30 04:23:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.026405 10.0.0.141 - - [2026-03-30 04:23:56] "GET /projects?obj_uuids=60de9138-cb86-4c89-af79-045823a002b1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003033 10.0.0.141 - - [2026-03-30 04:23:56] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001300 10.0.0.141 - - [2026-03-30 04:23:56] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007281 10.0.0.141 - - [2026-03-30 04:23:56] "POST /id-to-fqname HTTP/1.1" 200 185 0.001187 10.0.0.141 - - [2026-03-30 04:23:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.011487 10.0.0.141 - - [2026-03-30 04:23:56] "POST /security-groups HTTP/1.1" 200 586 0.033692 10.0.0.241 - - [2026-03-30 04:23:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.007620 10.0.0.141 - - [2026-03-30 04:23:56] "POST /projects HTTP/1.1" 200 575 0.241770 10.0.0.141 - - [2026-03-30 04:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.322965 10.0.0.241 - - [2026-03-30 04:23:56] "POST /access-control-lists HTTP/1.1" 200 591 0.033461 10.0.0.249 - - [2026-03-30 04:23:57] "GET /project/60de9138-cb86-4c89-af79-045823a002b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.478336 10.0.0.249 - - [2026-03-30 04:23:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.032364 10.0.0.141 - - [2026-03-30 04:23:57] "GET /projects?obj_uuids=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003477 10.0.0.141 - - [2026-03-30 04:23:57] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.141 - - [2026-03-30 04:23:57] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007643 10.0.0.141 - - [2026-03-30 04:23:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.003740 10.0.0.141 - - [2026-03-30 04:23:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.012701 10.0.0.141 - - [2026-03-30 04:23:57] "POST /security-groups HTTP/1.1" 200 586 0.073930 10.0.0.141 - - [2026-03-30 04:23:58] "POST /projects HTTP/1.1" 200 575 0.321029 10.0.0.141 - - [2026-03-30 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.384824 10.0.0.241 - - [2026-03-30 04:23:58] "POST /fqname-to-id HTTP/1.1" 404 228 0.008068 10.0.0.249 - - [2026-03-30 04:23:58] "GET /project/5daf50b7-5c9f-4c33-b776-e7dc7f194910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.552161 10.0.0.249 - - [2026-03-30 04:23:58] "GET / HTTP/1.1" 200 36215 0.001645 10.0.0.249 - - [2026-03-30 04:23:59] "GET / HTTP/1.1" 200 36215 0.002158 10.0.0.249 - - [2026-03-30 04:24:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.005378 10.0.0.249 - - [2026-03-30 04:24:00] "POST /api-access-lists HTTP/1.1" 200 523 0.029204 10.0.0.249 - - [2026-03-30 04:24:00] "GET /api-access-list/f3dba2c3-8a82-4ba4-a6f6-5613b05e12fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1268 0.006302 10.0.0.249 - - [2026-03-30 04:24:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000663 10.0.0.249 - - [2026-03-30 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.062770 10.0.0.141 - - [2026-03-30 04:24:01] "GET /projects?obj_uuids=60de9138-cb86-4c89-af79-045823a002b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001221 10.0.0.249 - - [2026-03-30 04:24:01] "GET /project/60de9138-cb86-4c89-af79-045823a002b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.079102 10.0.0.249 - - [2026-03-30 04:24:01] "GET /virtual-networks?parent_id=60de9138-cb86-4c89-af79-045823a002b1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021155 10.0.0.249 - - [2026-03-30 04:24:01] "POST /virtual-networks HTTP/1.1" 200 570 0.125973 10.0.0.241 - - [2026-03-30 04:24:01] "POST /ref-update HTTP/1.1" 200 156 0.038569 10.0.0.249 - - [2026-03-30 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.057076 10.0.0.249 - - [2026-03-30 04:24:01] "GET /network-ipam/8584ae2c-1290-4d1e-9380-7b5284b26e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.018373 10.0.0.141 - - [2026-03-30 04:24:01] "POST /useragent-kv HTTP/1.1" 200 115 0.009775 10.0.0.249 - - [2026-03-30 04:24:01] "POST /ref-update HTTP/1.1" 200 156 0.116792 10.0.0.249 - - [2026-03-30 04:24:02] "GET /virtual-network/97a91838-01f8-4159-b7eb-a363e9f6ddbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.023353 10.0.0.249 - - [2026-03-30 04:24:02] "POST /neutron/network HTTP/1.1" 200 834 0.060522 10.0.0.249 - - [2026-03-30 04:24:03] "GET /obj-perms HTTP/1.1" 200 4934 0.161119 10.0.0.249 - - [2026-03-30 04:24:04] "GET /virtual-network/97a91838-01f8-4159-b7eb-a363e9f6ddbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.031820 10.0.0.249 - - [2026-03-30 04:24:04] "GET /obj-perms HTTP/1.1" 200 4934 0.104767 10.0.0.141 - - [2026-03-30 04:24:04] "DELETE /project/60de9138cb864c89af79045823a002b1 HTTP/1.1" 404 173 0.056814 10.0.0.141 - - [2026-03-30 04:24:04] "DELETE /project/698a487e-fbb8-4934-98e5-c4b1724a86a6 HTTP/1.1" 404 177 0.080931 10.0.0.141 - - [2026-03-30 04:24:04] "DELETE /project/5daf50b75c9f4c33b776e7dc7f194910 HTTP/1.1" 404 173 0.105725 10.0.0.141 - - [2026-03-30 04:24:04] "DELETE /project/c6d005eee89a47aabd7d634f162391d6 HTTP/1.1" 404 173 0.132707 10.0.0.249 - - [2026-03-30 04:24:05] "GET /obj-perms HTTP/1.1" 200 4934 0.017212 10.0.0.249 - - [2026-03-30 04:24:05] "POST /id-to-fqname HTTP/1.1" 401 293 0.000494 10.0.0.249 - - [2026-03-30 04:24:05] "POST /id-to-fqname HTTP/1.1" 200 230 0.056098 10.0.0.141 - - [2026-03-30 04:24:07] "GET /projects?obj_uuids=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001184 10.0.0.249 - - [2026-03-30 04:24:07] "GET /project/5daf50b7-5c9f-4c33-b776-e7dc7f194910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.081261 10.0.0.249 - - [2026-03-30 04:24:07] "POST /neutron/network HTTP/1.1" 200 834 0.006804 10.0.0.249 - - [2026-03-30 04:24:07] "POST /neutron/port HTTP/1.1" 200 117 0.049653 10.0.0.141 - - [2026-03-30 04:24:08] "GET /projects?obj_uuids=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001229 10.0.0.249 - - [2026-03-30 04:24:08] "POST /neutron/port HTTP/1.1" 200 1057 0.586320 10.0.0.249 - - [2026-03-30 04:24:08] "POST /neutron/port HTTP/1.1" 200 1111 0.121795 10.0.0.249 - - [2026-03-30 04:24:08] "POST /neutron/subnet HTTP/1.1" 200 659 0.010290 10.0.0.249 - - [2026-03-30 04:24:12] "POST /neutron/port HTTP/1.1" 200 1121 0.018798 10.0.0.249 - - [2026-03-30 04:24:12] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008372 10.0.0.249 - - [2026-03-30 04:24:12] "POST /neutron/port HTTP/1.1" 200 1121 0.022976 10.0.0.249 - - [2026-03-30 04:24:13] "GET /virtual-machine/0ffe9cad-c01b-45fd-8c2c-e550aaeb478d HTTP/1.1" 401 293 0.000575 10.0.0.249 - - [2026-03-30 04:24:13] "GET /virtual-machine/0ffe9cad-c01b-45fd-8c2c-e550aaeb478d HTTP/1.1" 200 1289 0.066447 10.0.0.249 - - [2026-03-30 04:24:13] "GET /virtual-machine/0ffe9cad-c01b-45fd-8c2c-e550aaeb478d HTTP/1.1" 200 1289 0.021499 10.0.0.249 - - [2026-03-30 04:24:13] "GET /virtual-machine-interface/6552443e-1cad-448a-9ca1-fe01579bceec HTTP/1.1" 200 2536 0.026647 10.0.0.249 - - [2026-03-30 04:24:13] "GET /virtual-machine/0ffe9cad-c01b-45fd-8c2c-e550aaeb478d HTTP/1.1" 200 1289 0.019172 10.0.0.249 - - [2026-03-30 04:24:13] "GET /virtual-machine-interface/6552443e-1cad-448a-9ca1-fe01579bceec HTTP/1.1" 200 2536 0.024375 10.0.0.249 - - [2026-03-30 04:24:13] "GET /instance-ip/8b7c23c5-c0b5-426b-a64a-cff90a8163d6 HTTP/1.1" 200 1631 0.021764 10.0.0.249 - - [2026-03-30 04:24:13] "GET /virtual-machine/0ffe9cad-c01b-45fd-8c2c-e550aaeb478d HTTP/1.1" 200 1289 0.018450 10.0.0.249 - - [2026-03-30 04:24:13] "GET /virtual-machine-interface/6552443e-1cad-448a-9ca1-fe01579bceec HTTP/1.1" 200 2536 0.024109 10.0.0.249 - - [2026-03-30 04:24:13] "GET /instance-ip/8b7c23c5-c0b5-426b-a64a-cff90a8163d6 HTTP/1.1" 200 1631 0.020882 10.0.0.249 - - [2026-03-30 04:24:13] "POST /fqname-to-id HTTP/1.1" 403 339 0.017908 10.0.0.249 - - [2026-03-30 04:24:13] "GET / HTTP/1.1" 200 36215 0.001952 10.0.0.249 - - [2026-03-30 04:24:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000673 10.0.0.249 - - [2026-03-30 04:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.031201 10.0.0.249 - - [2026-03-30 04:24:14] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004982 10.0.0.249 - - [2026-03-30 04:24:14] "GET /virtual-networks?parent_id=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016378 10.0.0.249 - - [2026-03-30 04:24:14] "POST /fqname-to-id HTTP/1.1" 403 339 0.016312 10.0.0.249 - - [2026-03-30 04:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.249 - - [2026-03-30 04:24:14] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004144 10.0.0.249 - - [2026-03-30 04:24:14] "GET /virtual-networks?parent_id=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.029254 10.0.0.249 - - [2026-03-30 04:24:14] "POST /fqname-to-id HTTP/1.1" 403 339 0.016597 10.0.0.249 - - [2026-03-30 04:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.249 - - [2026-03-30 04:24:14] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003704 10.0.0.249 - - [2026-03-30 04:24:14] "GET /virtual-networks?parent_id=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019832 10.0.0.249 - - [2026-03-30 04:24:14] "POST /fqname-to-id HTTP/1.1" 403 339 0.017489 10.0.0.249 - - [2026-03-30 04:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.249 - - [2026-03-30 04:24:14] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004786 10.0.0.249 - - [2026-03-30 04:24:14] "GET /virtual-networks?parent_id=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.027349 10.0.0.249 - - [2026-03-30 04:24:14] "POST /fqname-to-id HTTP/1.1" 403 339 0.018391 10.0.0.249 - - [2026-03-30 04:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004799 10.0.0.249 - - [2026-03-30 04:24:15] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005049 10.0.0.249 - - [2026-03-30 04:24:15] "GET /virtual-networks?parent_id=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.029573 10.0.0.249 - - [2026-03-30 04:24:17] "POST /neutron/security_group HTTP/1.1" 200 2053 0.011495 10.0.0.249 - - [2026-03-30 04:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.016667 10.0.0.249 - - [2026-03-30 04:24:18] "GET /virtual-network/97a91838-01f8-4159-b7eb-a363e9f6ddbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.021044 10.0.0.249 - - [2026-03-30 04:24:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.017679 10.0.0.249 - - [2026-03-30 04:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.249 - - [2026-03-30 04:24:20] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004479 10.0.0.249 - - [2026-03-30 04:24:20] "GET /virtual-networks?parent_id=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017565 10.0.0.249 - - [2026-03-30 04:24:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.016513 10.0.0.249 - - [2026-03-30 04:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.249 - - [2026-03-30 04:24:20] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003474 10.0.0.249 - - [2026-03-30 04:24:20] "GET /virtual-networks?parent_id=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019205 10.0.0.249 - - [2026-03-30 04:24:20] "POST /fqname-to-id HTTP/1.1" 403 361 0.022007 10.0.0.249 - - [2026-03-30 04:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006641 10.0.0.249 - - [2026-03-30 04:24:20] "GET /routing-instance/e6282ae7-fdb1-435a-bf64-81ff77ed1cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.004976 10.0.0.249 - - [2026-03-30 04:24:20] "GET /route-target/b36b1b79-c86d-40a7-97b6-c37e7d3b2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017496 10.0.0.249 - - [2026-03-30 04:24:20] "GET /route-target/b36b1b79-c86d-40a7-97b6-c37e7d3b2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004455 10.0.0.249 - - [2026-03-30 04:24:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.016534 10.0.0.249 - - [2026-03-30 04:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.249 - - [2026-03-30 04:24:20] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003915 10.0.0.249 - - [2026-03-30 04:24:20] "GET /virtual-networks?parent_id=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022472 10.0.0.249 - - [2026-03-30 04:24:20] "POST /fqname-to-id HTTP/1.1" 403 361 0.018550 10.0.0.249 - - [2026-03-30 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038 10.0.0.249 - - [2026-03-30 04:24:21] "GET /routing-instance/e6282ae7-fdb1-435a-bf64-81ff77ed1cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.004380 10.0.0.249 - - [2026-03-30 04:24:21] "GET /route-target/b36b1b79-c86d-40a7-97b6-c37e7d3b2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.019283 10.0.0.249 - - [2026-03-30 04:24:21] "GET /route-target/b36b1b79-c86d-40a7-97b6-c37e7d3b2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005217 10.0.0.249 - - [2026-03-30 04:24:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.022340 10.0.0.249 - - [2026-03-30 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.249 - - [2026-03-30 04:24:21] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004423 10.0.0.249 - - [2026-03-30 04:24:21] "GET /virtual-networks?parent_id=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020170 10.0.0.249 - - [2026-03-30 04:24:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.018699 10.0.0.249 - - [2026-03-30 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.249 - - [2026-03-30 04:24:21] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005162 10.0.0.249 - - [2026-03-30 04:24:21] "GET /virtual-networks?parent_id=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020509 10.0.0.249 - - [2026-03-30 04:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.046109 10.0.0.249 - - [2026-03-30 04:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.141 - - [2026-03-30 04:24:22] "GET /obj-perms HTTP/1.1" 200 4934 0.071546 10.0.0.249 - - [2026-03-30 04:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.249 - - [2026-03-30 04:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.141 - - [2026-03-30 04:24:22] "GET /virtual-machine/0ffe9cad-c01b-45fd-8c2c-e550aaeb478d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.019308 10.0.0.249 - - [2026-03-30 04:24:22] "GET /obj-perms HTTP/1.1" 200 4934 0.015543 10.0.0.249 - - [2026-03-30 04:24:23] "GET /obj-perms HTTP/1.1" 200 5039 0.085111 10.0.0.249 - - [2026-03-30 04:24:24] "GET /obj-perms HTTP/1.1" 200 4934 0.126233 10.0.0.249 - - [2026-03-30 04:24:24] "GET /obj-perms HTTP/1.1" 200 4934 0.015221 10.0.0.241 - - [2026-03-30 04:24:25] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.073010 10.0.0.141 - - [2026-03-30 04:24:25] "GET /obj-perms HTTP/1.1" 200 4934 0.015010 10.0.0.249 - - [2026-03-30 04:24:25] "GET /virtual-machine/0ffe9cad-c01b-45fd-8c2c-e550aaeb478d HTTP/1.1" 200 1289 0.019703 10.0.0.249 - - [2026-03-30 04:24:26] "POST /neutron/port HTTP/1.1" 200 151 0.196410 10.0.0.249 - - [2026-03-30 04:24:27] "GET /virtual-machine/0ffe9cad-c01b-45fd-8c2c-e550aaeb478d HTTP/1.1" 404 171 0.019201 10.0.0.249 - - [2026-03-30 04:24:27] "GET /virtual-machine/0ffe9cad-c01b-45fd-8c2c-e550aaeb478d HTTP/1.1" 404 171 0.014234 10.0.0.249 - - [2026-03-30 04:24:27] "GET /virtual-machine/0ffe9cad-c01b-45fd-8c2c-e550aaeb478d HTTP/1.1" 404 171 0.014336 10.0.0.249 - - [2026-03-30 04:24:27] "POST /fqname-to-id HTTP/1.1" 403 339 0.016776 10.0.0.249 - - [2026-03-30 04:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.249 - - [2026-03-30 04:24:27] "GET /global-vrouter-config/cab5fcfe-2d70-4a20-8068-1635d496a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.008142 10.0.0.249 - - [2026-03-30 04:24:27] "GET /virtual-networks?parent_id=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019863 10.0.0.249 - - [2026-03-30 04:24:27] "POST /fqname-to-id HTTP/1.1" 403 361 0.019980 10.0.0.249 - - [2026-03-30 04:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.249 - - [2026-03-30 04:24:27] "GET /routing-instance/e6282ae7-fdb1-435a-bf64-81ff77ed1cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.004145 10.0.0.249 - - [2026-03-30 04:24:27] "GET /route-target/b36b1b79-c86d-40a7-97b6-c37e7d3b2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.020569 10.0.0.249 - - [2026-03-30 04:24:27] "GET /route-target/b36b1b79-c86d-40a7-97b6-c37e7d3b2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004909 10.0.0.249 - - [2026-03-30 04:24:28] "GET /obj-perms HTTP/1.1" 200 4934 0.017160 10.0.0.249 - - [2026-03-30 04:24:29] "GET /obj-perms HTTP/1.1" 200 5075 0.120665 10.0.0.141 - - [2026-03-30 04:24:29] "GET /obj-perms HTTP/1.1" 200 5039 0.063934 10.0.0.249 - - [2026-03-30 04:24:35] "GET /obj-perms HTTP/1.1" 200 5039 0.004473 10.0.0.141 - - [2026-03-30 04:24:38] "GET /obj-perms HTTP/1.1" 200 5039 0.005843 10.0.0.249 - - [2026-03-30 04:24:45] "GET /obj-perms HTTP/1.1" 200 5039 0.005810 10.0.0.141 - - [2026-03-30 04:24:48] "GET /obj-perms HTTP/1.1" 200 5039 0.003919 10.0.0.249 - - [2026-03-30 04:24:48] "GET /obj-perms HTTP/1.1" 200 5039 0.003788 10.0.0.141 - - [2026-03-30 04:24:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004798 10.0.0.241 - - [2026-03-30 04:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.012763 10.0.0.141 - - [2026-03-30 04:24:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003506 10.0.0.249 - - [2026-03-30 04:24:48] "DELETE /virtual-network/97a91838-01f8-4159-b7eb-a363e9f6ddbb HTTP/1.1" 200 115 0.159211 10.0.0.249 - - [2026-03-30 04:24:49] "DELETE /api-access-list/f3dba2c3-8a82-4ba4-a6f6-5613b05e12fa HTTP/1.1" 200 115 0.039728 10.0.0.141 - - [2026-03-30 04:24:49] "GET /projects?obj_uuids=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000975 10.0.0.249 - - [2026-03-30 04:24:49] "GET /project/5daf50b7-5c9f-4c33-b776-e7dc7f194910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.046859 10.0.0.141 - - [2026-03-30 04:24:49] "GET /projects?obj_uuids=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001513 10.0.0.249 - - [2026-03-30 04:24:49] "GET /project/5daf50b7-5c9f-4c33-b776-e7dc7f194910?fields=virtual_networks HTTP/1.1" 200 1024 0.050722 10.0.0.141 - - [2026-03-30 04:24:49] "GET /projects?obj_uuids=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001066 10.0.0.249 - - [2026-03-30 04:24:49] "GET /project/5daf50b7-5c9f-4c33-b776-e7dc7f194910?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.044742 10.0.0.141 - - [2026-03-30 04:24:49] "GET /projects?obj_uuids=5daf50b7-5c9f-4c33-b776-e7dc7f194910&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001202 10.0.0.249 - - [2026-03-30 04:24:49] "GET /project/5daf50b7-5c9f-4c33-b776-e7dc7f194910?fields=security_groups HTTP/1.1" 200 1246 0.087622 10.0.0.141 - - [2026-03-30 04:24:50] "GET /projects?obj_uuids=60de9138-cb86-4c89-af79-045823a002b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001208 10.0.0.249 - - [2026-03-30 04:24:50] "GET /project/60de9138-cb86-4c89-af79-045823a002b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.052673 10.0.0.141 - - [2026-03-30 04:24:50] "GET /projects?obj_uuids=60de9138-cb86-4c89-af79-045823a002b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002134 10.0.0.249 - - [2026-03-30 04:24:50] "GET /project/60de9138-cb86-4c89-af79-045823a002b1?fields=virtual_networks HTTP/1.1" 200 1024 0.049109 10.0.0.141 - - [2026-03-30 04:24:50] "GET /projects?obj_uuids=60de9138-cb86-4c89-af79-045823a002b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001038 10.0.0.249 - - [2026-03-30 04:24:50] "GET /project/60de9138-cb86-4c89-af79-045823a002b1?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.045022 10.0.0.141 - - [2026-03-30 04:24:50] "GET /projects?obj_uuids=60de9138-cb86-4c89-af79-045823a002b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001154 10.0.0.249 - - [2026-03-30 04:24:50] "GET /project/60de9138-cb86-4c89-af79-045823a002b1?fields=security_groups HTTP/1.1" 200 1246 0.047057 10.0.0.249 - - [2026-03-30 04:24:52] "GET /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.004728 10.0.0.249 - - [2026-03-30 04:24:52] "PUT /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86 HTTP/1.1" 200 265 0.013786 10.0.0.141 - - [2026-03-30 04:24:52] "GET /projects?obj_uuids=c6d005ee-e89a-47aa-bd7d-634f162391d6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.249 - - [2026-03-30 04:24:52] "GET /project/c6d005ee-e89a-47aa-bd7d-634f162391d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.040366 10.0.0.141 - - [2026-03-30 04:24:52] "GET /projects?obj_uuids=c6d005ee-e89a-47aa-bd7d-634f162391d6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002490 10.0.0.249 - - [2026-03-30 04:24:53] "GET /project/c6d005ee-e89a-47aa-bd7d-634f162391d6?fields=virtual_networks HTTP/1.1" 200 1025 0.081897 10.0.0.141 - - [2026-03-30 04:24:53] "GET /projects?obj_uuids=c6d005ee-e89a-47aa-bd7d-634f162391d6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001970 10.0.0.249 - - [2026-03-30 04:24:53] "GET /project/c6d005ee-e89a-47aa-bd7d-634f162391d6?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.048663 10.0.0.141 - - [2026-03-30 04:24:53] "GET /projects?obj_uuids=c6d005ee-e89a-47aa-bd7d-634f162391d6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000989 10.0.0.249 - - [2026-03-30 04:24:53] "GET /project/c6d005ee-e89a-47aa-bd7d-634f162391d6?fields=security_groups HTTP/1.1" 200 1247 0.047002 10.0.0.249 - - [2026-03-30 04:24:54] "POST /fqname-to-id HTTP/1.1" 404 188 0.036868 10.0.0.141 - - [2026-03-30 04:24:54] "GET /projects?obj_uuids=25303b50-368f-4514-8749-4ce2031eb6b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004155 10.0.0.141 - - [2026-03-30 04:24:54] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001011 10.0.0.141 - - [2026-03-30 04:24:54] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007554 10.0.0.141 - - [2026-03-30 04:24:54] "POST /id-to-fqname HTTP/1.1" 200 190 0.002101 10.0.0.141 - - [2026-03-30 04:24:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.005741 10.0.0.141 - - [2026-03-30 04:24:54] "POST /security-groups HTTP/1.1" 200 591 0.044571 10.0.0.141 - - [2026-03-30 04:24:54] "POST /projects HTTP/1.1" 200 585 0.255279 10.0.0.241 - - [2026-03-30 04:24:54] "POST /access-control-lists HTTP/1.1" 200 598 0.049079 10.0.0.141 - - [2026-03-30 04:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.334822 10.0.0.249 - - [2026-03-30 04:24:54] "GET /project/25303b50-368f-4514-8749-4ce2031eb6b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.513563 10.0.0.249 - - [2026-03-30 04:24:56] "GET / HTTP/1.1" 200 36215 0.001728 10.0.0.249 - - [2026-03-30 04:24:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000468 10.0.0.249 - - [2026-03-30 04:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.058078 10.0.0.249 - - [2026-03-30 04:24:59] "GET /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003927 10.0.0.249 - - [2026-03-30 04:24:59] "GET /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004725 10.0.0.249 - - [2026-03-30 04:24:59] "GET /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003731 10.0.0.249 - - [2026-03-30 04:24:59] "PUT /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86 HTTP/1.1" 200 265 0.012940 10.0.0.249 - - [2026-03-30 04:25:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.052790 10.0.0.141 - - [2026-03-30 04:25:00] "GET /projects?obj_uuids=a8a29c5f-ac7d-4f55-b14a-27df60447b90&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003424 10.0.0.141 - - [2026-03-30 04:25:00] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.141 - - [2026-03-30 04:25:00] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008277 10.0.0.141 - - [2026-03-30 04:25:00] "POST /id-to-fqname HTTP/1.1" 200 190 0.001543 10.0.0.141 - - [2026-03-30 04:25:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.005807 10.0.0.141 - - [2026-03-30 04:25:00] "POST /security-groups HTTP/1.1" 200 591 0.034116 10.0.0.241 - - [2026-03-30 04:25:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.004876 10.0.0.141 - - [2026-03-30 04:25:00] "POST /projects HTTP/1.1" 200 585 0.261079 10.0.0.141 - - [2026-03-30 04:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.298879 10.0.0.249 - - [2026-03-30 04:25:00] "GET /project/a8a29c5f-ac7d-4f55-b14a-27df60447b90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.476929 10.0.0.241 - - [2026-03-30 04:25:00] "POST /access-control-lists HTTP/1.1" 200 596 0.049984 10.0.0.249 - - [2026-03-30 04:25:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.039093 10.0.0.141 - - [2026-03-30 04:25:01] "GET /projects?obj_uuids=35268639-8506-4994-8f4f-27ecd3f55202&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004767 10.0.0.141 - - [2026-03-30 04:25:01] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.141 - - [2026-03-30 04:25:01] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007230 10.0.0.141 - - [2026-03-30 04:25:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.001421 10.0.0.141 - - [2026-03-30 04:25:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.006387 10.0.0.141 - - [2026-03-30 04:25:01] "POST /security-groups HTTP/1.1" 200 591 0.039536 10.0.0.141 - - [2026-03-30 04:25:01] "POST /projects HTTP/1.1" 200 585 0.287448 10.0.0.141 - - [2026-03-30 04:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.343476 10.0.0.241 - - [2026-03-30 04:25:01] "POST /fqname-to-id HTTP/1.1" 404 233 0.013803 10.0.0.249 - - [2026-03-30 04:25:01] "GET /project/35268639-8506-4994-8f4f-27ecd3f55202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.533631 10.0.0.249 - - [2026-03-30 04:25:02] "GET / HTTP/1.1" 200 36215 0.001781 10.0.0.249 - - [2026-03-30 04:25:03] "GET / HTTP/1.1" 200 36215 0.001779 10.0.0.249 - - [2026-03-30 04:25:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.007086 10.0.0.249 - - [2026-03-30 04:25:04] "POST /api-access-lists HTTP/1.1" 200 523 0.048628 10.0.0.249 - - [2026-03-30 04:25:04] "GET /api-access-list/7d09338d-c696-49ce-929e-bb1fd8154b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004854 10.0.0.241 - - [2026-03-30 04:25:04] "DELETE /access-control-list/0c2c6f3f-5647-4f10-89b3-abc33baa20bb HTTP/1.1" 200 115 0.057000 10.0.0.241 - - [2026-03-30 04:25:04] "DELETE /access-control-list/a640f437-f3b1-4274-9cbf-1b617291e995 HTTP/1.1" 200 115 0.043773 10.0.0.249 - - [2026-03-30 04:25:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000428 10.0.0.141 - - [2026-03-30 04:25:05] "DELETE /project/25303b50368f451487494ce2031eb6b6 HTTP/1.1" 404 173 0.011305 10.0.0.141 - - [2026-03-30 04:25:05] "DELETE /project/c6d005ee-e89a-47aa-bd7d-634f162391d6 HTTP/1.1" 404 177 0.008304 10.0.0.141 - - [2026-03-30 04:25:05] "DELETE /project/35268639850649948f4f27ecd3f55202 HTTP/1.1" 404 173 0.010730 10.0.0.141 - - [2026-03-30 04:25:05] "DELETE /project/a8a29c5fac7d4f55b14a27df60447b90 HTTP/1.1" 404 173 0.007771 10.0.0.141 - - [2026-03-30 04:25:05] "DELETE /project/60de9138-cb86-4c89-af79-045823a002b1 HTTP/1.1" 404 177 0.009107 10.0.0.141 - - [2026-03-30 04:25:05] "DELETE /project/5daf50b7-5c9f-4c33-b776-e7dc7f194910 HTTP/1.1" 404 177 0.022729 10.0.0.249 - - [2026-03-30 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.340713 10.0.0.141 - - [2026-03-30 04:25:06] "GET /projects?obj_uuids=a8a29c5f-ac7d-4f55-b14a-27df60447b90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001339 10.0.0.249 - - [2026-03-30 04:25:06] "GET /project/a8a29c5f-ac7d-4f55-b14a-27df60447b90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.069818 10.0.0.249 - - [2026-03-30 04:25:06] "GET /virtual-networks?parent_id=a8a29c5f-ac7d-4f55-b14a-27df60447b90&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018176 10.0.0.249 - - [2026-03-30 04:25:06] "POST /virtual-networks HTTP/1.1" 200 585 0.105076 10.0.0.241 - - [2026-03-30 04:25:06] "POST /ref-update HTTP/1.1" 200 156 0.022015 10.0.0.249 - - [2026-03-30 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.025975 10.0.0.249 - - [2026-03-30 04:25:06] "GET /network-ipam/8584ae2c-1290-4d1e-9380-7b5284b26e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.019023 10.0.0.141 - - [2026-03-30 04:25:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004997 10.0.0.249 - - [2026-03-30 04:25:07] "POST /ref-update HTTP/1.1" 200 156 0.091197 10.0.0.249 - - [2026-03-30 04:25:07] "GET /virtual-network/8fa6e891-5e8d-4922-9864-28ade2546fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.021342 10.0.0.249 - - [2026-03-30 04:25:07] "POST /neutron/network HTTP/1.1" 200 849 0.071361 10.0.0.249 - - [2026-03-30 04:25:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.249 - - [2026-03-30 04:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.052095 10.0.0.141 - - [2026-03-30 04:25:07] "GET /projects?obj_uuids=35268639-8506-4994-8f4f-27ecd3f55202&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001540 10.0.0.249 - - [2026-03-30 04:25:08] "GET /project/35268639-8506-4994-8f4f-27ecd3f55202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.080566 10.0.0.249 - - [2026-03-30 04:25:08] "GET /virtual-networks?parent_id=35268639-8506-4994-8f4f-27ecd3f55202&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024912 10.0.0.249 - - [2026-03-30 04:25:08] "POST /virtual-networks HTTP/1.1" 200 585 0.101037 10.0.0.249 - - [2026-03-30 04:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.031216 10.0.0.249 - - [2026-03-30 04:25:08] "GET /network-ipam/8584ae2c-1290-4d1e-9380-7b5284b26e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.019029 10.0.0.141 - - [2026-03-30 04:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.010649 10.0.0.249 - - [2026-03-30 04:25:08] "POST /ref-update HTTP/1.1" 200 156 0.098601 10.0.0.249 - - [2026-03-30 04:25:08] "POST /neutron/network HTTP/1.1" 200 847 0.061126 10.0.0.249 - - [2026-03-30 04:25:08] "GET /virtual-network/5b22e5f7-a741-427a-baf6-4cf7bff6d580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.021472 10.0.0.249 - - [2026-03-30 04:25:10] "GET /virtual-network/8fa6e891-5e8d-4922-9864-28ade2546fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.049721 10.0.0.249 - - [2026-03-30 04:25:10] "GET /virtual-network/8fa6e891-5e8d-4922-9864-28ade2546fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.051724 10.0.0.241 - - [2026-03-30 04:25:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000440 10.0.0.141 - - [2026-03-30 04:25:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000451 10.0.0.249 - - [2026-03-30 04:25:12] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.057839 10.0.0.249 - - [2026-03-30 04:25:12] "GET /obj-perms HTTP/1.1" 200 5049 0.079901 10.0.0.249 - - [2026-03-30 04:25:13] "PUT /virtual-network/8fa6e891-5e8d-4922-9864-28ade2546fa2 HTTP/1.1" 200 265 0.059484 10.0.0.249 - - [2026-03-30 04:25:13] "GET /virtual-network/8fa6e891-5e8d-4922-9864-28ade2546fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.014407 10.0.0.249 - - [2026-03-30 04:25:13] "GET /virtual-network/8fa6e891-5e8d-4922-9864-28ade2546fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.044457 10.0.0.241 - - [2026-03-30 04:25:13] "GET /obj-perms HTTP/1.1" 403 257 0.064293 10.0.0.141 - - [2026-03-30 04:25:14] "GET /obj-perms HTTP/1.1" 403 257 0.060429 10.0.0.249 - - [2026-03-30 04:25:14] "GET /virtual-network/8fa6e891-5e8d-4922-9864-28ade2546fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2022 0.023923 10.0.0.249 - - [2026-03-30 04:25:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.036288 10.0.0.249 - - [2026-03-30 04:25:14] "GET /obj-perms HTTP/1.1" 200 5049 0.003647 10.0.0.249 - - [2026-03-30 04:25:14] "PUT /virtual-network/8fa6e891-5e8d-4922-9864-28ade2546fa2 HTTP/1.1" 200 265 0.069216 10.0.0.141 - - [2026-03-30 04:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004266 10.0.0.141 - - [2026-03-30 04:25:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002592 10.0.0.249 - - [2026-03-30 04:25:15] "DELETE /virtual-network/5b22e5f7-a741-427a-baf6-4cf7bff6d580 HTTP/1.1" 200 115 0.161240 10.0.0.241 - - [2026-03-30 04:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008153 10.0.0.141 - - [2026-03-30 04:25:15] "POST /useragent-kv HTTP/1.1" 200 115 0.008065 10.0.0.141 - - [2026-03-30 04:25:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002640 10.0.0.249 - - [2026-03-30 04:25:15] "DELETE /virtual-network/8fa6e891-5e8d-4922-9864-28ade2546fa2 HTTP/1.1" 200 115 0.138406 10.0.0.241 - - [2026-03-30 04:25:15] "DELETE /route-target/7c21d627-8218-4a04-bb43-4f8482612517 HTTP/1.1" 200 115 0.022156 10.0.0.249 - - [2026-03-30 04:25:15] "DELETE /api-access-list/7d09338d-c696-49ce-929e-bb1fd8154b05 HTTP/1.1" 200 115 0.030745 10.0.0.141 - - [2026-03-30 04:25:15] "GET /projects?obj_uuids=35268639-8506-4994-8f4f-27ecd3f55202&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.249 - - [2026-03-30 04:25:15] "GET /project/35268639-8506-4994-8f4f-27ecd3f55202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046201 10.0.0.141 - - [2026-03-30 04:25:15] "GET /projects?obj_uuids=35268639-8506-4994-8f4f-27ecd3f55202&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001068 10.0.0.249 - - [2026-03-30 04:25:15] "GET /project/35268639-8506-4994-8f4f-27ecd3f55202?fields=virtual_networks HTTP/1.1" 200 1034 0.046344 10.0.0.141 - - [2026-03-30 04:25:15] "GET /projects?obj_uuids=35268639-8506-4994-8f4f-27ecd3f55202&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001013 10.0.0.249 - - [2026-03-30 04:25:15] "GET /project/35268639-8506-4994-8f4f-27ecd3f55202?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.067380 10.0.0.141 - - [2026-03-30 04:25:15] "GET /projects?obj_uuids=35268639-8506-4994-8f4f-27ecd3f55202&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001288 10.0.0.249 - - [2026-03-30 04:25:15] "GET /project/35268639-8506-4994-8f4f-27ecd3f55202?fields=security_groups HTTP/1.1" 200 1261 0.039883 10.0.0.141 - - [2026-03-30 04:25:16] "GET /projects?obj_uuids=a8a29c5f-ac7d-4f55-b14a-27df60447b90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.249 - - [2026-03-30 04:25:16] "GET /project/a8a29c5f-ac7d-4f55-b14a-27df60447b90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051952 10.0.0.141 - - [2026-03-30 04:25:16] "GET /projects?obj_uuids=a8a29c5f-ac7d-4f55-b14a-27df60447b90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.249 - - [2026-03-30 04:25:16] "GET /project/a8a29c5f-ac7d-4f55-b14a-27df60447b90?fields=virtual_networks HTTP/1.1" 200 1035 0.043469 10.0.0.141 - - [2026-03-30 04:25:16] "GET /projects?obj_uuids=a8a29c5f-ac7d-4f55-b14a-27df60447b90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001078 10.0.0.249 - - [2026-03-30 04:25:16] "GET /project/a8a29c5f-ac7d-4f55-b14a-27df60447b90?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.041490 10.0.0.141 - - [2026-03-30 04:25:16] "GET /projects?obj_uuids=a8a29c5f-ac7d-4f55-b14a-27df60447b90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.249 - - [2026-03-30 04:25:16] "GET /project/a8a29c5f-ac7d-4f55-b14a-27df60447b90?fields=security_groups HTTP/1.1" 200 1262 0.054210 10.0.0.249 - - [2026-03-30 04:25:19] "GET / HTTP/1.1" 200 36215 0.001650 10.0.0.249 - - [2026-03-30 04:25:20] "GET / HTTP/1.1" 200 36215 0.001999 10.0.0.249 - - [2026-03-30 04:25:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000436 10.0.0.249 - - [2026-03-30 04:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.108918 10.0.0.141 - - [2026-03-30 04:25:21] "GET /projects?obj_uuids=25303b50-368f-4514-8749-4ce2031eb6b6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001219 10.0.0.249 - - [2026-03-30 04:25:21] "GET /project/25303b50-368f-4514-8749-4ce2031eb6b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.076746 10.0.0.249 - - [2026-03-30 04:25:21] "GET /virtual-networks?parent_id=25303b50-368f-4514-8749-4ce2031eb6b6&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.014266 10.0.0.249 - - [2026-03-30 04:25:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.013832 10.0.0.249 - - [2026-03-30 04:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.017313 10.0.0.141 - - [2026-03-30 04:25:21] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.249 - - [2026-03-30 04:25:21] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.023580 10.0.0.249 - - [2026-03-30 04:25:21] "POST /service-templates HTTP/1.1" 403 264 0.013598 10.0.0.249 - - [2026-03-30 04:25:21] "POST /fqname-to-id HTTP/1.1" 404 215 0.003385 10.0.0.249 - - [2026-03-30 04:25:21] "POST /api-access-lists HTTP/1.1" 200 557 0.029251 10.0.0.249 - - [2026-03-30 04:25:21] "GET /api-access-list/0a695e55-cf36-410b-8482-82100a9a8232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.005561 10.0.0.249 - - [2026-03-30 04:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.018944 10.0.0.141 - - [2026-03-30 04:25:21] "GET /projects?obj_uuids=25303b50-368f-4514-8749-4ce2031eb6b6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001731 10.0.0.249 - - [2026-03-30 04:25:21] "GET /project/25303b50-368f-4514-8749-4ce2031eb6b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.092568 10.0.0.249 - - [2026-03-30 04:25:21] "GET /virtual-networks?parent_id=25303b50-368f-4514-8749-4ce2031eb6b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018059 10.0.0.249 - - [2026-03-30 04:25:21] "POST /virtual-networks HTTP/1.1" 200 585 0.112256 10.0.0.249 - - [2026-03-30 04:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.021784 10.0.0.249 - - [2026-03-30 04:25:22] "GET /network-ipam/8584ae2c-1290-4d1e-9380-7b5284b26e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.027096 10.0.0.141 - - [2026-03-30 04:25:22] "POST /useragent-kv HTTP/1.1" 200 115 0.006109 10.0.0.249 - - [2026-03-30 04:25:22] "POST /ref-update HTTP/1.1" 200 156 0.091794 10.0.0.249 - - [2026-03-30 04:25:22] "POST /neutron/network HTTP/1.1" 200 849 0.081619 10.0.0.249 - - [2026-03-30 04:25:22] "GET /virtual-network/d31e865a-6245-4a5e-87ea-654be9a4e504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.029888 10.0.0.249 - - [2026-03-30 04:25:22] "POST /neutron/subnet HTTP/1.1" 200 681 0.052352 10.0.0.249 - - [2026-03-30 04:25:22] "GET /virtual-network/d31e865a-6245-4a5e-87ea-654be9a4e504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.006144 10.0.0.249 - - [2026-03-30 04:25:22] "GET /network-ipam/8584ae2c-1290-4d1e-9380-7b5284b26e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.004549 10.0.0.249 - - [2026-03-30 04:25:23] "GET /virtual-network/d31e865a-6245-4a5e-87ea-654be9a4e504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.006316 10.0.0.241 - - [2026-03-30 04:25:23] "GET /obj-perms HTTP/1.1" 200 5049 0.116528 10.0.0.141 - - [2026-03-30 04:25:24] "GET /obj-perms HTTP/1.1" 200 5049 0.066039 10.0.0.249 - - [2026-03-30 04:25:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.019615 10.0.0.249 - - [2026-03-30 04:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.016736 10.0.0.141 - - [2026-03-30 04:25:24] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.249 - - [2026-03-30 04:25:24] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.022441 10.0.0.249 - - [2026-03-30 04:25:24] "POST /service-templates HTTP/1.1" 403 264 0.018729 10.0.0.249 - - [2026-03-30 04:25:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.004433 10.0.0.249 - - [2026-03-30 04:25:24] "POST /api-access-lists HTTP/1.1" 200 523 0.025561 10.0.0.249 - - [2026-03-30 04:25:24] "GET /api-access-list/6ce0b221-446f-4cf7-a4be-77b351aecce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.011499 10.0.0.249 - - [2026-03-30 04:25:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.018800 10.0.0.249 - - [2026-03-30 04:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.017079 10.0.0.141 - - [2026-03-30 04:25:24] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.249 - - [2026-03-30 04:25:24] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.026284 10.0.0.249 - - [2026-03-30 04:25:24] "POST /service-templates HTTP/1.1" 200 553 0.053155 10.0.0.249 - - [2026-03-30 04:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.031865 10.0.0.249 - - [2026-03-30 04:25:25] "GET /service-template/ea4ac622-7de5-45d3-b685-48431db602e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.020065 10.0.0.249 - - [2026-03-30 04:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.028174 10.0.0.249 - - [2026-03-30 04:25:25] "GET /service-template/ea4ac622-7de5-45d3-b685-48431db602e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.020644 10.0.0.249 - - [2026-03-30 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.241 - - [2026-03-30 04:25:26] "GET /virtual-network/d31e865a-6245-4a5e-87ea-654be9a4e504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.052390 10.0.0.141 - - [2026-03-30 04:25:27] "GET /virtual-network/d31e865a-6245-4a5e-87ea-654be9a4e504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.042902 10.0.0.249 - - [2026-03-30 04:25:27] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.047691 10.0.0.249 - - [2026-03-30 04:25:27] "GET /api-access-list/0a695e55-cf36-410b-8482-82100a9a8232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.003498 10.0.0.249 - - [2026-03-30 04:25:27] "PUT /api-access-list/0a695e55-cf36-410b-8482-82100a9a8232 HTTP/1.1" 200 265 0.014688 10.0.0.249 - - [2026-03-30 04:25:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000548 10.0.0.249 - - [2026-03-30 04:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.059094 10.0.0.141 - - [2026-03-30 04:25:27] "GET /projects?obj_uuids=25303b50-368f-4514-8749-4ce2031eb6b6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001172 10.0.0.249 - - [2026-03-30 04:25:27] "GET /project/25303b50-368f-4514-8749-4ce2031eb6b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.077728 10.0.0.249 - - [2026-03-30 04:25:28] "GET /virtual-networks?parent_id=25303b50-368f-4514-8749-4ce2031eb6b6&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.023639 10.0.0.249 - - [2026-03-30 04:25:28] "POST /virtual-networks HTTP/1.1" 403 263 0.022882 10.0.0.249 - - [2026-03-30 04:25:28] "GET /virtual-network/d31e865a-6245-4a5e-87ea-654be9a4e504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.026384 10.0.0.249 - - [2026-03-30 04:25:28] "GET /api-access-list/6ce0b221-446f-4cf7-a4be-77b351aecce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004071 10.0.0.249 - - [2026-03-30 04:25:28] "PUT /api-access-list/6ce0b221-446f-4cf7-a4be-77b351aecce9 HTTP/1.1" 200 265 0.011117 10.0.0.249 - - [2026-03-30 04:25:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.015705 10.0.0.249 - - [2026-03-30 04:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.015413 10.0.0.141 - - [2026-03-30 04:25:28] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.249 - - [2026-03-30 04:25:28] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.025915 10.0.0.249 - - [2026-03-30 04:25:28] "POST /service-templates HTTP/1.1" 403 264 0.015860 10.0.0.249 - - [2026-03-30 04:25:28] "GET /api-access-list/0a695e55-cf36-410b-8482-82100a9a8232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.004170 10.0.0.249 - - [2026-03-30 04:25:28] "PUT /api-access-list/0a695e55-cf36-410b-8482-82100a9a8232 HTTP/1.1" 200 265 0.011095 10.0.0.249 - - [2026-03-30 04:25:29] "GET /api-access-list/6ce0b221-446f-4cf7-a4be-77b351aecce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.004325 10.0.0.249 - - [2026-03-30 04:25:29] "PUT /api-access-list/6ce0b221-446f-4cf7-a4be-77b351aecce9 HTTP/1.1" 200 265 0.014603 10.0.0.249 - - [2026-03-30 04:25:30] "GET /obj-perms HTTP/1.1" 403 257 0.019281 10.0.0.249 - - [2026-03-30 04:25:31] "GET /obj-perms HTTP/1.1" 403 257 0.070731 10.0.0.241 - - [2026-03-30 04:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.032141 10.0.0.241 - - [2026-03-30 04:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.141 - - [2026-03-30 04:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.032240 10.0.0.141 - - [2026-03-30 04:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.249 - - [2026-03-30 04:25:32] "GET /obj-perms HTTP/1.1" 403 257 0.015992 10.0.0.249 - - [2026-03-30 04:25:32] "GET /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.004575 10.0.0.249 - - [2026-03-30 04:25:32] "PUT /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86 HTTP/1.1" 200 265 0.015107 10.0.0.249 - - [2026-03-30 04:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.249 - - [2026-03-30 04:25:32] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.045298 10.0.0.249 - - [2026-03-30 04:25:32] "DELETE /api-access-list/0a695e55-cf36-410b-8482-82100a9a8232 HTTP/1.1" 200 115 0.045018 10.0.0.249 - - [2026-03-30 04:25:32] "DELETE /api-access-list/6ce0b221-446f-4cf7-a4be-77b351aecce9 HTTP/1.1" 200 115 0.037625 10.0.0.249 - - [2026-03-30 04:25:34] "GET /virtual-network/d31e865a-6245-4a5e-87ea-654be9a4e504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.045731 10.0.0.241 - - [2026-03-30 04:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.141 - - [2026-03-30 04:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.249 - - [2026-03-30 04:25:34] "GET /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.004121 10.0.0.249 - - [2026-03-30 04:25:34] "PUT /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86 HTTP/1.1" 200 265 0.013505 10.0.0.249 - - [2026-03-30 04:25:35] "GET /obj-perms HTTP/1.1" 403 257 0.012496 10.0.0.249 - - [2026-03-30 04:25:35] "GET /obj-perms HTTP/1.1" 403 257 0.011057 10.0.0.249 - - [2026-03-30 04:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.015941 10.0.0.249 - - [2026-03-30 04:25:35] "DELETE /service-template/ea4ac622-7de5-45d3-b685-48431db602e6 HTTP/1.1" 200 115 0.040243 10.0.0.249 - - [2026-03-30 04:25:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.032228 10.0.0.141 - - [2026-03-30 04:25:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002575 10.0.0.241 - - [2026-03-30 04:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.141 - - [2026-03-30 04:25:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004574 10.0.0.249 - - [2026-03-30 04:25:35] "DELETE /virtual-network/d31e865a-6245-4a5e-87ea-654be9a4e504 HTTP/1.1" 200 115 0.129233 10.0.0.249 - - [2026-03-30 04:25:35] "GET /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004570 10.0.0.249 - - [2026-03-30 04:25:35] "PUT /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86 HTTP/1.1" 200 265 0.015601 10.0.0.249 - - [2026-03-30 04:25:35] "GET /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.005363 10.0.0.249 - - [2026-03-30 04:25:35] "PUT /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86 HTTP/1.1" 200 265 0.013830 10.0.0.249 - - [2026-03-30 04:25:37] "GET /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.004397 10.0.0.249 - - [2026-03-30 04:25:37] "PUT /api-access-list/ba5ba6cd-af10-47df-9fa2-98849fc57b86 HTTP/1.1" 200 265 0.012883 10.0.0.141 - - [2026-03-30 04:25:37] "GET /projects?obj_uuids=25303b50-368f-4514-8749-4ce2031eb6b6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001077 10.0.0.249 - - [2026-03-30 04:25:37] "GET /project/25303b50-368f-4514-8749-4ce2031eb6b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.042771 10.0.0.141 - - [2026-03-30 04:25:37] "GET /projects?obj_uuids=25303b50-368f-4514-8749-4ce2031eb6b6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001218 10.0.0.249 - - [2026-03-30 04:25:37] "GET /project/25303b50-368f-4514-8749-4ce2031eb6b6?fields=virtual_networks HTTP/1.1" 200 1033 0.045677 10.0.0.141 - - [2026-03-30 04:25:37] "GET /projects?obj_uuids=25303b50-368f-4514-8749-4ce2031eb6b6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.249 - - [2026-03-30 04:25:37] "GET /project/25303b50-368f-4514-8749-4ce2031eb6b6?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.039341 10.0.0.141 - - [2026-03-30 04:25:37] "GET /projects?obj_uuids=25303b50-368f-4514-8749-4ce2031eb6b6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001088 10.0.0.249 - - [2026-03-30 04:25:37] "GET /project/25303b50-368f-4514-8749-4ce2031eb6b6?fields=security_groups HTTP/1.1" 200 1260 0.035636 10.0.0.141 - - [2026-03-30 04:25:38] "GET /projects?obj_uuids=5eb5c387-50ec-491e-b367-383085e60b1e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001045 10.0.0.249 - - [2026-03-30 04:25:38] "GET /project/5eb5c387-50ec-491e-b367-383085e60b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.047016 [Introspect:8084]10.0.0.249 - - [2026-03-30 04:25:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3167 0.001199 10.0.0.249 - - [2026-03-30 04:25:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.046358 10.0.0.141 - - [2026-03-30 04:25:41] "GET /projects?obj_uuids=76d9856f-4db6-4db8-acac-e47a6cc495ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003371 10.0.0.141 - - [2026-03-30 04:25:41] "GET /domains?obj_uuids=915c2541-ccc7-4e90-b8b1-1d89c2512d73&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002153 10.0.0.141 - - [2026-03-30 04:25:41] "GET /domain/915c2541-ccc7-4e90-b8b1-1d89c2512d73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010975 10.0.0.141 - - [2026-03-30 04:25:41] "POST /id-to-fqname HTTP/1.1" 200 186 0.002242 10.0.0.141 - - [2026-03-30 04:25:41] "POST /fqname-to-id HTTP/1.1" 404 195 0.007386 10.0.0.141 - - [2026-03-30 04:25:41] "POST /security-groups HTTP/1.1" 200 587 0.080093 10.0.0.141 - - [2026-03-30 04:25:41] "POST /projects HTTP/1.1" 200 577 0.293792 10.0.0.141 - - [2026-03-30 04:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.329970 10.0.0.241 - - [2026-03-30 04:25:41] "POST /access-control-lists HTTP/1.1" 200 594 0.032634 10.0.0.249 - - [2026-03-30 04:25:41] "GET /project/76d9856f-4db6-4db8-acac-e47a6cc495ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.505582 10.0.0.249 - - [2026-03-30 04:25:43] "GET / HTTP/1.1" 200 36215 0.001495 10.0.0.141 - - [2026-03-30 04:25:43] "GET /projects?obj_uuids=76d9856f-4db6-4db8-acac-e47a6cc495ab&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001050 10.0.0.249 - - [2026-03-30 04:25:43] "GET /project/76d9856f-4db6-4db8-acac-e47a6cc495ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.039798 10.0.0.141 - - [2026-03-30 04:25:43] "GET /projects?obj_uuids=76d9856f-4db6-4db8-acac-e47a6cc495ab&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001917 10.0.0.249 - - [2026-03-30 04:25:43] "GET /project/76d9856f-4db6-4db8-acac-e47a6cc495ab?fields=virtual_networks HTTP/1.1" 200 1026 0.066347 10.0.0.141 - - [2026-03-30 04:25:43] "GET /projects?obj_uuids=76d9856f-4db6-4db8-acac-e47a6cc495ab&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001176 10.0.0.249 - - [2026-03-30 04:25:43] "GET /project/76d9856f-4db6-4db8-acac-e47a6cc495ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.043492 10.0.0.141 - - [2026-03-30 04:25:43] "GET /projects?obj_uuids=76d9856f-4db6-4db8-acac-e47a6cc495ab&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001055 10.0.0.249 - - [2026-03-30 04:25:44] "GET /project/76d9856f-4db6-4db8-acac-e47a6cc495ab?fields=security_groups HTTP/1.1" 200 1249 0.044328 10.0.0.241 - - [2026-03-30 04:26:05] "DELETE /access-control-list/2dcc903e-000f-4b8f-9408-9ccf3c368b13 HTTP/1.1" 200 115 0.034569 10.0.0.241 - - [2026-03-30 04:26:05] "DELETE /access-control-list/ade04cce-88cc-4816-b7e6-0d1471adeaa2 HTTP/1.1" 200 115 0.040562 10.0.0.141 - - [2026-03-30 04:26:05] "DELETE /project/76d9856f4db64db8acace47a6cc495ab HTTP/1.1" 404 173 0.010393 10.0.0.141 - - [2026-03-30 04:26:05] "DELETE /project/25303b50-368f-4514-8749-4ce2031eb6b6 HTTP/1.1" 404 177 0.011902 10.0.0.141 - - [2026-03-30 04:26:05] "GET /projects?obj_uuids=a8a29c5f-ac7d-4f55-b14a-27df60447b90&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.141 - - [2026-03-30 04:26:05] "GET /projects?obj_uuids=76d9856f-4db6-4db8-acac-e47a6cc495ab&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000829 10.0.0.141 - - [2026-03-30 04:26:05] "GET /projects?obj_uuids=35268639-8506-4994-8f4f-27ecd3f55202&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000787 10.0.0.141 - - [2026-03-30 04:26:05] "GET /project/a8a29c5f-ac7d-4f55-b14a-27df60447b90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 187 0.019934 10.0.0.141 - - [2026-03-30 04:26:05] "GET /project/35268639-8506-4994-8f4f-27ecd3f55202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 187 0.030577 10.0.0.141 - - [2026-03-30 04:26:05] "DELETE /project/a8a29c5f-ac7d-4f55-b14a-27df60447b90 HTTP/1.1" 404 171 0.043542 10.0.0.141 - - [2026-03-30 04:26:05] "DELETE /project/35268639-8506-4994-8f4f-27ecd3f55202 HTTP/1.1" 404 171 0.039202 10.0.0.141 - - [2026-03-30 04:26:05] "GET /project/76d9856f-4db6-4db8-acac-e47a6cc495ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.054834 10.0.0.141 - - [2026-03-30 04:26:06] "GET /projects?obj_uuids=76d9856f-4db6-4db8-acac-e47a6cc495ab&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001098 10.0.0.141 - - [2026-03-30 04:26:06] "GET /project/76d9856f-4db6-4db8-acac-e47a6cc495ab?fields=security_groups HTTP/1.1" 200 1351 0.091043 10.0.0.141 - - [2026-03-30 04:26:06] "DELETE /security-group/e1b13957-cd19-4d29-a364-f38d80909ebd HTTP/1.1" 200 115 0.067226 10.0.0.141 - - [2026-03-30 04:26:06] "GET /projects?obj_uuids=76d9856f-4db6-4db8-acac-e47a6cc495ab&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001033 10.0.0.241 - - [2026-03-30 04:26:06] "DELETE /access-control-list/70a74b1c-8397-4d70-9afa-773a37aad2d4 HTTP/1.1" 200 115 0.046975 10.0.0.141 - - [2026-03-30 04:26:06] "GET /project/76d9856f-4db6-4db8-acac-e47a6cc495ab?fields=application_policy_sets HTTP/1.1" 200 1390 0.048411 10.0.0.141 - - [2026-03-30 04:26:06] "DELETE /project/76d9856f-4db6-4db8-acac-e47a6cc495ab HTTP/1.1" 200 115 0.493336 [Introspect:8084]10.0.0.141 - - [2026-03-30 04:27:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001019 [Introspect:8084]10.0.0.141 - - [2026-03-30 04:27:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3167 0.001112