++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Mar 26 05:40:45 AM UTC 2026 ===================' INFO: =================== Thu Mar 26 05:40:45 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.33 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ 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.38,10.0.0.242,10.0.0.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38,10.0.0.242,10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.38,10.0.0.242,10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.38,10.0.0.242,10.0.0.33 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.38:8081 10.0.0.242:8081 10.0.0.33:8081 ' ']' +++ echo '10.0.0.38:8081 10.0.0.242:8081 10.0.0.33:8081' ++ ANALYTICS_SERVERS='10.0.0.38:8081 10.0.0.242:8081 10.0.0.33: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.38:9042 10.0.0.242:9042 10.0.0.33:9042 ' ']' +++ echo '10.0.0.38:9042 10.0.0.242:9042 10.0.0.33:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.38:9042 10.0.0.242:9042 10.0.0.33:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38,10.0.0.242,10.0.0.33 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.38:8086 10.0.0.242:8086 10.0.0.33:8086 ' ']' +++ echo '10.0.0.38:8086 10.0.0.242:8086 10.0.0.33:8086' ++ COLLECTOR_SERVERS='10.0.0.38:8086 10.0.0.242:8086 10.0.0.33: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.38,10.0.0.242,10.0.0.33 ++ CONFIGDB_NODES=10.0.0.38,10.0.0.242,10.0.0.33 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.38:8082 10.0.0.242:8082 10.0.0.33:8082 ' ']' +++ echo '10.0.0.38:8082 10.0.0.242:8082 10.0.0.33:8082' ++ CONFIG_SERVERS='10.0.0.38:8082 10.0.0.242:8082 10.0.0.33: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.38:9161 10.0.0.242:9161 10.0.0.33:9161 ' ']' +++ echo '10.0.0.38:9161 10.0.0.242:9161 10.0.0.33:9161' ++ CONFIGDB_SERVERS='10.0.0.38:9161 10.0.0.242:9161 10.0.0.33: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.38:9041 10.0.0.242:9041 10.0.0.33:9041 ' ']' +++ echo '10.0.0.38:9041 10.0.0.242:9041 10.0.0.33:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.38:9041 10.0.0.242:9041 10.0.0.33: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.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.38,10.0.0.242,10.0.0.33 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.38:2181,10.0.0.242:2181,10.0.0.33:2181, ']' +++ echo 10.0.0.38:2181,10.0.0.242:2181,10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38:2181,10.0.0.242:2181,10.0.0.33: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.38:2181 10.0.0.242:2181 10.0.0.33:2181 ' ']' +++ echo '10.0.0.38:2181 10.0.0.242:2181 10.0.0.33:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.38:2181 10.0.0.242:2181 10.0.0.33:2181' ++ RABBITMQ_NODES=10.0.0.38,10.0.0.242,10.0.0.33 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.38:5673,10.0.0.242:5673,10.0.0.33:5673, ']' +++ echo 10.0.0.38:5673,10.0.0.242:5673,10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.38:5673,10.0.0.242:5673,10.0.0.33: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.38:6379 10.0.0.242:6379 10.0.0.33:6379 ' ']' +++ echo '10.0.0.38:6379 10.0.0.242:6379 10.0.0.33:6379' ++ REDIS_SERVERS='10.0.0.38:6379 10.0.0.242:6379 10.0.0.33: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.38,10.0.0.242,10.0.0.33 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.38:9092 10.0.0.242:9092 10.0.0.33:9092 ' ']' +++ echo '10.0.0.38:9092 10.0.0.242:9092 10.0.0.33:9092' ++ KAFKA_SERVERS='10.0.0.38:9092 10.0.0.242:9092 10.0.0.33: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.38 ++ 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.38,10.0.0.242,10.0.0.33 ++ 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.38,10.0.0.242,10.0.0.33 ++ 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.38,10.0.0.242,10.0.0.33 ++ cut -d , -f 1 + local cassandra=10.0.0.38 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.38 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.38,10.0.0.242,10.0.0.33 +++ local servers=10.0.0.38,10.0.0.242,10.0.0.33 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq ++++ tr '\n' , ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.33,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.33,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.33,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.242, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.33,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ echo 10.0.0.33 3 +++ return ++ local ip=10.0.0.33 ++ [[ -z 10.0.0.33 ]] ++ echo 10.0.0.33 + host_ip=10.0.0.33 + [[ cql == \c\q\l ]] ++ echo 10.0.0.38:9041 10.0.0.242:9041 10.0.0.33:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.38:9041 10.0.0.242:9041 10.0.0.33:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.33:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 03/26/2026 05:40:55.642 7fa107349240 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/26/2026 05:40:55.834 7fa107349240 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/26/2026 05:40:55.848 7fa107349240 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/26/2026 05:40:55.848 7fa107349240 [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.33:8082/ Hit Ctrl-C to quit. 10.0.0.33 - - [2026-03-26 05:40:57] "GET / HTTP/1.1" 503 181 0.000277 10.0.0.33 - - [2026-03-26 05:40:57] "GET / HTTP/1.1" 503 181 0.000304 10.0.0.33 - - [2026-03-26 05:40:57] "GET / HTTP/1.1" 503 181 0.000281 10.0.0.242 - - [2026-03-26 05:40:57] "GET / HTTP/1.1" 200 35931 0.001719 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.242 - - [2026-03-26 05:40:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000672 10.0.0.33 - - [2026-03-26 05:40:58] "GET / HTTP/1.1" 200 45871 0.002550 10.0.0.33 - - [2026-03-26 05:40:58] "GET / HTTP/1.1" 200 45871 0.002270 10.0.0.33 - - [2026-03-26 05:40:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000574 10.0.0.33 - - [2026-03-26 05:40:58] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000373 10.0.0.38 - - [2026-03-26 05:40:58] "GET / HTTP/1.1" 200 35931 0.001689 10.0.0.38 - - [2026-03-26 05:40:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.242 - - [2026-03-26 05:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 4.730263 10.0.0.242 - - [2026-03-26 05:41:03] "GET /global-system-config/02347903-349c-4167-9c15-87f94faadfd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.007752 10.0.0.38 - - [2026-03-26 05:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 3.491632 10.0.0.242 - - [2026-03-26 05:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.38 - - [2026-03-26 05:41:03] "GET /global-system-config/02347903-349c-4167-9c15-87f94faadfd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3243 0.006735 10.0.0.38 - - [2026-03-26 05:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.33 - - [2026-03-26 05:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 4.327852 10.0.0.33 - - [2026-03-26 05:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.33 - - [2026-03-26 05:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 2.490225 10.0.0.242 - - [2026-03-26 05:41:03] "GET /config-node/706b133e-83db-4b9a-8937-6ae4cb11ea86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1199 0.004088 10.0.0.38 - - [2026-03-26 05:41:03] "GET /config-node/2fc96c68-c7d9-45d9-ae2f-eeba6a434f53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1199 0.003833 10.0.0.33 - - [2026-03-26 05:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 2.179139 10.0.0.33 - - [2026-03-26 05:41:03] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 3.987295 10.0.0.33 - - [2026-03-26 05:41:03] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003412 10.0.0.33 - - [2026-03-26 05:41:03] "GET /service-appliance-set/de929439-d83b-478c-9191-32a67a773996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1182 0.004774 /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.33 - - [2026-03-26 05:41:06] "PUT /access-control-list/75b3c177-a2cf-4cf0-9345-86ac719a979f HTTP/1.1" 200 272 0.015570 10.0.0.33 - - [2026-03-26 05:41:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.33 - - [2026-03-26 05:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.38 - - [2026-03-26 05:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.242 - - [2026-03-26 05:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.38 - - [2026-03-26 05:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000578 10.0.0.242 - - [2026-03-26 05:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.242 - - [2026-03-26 05:41:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.33 - - [2026-03-26 05:41:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.242 - - [2026-03-26 05:41:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.33 - - [2026-03-26 05:41:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.38 - - [2026-03-26 05:41:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.38 - - [2026-03-26 05:41:43] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 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.242 - - [2026-03-26 05:43:08] "GET /obj-perms HTTP/1.1" 200 5056 0.451688 10.0.0.33 - - [2026-03-26 05:44:09] "GET /obj-perms HTTP/1.1" 200 5056 0.078296 10.0.0.38 - - [2026-03-26 05:44:09] "GET /obj-perms HTTP/1.1" 200 5056 0.090894 10.0.0.33 - - [2026-03-26 05:46:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000657 10.0.0.33 - - [2026-03-26 05:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000646 10.0.0.38 - - [2026-03-26 05:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000600 10.0.0.38 - - [2026-03-26 05:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.242 - - [2026-03-26 05:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.242 - - [2026-03-26 05:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.242 - - [2026-03-26 05:46:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.33 - - [2026-03-26 05:46:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.242 - - [2026-03-26 05:46:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.33 - - [2026-03-26 05:46:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.38 - - [2026-03-26 05:46:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000544 10.0.0.38 - - [2026-03-26 05:46:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.242 - - [2026-03-26 05:48:13] "GET /obj-perms HTTP/1.1" 200 5056 0.071675 10.0.0.33 - - [2026-03-26 05:48:13] "GET /obj-perms HTTP/1.1" 200 5056 0.070174 10.0.0.38 - - [2026-03-26 05:49:14] "GET /obj-perms HTTP/1.1" 200 5056 0.090415 10.0.0.33 - - [2026-03-26 05:51:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.33 - - [2026-03-26 05:51:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.38 - - [2026-03-26 05:51:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000575 10.0.0.38 - - [2026-03-26 05:51:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000555 10.0.0.242 - - [2026-03-26 05:51:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000688 10.0.0.242 - - [2026-03-26 05:51:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.242 - - [2026-03-26 05:51:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.33 - - [2026-03-26 05:51:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000625 10.0.0.242 - - [2026-03-26 05:51:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.33 - - [2026-03-26 05:51:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.38 - - [2026-03-26 05:51:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.38 - - [2026-03-26 05:51:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.242 - - [2026-03-26 05:52:17] "GET /obj-perms HTTP/1.1" 200 5056 0.104708 10.0.0.33 - - [2026-03-26 05:53:17] "GET /obj-perms HTTP/1.1" 200 5056 0.071605 10.0.0.38 - - [2026-03-26 05:53:18] "GET /obj-perms HTTP/1.1" 200 5056 0.106776 10.0.0.33 - - [2026-03-26 05:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.33 - - [2026-03-26 05:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.38 - - [2026-03-26 05:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.38 - - [2026-03-26 05:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.242 - - [2026-03-26 05:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.242 - - [2026-03-26 05:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.242 - - [2026-03-26 05:56:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.33 - - [2026-03-26 05:56:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000572 10.0.0.242 - - [2026-03-26 05:56:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000773 10.0.0.33 - - [2026-03-26 05:56:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.38 - - [2026-03-26 05:56:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000623 10.0.0.38 - - [2026-03-26 05:56:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000641 10.0.0.242 - - [2026-03-26 05:57:22] "GET /obj-perms HTTP/1.1" 200 5056 0.073305 10.0.0.33 - - [2026-03-26 05:57:22] "GET /obj-perms HTTP/1.1" 200 5056 0.086031 10.0.0.38 - - [2026-03-26 05:58:23] "GET /obj-perms HTTP/1.1" 200 5056 0.071506 10.0.0.33 - - [2026-03-26 06:01:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.33 - - [2026-03-26 06:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.38 - - [2026-03-26 06:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.38 - - [2026-03-26 06:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000624 10.0.0.242 - - [2026-03-26 06:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.242 - - [2026-03-26 06:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.242 - - [2026-03-26 06:01:26] "GET /obj-perms HTTP/1.1" 200 5056 0.072236 10.0.0.242 - - [2026-03-26 06:01:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.33 - - [2026-03-26 06:01:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.242 - - [2026-03-26 06:01:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.33 - - [2026-03-26 06:01:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.38 - - [2026-03-26 06:01:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.38 - - [2026-03-26 06:01:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.33 - - [2026-03-26 06:02:27] "GET /obj-perms HTTP/1.1" 200 5056 0.071502 10.0.0.38 - - [2026-03-26 06:02:27] "GET /obj-perms HTTP/1.1" 200 5056 0.055976 10.0.0.33 - - [2026-03-26 06:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.010539 10.0.0.33 - - [2026-03-26 06:02:27] "GET /virtual-router/dcfa0e23-6758-47b2-9f7c-adddad62da0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.006207 10.0.0.33 - - [2026-03-26 06:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.035094 10.0.0.33 - - [2026-03-26 06:04:29] "GET /virtual-router/3a6985d0-4b04-4347-a75b-cf222fd076fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.036978 [Introspect:8084]10.0.0.33 - - [2026-03-26 06:04:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001110 [Introspect:8084]10.0.0.33 - - [2026-03-26 06:04:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001023 [Introspect:8084]10.0.0.33 - - [2026-03-26 06:05:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000998 [Introspect:8084]10.0.0.33 - - [2026-03-26 06:05:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.000955 10.0.0.33 - - [2026-03-26 06:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.33 - - [2026-03-26 06:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.38 - - [2026-03-26 06:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.38 - - [2026-03-26 06:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.242 - - [2026-03-26 06:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000554 10.0.0.242 - - [2026-03-26 06:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000871 10.0.0.242 - - [2026-03-26 06:06:31] "GET /obj-perms HTTP/1.1" 200 5056 0.060044 10.0.0.33 - - [2026-03-26 06:06:31] "GET /obj-perms HTTP/1.1" 200 5056 0.061367 10.0.0.242 - - [2026-03-26 06:06:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000718 10.0.0.33 - - [2026-03-26 06:06:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.242 - - [2026-03-26 06:06:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000622 10.0.0.33 - - [2026-03-26 06:06:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.38 - - [2026-03-26 06:06:41] "GET / HTTP/1.1" 200 35931 0.001920 10.0.0.38 - - [2026-03-26 06:06:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.38 - - [2026-03-26 06:06:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000629 10.0.0.38 - - [2026-03-26 06:06:42] "GET /project/f7f19615-4d7b-418f-ab99-2562af90707c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000411 10.0.0.33 - - [2026-03-26 06:06:42] "GET /projects?obj_uuids=f7f19615-4d7b-418f-ab99-2562af90707c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.035338 10.0.0.33 - - [2026-03-26 06:06:42] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001326 10.0.0.33 - - [2026-03-26 06:06:42] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.056178 10.0.0.33 - - [2026-03-26 06:06:43] "POST /id-to-fqname HTTP/1.1" 200 167 0.001728 10.0.0.33 - - [2026-03-26 06:06:43] "POST /fqname-to-id HTTP/1.1" 404 176 0.006358 10.0.0.33 - - [2026-03-26 06:06:43] "POST /security-groups HTTP/1.1" 200 568 0.061644 10.0.0.33 - - [2026-03-26 06:06:43] "POST /projects HTTP/1.1" 200 539 0.402365 10.0.0.33 - - [2026-03-26 06:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.438325 10.0.0.38 - - [2026-03-26 06:06:43] "GET /project/f7f19615-4d7b-418f-ab99-2562af90707c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.718909 10.0.0.33 - - [2026-03-26 06:06:43] "POST /access-control-lists HTTP/1.1" 200 573 0.144571 [Introspect:8084]10.0.0.38 - - [2026-03-26 06:06:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001601 10.0.0.38 - - [2026-03-26 06:06:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.031500 10.0.0.33 - - [2026-03-26 06:06:46] "GET /projects?obj_uuids=58ae8796-d923-427a-9e43-fabcc4077bf7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005687 10.0.0.33 - - [2026-03-26 06:06:46] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001136 10.0.0.33 - - [2026-03-26 06:06:46] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008970 10.0.0.33 - - [2026-03-26 06:06:46] "POST /id-to-fqname HTTP/1.1" 200 201 0.007866 10.0.0.33 - - [2026-03-26 06:06:46] "POST /fqname-to-id HTTP/1.1" 404 210 0.008477 10.0.0.33 - - [2026-03-26 06:06:46] "POST /security-groups HTTP/1.1" 200 602 0.049184 10.0.0.33 - - [2026-03-26 06:06:46] "POST /fqname-to-id HTTP/1.1" 404 245 0.006998 10.0.0.33 - - [2026-03-26 06:06:46] "POST /projects HTTP/1.1" 200 607 0.348247 10.0.0.33 - - [2026-03-26 06:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.386418 10.0.0.38 - - [2026-03-26 06:06:46] "GET /project/58ae8796-d923-427a-9e43-fabcc4077bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.582932 10.0.0.33 - - [2026-03-26 06:06:46] "POST /access-control-lists HTTP/1.1" 200 605 0.087365 10.0.0.38 - - [2026-03-26 06:06:48] "GET / HTTP/1.1" 200 35931 0.001995 10.0.0.38 - - [2026-03-26 06:06:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000572 10.0.0.38 - - [2026-03-26 06:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.066495 10.0.0.33 - - [2026-03-26 06:06:49] "GET /projects?obj_uuids=58ae8796-d923-427a-9e43-fabcc4077bf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001069 10.0.0.38 - - [2026-03-26 06:06:49] "GET /project/58ae8796-d923-427a-9e43-fabcc4077bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.069209 10.0.0.33 - - [2026-03-26 06:06:51] "POST /useragent-kv HTTP/1.1" 200 115 0.017565 10.0.0.38 - - [2026-03-26 06:06:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.390409 10.0.0.38 - - [2026-03-26 06:06:51] "POST /id-to-fqname HTTP/1.1" 200 233 0.001434 10.0.0.38 - - [2026-03-26 06:06:51] "GET /virtual-network/64aa0c6d-960e-441c-b735-d2fb1ee4bcc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.009184 10.0.0.38 - - [2026-03-26 06:06:51] "GET /virtual-network/64aa0c6d-960e-441c-b735-d2fb1ee4bcc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007820 10.0.0.38 - - [2026-03-26 06:06:51] "POST /neutron/network HTTP/1.1" 200 839 0.011138 10.0.0.38 - - [2026-03-26 06:06:51] "GET /virtual-network/64aa0c6d-960e-441c-b735-d2fb1ee4bcc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007492 10.0.0.38 - - [2026-03-26 06:06:52] "GET /obj-perms HTTP/1.1" 200 5052 0.060300 10.0.0.38 - - [2026-03-26 06:06:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.001936 10.0.0.33 - - [2026-03-26 06:06:56] "GET /projects?obj_uuids=58ae8796-d923-427a-9e43-fabcc4077bf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001168 10.0.0.38 - - [2026-03-26 06:06:56] "GET /project/58ae8796-d923-427a-9e43-fabcc4077bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.102992 10.0.0.38 - - [2026-03-26 06:06:57] "POST /neutron/network HTTP/1.1" 200 839 0.046562 10.0.0.38 - - [2026-03-26 06:06:57] "POST /neutron/port HTTP/1.1" 200 117 0.010007 10.0.0.38 - - [2026-03-26 06:06:59] "POST /neutron/port HTTP/1.1" 200 1071 0.066377 10.0.0.38 - - [2026-03-26 06:06:59] "POST /neutron/port HTTP/1.1" 200 1135 0.029442 10.0.0.38 - - [2026-03-26 06:06:59] "POST /neutron/port HTTP/1.1" 200 117 0.002152 10.0.0.38 - - [2026-03-26 06:07:02] "POST /neutron/security_group HTTP/1.1" 200 2069 0.010206 10.0.0.38 - - [2026-03-26 06:07:09] "GET /obj-perms HTTP/1.1" 200 5052 0.005269 10.0.0.33 - - [2026-03-26 06:07:13] "DELETE /project/f7f196154d7b418fab992562af90707c HTTP/1.1" 404 173 0.007738 10.0.0.33 - - [2026-03-26 06:07:13] "DELETE /project/58ae8796d923427a9e43fabcc4077bf7 HTTP/1.1" 404 173 0.008406 10.0.0.38 - - [2026-03-26 06:07:13] "POST /neutron/network HTTP/1.1" 200 839 0.012252 10.0.0.38 - - [2026-03-26 06:07:13] "POST /neutron/port HTTP/1.1" 200 1125 0.017664 10.0.0.33 - - [2026-03-26 06:07:15] "POST /useragent-kv HTTP/1.1" 200 115 0.010037 10.0.0.33 - - [2026-03-26 06:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008741 10.0.0.33 - - [2026-03-26 06:07:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004938 10.0.0.38 - - [2026-03-26 06:07:15] "POST /neutron/network HTTP/1.1" 200 151 0.193866 10.0.0.33 - - [2026-03-26 06:07:16] "GET /projects?obj_uuids=58ae8796-d923-427a-9e43-fabcc4077bf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001455 10.0.0.38 - - [2026-03-26 06:07:16] "GET /project/58ae8796-d923-427a-9e43-fabcc4077bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.072854 10.0.0.33 - - [2026-03-26 06:07:16] "GET /projects?obj_uuids=58ae8796-d923-427a-9e43-fabcc4077bf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001198 10.0.0.38 - - [2026-03-26 06:07:16] "GET /project/58ae8796-d923-427a-9e43-fabcc4077bf7?fields=virtual_networks HTTP/1.1" 200 1064 0.065594 10.0.0.33 - - [2026-03-26 06:07:16] "GET /projects?obj_uuids=58ae8796-d923-427a-9e43-fabcc4077bf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001297 10.0.0.38 - - [2026-03-26 06:07:16] "GET /project/58ae8796-d923-427a-9e43-fabcc4077bf7?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.089688 10.0.0.33 - - [2026-03-26 06:07:16] "GET /projects?obj_uuids=58ae8796-d923-427a-9e43-fabcc4077bf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001089 10.0.0.38 - - [2026-03-26 06:07:16] "GET /project/58ae8796-d923-427a-9e43-fabcc4077bf7?fields=security_groups HTTP/1.1" 200 1301 0.078891 10.0.0.33 - - [2026-03-26 06:07:17] "GET /projects?obj_uuids=f7f19615-4d7b-418f-ab99-2562af90707c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001746 10.0.0.38 - - [2026-03-26 06:07:17] "GET /project/f7f19615-4d7b-418f-ab99-2562af90707c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.076863 10.0.0.33 - - [2026-03-26 06:07:28] "GET /projects?obj_uuids=f7f19615-4d7b-418f-ab99-2562af90707c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001223 10.0.0.38 - - [2026-03-26 06:07:28] "GET /project/f7f19615-4d7b-418f-ab99-2562af90707c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.075869 10.0.0.38 - - [2026-03-26 06:07:31] "GET /obj-perms HTTP/1.1" 200 5056 0.103916 10.0.0.38 - - [2026-03-26 06:07:32] "POST /fqname-to-id HTTP/1.1" 404 200 0.050970 10.0.0.33 - - [2026-03-26 06:07:32] "GET /projects?obj_uuids=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007917 10.0.0.33 - - [2026-03-26 06:07:32] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001519 10.0.0.33 - - [2026-03-26 06:07:32] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010323 10.0.0.33 - - [2026-03-26 06:07:32] "POST /id-to-fqname HTTP/1.1" 200 202 0.001475 10.0.0.33 - - [2026-03-26 06:07:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.014737 10.0.0.33 - - [2026-03-26 06:07:33] "POST /security-groups HTTP/1.1" 200 603 0.087121 10.0.0.33 - - [2026-03-26 06:07:33] "POST /projects HTTP/1.1" 200 609 0.406801 10.0.0.33 - - [2026-03-26 06:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.441037 10.0.0.33 - - [2026-03-26 06:07:33] "POST /access-control-lists HTTP/1.1" 200 608 0.049662 10.0.0.38 - - [2026-03-26 06:07:33] "GET /project/565ffa27-804e-450d-ad59-65aa4be75509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.639306 10.0.0.38 - - [2026-03-26 06:07:34] "GET / HTTP/1.1" 200 35931 0.001957 10.0.0.33 - - [2026-03-26 06:07:35] "GET /projects?obj_uuids=f7f19615-4d7b-418f-ab99-2562af90707c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001093 10.0.0.38 - - [2026-03-26 06:07:35] "GET /project/f7f19615-4d7b-418f-ab99-2562af90707c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.068214 10.0.0.38 - - [2026-03-26 06:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005841 10.0.0.38 - - [2026-03-26 06:07:35] "GET /security-group/8a55105e-ea2f-4e89-9729-470e571c02f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.010355 10.0.0.38 - - [2026-03-26 06:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.33 - - [2026-03-26 06:07:36] "GET /projects?obj_uuids=f7f19615-4d7b-418f-ab99-2562af90707c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001123 10.0.0.38 - - [2026-03-26 06:07:36] "GET /project/f7f19615-4d7b-418f-ab99-2562af90707c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.068609 10.0.0.38 - - [2026-03-26 06:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005042 10.0.0.38 - - [2026-03-26 06:07:36] "GET /security-group/8a55105e-ea2f-4e89-9729-470e571c02f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.005771 10.0.0.38 - - [2026-03-26 06:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005600 10.0.0.38 - - [2026-03-26 06:07:36] "PUT /security-group/8a55105e-ea2f-4e89-9729-470e571c02f4 HTTP/1.1" 200 262 0.029440 10.0.0.33 - - [2026-03-26 06:07:36] "PUT /access-control-list/ad400010-dfca-474d-a8be-e944f3b4ca2b HTTP/1.1" 200 272 0.035110 10.0.0.38 - - [2026-03-26 06:07:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000558 10.0.0.38 - - [2026-03-26 06:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.072472 10.0.0.33 - - [2026-03-26 06:07:37] "GET /projects?obj_uuids=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003255 10.0.0.38 - - [2026-03-26 06:07:37] "GET /project/565ffa27-804e-450d-ad59-65aa4be75509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.115236 10.0.0.33 - - [2026-03-26 06:07:38] "POST /ref-update HTTP/1.1" 200 156 0.041744 10.0.0.33 - - [2026-03-26 06:07:38] "POST /useragent-kv HTTP/1.1" 200 115 0.014988 10.0.0.38 - - [2026-03-26 06:07:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.338801 10.0.0.38 - - [2026-03-26 06:07:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.001401 10.0.0.38 - - [2026-03-26 06:07:38] "GET /virtual-network/0414f800-8b8d-4a3a-aea4-8920fda9209b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006593 10.0.0.38 - - [2026-03-26 06:07:38] "GET /virtual-network/0414f800-8b8d-4a3a-aea4-8920fda9209b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007451 10.0.0.38 - - [2026-03-26 06:07:38] "POST /neutron/network HTTP/1.1" 200 839 0.021767 10.0.0.38 - - [2026-03-26 06:07:39] "GET /virtual-network/0414f800-8b8d-4a3a-aea4-8920fda9209b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009711 10.0.0.242 - - [2026-03-26 06:07:40] "GET /obj-perms HTTP/1.1" 200 5054 0.081938 10.0.0.38 - - [2026-03-26 06:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005254 10.0.0.33 - - [2026-03-26 06:07:40] "GET /projects?obj_uuids=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001300 10.0.0.38 - - [2026-03-26 06:07:40] "GET /project/565ffa27-804e-450d-ad59-65aa4be75509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.071754 10.0.0.33 - - [2026-03-26 06:07:41] "GET /projects?obj_uuids=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001532 10.0.0.38 - - [2026-03-26 06:07:41] "POST /neutron/network HTTP/1.1" 200 619 0.228995 10.0.0.38 - - [2026-03-26 06:07:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.004614 10.0.0.38 - - [2026-03-26 06:07:41] "GET /virtual-network/d072166e-8028-4843-8df6-d5e3c6d91a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007929 10.0.0.38 - - [2026-03-26 06:07:41] "POST /neutron/network HTTP/1.1" 200 838 0.009150 10.0.0.38 - - [2026-03-26 06:07:41] "GET /virtual-network/d072166e-8028-4843-8df6-d5e3c6d91a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006662 10.0.0.38 - - [2026-03-26 06:07:42] "GET /virtual-network/d072166e-8028-4843-8df6-d5e3c6d91a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006763 10.0.0.33 - - [2026-03-26 06:07:42] "GET /obj-perms HTTP/1.1" 200 5054 0.063807 10.0.0.38 - - [2026-03-26 06:07:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001850 10.0.0.38 - - [2026-03-26 06:07:42] "POST /neutron/network HTTP/1.1" 200 848 0.013213 10.0.0.33 - - [2026-03-26 06:07:43] "GET /projects?obj_uuids=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001913 10.0.0.38 - - [2026-03-26 06:07:43] "GET /project/565ffa27-804e-450d-ad59-65aa4be75509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.115584 10.0.0.38 - - [2026-03-26 06:07:43] "POST /neutron/port HTTP/1.1" 200 117 0.010822 10.0.0.38 - - [2026-03-26 06:07:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.001607 10.0.0.38 - - [2026-03-26 06:07:44] "POST /neutron/network HTTP/1.1" 200 848 0.009922 10.0.0.38 - - [2026-03-26 06:07:45] "POST /neutron/port HTTP/1.1" 200 1072 0.031451 10.0.0.38 - - [2026-03-26 06:07:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005981 10.0.0.38 - - [2026-03-26 06:07:45] "POST /neutron/network HTTP/1.1" 200 838 0.008940 10.0.0.33 - - [2026-03-26 06:07:45] "GET /projects?obj_uuids=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.38 - - [2026-03-26 06:07:45] "GET /project/565ffa27-804e-450d-ad59-65aa4be75509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.151743 10.0.0.38 - - [2026-03-26 06:07:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012313 10.0.0.38 - - [2026-03-26 06:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006802 10.0.0.33 - - [2026-03-26 06:07:46] "GET /projects?obj_uuids=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004211 10.0.0.38 - - [2026-03-26 06:07:46] "GET /project/565ffa27-804e-450d-ad59-65aa4be75509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.112871 10.0.0.38 - - [2026-03-26 06:07:46] "GET /virtual-network/0414f800-8b8d-4a3a-aea4-8920fda9209b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007310 10.0.0.38 - - [2026-03-26 06:07:46] "GET /floating-ip-pools?parent_id=0414f800-8b8d-4a3a-aea4-8920fda9209b&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.009441 10.0.0.38 - - [2026-03-26 06:07:46] "GET /virtual-network/0414f800-8b8d-4a3a-aea4-8920fda9209b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010364 10.0.0.38 - - [2026-03-26 06:07:46] "POST /floating-ip-pools HTTP/1.1" 200 609 0.123078 10.0.0.38 - - [2026-03-26 06:07:46] "POST /ref-update HTTP/1.1" 200 156 0.040669 10.0.0.38 - - [2026-03-26 06:07:46] "GET /virtual-network/0414f800-8b8d-4a3a-aea4-8920fda9209b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007711 10.0.0.38 - - [2026-03-26 06:07:47] "GET /virtual-network/0414f800-8b8d-4a3a-aea4-8920fda9209b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009148 10.0.0.38 - - [2026-03-26 06:07:47] "POST /neutron/port HTTP/1.1" 200 1136 0.048107 10.0.0.38 - - [2026-03-26 06:07:47] "POST /neutron/port HTTP/1.1" 200 1136 0.052911 10.0.0.38 - - [2026-03-26 06:07:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.023366 10.0.0.38 - - [2026-03-26 06:07:47] "GET /virtual-machine/4faea58e-f9b9-4cb8-a5df-b4fb2c3bc1d5 HTTP/1.1" 401 292 0.000429 10.0.0.38 - - [2026-03-26 06:07:48] "GET /virtual-machine/4faea58e-f9b9-4cb8-a5df-b4fb2c3bc1d5 HTTP/1.1" 200 1304 0.079236 10.0.0.38 - - [2026-03-26 06:07:48] "GET /virtual-machine-interface/40179d1a-f18a-4472-a8a4-fabe6463da48 HTTP/1.1" 200 3003 0.009522 10.0.0.38 - - [2026-03-26 06:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.38 - - [2026-03-26 06:07:48] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005426 10.0.0.38 - - [2026-03-26 06:07:48] "GET /virtual-networks?parent_id=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.007025 10.0.0.38 - - [2026-03-26 06:07:48] "GET /virtual-network/d072166e-8028-4843-8df6-d5e3c6d91a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.009425 10.0.0.38 - - [2026-03-26 06:07:49] "POST /neutron/port HTTP/1.1" 200 1127 0.224453 10.0.0.38 - - [2026-03-26 06:07:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.011377 10.0.0.38 - - [2026-03-26 06:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005021 10.0.0.38 - - [2026-03-26 06:07:51] "GET /virtual-network/d072166e-8028-4843-8df6-d5e3c6d91a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008859 10.0.0.38 - - [2026-03-26 06:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005224 10.0.0.38 - - [2026-03-26 06:07:55] "GET /virtual-network/d072166e-8028-4843-8df6-d5e3c6d91a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007716 10.0.0.38 - - [2026-03-26 06:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005939 10.0.0.38 - - [2026-03-26 06:07:58] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.007046 10.0.0.38 - - [2026-03-26 06:07:58] "GET /virtual-networks?parent_id=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005301 10.0.0.38 - - [2026-03-26 06:07:58] "GET /virtual-network/d072166e-8028-4843-8df6-d5e3c6d91a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007700 10.0.0.38 - - [2026-03-26 06:07:58] "POST /neutron/port HTTP/1.1" 200 1136 0.033162 10.0.0.38 - - [2026-03-26 06:07:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.042873 10.0.0.33 - - [2026-03-26 06:08:03] "GET /projects?obj_uuids=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001741 10.0.0.38 - - [2026-03-26 06:08:03] "POST /neutron/floatingip HTTP/1.1" 200 531 0.186827 10.0.0.38 - - [2026-03-26 06:08:03] "POST /neutron/floatingip HTTP/1.1" 200 578 0.111592 10.0.0.38 - - [2026-03-26 06:08:03] "POST /neutron/port HTTP/1.1" 200 1137 0.025500 10.0.0.38 - - [2026-03-26 06:08:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014315 10.0.0.38 - - [2026-03-26 06:08:04] "GET /virtual-machine/6e8da97f-6539-4466-aca0-9d7d5b235695 HTTP/1.1" 200 1304 0.007747 10.0.0.38 - - [2026-03-26 06:08:04] "GET /virtual-machine-interface/e7dbc032-a147-4a07-a4d3-2a39a10f9b9c HTTP/1.1" 200 3004 0.006957 10.0.0.38 - - [2026-03-26 06:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.38 - - [2026-03-26 06:08:04] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004184 10.0.0.38 - - [2026-03-26 06:08:04] "GET /virtual-networks?parent_id=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005015 10.0.0.38 - - [2026-03-26 06:08:04] "GET /virtual-network/0414f800-8b8d-4a3a-aea4-8920fda9209b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007091 10.0.0.38 - - [2026-03-26 06:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.38 - - [2026-03-26 06:08:05] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004506 10.0.0.38 - - [2026-03-26 06:08:05] "GET /virtual-networks?parent_id=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004027 10.0.0.38 - - [2026-03-26 06:08:05] "GET /virtual-network/0414f800-8b8d-4a3a-aea4-8920fda9209b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006752 10.0.0.38 - - [2026-03-26 06:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.38 - - [2026-03-26 06:08:05] "GET /routing-instance/6c1d1159-d150-4d80-807d-c52af14151ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.005443 10.0.0.38 - - [2026-03-26 06:08:05] "GET /route-target/1b681fc7-6873-4db5-8257-72462256446a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005150 10.0.0.38 - - [2026-03-26 06:08:08] "POST /neutron/floatingip HTTP/1.1" 200 531 0.051191 10.0.0.38 - - [2026-03-26 06:08:08] "GET /floating-ip-pool/70efa194-e879-469f-b6ed-50641ddece17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.004693 10.0.0.38 - - [2026-03-26 06:08:08] "POST /ref-update HTTP/1.1" 200 156 0.019639 10.0.0.38 - - [2026-03-26 06:08:08] "DELETE /floating-ip-pool/70efa194-e879-469f-b6ed-50641ddece17 HTTP/1.1" 200 115 0.061639 10.0.0.38 - - [2026-03-26 06:08:09] "POST /neutron/network HTTP/1.1" 200 838 0.010849 10.0.0.38 - - [2026-03-26 06:08:09] "POST /neutron/port HTTP/1.1" 200 1127 0.029172 10.0.0.38 - - [2026-03-26 06:08:09] "POST /neutron/port HTTP/1.1" 200 1126 0.050192 10.0.0.33 - - [2026-03-26 06:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007092 10.0.0.33 - - [2026-03-26 06:08:11] "POST /useragent-kv HTTP/1.1" 200 115 0.016055 10.0.0.33 - - [2026-03-26 06:08:11] "POST /useragent-kv HTTP/1.1" 200 115 0.006938 10.0.0.38 - - [2026-03-26 06:08:11] "POST /neutron/network HTTP/1.1" 200 151 0.202089 10.0.0.33 - - [2026-03-26 06:08:12] "DELETE /route-target/1b681fc7-6873-4db5-8257-72462256446a HTTP/1.1" 200 115 0.069179 10.0.0.33 - - [2026-03-26 06:08:13] "GET /projects?obj_uuids=58ae8796-d923-427a-9e43-fabcc4077bf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000916 10.0.0.33 - - [2026-03-26 06:08:13] "DELETE /project/565ffa27804e450dad5965aa4be75509 HTTP/1.1" 404 173 0.005244 10.0.0.33 - - [2026-03-26 06:08:13] "GET /project/58ae8796-d923-427a-9e43-fabcc4077bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.057131 10.0.0.33 - - [2026-03-26 06:08:13] "GET /projects?obj_uuids=58ae8796-d923-427a-9e43-fabcc4077bf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001351 10.0.0.33 - - [2026-03-26 06:08:13] "GET /project/58ae8796-d923-427a-9e43-fabcc4077bf7?fields=security_groups HTTP/1.1" 200 1406 0.065710 10.0.0.33 - - [2026-03-26 06:08:13] "DELETE /security-group/b1fb06b4-42de-49cd-a8c0-a9f9ab2877cb HTTP/1.1" 200 115 0.117122 10.0.0.33 - - [2026-03-26 06:08:13] "GET /projects?obj_uuids=58ae8796-d923-427a-9e43-fabcc4077bf7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002338 10.0.0.33 - - [2026-03-26 06:08:13] "GET /project/58ae8796-d923-427a-9e43-fabcc4077bf7?fields=application_policy_sets HTTP/1.1" 200 1445 0.126243 10.0.0.33 - - [2026-03-26 06:08:13] "GET /projects?obj_uuids=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003216 10.0.0.38 - - [2026-03-26 06:08:13] "GET /project/565ffa27-804e-450d-ad59-65aa4be75509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.115860 10.0.0.33 - - [2026-03-26 06:08:13] "GET /projects?obj_uuids=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001162 10.0.0.38 - - [2026-03-26 06:08:13] "GET /project/565ffa27-804e-450d-ad59-65aa4be75509?fields=virtual_networks HTTP/1.1" 200 1066 0.145133 10.0.0.33 - - [2026-03-26 06:08:13] "GET /projects?obj_uuids=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001461 10.0.0.33 - - [2026-03-26 06:08:14] "DELETE /project/58ae8796-d923-427a-9e43-fabcc4077bf7 HTTP/1.1" 200 115 0.862721 10.0.0.38 - - [2026-03-26 06:08:14] "GET /project/565ffa27-804e-450d-ad59-65aa4be75509?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.142588 10.0.0.33 - - [2026-03-26 06:08:14] "GET /projects?obj_uuids=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001289 10.0.0.38 - - [2026-03-26 06:08:14] "GET /project/565ffa27-804e-450d-ad59-65aa4be75509?fields=security_groups HTTP/1.1" 200 1304 0.080318 10.0.0.38 - - [2026-03-26 06:08:15] "POST /fqname-to-id HTTP/1.1" 404 183 0.040629 10.0.0.33 - - [2026-03-26 06:08:15] "GET /projects?obj_uuids=b3c565b2-dd38-4ed0-8827-2e86754f9a6b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003811 10.0.0.33 - - [2026-03-26 06:08:15] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001265 10.0.0.33 - - [2026-03-26 06:08:15] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012986 10.0.0.33 - - [2026-03-26 06:08:15] "POST /id-to-fqname HTTP/1.1" 200 185 0.003248 10.0.0.33 - - [2026-03-26 06:08:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.014817 10.0.0.33 - - [2026-03-26 06:08:15] "POST /security-groups HTTP/1.1" 200 586 0.103480 10.0.0.33 - - [2026-03-26 06:08:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.004585 10.0.0.33 - - [2026-03-26 06:08:15] "POST /projects HTTP/1.1" 200 575 0.443996 10.0.0.33 - - [2026-03-26 06:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.493681 10.0.0.38 - - [2026-03-26 06:08:15] "GET /project/b3c565b2-dd38-4ed0-8827-2e86754f9a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.709697 10.0.0.33 - - [2026-03-26 06:08:15] "POST /access-control-lists HTTP/1.1" 200 589 0.068679 10.0.0.38 - - [2026-03-26 06:08:17] "GET / HTTP/1.1" 200 35931 0.001938 10.0.0.33 - - [2026-03-26 06:08:20] "GET /projects?obj_uuids=b3c565b2-dd38-4ed0-8827-2e86754f9a6b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001162 10.0.0.38 - - [2026-03-26 06:08:20] "GET /project/b3c565b2-dd38-4ed0-8827-2e86754f9a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.071062 10.0.0.33 - - [2026-03-26 06:08:20] "GET /projects?obj_uuids=b3c565b2-dd38-4ed0-8827-2e86754f9a6b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000993 10.0.0.38 - - [2026-03-26 06:08:20] "GET /project/b3c565b2-dd38-4ed0-8827-2e86754f9a6b?fields=virtual_networks HTTP/1.1" 200 1032 0.084448 10.0.0.33 - - [2026-03-26 06:08:21] "GET /projects?obj_uuids=b3c565b2-dd38-4ed0-8827-2e86754f9a6b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001767 10.0.0.38 - - [2026-03-26 06:08:21] "GET /project/b3c565b2-dd38-4ed0-8827-2e86754f9a6b?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.070454 10.0.0.33 - - [2026-03-26 06:08:21] "GET /projects?obj_uuids=b3c565b2-dd38-4ed0-8827-2e86754f9a6b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001671 10.0.0.38 - - [2026-03-26 06:08:21] "GET /project/b3c565b2-dd38-4ed0-8827-2e86754f9a6b?fields=security_groups HTTP/1.1" 200 1253 0.070859 10.0.0.38 - - [2026-03-26 06:08:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.051723 10.0.0.33 - - [2026-03-26 06:08:22] "GET /projects?obj_uuids=3bcb0ac3-b880-4e86-aff9-aca00b753ee6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006935 10.0.0.33 - - [2026-03-26 06:08:22] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.33 - - [2026-03-26 06:08:22] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008260 10.0.0.33 - - [2026-03-26 06:08:22] "POST /id-to-fqname HTTP/1.1" 200 185 0.001275 10.0.0.33 - - [2026-03-26 06:08:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.016545 10.0.0.33 - - [2026-03-26 06:08:22] "POST /security-groups HTTP/1.1" 200 586 0.051693 10.0.0.33 - - [2026-03-26 06:08:22] "POST /projects HTTP/1.1" 200 575 0.352941 10.0.0.33 - - [2026-03-26 06:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.401632 10.0.0.33 - - [2026-03-26 06:08:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.038888 10.0.0.38 - - [2026-03-26 06:08:22] "GET /project/3bcb0ac3-b880-4e86-aff9-aca00b753ee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.598649 10.0.0.38 - - [2026-03-26 06:08:24] "GET / HTTP/1.1" 200 35931 0.002062 10.0.0.38 - - [2026-03-26 06:08:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.005134 10.0.0.33 - - [2026-03-26 06:08:24] "GET /projects?obj_uuids=f7f19615-4d7b-418f-ab99-2562af90707c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001302 10.0.0.33 - - [2026-03-26 06:08:25] "POST /access-control-lists HTTP/1.1" 200 590 0.047959 10.0.0.33 - - [2026-03-26 06:08:25] "PUT /access-control-list/d8dfd376-927f-4972-a1de-f7f932a72f0e HTTP/1.1" 200 272 0.029060 10.0.0.38 - - [2026-03-26 06:08:25] "POST /neutron/security_group HTTP/1.1" 200 1364 0.462083 10.0.0.38 - - [2026-03-26 06:08:25] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.155126 10.0.0.33 - - [2026-03-26 06:08:25] "PUT /access-control-list/b0ca865b-25c0-4c03-8704-692826d4a9de HTTP/1.1" 200 272 0.034856 10.0.0.38 - - [2026-03-26 06:08:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.006759 10.0.0.33 - - [2026-03-26 06:08:26] "GET /projects?obj_uuids=f7f19615-4d7b-418f-ab99-2562af90707c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001236 10.0.0.33 - - [2026-03-26 06:08:26] "POST /access-control-lists HTTP/1.1" 200 590 0.041244 10.0.0.33 - - [2026-03-26 06:08:26] "PUT /access-control-list/cde96a79-dfcb-4123-96e0-748906e6dd70 HTTP/1.1" 200 272 0.021496 10.0.0.38 - - [2026-03-26 06:08:26] "POST /neutron/security_group HTTP/1.1" 200 1364 0.549603 10.0.0.38 - - [2026-03-26 06:08:26] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.151143 10.0.0.33 - - [2026-03-26 06:08:26] "PUT /access-control-list/636a240b-e19a-446b-b36d-10dddd7671dc HTTP/1.1" 200 272 0.036263 10.0.0.38 - - [2026-03-26 06:08:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.38 - - [2026-03-26 06:08:27] "POST /fqname-to-id HTTP/1.1" 404 210 0.035130 10.0.0.33 - - [2026-03-26 06:08:27] "GET /projects?obj_uuids=3bcb0ac3-b880-4e86-aff9-aca00b753ee6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001195 10.0.0.33 - - [2026-03-26 06:08:27] "POST /access-control-lists HTTP/1.1" 200 607 0.037216 10.0.0.33 - - [2026-03-26 06:08:27] "PUT /access-control-list/15030b3e-55ab-482b-b4e2-3208181fe645 HTTP/1.1" 200 272 0.020497 10.0.0.38 - - [2026-03-26 06:08:28] "POST /neutron/security_group HTTP/1.1" 200 1379 0.570956 10.0.0.38 - - [2026-03-26 06:08:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.183347 10.0.0.33 - - [2026-03-26 06:08:28] "PUT /access-control-list/1f0fb5ce-69e4-4616-8921-c71b76909fa3 HTTP/1.1" 200 272 0.024247 10.0.0.38 - - [2026-03-26 06:08:28] "POST /fqname-to-id HTTP/1.1" 404 210 0.006139 10.0.0.33 - - [2026-03-26 06:08:28] "GET /projects?obj_uuids=3bcb0ac3-b880-4e86-aff9-aca00b753ee6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001141 10.0.0.33 - - [2026-03-26 06:08:29] "POST /access-control-lists HTTP/1.1" 200 607 0.039123 10.0.0.33 - - [2026-03-26 06:08:29] "PUT /access-control-list/b51c76e6-3c42-45bd-a388-9062dc646aec HTTP/1.1" 200 272 0.026402 10.0.0.38 - - [2026-03-26 06:08:29] "POST /neutron/security_group HTTP/1.1" 200 1379 0.468592 10.0.0.38 - - [2026-03-26 06:08:29] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.200443 10.0.0.33 - - [2026-03-26 06:08:29] "PUT /access-control-list/b1806bcb-e180-4629-a186-289f182b6d35 HTTP/1.1" 200 272 0.022777 10.0.0.33 - - [2026-03-26 06:08:31] "GET /projects?obj_uuids=f7f19615-4d7b-418f-ab99-2562af90707c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001568 10.0.0.38 - - [2026-03-26 06:08:31] "POST /neutron/router HTTP/1.1" 200 541 0.131196 10.0.0.38 - - [2026-03-26 06:08:31] "POST /neutron/router HTTP/1.1" 200 541 0.004595 10.0.0.33 - - [2026-03-26 06:08:31] "PUT /logical-router/6b5e1955-48df-40e8-99f2-aaceb1f049fa HTTP/1.1" 200 262 0.079432 10.0.0.38 - - [2026-03-26 06:08:31] "POST /neutron/router HTTP/1.1" 200 541 0.007829 10.0.0.38 - - [2026-03-26 06:08:31] "POST /neutron/router HTTP/1.1" 200 541 0.006948 10.0.0.38 - - [2026-03-26 06:08:31] "POST /neutron/router HTTP/1.1" 200 541 0.005701 10.0.0.38 - - [2026-03-26 06:08:31] "POST /neutron/router HTTP/1.1" 200 541 0.004379 10.0.0.38 - - [2026-03-26 06:08:31] "POST /neutron/router HTTP/1.1" 200 541 0.024346 10.0.0.38 - - [2026-03-26 06:08:31] "POST /neutron/router HTTP/1.1" 200 541 0.005868 10.0.0.38 - - [2026-03-26 06:08:31] "POST /neutron/router HTTP/1.1" 200 541 0.005732 10.0.0.38 - - [2026-03-26 06:08:31] "POST /neutron/router HTTP/1.1" 200 541 0.005689 10.0.0.38 - - [2026-03-26 06:08:31] "POST /neutron/router HTTP/1.1" 200 541 0.005221 10.0.0.38 - - [2026-03-26 06:08:32] "POST /neutron/router HTTP/1.1" 200 541 0.043032 10.0.0.38 - - [2026-03-26 06:08:32] "POST /neutron/router HTTP/1.1" 200 541 0.006842 10.0.0.33 - - [2026-03-26 06:08:32] "GET /logical-router/6b5e1955-48df-40e8-99f2-aaceb1f049fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.099488 10.0.0.38 - - [2026-03-26 06:08:32] "POST /neutron/router HTTP/1.1" 200 541 0.011064 10.0.0.33 - - [2026-03-26 06:08:32] "POST /route-targets HTTP/1.1" 200 327 0.020887 10.0.0.38 - - [2026-03-26 06:08:32] "POST /neutron/router HTTP/1.1" 200 541 0.024824 10.0.0.38 - - [2026-03-26 06:08:32] "POST /neutron/router HTTP/1.1" 200 541 0.005338 10.0.0.38 - - [2026-03-26 06:08:32] "POST /neutron/router HTTP/1.1" 200 541 0.004530 10.0.0.38 - - [2026-03-26 06:08:32] "POST /neutron/router HTTP/1.1" 200 541 0.004776 10.0.0.38 - - [2026-03-26 06:08:32] "POST /neutron/router HTTP/1.1" 200 541 0.005581 10.0.0.38 - - [2026-03-26 06:08:32] "POST /neutron/router HTTP/1.1" 200 541 0.005672 10.0.0.38 - - [2026-03-26 06:08:32] "POST /neutron/router HTTP/1.1" 200 541 0.009095 10.0.0.38 - - [2026-03-26 06:08:32] "POST /neutron/router HTTP/1.1" 200 541 0.005291 10.0.0.38 - - [2026-03-26 06:08:33] "POST /neutron/router HTTP/1.1" 200 541 0.005389 10.0.0.38 - - [2026-03-26 06:08:33] "POST /neutron/router HTTP/1.1" 200 541 0.013128 10.0.0.38 - - [2026-03-26 06:08:33] "POST /neutron/router HTTP/1.1" 200 541 0.008795 10.0.0.38 - - [2026-03-26 06:08:33] "POST /neutron/router HTTP/1.1" 200 151 0.106458 10.0.0.33 - - [2026-03-26 06:08:33] "DELETE /route-target/f6962aaf-901c-4da5-b985-6d9873df1c42 HTTP/1.1" 200 115 0.046259 10.0.0.38 - - [2026-03-26 06:08:33] "GET /obj-perms HTTP/1.1" 200 5056 0.203424 10.0.0.38 - - [2026-03-26 06:08:33] "POST /neutron/router HTTP/1.1" 200 559 0.022597 10.0.0.38 - - [2026-03-26 06:08:33] "POST /neutron/router HTTP/1.1" 200 559 0.016078 10.0.0.38 - - [2026-03-26 06:08:33] "POST /neutron/router HTTP/1.1" 200 559 0.005912 10.0.0.38 - - [2026-03-26 06:08:33] "POST /neutron/router HTTP/1.1" 200 559 0.006081 10.0.0.38 - - [2026-03-26 06:08:33] "POST /neutron/router HTTP/1.1" 200 559 0.004809 10.0.0.38 - - [2026-03-26 06:08:34] "POST /neutron/router HTTP/1.1" 200 559 0.005616 10.0.0.38 - - [2026-03-26 06:08:34] "POST /neutron/router HTTP/1.1" 200 559 0.006090 10.0.0.38 - - [2026-03-26 06:08:34] "POST /neutron/router HTTP/1.1" 200 559 0.005024 10.0.0.38 - - [2026-03-26 06:08:34] "POST /neutron/router HTTP/1.1" 200 559 0.005867 10.0.0.38 - - [2026-03-26 06:08:34] "POST /neutron/router HTTP/1.1" 200 559 0.005113 10.0.0.38 - - [2026-03-26 06:08:34] "POST /neutron/router HTTP/1.1" 200 559 0.007706 10.0.0.38 - - [2026-03-26 06:08:34] "POST /neutron/router HTTP/1.1" 200 560 0.042044 10.0.0.33 - - [2026-03-26 06:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007689 10.0.0.38 - - [2026-03-26 06:08:34] "POST /neutron/security_group HTTP/1.1" 200 521 0.006855 10.0.0.33 - - [2026-03-26 06:08:34] "DELETE /access-control-list/b1806bcb-e180-4629-a186-289f182b6d35 HTTP/1.1" 200 115 0.045691 10.0.0.38 - - [2026-03-26 06:08:34] "POST /neutron/security_group HTTP/1.1" 200 151 0.093993 10.0.0.38 - - [2026-03-26 06:08:35] "POST /neutron/security_group HTTP/1.1" 200 506 0.005011 10.0.0.33 - - [2026-03-26 06:08:35] "DELETE /access-control-list/cde96a79-dfcb-4123-96e0-748906e6dd70 HTTP/1.1" 200 115 0.056547 10.0.0.33 - - [2026-03-26 06:08:35] "DELETE /access-control-list/b0ca865b-25c0-4c03-8704-692826d4a9de HTTP/1.1" 200 115 0.053198 10.0.0.33 - - [2026-03-26 06:08:36] "GET /projects?obj_uuids=3bcb0ac3-b880-4e86-aff9-aca00b753ee6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001131 10.0.0.38 - - [2026-03-26 06:08:36] "GET /project/3bcb0ac3-b880-4e86-aff9-aca00b753ee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.055919 10.0.0.33 - - [2026-03-26 06:08:36] "GET /projects?obj_uuids=3bcb0ac3-b880-4e86-aff9-aca00b753ee6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001037 10.0.0.38 - - [2026-03-26 06:08:36] "GET /project/3bcb0ac3-b880-4e86-aff9-aca00b753ee6?fields=virtual_networks HTTP/1.1" 200 1032 0.055870 10.0.0.33 - - [2026-03-26 06:08:36] "GET /projects?obj_uuids=3bcb0ac3-b880-4e86-aff9-aca00b753ee6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001068 10.0.0.38 - - [2026-03-26 06:08:36] "GET /project/3bcb0ac3-b880-4e86-aff9-aca00b753ee6?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.051647 10.0.0.33 - - [2026-03-26 06:08:36] "GET /projects?obj_uuids=3bcb0ac3-b880-4e86-aff9-aca00b753ee6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001157 10.0.0.38 - - [2026-03-26 06:08:36] "GET /project/3bcb0ac3-b880-4e86-aff9-aca00b753ee6?fields=security_groups HTTP/1.1" 200 1253 0.064184 10.0.0.38 - - [2026-03-26 06:08:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.034293 10.0.0.33 - - [2026-03-26 06:08:37] "GET /projects?obj_uuids=4dc3b0e1-440c-4d90-9453-b4d4916af69c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003989 10.0.0.33 - - [2026-03-26 06:08:38] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.33 - - [2026-03-26 06:08:38] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009111 10.0.0.33 - - [2026-03-26 06:08:38] "POST /id-to-fqname HTTP/1.1" 200 186 0.001330 10.0.0.33 - - [2026-03-26 06:08:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.010893 10.0.0.33 - - [2026-03-26 06:08:38] "POST /security-groups HTTP/1.1" 200 587 0.090410 10.0.0.33 - - [2026-03-26 06:08:38] "POST /projects HTTP/1.1" 200 577 0.379559 10.0.0.33 - - [2026-03-26 06:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.457347 10.0.0.33 - - [2026-03-26 06:08:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.015820 10.0.0.38 - - [2026-03-26 06:08:38] "GET /project/4dc3b0e1-440c-4d90-9453-b4d4916af69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.631440 10.0.0.38 - - [2026-03-26 06:08:39] "GET / HTTP/1.1" 200 35931 0.001919 10.0.0.38 - - [2026-03-26 06:08:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000598 10.0.0.38 - - [2026-03-26 06:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.073786 10.0.0.33 - - [2026-03-26 06:08:42] "GET /projects?obj_uuids=4dc3b0e1-440c-4d90-9453-b4d4916af69c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001105 10.0.0.38 - - [2026-03-26 06:08:42] "GET /project/4dc3b0e1-440c-4d90-9453-b4d4916af69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.076325 10.0.0.33 - - [2026-03-26 06:08:42] "GET /projects?obj_uuids=4dc3b0e1-440c-4d90-9453-b4d4916af69c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001305 10.0.0.38 - - [2026-03-26 06:08:42] "POST /neutron/network HTTP/1.1" 200 601 0.222435 10.0.0.33 - - [2026-03-26 06:08:42] "POST /ref-update HTTP/1.1" 200 156 0.042290 10.0.0.38 - - [2026-03-26 06:08:43] "POST /id-to-fqname HTTP/1.1" 200 216 0.005563 10.0.0.38 - - [2026-03-26 06:08:43] "GET /virtual-network/4a4fd9be-daad-4757-864a-1c3199e0745a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.010349 10.0.0.38 - - [2026-03-26 06:08:43] "POST /neutron/network HTTP/1.1" 200 819 0.011279 10.0.0.38 - - [2026-03-26 06:08:43] "GET /virtual-network/4a4fd9be-daad-4757-864a-1c3199e0745a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.007613 10.0.0.38 - - [2026-03-26 06:08:43] "POST /fqname-to-id HTTP/1.1" 404 206 0.003866 10.0.0.38 - - [2026-03-26 06:08:43] "GET /virtual-network/4a4fd9be-daad-4757-864a-1c3199e0745a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.006363 10.0.0.33 - - [2026-03-26 06:08:43] "GET /projects?obj_uuids=4dc3b0e1-440c-4d90-9453-b4d4916af69c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001091 10.0.0.38 - - [2026-03-26 06:08:43] "POST /neutron/port HTTP/1.1" 200 1016 0.395458 10.0.0.38 - - [2026-03-26 06:08:43] "GET /virtual-machine-interface/22901e79-843b-492a-aeef-de09a46d77fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.006521 10.0.0.38 - - [2026-03-26 06:08:43] "GET /virtual-machine-interface/22901e79-843b-492a-aeef-de09a46d77fc?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.006010 10.0.0.38 - - [2026-03-26 06:08:43] "GET /instance-ip/9b1213fe-3ddd-48a9-bec5-8ad79dab2a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.006347 10.0.0.38 - - [2026-03-26 06:08:44] "POST /neutron/network HTTP/1.1" 200 819 0.009355 10.0.0.38 - - [2026-03-26 06:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005812 10.0.0.33 - - [2026-03-26 06:08:47] "GET /projects?obj_uuids=4dc3b0e1-440c-4d90-9453-b4d4916af69c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001076 10.0.0.38 - - [2026-03-26 06:08:47] "GET /project/4dc3b0e1-440c-4d90-9453-b4d4916af69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.068029 10.0.0.33 - - [2026-03-26 06:08:47] "GET /projects?obj_uuids=4dc3b0e1-440c-4d90-9453-b4d4916af69c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001578 10.0.0.38 - - [2026-03-26 06:08:47] "POST /neutron/network HTTP/1.1" 200 603 0.199345 10.0.0.33 - - [2026-03-26 06:08:48] "POST /route-targets HTTP/1.1" 200 327 0.016552 10.0.0.38 - - [2026-03-26 06:08:48] "POST /neutron/network HTTP/1.1" 200 979 0.015623 10.0.0.38 - - [2026-03-26 06:08:48] "POST /id-to-fqname HTTP/1.1" 200 217 0.001145 10.0.0.38 - - [2026-03-26 06:08:48] "GET /virtual-network/ea2216fb-e875-4648-bb0b-bce1e9f63f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005929 10.0.0.38 - - [2026-03-26 06:08:48] "GET /virtual-network/ea2216fb-e875-4648-bb0b-bce1e9f63f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.008397 10.0.0.38 - - [2026-03-26 06:08:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.013030 10.0.0.33 - - [2026-03-26 06:08:48] "GET /projects?obj_uuids=4dc3b0e1-440c-4d90-9453-b4d4916af69c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001386 10.0.0.38 - - [2026-03-26 06:08:49] "POST /neutron/port HTTP/1.1" 200 1019 0.350040 10.0.0.38 - - [2026-03-26 06:08:49] "POST /id-to-fqname HTTP/1.1" 200 217 0.001470 10.0.0.38 - - [2026-03-26 06:08:49] "POST /neutron/network HTTP/1.1" 200 979 0.014249 10.0.0.38 - - [2026-03-26 06:08:49] "POST /neutron/port HTTP/1.1" 200 117 0.008880 10.0.0.38 - - [2026-03-26 06:08:49] "POST /id-to-fqname HTTP/1.1" 200 217 0.001413 10.0.0.38 - - [2026-03-26 06:08:50] "POST /neutron/port HTTP/1.1" 200 1019 0.014081 10.0.0.38 - - [2026-03-26 06:08:50] "POST /neutron/port HTTP/1.1" 200 1018 0.018903 10.0.0.38 - - [2026-03-26 06:08:50] "POST /neutron/port HTTP/1.1" 200 117 0.010256 10.0.0.38 - - [2026-03-26 06:08:51] "POST /neutron/network HTTP/1.1" 200 989 0.009700 10.0.0.38 - - [2026-03-26 06:08:51] "POST /neutron/port HTTP/1.1" 200 1110 0.211510 10.0.0.38 - - [2026-03-26 06:08:51] "POST /neutron/port HTTP/1.1" 200 1019 0.027662 10.0.0.38 - - [2026-03-26 06:08:51] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.38 - - [2026-03-26 06:08:51] "POST /neutron/port HTTP/1.1" 200 1111 0.215327 10.0.0.38 - - [2026-03-26 06:08:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005872 10.0.0.38 - - [2026-03-26 06:08:51] "POST /neutron/network HTTP/1.1" 200 979 0.013140 10.0.0.38 - - [2026-03-26 06:08:55] "POST /neutron/port HTTP/1.1" 200 1120 0.023993 10.0.0.38 - - [2026-03-26 06:08:55] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010713 10.0.0.38 - - [2026-03-26 06:08:55] "GET /virtual-machine/d7b265ea-0fa4-43de-823a-b966263ebb1f HTTP/1.1" 401 292 0.000449 10.0.0.38 - - [2026-03-26 06:08:56] "GET /virtual-machine/d7b265ea-0fa4-43de-823a-b966263ebb1f HTTP/1.1" 200 1284 0.040184 10.0.0.38 - - [2026-03-26 06:08:56] "GET /virtual-machine-interface/fbb658b4-7045-47c6-aa29-d8cafffeb216 HTTP/1.1" 200 2924 0.007059 10.0.0.38 - - [2026-03-26 06:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006989 10.0.0.38 - - [2026-03-26 06:08:56] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004601 10.0.0.38 - - [2026-03-26 06:08:56] "GET /virtual-networks?parent_id=4dc3b0e1-440c-4d90-9453-b4d4916af69c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004667 10.0.0.38 - - [2026-03-26 06:08:56] "GET /virtual-network/ea2216fb-e875-4648-bb0b-bce1e9f63f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007002 10.0.0.38 - - [2026-03-26 06:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.38 - - [2026-03-26 06:08:59] "GET /virtual-network/ea2216fb-e875-4648-bb0b-bce1e9f63f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005650 10.0.0.38 - - [2026-03-26 06:09:02] "POST /neutron/port HTTP/1.1" 200 1121 0.022047 10.0.0.38 - - [2026-03-26 06:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.38 - - [2026-03-26 06:09:03] "GET /virtual-network/ea2216fb-e875-4648-bb0b-bce1e9f63f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006205 10.0.0.38 - - [2026-03-26 06:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.38 - - [2026-03-26 06:09:05] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005162 10.0.0.38 - - [2026-03-26 06:09:05] "GET /virtual-networks?parent_id=4dc3b0e1-440c-4d90-9453-b4d4916af69c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005092 10.0.0.38 - - [2026-03-26 06:09:05] "GET /virtual-network/ea2216fb-e875-4648-bb0b-bce1e9f63f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.008128 10.0.0.38 - - [2026-03-26 06:09:06] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009528 10.0.0.38 - - [2026-03-26 06:09:06] "POST /neutron/port HTTP/1.1" 200 1121 0.026277 10.0.0.38 - - [2026-03-26 06:09:06] "GET /virtual-machine/e8e9d2c9-8764-4b6b-8ce8-9ea16e0f6474 HTTP/1.1" 200 1285 0.009979 10.0.0.38 - - [2026-03-26 06:09:06] "GET /virtual-machine-interface/a2da3795-d45b-4795-a47e-d18ebf0aa4af HTTP/1.1" 200 2924 0.008218 10.0.0.38 - - [2026-03-26 06:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.38 - - [2026-03-26 06:09:06] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004410 10.0.0.38 - - [2026-03-26 06:09:06] "GET /virtual-networks?parent_id=4dc3b0e1-440c-4d90-9453-b4d4916af69c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004853 10.0.0.38 - - [2026-03-26 06:09:06] "GET /virtual-network/ea2216fb-e875-4648-bb0b-bce1e9f63f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.010165 10.0.0.38 - - [2026-03-26 06:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.38 - - [2026-03-26 06:09:07] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005650 10.0.0.38 - - [2026-03-26 06:09:07] "GET /virtual-networks?parent_id=4dc3b0e1-440c-4d90-9453-b4d4916af69c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004782 10.0.0.38 - - [2026-03-26 06:09:07] "GET /virtual-network/ea2216fb-e875-4648-bb0b-bce1e9f63f32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007425 10.0.0.38 - - [2026-03-26 06:09:11] "POST /neutron/port HTTP/1.1" 200 1111 0.018635 10.0.0.38 - - [2026-03-26 06:09:11] "POST /neutron/port HTTP/1.1" 200 1110 0.015895 10.0.0.38 - - [2026-03-26 06:09:11] "POST /neutron/port HTTP/1.1" 400 205 0.004132 10.0.0.33 - - [2026-03-26 06:09:12] "DELETE /route-target/99673484-9c6b-40ff-992c-be032178d841 HTTP/1.1" 200 115 0.038946 10.0.0.33 - - [2026-03-26 06:09:13] "GET /projects?obj_uuids=4dc3b0e1-440c-4d90-9453-b4d4916af69c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001091 10.0.0.38 - - [2026-03-26 06:09:13] "GET /project/4dc3b0e1-440c-4d90-9453-b4d4916af69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.063751 10.0.0.33 - - [2026-03-26 06:09:13] "GET /projects?obj_uuids=4dc3b0e1-440c-4d90-9453-b4d4916af69c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001157 10.0.0.38 - - [2026-03-26 06:09:13] "GET /project/4dc3b0e1-440c-4d90-9453-b4d4916af69c?fields=virtual_networks HTTP/1.1" 200 1034 0.058789 10.0.0.33 - - [2026-03-26 06:09:13] "GET /projects?obj_uuids=4dc3b0e1-440c-4d90-9453-b4d4916af69c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001003 10.0.0.38 - - [2026-03-26 06:09:13] "GET /project/4dc3b0e1-440c-4d90-9453-b4d4916af69c?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.053332 10.0.0.33 - - [2026-03-26 06:09:13] "GET /projects?obj_uuids=4dc3b0e1-440c-4d90-9453-b4d4916af69c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002230 10.0.0.38 - - [2026-03-26 06:09:13] "GET /project/4dc3b0e1-440c-4d90-9453-b4d4916af69c?fields=security_groups HTTP/1.1" 200 1256 0.064589 10.0.0.33 - - [2026-03-26 06:09:14] "DELETE /project/4dc3b0e1440c4d909453b4d4916af69c HTTP/1.1" 404 173 0.013027 10.0.0.33 - - [2026-03-26 06:09:14] "DELETE /project/3bcb0ac3b8804e86aff9aca00b753ee6 HTTP/1.1" 404 173 0.012555 10.0.0.33 - - [2026-03-26 06:09:14] "DELETE /project/b3c565b2dd384ed088272e86754f9a6b HTTP/1.1" 404 173 0.014555 10.0.0.33 - - [2026-03-26 06:09:14] "GET /projects?obj_uuids=3bcb0ac3-b880-4e86-aff9-aca00b753ee6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001782 10.0.0.33 - - [2026-03-26 06:09:14] "GET /projects?obj_uuids=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002140 10.0.0.33 - - [2026-03-26 06:09:14] "GET /projects?obj_uuids=b3c565b2-dd38-4ed0-8827-2e86754f9a6b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001485 10.0.0.33 - - [2026-03-26 06:09:14] "GET /project/b3c565b2-dd38-4ed0-8827-2e86754f9a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.097550 10.0.0.33 - - [2026-03-26 06:09:14] "GET /projects?obj_uuids=b3c565b2-dd38-4ed0-8827-2e86754f9a6b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001890 10.0.0.33 - - [2026-03-26 06:09:14] "GET /project/3bcb0ac3-b880-4e86-aff9-aca00b753ee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.177557 10.0.0.33 - - [2026-03-26 06:09:14] "GET /projects?obj_uuids=3bcb0ac3-b880-4e86-aff9-aca00b753ee6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001650 10.0.0.33 - - [2026-03-26 06:09:14] "GET /project/565ffa27-804e-450d-ad59-65aa4be75509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.224342 10.0.0.33 - - [2026-03-26 06:09:14] "GET /projects?obj_uuids=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002346 10.0.0.33 - - [2026-03-26 06:09:14] "GET /project/b3c565b2-dd38-4ed0-8827-2e86754f9a6b?fields=security_groups HTTP/1.1" 200 1358 0.187848 10.0.0.33 - - [2026-03-26 06:09:14] "GET /project/3bcb0ac3-b880-4e86-aff9-aca00b753ee6?fields=security_groups HTTP/1.1" 200 1358 0.168441 10.0.0.33 - - [2026-03-26 06:09:14] "GET /project/565ffa27-804e-450d-ad59-65aa4be75509?fields=security_groups HTTP/1.1" 200 1136 0.235003 10.0.0.33 - - [2026-03-26 06:09:14] "GET /projects?obj_uuids=565ffa27-804e-450d-ad59-65aa4be75509&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001057 10.0.0.33 - - [2026-03-26 06:09:15] "DELETE /security-group/6155134e-01a5-44d6-bcde-de45b5ce01c9 HTTP/1.1" 200 115 0.245752 10.0.0.33 - - [2026-03-26 06:09:15] "GET /projects?obj_uuids=b3c565b2-dd38-4ed0-8827-2e86754f9a6b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001982 10.0.0.33 - - [2026-03-26 06:09:15] "DELETE /security-group/762123d5-c9f5-4590-a4fd-d3290bf3069f HTTP/1.1" 200 115 0.249423 10.0.0.33 - - [2026-03-26 06:09:15] "GET /project/565ffa27-804e-450d-ad59-65aa4be75509?fields=application_policy_sets HTTP/1.1" 200 1136 0.150699 10.0.0.33 - - [2026-03-26 06:09:15] "GET /projects?obj_uuids=3bcb0ac3-b880-4e86-aff9-aca00b753ee6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001858 10.0.0.33 - - [2026-03-26 06:09:15] "DELETE /access-control-list/b677b7b8-7da8-41ae-8d67-b5ec76a7210c HTTP/1.1" 200 115 0.200299 10.0.0.33 - - [2026-03-26 06:09:15] "GET /project/b3c565b2-dd38-4ed0-8827-2e86754f9a6b?fields=application_policy_sets HTTP/1.1" 200 1397 0.222835 10.0.0.33 - - [2026-03-26 06:09:15] "GET /project/3bcb0ac3-b880-4e86-aff9-aca00b753ee6?fields=application_policy_sets HTTP/1.1" 200 1397 0.164737 10.0.0.33 - - [2026-03-26 06:09:15] "DELETE /project/565ffa27-804e-450d-ad59-65aa4be75509 HTTP/1.1" 200 115 0.875666 10.0.0.38 - - [2026-03-26 06:09:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.056129 10.0.0.33 - - [2026-03-26 06:09:15] "GET /projects?obj_uuids=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.008226 10.0.0.33 - - [2026-03-26 06:09:15] "DELETE /access-control-list/cfcc502b-0624-48e9-910e-eb35c1352a21 HTTP/1.1" 200 115 0.098170 10.0.0.33 - - [2026-03-26 06:09:15] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003880 10.0.0.33 - - [2026-03-26 06:09:15] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.024618 10.0.0.33 - - [2026-03-26 06:09:15] "DELETE /project/3bcb0ac3-b880-4e86-aff9-aca00b753ee6 HTTP/1.1" 200 115 1.306471 10.0.0.33 - - [2026-03-26 06:09:15] "DELETE /project/b3c565b2-dd38-4ed0-8827-2e86754f9a6b HTTP/1.1" 200 115 1.354083 10.0.0.33 - - [2026-03-26 06:09:15] "POST /id-to-fqname HTTP/1.1" 200 188 0.003445 10.0.0.33 - - [2026-03-26 06:09:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.009001 10.0.0.33 - - [2026-03-26 06:09:16] "POST /security-groups HTTP/1.1" 200 589 0.049165 10.0.0.33 - - [2026-03-26 06:09:16] "POST /projects HTTP/1.1" 200 581 0.345640 10.0.0.33 - - [2026-03-26 06:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.407133 10.0.0.33 - - [2026-03-26 06:09:16] "POST /fqname-to-id HTTP/1.1" 404 231 0.014606 10.0.0.38 - - [2026-03-26 06:09:16] "GET /project/84364256-5ea9-487c-a2df-5fd0e45071b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.667030 10.0.0.38 - - [2026-03-26 06:09:16] "POST /neutron/port HTTP/1.1" 200 117 0.009061 10.0.0.38 - - [2026-03-26 06:09:17] "GET / HTTP/1.1" 200 35931 0.001796 10.0.0.38 - - [2026-03-26 06:09:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000583 10.0.0.38 - - [2026-03-26 06:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.066110 10.0.0.33 - - [2026-03-26 06:09:20] "GET /projects?obj_uuids=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001726 10.0.0.38 - - [2026-03-26 06:09:20] "GET /project/84364256-5ea9-487c-a2df-5fd0e45071b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.078746 10.0.0.33 - - [2026-03-26 06:09:20] "GET /projects?obj_uuids=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001374 10.0.0.38 - - [2026-03-26 06:09:20] "POST /neutron/network HTTP/1.1" 200 605 0.201049 10.0.0.33 - - [2026-03-26 06:09:20] "POST /ref-update HTTP/1.1" 200 156 0.039212 10.0.0.38 - - [2026-03-26 06:09:20] "POST /id-to-fqname HTTP/1.1" 200 219 0.008787 10.0.0.38 - - [2026-03-26 06:09:20] "GET /virtual-network/2066c625-d506-4e59-8f88-d2a02657aff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.011838 10.0.0.38 - - [2026-03-26 06:09:20] "POST /neutron/network HTTP/1.1" 200 823 0.009455 10.0.0.38 - - [2026-03-26 06:09:20] "GET /virtual-network/2066c625-d506-4e59-8f88-d2a02657aff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007258 10.0.0.38 - - [2026-03-26 06:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.33 - - [2026-03-26 06:09:21] "GET /projects?obj_uuids=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001389 10.0.0.38 - - [2026-03-26 06:09:21] "GET /project/84364256-5ea9-487c-a2df-5fd0e45071b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.056918 10.0.0.38 - - [2026-03-26 06:09:21] "POST /neutron/network HTTP/1.1" 200 117 0.016923 10.0.0.38 - - [2026-03-26 06:09:21] "POST /neutron/network HTTP/1.1" 200 826 0.013572 10.0.0.38 - - [2026-03-26 06:09:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001568 10.0.0.38 - - [2026-03-26 06:09:21] "GET /virtual-network/2f442ad4-d117-400a-a0cf-304fa3ddc624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007389 10.0.0.38 - - [2026-03-26 06:09:21] "GET /virtual-network/2f442ad4-d117-400a-a0cf-304fa3ddc624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008265 10.0.0.38 - - [2026-03-26 06:09:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.011511 10.0.0.38 - - [2026-03-26 06:09:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001162 10.0.0.33 - - [2026-03-26 06:09:22] "GET /projects?obj_uuids=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001335 10.0.0.38 - - [2026-03-26 06:09:22] "GET /project/84364256-5ea9-487c-a2df-5fd0e45071b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.094953 10.0.0.38 - - [2026-03-26 06:09:23] "POST /neutron/port HTTP/1.1" 200 117 0.010879 10.0.0.38 - - [2026-03-26 06:09:23] "POST /id-to-fqname HTTP/1.1" 200 219 0.001904 10.0.0.38 - - [2026-03-26 06:09:23] "POST /neutron/network HTTP/1.1" 200 836 0.009921 10.0.0.38 - - [2026-03-26 06:09:24] "POST /neutron/port HTTP/1.1" 200 1057 0.020326 10.0.0.33 - - [2026-03-26 06:09:24] "GET /projects?obj_uuids=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001606 10.0.0.38 - - [2026-03-26 06:09:24] "GET /project/84364256-5ea9-487c-a2df-5fd0e45071b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.126985 10.0.0.38 - - [2026-03-26 06:09:24] "POST /neutron/network HTTP/1.1" 200 826 0.014657 10.0.0.38 - - [2026-03-26 06:09:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.012830 10.0.0.38 - - [2026-03-26 06:09:24] "POST /neutron/network HTTP/1.1" 200 823 0.010471 10.0.0.33 - - [2026-03-26 06:09:24] "GET /projects?obj_uuids=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001456 10.0.0.38 - - [2026-03-26 06:09:24] "POST /neutron/router HTTP/1.1" 200 580 0.140015 10.0.0.33 - - [2026-03-26 06:09:24] "POST /route-targets HTTP/1.1" 200 327 0.030893 10.0.0.38 - - [2026-03-26 06:09:25] "POST /neutron/network HTTP/1.1" 200 836 0.008957 10.0.0.38 - - [2026-03-26 06:09:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.020042 10.0.0.38 - - [2026-03-26 06:09:26] "POST /neutron/port HTTP/1.1" 200 1114 0.212719 10.0.0.38 - - [2026-03-26 06:09:26] "POST /neutron/subnet HTTP/1.1" 200 708 0.010266 10.0.0.38 - - [2026-03-26 06:09:30] "POST /neutron/port HTTP/1.1" 200 1121 0.027449 10.0.0.38 - - [2026-03-26 06:09:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010371 10.0.0.38 - - [2026-03-26 06:09:31] "GET /virtual-machine/063af209-bd57-4862-9e31-0da966bcdc70 HTTP/1.1" 401 292 0.001050 10.0.0.38 - - [2026-03-26 06:09:31] "GET /virtual-machine/063af209-bd57-4862-9e31-0da966bcdc70 HTTP/1.1" 200 1289 0.035890 10.0.0.38 - - [2026-03-26 06:09:31] "GET /virtual-machine-interface/f37946bc-45db-4b23-bc93-71fc7d7f782a HTTP/1.1" 200 2934 0.006474 10.0.0.38 - - [2026-03-26 06:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.38 - - [2026-03-26 06:09:31] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005531 10.0.0.38 - - [2026-03-26 06:09:31] "GET /virtual-networks?parent_id=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003843 10.0.0.38 - - [2026-03-26 06:09:31] "GET /virtual-network/2066c625-d506-4e59-8f88-d2a02657aff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006462 10.0.0.38 - - [2026-03-26 06:09:32] "POST /neutron/port HTTP/1.1" 200 1121 0.028356 10.0.0.38 - - [2026-03-26 06:09:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004383 10.0.0.38 - - [2026-03-26 06:09:33] "POST /neutron/network HTTP/1.1" 200 823 0.008375 10.0.0.38 - - [2026-03-26 06:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.38 - - [2026-03-26 06:09:34] "GET /virtual-network/2066c625-d506-4e59-8f88-d2a02657aff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006460 10.0.0.38 - - [2026-03-26 06:09:37] "POST /neutron/port HTTP/1.1" 200 1121 0.022217 10.0.0.38 - - [2026-03-26 06:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006029 10.0.0.38 - - [2026-03-26 06:09:38] "GET /virtual-network/2066c625-d506-4e59-8f88-d2a02657aff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006513 10.0.0.38 - - [2026-03-26 06:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005699 10.0.0.38 - - [2026-03-26 06:09:40] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.007515 10.0.0.38 - - [2026-03-26 06:09:40] "GET /virtual-networks?parent_id=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003500 10.0.0.38 - - [2026-03-26 06:09:40] "GET /virtual-network/2066c625-d506-4e59-8f88-d2a02657aff1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007521 10.0.0.38 - - [2026-03-26 06:09:40] "POST /neutron/port HTTP/1.1" 200 1124 0.032463 10.0.0.38 - - [2026-03-26 06:09:41] "POST /neutron/subnet HTTP/1.1" 200 708 0.014410 10.0.0.38 - - [2026-03-26 06:09:41] "POST /neutron/port HTTP/1.1" 200 1124 0.032752 10.0.0.38 - - [2026-03-26 06:09:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012520 10.0.0.38 - - [2026-03-26 06:09:41] "GET /virtual-machine/674ef135-0762-4917-9952-90ec61fa6733 HTTP/1.1" 200 1290 0.006813 10.0.0.38 - - [2026-03-26 06:09:41] "GET /virtual-machine-interface/896d41de-8e74-4efa-be2b-4fec19024506 HTTP/1.1" 200 2933 0.005705 10.0.0.38 - - [2026-03-26 06:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.38 - - [2026-03-26 06:09:41] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005712 10.0.0.38 - - [2026-03-26 06:09:41] "GET /virtual-networks?parent_id=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004096 10.0.0.38 - - [2026-03-26 06:09:41] "GET /virtual-network/2f442ad4-d117-400a-a0cf-304fa3ddc624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008048 10.0.0.38 - - [2026-03-26 06:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006421 10.0.0.38 - - [2026-03-26 06:09:42] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005029 10.0.0.38 - - [2026-03-26 06:09:42] "GET /virtual-networks?parent_id=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.005496 10.0.0.38 - - [2026-03-26 06:09:42] "GET /virtual-network/2f442ad4-d117-400a-a0cf-304fa3ddc624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008898 10.0.0.38 - - [2026-03-26 06:09:48] "POST /neutron/router HTTP/1.1" 200 580 0.011181 10.0.0.33 - - [2026-03-26 06:09:49] "POST /ref-update HTTP/1.1" 200 156 0.018910 10.0.0.38 - - [2026-03-26 06:09:55] "POST /neutron/router HTTP/1.1" 200 580 0.009504 10.0.0.33 - - [2026-03-26 06:09:58] "GET /projects?obj_uuids=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.38 - - [2026-03-26 06:09:59] "POST /neutron/router HTTP/1.1" 200 344 0.479318 10.0.0.33 - - [2026-03-26 06:10:01] "POST /ref-update HTTP/1.1" 200 156 0.036469 10.0.0.38 - - [2026-03-26 06:10:02] "POST /neutron/router HTTP/1.1" 200 580 0.024943 10.0.0.38 - - [2026-03-26 06:10:02] "POST /neutron/router HTTP/1.1" 200 151 0.115060 10.0.0.33 - - [2026-03-26 06:10:02] "DELETE /route-target/9703847d-cad1-4a1f-8b19-eb610fe00d41 HTTP/1.1" 200 115 0.055221 10.0.0.33 - - [2026-03-26 06:10:02] "GET /logical-router/7c81c632-b3df-402b-b6c8-632563fb3fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.077401 10.0.0.38 - - [2026-03-26 06:10:03] "POST /neutron/port HTTP/1.1" 200 1124 0.035316 10.0.0.38 - - [2026-03-26 06:10:03] "POST /neutron/port HTTP/1.1" 200 1111 0.027707 10.0.0.38 - - [2026-03-26 06:10:04] "POST /neutron/network HTTP/1.1" 200 826 0.008177 10.0.0.33 - - [2026-03-26 06:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.010272 10.0.0.33 - - [2026-03-26 06:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003744 10.0.0.33 - - [2026-03-26 06:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004223 10.0.0.38 - - [2026-03-26 06:10:05] "POST /neutron/network HTTP/1.1" 200 151 0.205645 10.0.0.33 - - [2026-03-26 06:10:06] "GET /projects?obj_uuids=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001292 10.0.0.38 - - [2026-03-26 06:10:06] "GET /project/84364256-5ea9-487c-a2df-5fd0e45071b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.068194 10.0.0.33 - - [2026-03-26 06:10:06] "GET /projects?obj_uuids=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001134 10.0.0.38 - - [2026-03-26 06:10:06] "GET /project/84364256-5ea9-487c-a2df-5fd0e45071b4?fields=virtual_networks HTTP/1.1" 200 1038 0.065176 10.0.0.33 - - [2026-03-26 06:10:06] "GET /projects?obj_uuids=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001516 10.0.0.38 - - [2026-03-26 06:10:06] "GET /project/84364256-5ea9-487c-a2df-5fd0e45071b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.063400 10.0.0.33 - - [2026-03-26 06:10:06] "GET /projects?obj_uuids=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001588 10.0.0.38 - - [2026-03-26 06:10:07] "GET /project/84364256-5ea9-487c-a2df-5fd0e45071b4?fields=security_groups HTTP/1.1" 200 1262 0.072179 10.0.0.38 - - [2026-03-26 06:10:08] "POST /fqname-to-id HTTP/1.1" 404 191 0.029328 10.0.0.33 - - [2026-03-26 06:10:08] "GET /projects?obj_uuids=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004428 10.0.0.33 - - [2026-03-26 06:10:08] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001141 10.0.0.33 - - [2026-03-26 06:10:08] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008160 10.0.0.33 - - [2026-03-26 06:10:08] "POST /id-to-fqname HTTP/1.1" 200 193 0.005291 10.0.0.33 - - [2026-03-26 06:10:08] "POST /fqname-to-id HTTP/1.1" 404 202 0.006612 10.0.0.33 - - [2026-03-26 06:10:08] "POST /security-groups HTTP/1.1" 200 594 0.070239 10.0.0.33 - - [2026-03-26 06:10:08] "POST /projects HTTP/1.1" 200 591 0.343906 10.0.0.33 - - [2026-03-26 06:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.382650 10.0.0.33 - - [2026-03-26 06:10:08] "POST /access-control-lists HTTP/1.1" 200 599 0.039876 10.0.0.38 - - [2026-03-26 06:10:08] "GET /project/adb11705-3875-4842-a591-728a5193bc3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.564012 10.0.0.38 - - [2026-03-26 06:10:09] "GET / HTTP/1.1" 200 35931 0.001607 10.0.0.38 - - [2026-03-26 06:10:12] "GET /project/adb11705-3875-4842-a591-728a5193bc3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000488 10.0.0.33 - - [2026-03-26 06:10:12] "GET /projects?obj_uuids=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001081 10.0.0.38 - - [2026-03-26 06:10:12] "GET /project/adb11705-3875-4842-a591-728a5193bc3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.104807 10.0.0.38 - - [2026-03-26 06:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006113 10.0.0.38 - - [2026-03-26 06:10:12] "GET /security-group/9b3a9b54-d20e-45d6-a41f-caa0f6396100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.006955 10.0.0.38 - - [2026-03-26 06:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.33 - - [2026-03-26 06:10:12] "GET /projects?obj_uuids=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001325 10.0.0.38 - - [2026-03-26 06:10:12] "GET /project/adb11705-3875-4842-a591-728a5193bc3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.058683 10.0.0.38 - - [2026-03-26 06:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.014617 10.0.0.38 - - [2026-03-26 06:10:13] "GET /security-group/9b3a9b54-d20e-45d6-a41f-caa0f6396100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.005285 10.0.0.38 - - [2026-03-26 06:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.38 - - [2026-03-26 06:10:13] "PUT /security-group/9b3a9b54-d20e-45d6-a41f-caa0f6396100 HTTP/1.1" 200 262 0.024982 10.0.0.38 - - [2026-03-26 06:10:13] "POST /fqname-to-id HTTP/1.1" 404 202 0.006359 10.0.0.33 - - [2026-03-26 06:10:13] "PUT /access-control-list/cc577147-e475-4517-93b3-375fe4bc478a HTTP/1.1" 200 272 0.026735 10.0.0.38 - - [2026-03-26 06:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.33 - - [2026-03-26 06:10:13] "GET /projects?obj_uuids=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001637 10.0.0.38 - - [2026-03-26 06:10:13] "GET /project/adb11705-3875-4842-a591-728a5193bc3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.052383 10.0.0.33 - - [2026-03-26 06:10:13] "POST /ref-update HTTP/1.1" 200 156 0.040533 10.0.0.33 - - [2026-03-26 06:10:14] "POST /useragent-kv HTTP/1.1" 200 115 0.020954 10.0.0.38 - - [2026-03-26 06:10:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.334868 10.0.0.38 - - [2026-03-26 06:10:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001990 10.0.0.38 - - [2026-03-26 06:10:14] "GET /virtual-network/55db042e-c63f-45d1-9b46-09ddb7501c76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006116 10.0.0.38 - - [2026-03-26 06:10:14] "GET /virtual-network/55db042e-c63f-45d1-9b46-09ddb7501c76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006282 10.0.0.38 - - [2026-03-26 06:10:14] "POST /neutron/network HTTP/1.1" 200 827 0.008684 10.0.0.38 - - [2026-03-26 06:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006374 10.0.0.33 - - [2026-03-26 06:10:14] "GET /projects?obj_uuids=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001056 10.0.0.38 - - [2026-03-26 06:10:14] "GET /project/adb11705-3875-4842-a591-728a5193bc3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.069888 10.0.0.33 - - [2026-03-26 06:10:14] "GET /projects?obj_uuids=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001081 10.0.0.38 - - [2026-03-26 06:10:14] "POST /neutron/network HTTP/1.1" 200 615 0.252483 10.0.0.38 - - [2026-03-26 06:10:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.009045 10.0.0.38 - - [2026-03-26 06:10:15] "GET /virtual-network/4de0ed73-9a37-4790-8ac6-b0c5afd94215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006927 10.0.0.38 - - [2026-03-26 06:10:15] "POST /neutron/network HTTP/1.1" 200 831 0.007357 10.0.0.38 - - [2026-03-26 06:10:15] "GET /virtual-network/4de0ed73-9a37-4790-8ac6-b0c5afd94215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006047 10.0.0.38 - - [2026-03-26 06:10:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001602 10.0.0.38 - - [2026-03-26 06:10:15] "POST /neutron/network HTTP/1.1" 200 837 0.008402 10.0.0.33 - - [2026-03-26 06:10:15] "DELETE /access-control-list/7a086112-c341-4195-8adc-e4ccb07de50a HTTP/1.1" 200 115 0.073171 10.0.0.33 - - [2026-03-26 06:10:16] "DELETE /project/843642565ea9487ca2df5fd0e45071b4 HTTP/1.1" 404 173 0.004591 10.0.0.33 - - [2026-03-26 06:10:16] "DELETE /project/adb1170538754842a591728a5193bc3d HTTP/1.1" 404 173 0.007988 10.0.0.33 - - [2026-03-26 06:10:16] "DELETE /project/4dc3b0e1-440c-4d90-9453-b4d4916af69c HTTP/1.1" 404 177 0.009662 10.0.0.33 - - [2026-03-26 06:10:16] "GET /projects?obj_uuids=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.33 - - [2026-03-26 06:10:16] "GET /project/84364256-5ea9-487c-a2df-5fd0e45071b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.045736 10.0.0.33 - - [2026-03-26 06:10:16] "GET /projects?obj_uuids=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001167 10.0.0.33 - - [2026-03-26 06:10:16] "GET /project/84364256-5ea9-487c-a2df-5fd0e45071b4?fields=security_groups HTTP/1.1" 200 1367 0.052366 10.0.0.33 - - [2026-03-26 06:10:16] "DELETE /security-group/d6eb68f7-1239-4955-987d-5ab0ad390789 HTTP/1.1" 200 115 0.061655 10.0.0.33 - - [2026-03-26 06:10:16] "GET /projects?obj_uuids=84364256-5ea9-487c-a2df-5fd0e45071b4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001201 10.0.0.33 - - [2026-03-26 06:10:16] "GET /project/84364256-5ea9-487c-a2df-5fd0e45071b4?fields=application_policy_sets HTTP/1.1" 200 1406 0.080943 10.0.0.33 - - [2026-03-26 06:10:16] "DELETE /access-control-list/6f8281f1-9260-4dca-a95d-c50693a19bc5 HTTP/1.1" 200 115 0.062608 10.0.0.33 - - [2026-03-26 06:10:16] "DELETE /project/84364256-5ea9-487c-a2df-5fd0e45071b4 HTTP/1.1" 200 115 0.518607 10.0.0.33 - - [2026-03-26 06:10:16] "GET /projects?obj_uuids=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001264 10.0.0.38 - - [2026-03-26 06:10:16] "GET /project/adb11705-3875-4842-a591-728a5193bc3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.081249 10.0.0.38 - - [2026-03-26 06:10:16] "POST /neutron/port HTTP/1.1" 200 117 0.009671 10.0.0.38 - - [2026-03-26 06:10:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001544 10.0.0.38 - - [2026-03-26 06:10:17] "POST /neutron/network HTTP/1.1" 200 837 0.011144 10.0.0.38 - - [2026-03-26 06:10:18] "POST /neutron/port HTTP/1.1" 200 1063 0.039093 10.0.0.33 - - [2026-03-26 06:10:18] "GET /projects?obj_uuids=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001126 10.0.0.38 - - [2026-03-26 06:10:18] "GET /project/adb11705-3875-4842-a591-728a5193bc3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.110481 10.0.0.38 - - [2026-03-26 06:10:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010256 10.0.0.38 - - [2026-03-26 06:10:18] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.38 - - [2026-03-26 06:10:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009222 10.0.0.38 - - [2026-03-26 06:10:19] "POST /neutron/router HTTP/1.1" 200 585 0.020760 10.0.0.33 - - [2026-03-26 06:10:19] "GET /projects?obj_uuids=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003465 10.0.0.33 - - [2026-03-26 06:10:19] "GET /service-template/f7a955e5-d870-40d2-9163-65d964fd4749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.012379 10.0.0.33 - - [2026-03-26 06:10:19] "POST /route-targets HTTP/1.1" 200 327 0.053475 10.0.0.33 - - [2026-03-26 06:10:19] "POST /service-instances HTTP/1.1" 200 670 0.140061 10.0.0.38 - - [2026-03-26 06:10:19] "POST /neutron/router HTTP/1.1" 200 344 0.641778 10.0.0.38 - - [2026-03-26 06:10:19] "POST /neutron/port HTTP/1.1" 200 1127 0.050472 10.0.0.33 - - [2026-03-26 06:10:20] "POST /ref-update HTTP/1.1" 200 156 0.091669 10.0.0.33 - - [2026-03-26 06:10:20] "POST /virtual-machines HTTP/1.1" 200 553 0.051113 10.0.0.38 - - [2026-03-26 06:10:20] "POST /neutron/port HTTP/1.1" 200 1060 0.049679 10.0.0.33 - - [2026-03-26 06:10:20] "POST /instance-ips HTTP/1.1" 200 551 0.126239 10.0.0.33 - - [2026-03-26 06:10:20] "PUT /virtual-machine-interface/e55cf3c1-4ac8-4967-848e-d62698dfcd2e HTTP/1.1" 200 284 0.036276 10.0.0.38 - - [2026-03-26 06:10:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007090 10.0.0.38 - - [2026-03-26 06:10:20] "POST /neutron/network HTTP/1.1" 200 831 0.013608 10.0.0.33 - - [2026-03-26 06:10:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.191132 10.0.0.33 - - [2026-03-26 06:10:21] "POST /instance-ips HTTP/1.1" 400 316 0.046635 10.0.0.33 - - [2026-03-26 06:10:21] "PUT /instance-ip/84131387-485f-4418-a9d4-0cff3c10f9c2 HTTP/1.1" 200 256 0.099445 10.0.0.33 - - [2026-03-26 06:10:21] "POST /ref-update HTTP/1.1" 200 156 0.069694 10.0.0.33 - - [2026-03-26 06:10:21] "POST /virtual-machines HTTP/1.1" 200 553 0.070256 10.0.0.33 - - [2026-03-26 06:10:22] "POST /instance-ips HTTP/1.1" 400 246 0.053292 10.0.0.33 - - [2026-03-26 06:10:22] "PUT /instance-ip/5d1c56ac-7309-402f-a231-7e2f7207c7f5 HTTP/1.1" 200 256 0.050840 10.0.0.33 - - [2026-03-26 06:10:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.150594 10.0.0.33 - - [2026-03-26 06:10:22] "POST /chown HTTP/1.1" 200 109 0.020241 10.0.0.33 - - [2026-03-26 06:10:22] "POST /ref-update HTTP/1.1" 200 156 0.044847 10.0.0.38 - - [2026-03-26 06:10:25] "POST /neutron/port HTTP/1.1" 200 1127 0.022895 10.0.0.38 - - [2026-03-26 06:10:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009376 10.0.0.38 - - [2026-03-26 06:10:25] "GET /virtual-machine/299f14f3-2829-4dec-8c7b-b96682df23fe HTTP/1.1" 401 292 0.000655 10.0.0.38 - - [2026-03-26 06:10:25] "GET /virtual-machine/299f14f3-2829-4dec-8c7b-b96682df23fe HTTP/1.1" 200 1295 0.035456 10.0.0.38 - - [2026-03-26 06:10:25] "GET /virtual-machine-interface/bb0e5f22-f209-45b9-a01f-04b27100c704 HTTP/1.1" 200 2956 0.006430 10.0.0.38 - - [2026-03-26 06:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.38 - - [2026-03-26 06:10:25] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006947 10.0.0.38 - - [2026-03-26 06:10:25] "GET /virtual-networks?parent_id=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004399 10.0.0.38 - - [2026-03-26 06:10:25] "GET /virtual-network/55db042e-c63f-45d1-9b46-09ddb7501c76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008571 10.0.0.38 - - [2026-03-26 06:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.38 - - [2026-03-26 06:10:29] "GET /virtual-network/55db042e-c63f-45d1-9b46-09ddb7501c76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.013378 10.0.0.38 - - [2026-03-26 06:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.38 - - [2026-03-26 06:10:31] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003973 10.0.0.38 - - [2026-03-26 06:10:31] "GET /virtual-networks?parent_id=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004219 10.0.0.38 - - [2026-03-26 06:10:31] "GET /virtual-network/55db042e-c63f-45d1-9b46-09ddb7501c76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007086 10.0.0.38 - - [2026-03-26 06:10:31] "POST /neutron/port HTTP/1.1" 200 1127 0.028236 10.0.0.38 - - [2026-03-26 06:10:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008600 10.0.0.38 - - [2026-03-26 06:10:35] "POST /neutron/network HTTP/1.1" 200 837 0.010105 10.0.0.38 - - [2026-03-26 06:10:35] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.242 - - [2026-03-26 06:10:35] "GET /obj-perms HTTP/1.1" 200 5056 0.075953 10.0.0.38 - - [2026-03-26 06:10:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010997 10.0.0.38 - - [2026-03-26 06:10:36] "POST /neutron/port HTTP/1.1" 200 1124 0.029175 10.0.0.38 - - [2026-03-26 06:10:36] "GET /virtual-machine/135e0d9c-935e-4f4f-a3d3-f55b1beeb05f HTTP/1.1" 200 1295 0.007765 10.0.0.38 - - [2026-03-26 06:10:36] "GET /virtual-machine-interface/aa528b6b-48cc-4921-a015-b44e18ed04e1 HTTP/1.1" 200 2968 0.007154 10.0.0.38 - - [2026-03-26 06:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.38 - - [2026-03-26 06:10:36] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004751 10.0.0.38 - - [2026-03-26 06:10:36] "GET /virtual-networks?parent_id=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004015 10.0.0.38 - - [2026-03-26 06:10:37] "GET /virtual-network/4de0ed73-9a37-4790-8ac6-b0c5afd94215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007648 10.0.0.38 - - [2026-03-26 06:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.38 - - [2026-03-26 06:10:38] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004913 10.0.0.38 - - [2026-03-26 06:10:38] "GET /virtual-networks?parent_id=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.010093 10.0.0.38 - - [2026-03-26 06:10:38] "GET /virtual-network/4de0ed73-9a37-4790-8ac6-b0c5afd94215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006758 10.0.0.38 - - [2026-03-26 06:10:40] "POST /neutron/port HTTP/1.1" 200 1124 0.021395 10.0.0.38 - - [2026-03-26 06:10:41] "POST /neutron/subnet HTTP/1.1" 200 684 0.012388 10.0.0.38 - - [2026-03-26 06:10:42] "POST /neutron/router HTTP/1.1" 200 656 0.013849 10.0.0.33 - - [2026-03-26 06:10:42] "GET /logical-router/9f63cc6e-e4c6-41a6-a36a-16fb63570b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.014301 10.0.0.33 - - [2026-03-26 06:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008429 10.0.0.38 - - [2026-03-26 06:10:42] "POST /neutron/router HTTP/1.1" 200 151 0.163660 10.0.0.33 - - [2026-03-26 06:10:42] "PUT /routing-instance/3d8aa06f-a6e9-4db4-b10d-f975d3243cd7 HTTP/1.1" 200 266 0.040447 10.0.0.33 - - [2026-03-26 06:10:42] "DELETE /route-table/5c156942-b0c8-4784-a3e7-99c294c2fe90 HTTP/1.1" 200 115 0.090555 10.0.0.33 - - [2026-03-26 06:10:43] "POST /ref-update HTTP/1.1" 200 156 0.030383 10.0.0.33 - - [2026-03-26 06:10:43] "POST /ref-update HTTP/1.1" 200 156 0.032455 10.0.0.33 - - [2026-03-26 06:10:43] "GET /virtual-machine-interface/4c12b8f4-60d5-4db1-8a6d-f27bacd104b3?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1648 0.015518 10.0.0.33 - - [2026-03-26 06:10:43] "DELETE /instance-ip/84131387-485f-4418-a9d4-0cff3c10f9c2 HTTP/1.1" 200 115 0.052324 10.0.0.38 - - [2026-03-26 06:10:43] "POST /neutron/port HTTP/1.1" 200 1124 0.023061 10.0.0.33 - - [2026-03-26 06:10:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004904 10.0.0.33 - - [2026-03-26 06:10:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003297 10.0.0.33 - - [2026-03-26 06:10:43] "DELETE /virtual-network/a660d39f-96c8-406e-9964-22c8e4dcf993 HTTP/1.1" 200 115 0.178850 10.0.0.38 - - [2026-03-26 06:10:43] "POST /neutron/port HTTP/1.1" 200 1127 0.030260 10.0.0.33 - - [2026-03-26 06:10:43] "GET /service-instance/526995cd-e455-4247-848d-02dacb8dbd3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.011005 10.0.0.33 - - [2026-03-26 06:10:43] "GET /instance-ip/5d1c56ac-7309-402f-a231-7e2f7207c7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.010357 10.0.0.33 - - [2026-03-26 06:10:44] "DELETE /virtual-machine/29345f06-7a88-4b2a-b614-7dbfdf2142fa HTTP/1.1" 200 115 0.053351 10.0.0.33 - - [2026-03-26 06:10:44] "GET /instance-ip/5d1c56ac-7309-402f-a231-7e2f7207c7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.030516 10.0.0.33 - - [2026-03-26 06:10:44] "POST /ref-update HTTP/1.1" 200 156 0.042068 10.0.0.38 - - [2026-03-26 06:10:45] "POST /neutron/network HTTP/1.1" 200 831 0.009321 10.0.0.33 - - [2026-03-26 06:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006266 10.0.0.33 - - [2026-03-26 06:10:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003856 10.0.0.33 - - [2026-03-26 06:10:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003363 10.0.0.38 - - [2026-03-26 06:10:45] "POST /neutron/network HTTP/1.1" 200 151 0.178969 10.0.0.33 - - [2026-03-26 06:10:45] "DELETE /route-target/7715154d-f5e1-40c0-8c5f-f5f7ddce9f1b HTTP/1.1" 200 115 0.030392 10.0.0.33 - - [2026-03-26 06:10:47] "GET /projects?obj_uuids=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001104 10.0.0.38 - - [2026-03-26 06:10:47] "GET /project/adb11705-3875-4842-a591-728a5193bc3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.066808 10.0.0.33 - - [2026-03-26 06:10:47] "GET /projects?obj_uuids=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001270 10.0.0.38 - - [2026-03-26 06:10:47] "GET /project/adb11705-3875-4842-a591-728a5193bc3d?fields=virtual_networks HTTP/1.1" 200 1049 0.066045 10.0.0.33 - - [2026-03-26 06:10:47] "GET /projects?obj_uuids=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001106 10.0.0.38 - - [2026-03-26 06:10:47] "GET /project/adb11705-3875-4842-a591-728a5193bc3d?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.052532 10.0.0.33 - - [2026-03-26 06:10:47] "GET /projects?obj_uuids=adb11705-3875-4842-a591-728a5193bc3d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001572 10.0.0.38 - - [2026-03-26 06:10:47] "GET /project/adb11705-3875-4842-a591-728a5193bc3d?fields=security_groups HTTP/1.1" 200 1278 0.051532 10.0.0.38 - - [2026-03-26 06:10:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.032485 10.0.0.33 - - [2026-03-26 06:10:48] "GET /projects?obj_uuids=b58429ae-81ed-468c-989b-0e8b0e7c8f18&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005198 10.0.0.33 - - [2026-03-26 06:10:48] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002611 10.0.0.33 - - [2026-03-26 06:10:48] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010583 10.0.0.33 - - [2026-03-26 06:10:48] "POST /id-to-fqname HTTP/1.1" 200 198 0.005687 10.0.0.33 - - [2026-03-26 06:10:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.004978 10.0.0.33 - - [2026-03-26 06:10:48] "POST /security-groups HTTP/1.1" 200 599 0.040547 10.0.0.33 - - [2026-03-26 06:10:48] "POST /projects HTTP/1.1" 200 601 0.282753 10.0.0.33 - - [2026-03-26 06:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.318888 10.0.0.33 - - [2026-03-26 06:10:48] "POST /fqname-to-id HTTP/1.1" 404 241 0.015483 10.0.0.38 - - [2026-03-26 06:10:48] "GET /project/b58429ae-81ed-468c-989b-0e8b0e7c8f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.499805 10.0.0.38 - - [2026-03-26 06:10:50] "GET / HTTP/1.1" 200 35931 0.002010 10.0.0.38 - - [2026-03-26 06:10:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000820 10.0.0.38 - - [2026-03-26 06:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.076630 10.0.0.33 - - [2026-03-26 06:10:52] "GET /projects?obj_uuids=b58429ae-81ed-468c-989b-0e8b0e7c8f18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.38 - - [2026-03-26 06:10:52] "GET /project/b58429ae-81ed-468c-989b-0e8b0e7c8f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.063058 10.0.0.33 - - [2026-03-26 06:10:53] "POST /useragent-kv HTTP/1.1" 200 115 0.014376 10.0.0.38 - - [2026-03-26 06:10:53] "POST /neutron/subnet HTTP/1.1" 200 719 0.317635 10.0.0.33 - - [2026-03-26 06:10:53] "POST /ref-update HTTP/1.1" 200 156 0.043435 10.0.0.38 - - [2026-03-26 06:10:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001931 10.0.0.38 - - [2026-03-26 06:10:53] "GET /virtual-network/6bfb1d39-8b7c-4b4d-9e76-6508bf4a35ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009083 10.0.0.38 - - [2026-03-26 06:10:53] "POST /neutron/network HTTP/1.1" 200 1005 0.010732 10.0.0.38 - - [2026-03-26 06:10:53] "GET /virtual-network/6bfb1d39-8b7c-4b4d-9e76-6508bf4a35ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006485 10.0.0.38 - - [2026-03-26 06:10:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.011664 10.0.0.38 - - [2026-03-26 06:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.33 - - [2026-03-26 06:10:53] "GET /projects?obj_uuids=b58429ae-81ed-468c-989b-0e8b0e7c8f18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001202 10.0.0.38 - - [2026-03-26 06:10:54] "GET /project/b58429ae-81ed-468c-989b-0e8b0e7c8f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.065046 10.0.0.33 - - [2026-03-26 06:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.044650 10.0.0.33 - - [2026-03-26 06:10:54] "POST /useragent-kv HTTP/1.1" 200 115 0.010215 10.0.0.38 - - [2026-03-26 06:10:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.226832 10.0.0.33 - - [2026-03-26 06:10:54] "GET /virtual-network/5f3f7826-29e5-4a8b-b751-bac0bdfda008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.014767 10.0.0.38 - - [2026-03-26 06:10:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.002091 10.0.0.38 - - [2026-03-26 06:10:54] "GET /virtual-network/38c1813b-7d47-4da9-a334-e1286a871413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.011391 10.0.0.38 - - [2026-03-26 06:10:54] "POST /neutron/network HTTP/1.1" 200 1007 0.010393 10.0.0.38 - - [2026-03-26 06:10:54] "GET /virtual-network/38c1813b-7d47-4da9-a334-e1286a871413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007534 10.0.0.38 - - [2026-03-26 06:10:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.011213 10.0.0.38 - - [2026-03-26 06:10:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.002903 10.0.0.38 - - [2026-03-26 06:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.33 - - [2026-03-26 06:10:55] "GET /projects?obj_uuids=b58429ae-81ed-468c-989b-0e8b0e7c8f18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001171 10.0.0.38 - - [2026-03-26 06:10:55] "GET /project/b58429ae-81ed-468c-989b-0e8b0e7c8f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.080548 10.0.0.38 - - [2026-03-26 06:10:55] "POST /network-policys HTTP/1.1" 200 577 0.037360 10.0.0.38 - - [2026-03-26 06:10:55] "GET /network-policy/76575187-08fb-4a3e-9f9a-50fe4361ed4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.006465 10.0.0.33 - - [2026-03-26 06:10:55] "POST /fqname-to-id HTTP/1.1" 404 242 0.005309 10.0.0.38 - - [2026-03-26 06:10:55] "POST /neutron/network HTTP/1.1" 200 1113 0.030584 10.0.0.38 - - [2026-03-26 06:10:55] "GET /virtual-network/6bfb1d39-8b7c-4b4d-9e76-6508bf4a35ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.010525 10.0.0.38 - - [2026-03-26 06:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007179 10.0.0.38 - - [2026-03-26 06:10:55] "GET /network-policy/76575187-08fb-4a3e-9f9a-50fe4361ed4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004710 10.0.0.33 - - [2026-03-26 06:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.018828 10.0.0.33 - - [2026-03-26 06:10:55] "POST /fqname-to-id HTTP/1.1" 404 242 0.006184 10.0.0.38 - - [2026-03-26 06:10:55] "POST /neutron/network HTTP/1.1" 200 1115 0.034165 10.0.0.38 - - [2026-03-26 06:10:55] "GET /virtual-network/38c1813b-7d47-4da9-a334-e1286a871413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.032831 10.0.0.38 - - [2026-03-26 06:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006201 10.0.0.38 - - [2026-03-26 06:10:55] "GET /network-policy/76575187-08fb-4a3e-9f9a-50fe4361ed4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005547 10.0.0.38 - - [2026-03-26 06:10:56] "GET /virtual-network/6bfb1d39-8b7c-4b4d-9e76-6508bf4a35ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005911 10.0.0.33 - - [2026-03-26 06:10:58] "GET /obj-perms HTTP/1.1" 200 5046 0.070985 10.0.0.38 - - [2026-03-26 06:10:58] "GET /virtual-network/38c1813b-7d47-4da9-a334-e1286a871413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006466 10.0.0.38 - - [2026-03-26 06:10:58] "GET /obj-perms HTTP/1.1" 200 5046 0.062671 10.0.0.38 - - [2026-03-26 06:10:58] "GET /virtual-network/38c1813b-7d47-4da9-a334-e1286a871413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006655 10.0.0.33 - - [2026-03-26 06:10:58] "GET /virtual-network/5f3f7826-29e5-4a8b-b751-bac0bdfda008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.005713 10.0.0.33 - - [2026-03-26 06:10:59] "DELETE /access-control-list/17162a20-e06e-43f1-b9e5-6df480249419 HTTP/1.1" 200 115 0.092030 10.0.0.38 - - [2026-03-26 06:10:59] "POST /neutron/network HTTP/1.1" 200 1007 0.049600 10.0.0.38 - - [2026-03-26 06:10:59] "GET /virtual-network/38c1813b-7d47-4da9-a334-e1286a871413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.025758 10.0.0.38 - - [2026-03-26 06:10:59] "GET /virtual-network/6bfb1d39-8b7c-4b4d-9e76-6508bf4a35ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.010853 10.0.0.38 - - [2026-03-26 06:10:59] "POST /neutron/network HTTP/1.1" 200 1005 0.032302 10.0.0.38 - - [2026-03-26 06:10:59] "GET /virtual-network/6bfb1d39-8b7c-4b4d-9e76-6508bf4a35ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006750 10.0.0.33 - - [2026-03-26 06:10:59] "POST /ref-update HTTP/1.1" 200 156 0.069855 10.0.0.38 - - [2026-03-26 06:10:59] "DELETE /network-policy/76575187-08fb-4a3e-9f9a-50fe4361ed4b HTTP/1.1" 200 115 0.059346 10.0.0.38 - - [2026-03-26 06:10:59] "POST /neutron/network HTTP/1.1" 200 1005 0.010417 10.0.0.33 - - [2026-03-26 06:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006569 10.0.0.33 - - [2026-03-26 06:11:01] "GET /projects?obj_uuids=b58429ae-81ed-468c-989b-0e8b0e7c8f18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134 10.0.0.38 - - [2026-03-26 06:11:01] "GET /project/b58429ae-81ed-468c-989b-0e8b0e7c8f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.062510 10.0.0.33 - - [2026-03-26 06:11:01] "GET /projects?obj_uuids=b58429ae-81ed-468c-989b-0e8b0e7c8f18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001603 10.0.0.38 - - [2026-03-26 06:11:01] "GET /project/b58429ae-81ed-468c-989b-0e8b0e7c8f18?fields=virtual_networks HTTP/1.1" 200 1059 0.092141 10.0.0.33 - - [2026-03-26 06:11:01] "GET /projects?obj_uuids=b58429ae-81ed-468c-989b-0e8b0e7c8f18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.38 - - [2026-03-26 06:11:01] "GET /project/b58429ae-81ed-468c-989b-0e8b0e7c8f18?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.073999 10.0.0.33 - - [2026-03-26 06:11:01] "GET /projects?obj_uuids=b58429ae-81ed-468c-989b-0e8b0e7c8f18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001365 10.0.0.38 - - [2026-03-26 06:11:02] "GET /project/b58429ae-81ed-468c-989b-0e8b0e7c8f18?fields=security_groups HTTP/1.1" 200 1293 0.056801 10.0.0.38 - - [2026-03-26 06:11:03] "POST /fqname-to-id HTTP/1.1" 404 204 0.054268 10.0.0.33 - - [2026-03-26 06:11:03] "GET /projects?obj_uuids=d4057f82-0eee-418b-aeab-4b10d9cf6955&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003590 10.0.0.33 - - [2026-03-26 06:11:03] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.33 - - [2026-03-26 06:11:03] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007676 10.0.0.33 - - [2026-03-26 06:11:03] "POST /id-to-fqname HTTP/1.1" 200 206 0.003731 10.0.0.33 - - [2026-03-26 06:11:03] "POST /fqname-to-id HTTP/1.1" 404 215 0.009590 10.0.0.33 - - [2026-03-26 06:11:03] "POST /security-groups HTTP/1.1" 200 607 0.032255 10.0.0.33 - - [2026-03-26 06:11:03] "POST /projects HTTP/1.1" 200 617 0.266848 10.0.0.33 - - [2026-03-26 06:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.306937 10.0.0.33 - - [2026-03-26 06:11:03] "POST /access-control-lists HTTP/1.1" 200 612 0.030661 10.0.0.38 - - [2026-03-26 06:11:03] "GET /project/d4057f82-0eee-418b-aeab-4b10d9cf6955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.473327 10.0.0.38 - - [2026-03-26 06:11:04] "GET / HTTP/1.1" 200 35931 0.001978 10.0.0.38 - - [2026-03-26 06:11:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000669 10.0.0.38 - - [2026-03-26 06:11:08] "POST /fqname-to-id HTTP/1.1" 404 233 0.077471 10.0.0.38 - - [2026-03-26 06:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005247 10.0.0.33 - - [2026-03-26 06:11:08] "GET /projects?obj_uuids=d4057f82-0eee-418b-aeab-4b10d9cf6955&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001198 10.0.0.38 - - [2026-03-26 06:11:08] "GET /project/d4057f82-0eee-418b-aeab-4b10d9cf6955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.066408 10.0.0.38 - - [2026-03-26 06:11:08] "POST /network-policys HTTP/1.1" 200 567 0.036377 10.0.0.38 - - [2026-03-26 06:11:08] "GET /network-policy/0bb74c2b-2d74-48a1-9d05-ed199685c052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3151 0.006799 10.0.0.38 - - [2026-03-26 06:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.33 - - [2026-03-26 06:11:08] "GET /projects?obj_uuids=d4057f82-0eee-418b-aeab-4b10d9cf6955&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001034 10.0.0.38 - - [2026-03-26 06:11:08] "GET /project/d4057f82-0eee-418b-aeab-4b10d9cf6955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.064085 10.0.0.33 - - [2026-03-26 06:11:09] "GET /projects?obj_uuids=d4057f82-0eee-418b-aeab-4b10d9cf6955&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001157 10.0.0.38 - - [2026-03-26 06:11:09] "POST /neutron/network HTTP/1.1" 200 623 0.235220 10.0.0.33 - - [2026-03-26 06:11:09] "POST /route-targets HTTP/1.1" 200 327 0.022871 10.0.0.33 - - [2026-03-26 06:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.010032 10.0.0.38 - - [2026-03-26 06:11:09] "POST /neutron/network HTTP/1.1" 200 1015 0.013157 10.0.0.38 - - [2026-03-26 06:11:10] "POST /id-to-fqname HTTP/1.1" 200 237 0.001472 10.0.0.38 - - [2026-03-26 06:11:10] "GET /virtual-network/53a472b0-9193-4d57-bf51-30672bdd7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.006570 10.0.0.38 - - [2026-03-26 06:11:10] "GET /virtual-network/53a472b0-9193-4d57-bf51-30672bdd7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.006049 10.0.0.38 - - [2026-03-26 06:11:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.009937 10.0.0.33 - - [2026-03-26 06:11:10] "GET /virtual-network/5f3f7826-29e5-4a8b-b751-bac0bdfda008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.009086 10.0.0.38 - - [2026-03-26 06:11:10] "POST /neutron/network HTTP/1.1" 200 1122 0.130386 10.0.0.33 - - [2026-03-26 06:11:10] "POST /access-control-lists HTTP/1.1" 200 607 0.066739 10.0.0.38 - - [2026-03-26 06:11:10] "GET /virtual-network/53a472b0-9193-4d57-bf51-30672bdd7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.021682 10.0.0.38 - - [2026-03-26 06:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006641 10.0.0.38 - - [2026-03-26 06:11:10] "GET /network-policy/0bb74c2b-2d74-48a1-9d05-ed199685c052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3151 0.005263 10.0.0.38 - - [2026-03-26 06:11:11] "GET /virtual-network/53a472b0-9193-4d57-bf51-30672bdd7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.007356 10.0.0.33 - - [2026-03-26 06:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000997 10.0.0.33 - - [2026-03-26 06:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.242 - - [2026-03-26 06:11:12] "GET /obj-perms HTTP/1.1" 200 5062 0.141924 10.0.0.38 - - [2026-03-26 06:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000662 10.0.0.38 - - [2026-03-26 06:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.38 - - [2026-03-26 06:11:12] "DELETE /network-policy/0bb74c2b-2d74-48a1-9d05-ed199685c052 HTTP/1.1" 409 238 0.014428 10.0.0.242 - - [2026-03-26 06:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.242 - - [2026-03-26 06:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000574 10.0.0.33 - - [2026-03-26 06:11:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004661 10.0.0.33 - - [2026-03-26 06:11:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003263 10.0.0.33 - - [2026-03-26 06:11:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003188 10.0.0.33 - - [2026-03-26 06:11:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003770 10.0.0.38 - - [2026-03-26 06:11:13] "POST /neutron/network HTTP/1.1" 200 151 0.243813 10.0.0.33 - - [2026-03-26 06:11:13] "DELETE /route-target/ac811736-6a7f-4d09-aef5-e16b81487ecd HTTP/1.1" 200 115 0.044279 10.0.0.38 - - [2026-03-26 06:11:13] "DELETE /network-policy/0bb74c2b-2d74-48a1-9d05-ed199685c052 HTTP/1.1" 200 115 0.047412 10.0.0.38 - - [2026-03-26 06:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005337 10.0.0.33 - - [2026-03-26 06:11:13] "GET /projects?obj_uuids=d4057f82-0eee-418b-aeab-4b10d9cf6955&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001167 10.0.0.38 - - [2026-03-26 06:11:13] "GET /project/d4057f82-0eee-418b-aeab-4b10d9cf6955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.069729 10.0.0.38 - - [2026-03-26 06:11:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-94995797&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007402 10.0.0.33 - - [2026-03-26 06:11:16] "GET /projects?obj_uuids=d4057f82-0eee-418b-aeab-4b10d9cf6955&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001836 10.0.0.38 - - [2026-03-26 06:11:16] "GET /project/d4057f82-0eee-418b-aeab-4b10d9cf6955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.088943 10.0.0.33 - - [2026-03-26 06:11:16] "GET /projects?obj_uuids=d4057f82-0eee-418b-aeab-4b10d9cf6955&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001560 10.0.0.38 - - [2026-03-26 06:11:16] "GET /project/d4057f82-0eee-418b-aeab-4b10d9cf6955?fields=virtual_networks HTTP/1.1" 200 1075 0.107658 10.0.0.33 - - [2026-03-26 06:11:16] "GET /projects?obj_uuids=d4057f82-0eee-418b-aeab-4b10d9cf6955&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002115 10.0.0.33 - - [2026-03-26 06:11:16] "DELETE /project/adb11705-3875-4842-a591-728a5193bc3d HTTP/1.1" 404 177 0.020004 10.0.0.33 - - [2026-03-26 06:11:16] "DELETE /project/d4057f820eee418baeab4b10d9cf6955 HTTP/1.1" 404 173 0.024318 10.0.0.33 - - [2026-03-26 06:11:16] "DELETE /project/b58429ae81ed468c989b0e8b0e7c8f18 HTTP/1.1" 404 173 0.018186 10.0.0.33 - - [2026-03-26 06:11:16] "GET /projects?obj_uuids=b58429ae-81ed-468c-989b-0e8b0e7c8f18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001222 10.0.0.33 - - [2026-03-26 06:11:16] "GET /project/b58429ae-81ed-468c-989b-0e8b0e7c8f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.118476 10.0.0.38 - - [2026-03-26 06:11:16] "GET /project/d4057f82-0eee-418b-aeab-4b10d9cf6955?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.181520 10.0.0.33 - - [2026-03-26 06:11:16] "GET /projects?obj_uuids=b58429ae-81ed-468c-989b-0e8b0e7c8f18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005455 10.0.0.33 - - [2026-03-26 06:11:16] "GET /projects?obj_uuids=d4057f82-0eee-418b-aeab-4b10d9cf6955&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002824 10.0.0.33 - - [2026-03-26 06:11:16] "GET /project/b58429ae-81ed-468c-989b-0e8b0e7c8f18?fields=security_groups HTTP/1.1" 200 1398 0.114544 10.0.0.38 - - [2026-03-26 06:11:17] "GET /project/d4057f82-0eee-418b-aeab-4b10d9cf6955?fields=security_groups HTTP/1.1" 200 1317 0.159898 10.0.0.33 - - [2026-03-26 06:11:17] "DELETE /security-group/8030ae6f-6e72-4861-b52f-63017359bd83 HTTP/1.1" 200 115 0.126285 10.0.0.33 - - [2026-03-26 06:11:17] "GET /projects?obj_uuids=b58429ae-81ed-468c-989b-0e8b0e7c8f18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002778 10.0.0.33 - - [2026-03-26 06:11:17] "DELETE /access-control-list/98429209-a5b9-4630-9ec5-cd7b2f684721 HTTP/1.1" 200 115 0.088728 10.0.0.33 - - [2026-03-26 06:11:17] "GET /project/b58429ae-81ed-468c-989b-0e8b0e7c8f18?fields=application_policy_sets HTTP/1.1" 200 1437 0.093343 10.0.0.33 - - [2026-03-26 06:11:17] "DELETE /project/b58429ae-81ed-468c-989b-0e8b0e7c8f18 HTTP/1.1" 200 115 0.741415 10.0.0.38 - - [2026-03-26 06:11:18] "POST /fqname-to-id HTTP/1.1" 404 190 0.044083 10.0.0.33 - - [2026-03-26 06:11:18] "GET /projects?obj_uuids=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003951 10.0.0.33 - - [2026-03-26 06:11:18] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001311 10.0.0.33 - - [2026-03-26 06:11:18] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010212 10.0.0.33 - - [2026-03-26 06:11:18] "POST /id-to-fqname HTTP/1.1" 200 192 0.001300 10.0.0.33 - - [2026-03-26 06:11:18] "POST /fqname-to-id HTTP/1.1" 404 201 0.007797 10.0.0.33 - - [2026-03-26 06:11:18] "POST /security-groups HTTP/1.1" 200 593 0.037324 10.0.0.33 - - [2026-03-26 06:11:18] "POST /projects HTTP/1.1" 200 589 0.302982 10.0.0.33 - - [2026-03-26 06:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.379597 10.0.0.33 - - [2026-03-26 06:11:18] "POST /access-control-lists HTTP/1.1" 200 598 0.069474 10.0.0.38 - - [2026-03-26 06:11:19] "GET /project/a991d69d-4275-4606-990c-322faae3d9a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.579695 10.0.0.38 - - [2026-03-26 06:11:20] "GET / HTTP/1.1" 200 35931 0.001641 10.0.0.38 - - [2026-03-26 06:11:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.38 - - [2026-03-26 06:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.070401 10.0.0.33 - - [2026-03-26 06:11:22] "GET /projects?obj_uuids=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001175 10.0.0.38 - - [2026-03-26 06:11:22] "GET /project/a991d69d-4275-4606-990c-322faae3d9a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.052971 10.0.0.33 - - [2026-03-26 06:11:23] "POST /route-targets HTTP/1.1" 200 327 0.021848 10.0.0.33 - - [2026-03-26 06:11:23] "POST /useragent-kv HTTP/1.1" 200 115 0.011970 10.0.0.38 - - [2026-03-26 06:11:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.313113 10.0.0.38 - - [2026-03-26 06:11:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001499 10.0.0.38 - - [2026-03-26 06:11:23] "GET /virtual-network/61073aea-0354-4f72-95f9-e75b29210537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006222 10.0.0.38 - - [2026-03-26 06:11:23] "GET /virtual-network/61073aea-0354-4f72-95f9-e75b29210537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006941 10.0.0.38 - - [2026-03-26 06:11:23] "POST /neutron/network HTTP/1.1" 200 825 0.008639 10.0.0.38 - - [2026-03-26 06:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.33 - - [2026-03-26 06:11:23] "GET /projects?obj_uuids=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001054 10.0.0.38 - - [2026-03-26 06:11:23] "GET /project/a991d69d-4275-4606-990c-322faae3d9a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.062475 10.0.0.33 - - [2026-03-26 06:11:24] "GET /projects?obj_uuids=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001349 10.0.0.38 - - [2026-03-26 06:11:24] "POST /neutron/network HTTP/1.1" 200 607 0.184224 10.0.0.33 - - [2026-03-26 06:11:24] "POST /ref-update HTTP/1.1" 200 156 0.033678 10.0.0.38 - - [2026-03-26 06:11:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.003692 10.0.0.38 - - [2026-03-26 06:11:24] "GET /virtual-network/476ec16c-ca72-45b9-ad10-dcbe91a254f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006440 10.0.0.38 - - [2026-03-26 06:11:24] "POST /neutron/network HTTP/1.1" 200 827 0.007487 10.0.0.38 - - [2026-03-26 06:11:24] "GET /virtual-network/476ec16c-ca72-45b9-ad10-dcbe91a254f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005892 10.0.0.38 - - [2026-03-26 06:11:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.004227 10.0.0.38 - - [2026-03-26 06:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.33 - - [2026-03-26 06:11:24] "GET /projects?obj_uuids=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001456 10.0.0.38 - - [2026-03-26 06:11:24] "GET /project/a991d69d-4275-4606-990c-322faae3d9a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.082415 10.0.0.38 - - [2026-03-26 06:11:24] "POST /network-policys HTTP/1.1" 200 571 0.043413 10.0.0.38 - - [2026-03-26 06:11:24] "GET /network-policy/b246296a-c330-4040-8c17-32581ec39051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.011759 10.0.0.38 - - [2026-03-26 06:11:24] "POST /neutron/network HTTP/1.1" 200 825 0.006543 10.0.0.38 - - [2026-03-26 06:11:25] "GET /virtual-network/61073aea-0354-4f72-95f9-e75b29210537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.031457 10.0.0.38 - - [2026-03-26 06:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.38 - - [2026-03-26 06:11:25] "GET /network-policy/b246296a-c330-4040-8c17-32581ec39051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005800 10.0.0.38 - - [2026-03-26 06:11:25] "POST /neutron/network HTTP/1.1" 200 827 0.006778 10.0.0.33 - - [2026-03-26 06:11:25] "POST /fqname-to-id HTTP/1.1" 404 236 0.004161 10.0.0.38 - - [2026-03-26 06:11:25] "GET /virtual-network/476ec16c-ca72-45b9-ad10-dcbe91a254f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.013542 10.0.0.38 - - [2026-03-26 06:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008123 10.0.0.38 - - [2026-03-26 06:11:25] "GET /network-policy/b246296a-c330-4040-8c17-32581ec39051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.018798 10.0.0.33 - - [2026-03-26 06:11:25] "PUT /access-control-list/66fc965a-f693-4572-9514-73acc2672034 HTTP/1.1" 200 272 0.073340 10.0.0.38 - - [2026-03-26 06:11:26] "GET /virtual-network/61073aea-0354-4f72-95f9-e75b29210537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005998 10.0.0.33 - - [2026-03-26 06:11:27] "GET /obj-perms HTTP/1.1" 200 5034 0.073899 10.0.0.38 - - [2026-03-26 06:11:27] "GET /virtual-network/476ec16c-ca72-45b9-ad10-dcbe91a254f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005829 10.0.0.38 - - [2026-03-26 06:11:28] "GET /obj-perms HTTP/1.1" 200 5034 0.054424 10.0.0.38 - - [2026-03-26 06:11:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001472 10.0.0.38 - - [2026-03-26 06:11:28] "POST /neutron/network HTTP/1.1" 200 937 0.009159 10.0.0.33 - - [2026-03-26 06:11:29] "GET /projects?obj_uuids=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001065 10.0.0.38 - - [2026-03-26 06:11:29] "GET /project/a991d69d-4275-4606-990c-322faae3d9a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.075982 10.0.0.38 - - [2026-03-26 06:11:29] "POST /neutron/port HTTP/1.1" 200 117 0.008356 10.0.0.38 - - [2026-03-26 06:11:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001379 10.0.0.38 - - [2026-03-26 06:11:30] "POST /neutron/network HTTP/1.1" 200 937 0.011071 10.0.0.38 - - [2026-03-26 06:11:30] "POST /neutron/port HTTP/1.1" 200 1061 0.021565 10.0.0.33 - - [2026-03-26 06:11:30] "GET /projects?obj_uuids=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001359 10.0.0.38 - - [2026-03-26 06:11:30] "GET /project/a991d69d-4275-4606-990c-322faae3d9a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.143962 10.0.0.38 - - [2026-03-26 06:11:30] "POST /neutron/network HTTP/1.1" 200 929 0.007077 10.0.0.38 - - [2026-03-26 06:11:31] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.38 - - [2026-03-26 06:11:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011940 10.0.0.38 - - [2026-03-26 06:11:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013104 10.0.0.38 - - [2026-03-26 06:11:32] "POST /neutron/port HTTP/1.1" 200 1063 0.021656 10.0.0.38 - - [2026-03-26 06:11:32] "POST /neutron/port HTTP/1.1" 200 1127 0.020213 10.0.0.38 - - [2026-03-26 06:11:32] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.38 - - [2026-03-26 06:11:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011821 10.0.0.38 - - [2026-03-26 06:11:36] "POST /neutron/port HTTP/1.1" 200 1125 0.030338 10.0.0.38 - - [2026-03-26 06:11:36] "GET /virtual-machine/1f4a329b-3096-4f6e-bcb6-a75ce3565a0c HTTP/1.1" 401 292 0.000704 10.0.0.38 - - [2026-03-26 06:11:36] "POST /neutron/port HTTP/1.1" 200 1125 0.018975 10.0.0.38 - - [2026-03-26 06:11:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.011144 10.0.0.38 - - [2026-03-26 06:11:37] "GET /virtual-machine/1f4a329b-3096-4f6e-bcb6-a75ce3565a0c HTTP/1.1" 200 1294 0.039896 10.0.0.38 - - [2026-03-26 06:11:37] "GET /virtual-machine-interface/c3863b90-9f19-48bf-8877-aa28ed44e23e HTTP/1.1" 200 2950 0.006189 10.0.0.38 - - [2026-03-26 06:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.38 - - [2026-03-26 06:11:37] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004895 10.0.0.38 - - [2026-03-26 06:11:37] "GET /virtual-networks?parent_id=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005054 10.0.0.38 - - [2026-03-26 06:11:37] "GET /virtual-network/61073aea-0354-4f72-95f9-e75b29210537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006495 10.0.0.38 - - [2026-03-26 06:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.38 - - [2026-03-26 06:11:40] "GET /virtual-network/61073aea-0354-4f72-95f9-e75b29210537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007306 10.0.0.33 - - [2026-03-26 06:11:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.242 - - [2026-03-26 06:11:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.33 - - [2026-03-26 06:11:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.242 - - [2026-03-26 06:11:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.38 - - [2026-03-26 06:11:40] "POST /neutron/port HTTP/1.1" 200 1127 0.021382 10.0.0.38 - - [2026-03-26 06:11:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005804 10.0.0.38 - - [2026-03-26 06:11:41] "POST /neutron/network HTTP/1.1" 200 929 0.008849 10.0.0.38 - - [2026-03-26 06:11:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000688 10.0.0.38 - - [2026-03-26 06:11:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.38 - - [2026-03-26 06:11:43] "POST /neutron/port HTTP/1.1" 200 1127 0.018903 10.0.0.38 - - [2026-03-26 06:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006248 10.0.0.38 - - [2026-03-26 06:11:44] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005596 10.0.0.38 - - [2026-03-26 06:11:44] "GET /virtual-networks?parent_id=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004948 10.0.0.38 - - [2026-03-26 06:11:44] "GET /virtual-network/61073aea-0354-4f72-95f9-e75b29210537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006997 10.0.0.38 - - [2026-03-26 06:11:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009621 10.0.0.38 - - [2026-03-26 06:11:45] "POST /neutron/port HTTP/1.1" 200 1127 0.024178 10.0.0.38 - - [2026-03-26 06:11:45] "GET /virtual-machine/96372ebb-0e11-4f21-b957-7c2fe912b2b6 HTTP/1.1" 200 1295 0.006881 10.0.0.38 - - [2026-03-26 06:11:45] "GET /virtual-machine-interface/e60b766e-c923-432e-86c5-f67e8a35de94 HTTP/1.1" 200 2950 0.006438 10.0.0.38 - - [2026-03-26 06:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.38 - - [2026-03-26 06:11:45] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.020661 10.0.0.38 - - [2026-03-26 06:11:45] "GET /virtual-networks?parent_id=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006436 10.0.0.38 - - [2026-03-26 06:11:45] "GET /virtual-network/476ec16c-ca72-45b9-ad10-dcbe91a254f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006552 10.0.0.38 - - [2026-03-26 06:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007064 10.0.0.38 - - [2026-03-26 06:11:46] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005995 10.0.0.38 - - [2026-03-26 06:11:46] "GET /virtual-networks?parent_id=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004081 10.0.0.38 - - [2026-03-26 06:11:46] "GET /virtual-network/476ec16c-ca72-45b9-ad10-dcbe91a254f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006390 10.0.0.38 - - [2026-03-26 06:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.33 - - [2026-03-26 06:11:51] "GET /projects?obj_uuids=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.035242 10.0.0.38 - - [2026-03-26 06:11:51] "GET /project/a991d69d-4275-4606-990c-322faae3d9a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.117432 10.0.0.38 - - [2026-03-26 06:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.38 - - [2026-03-26 06:11:51] "PUT /network-policy/b246296a-c330-4040-8c17-32581ec39051 HTTP/1.1" 200 262 0.020526 10.0.0.33 - - [2026-03-26 06:11:51] "POST /ref-update HTTP/1.1" 200 156 0.084431 10.0.0.38 - - [2026-03-26 06:11:54] "GET /virtual-network/476ec16c-ca72-45b9-ad10-dcbe91a254f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007896 10.0.0.38 - - [2026-03-26 06:11:54] "POST /neutron/network HTTP/1.1" 200 827 0.127156 10.0.0.33 - - [2026-03-26 06:11:54] "DELETE /access-control-list/663ab49c-45ed-4a45-93c6-73d1e4575a3d HTTP/1.1" 200 115 0.115184 10.0.0.38 - - [2026-03-26 06:11:54] "GET /virtual-network/476ec16c-ca72-45b9-ad10-dcbe91a254f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.016695 10.0.0.38 - - [2026-03-26 06:11:55] "GET /virtual-network/61073aea-0354-4f72-95f9-e75b29210537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.013103 10.0.0.38 - - [2026-03-26 06:11:55] "POST /neutron/network HTTP/1.1" 200 825 0.130678 10.0.0.38 - - [2026-03-26 06:11:55] "GET /virtual-network/61073aea-0354-4f72-95f9-e75b29210537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007203 10.0.0.38 - - [2026-03-26 06:11:55] "DELETE /network-policy/b246296a-c330-4040-8c17-32581ec39051 HTTP/1.1" 200 115 0.052626 10.0.0.38 - - [2026-03-26 06:11:55] "POST /neutron/network HTTP/1.1" 400 204 0.019204 10.0.0.38 - - [2026-03-26 06:11:55] "POST /neutron/port HTTP/1.1" 200 1125 0.022552 10.0.0.38 - - [2026-03-26 06:11:55] "POST /neutron/port HTTP/1.1" 200 151 0.324255 10.0.0.33 - - [2026-03-26 06:11:57] "DELETE /route-target/f5e68671-c15e-42b4-adf7-52e94a3652b1 HTTP/1.1" 200 115 0.027306 10.0.0.38 - - [2026-03-26 06:11:57] "POST /neutron/network HTTP/1.1" 200 825 0.008548 10.0.0.33 - - [2026-03-26 06:11:59] "GET /projects?obj_uuids=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001621 10.0.0.38 - - [2026-03-26 06:11:59] "GET /project/a991d69d-4275-4606-990c-322faae3d9a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.083938 10.0.0.33 - - [2026-03-26 06:11:59] "GET /projects?obj_uuids=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001921 10.0.0.38 - - [2026-03-26 06:11:59] "GET /project/a991d69d-4275-4606-990c-322faae3d9a1?fields=virtual_networks HTTP/1.1" 200 1047 0.056376 10.0.0.33 - - [2026-03-26 06:11:59] "GET /projects?obj_uuids=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001074 10.0.0.38 - - [2026-03-26 06:11:59] "GET /project/a991d69d-4275-4606-990c-322faae3d9a1?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.047079 10.0.0.33 - - [2026-03-26 06:11:59] "GET /projects?obj_uuids=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001894 10.0.0.38 - - [2026-03-26 06:11:59] "GET /project/a991d69d-4275-4606-990c-322faae3d9a1?fields=security_groups HTTP/1.1" 200 1275 0.056633 10.0.0.38 - - [2026-03-26 06:12:00] "POST /fqname-to-id HTTP/1.1" 404 181 0.033230 10.0.0.33 - - [2026-03-26 06:12:01] "GET /projects?obj_uuids=1dd746d9-4aa0-4333-bdfd-61e9766cb74c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004621 10.0.0.33 - - [2026-03-26 06:12:01] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.33 - - [2026-03-26 06:12:01] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041835 10.0.0.33 - - [2026-03-26 06:12:01] "POST /id-to-fqname HTTP/1.1" 200 183 0.001463 10.0.0.33 - - [2026-03-26 06:12:01] "POST /fqname-to-id HTTP/1.1" 404 192 0.015521 10.0.0.33 - - [2026-03-26 06:12:01] "POST /security-groups HTTP/1.1" 200 584 0.036036 10.0.0.33 - - [2026-03-26 06:12:01] "POST /fqname-to-id HTTP/1.1" 404 227 0.012514 10.0.0.33 - - [2026-03-26 06:12:01] "POST /projects HTTP/1.1" 200 571 0.290059 10.0.0.33 - - [2026-03-26 06:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.368953 10.0.0.33 - - [2026-03-26 06:12:01] "POST /access-control-lists HTTP/1.1" 200 587 0.059549 10.0.0.38 - - [2026-03-26 06:12:01] "GET /project/1dd746d9-4aa0-4333-bdfd-61e9766cb74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.577230 10.0.0.38 - - [2026-03-26 06:12:02] "GET / HTTP/1.1" 200 35931 0.002919 10.0.0.38 - - [2026-03-26 06:12:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.38 - - [2026-03-26 06:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.093695 10.0.0.33 - - [2026-03-26 06:12:05] "GET /projects?obj_uuids=1dd746d9-4aa0-4333-bdfd-61e9766cb74c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001016 10.0.0.38 - - [2026-03-26 06:12:05] "GET /project/1dd746d9-4aa0-4333-bdfd-61e9766cb74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.069875 10.0.0.33 - - [2026-03-26 06:12:05] "GET /projects?obj_uuids=1dd746d9-4aa0-4333-bdfd-61e9766cb74c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001475 10.0.0.38 - - [2026-03-26 06:12:05] "POST /neutron/network HTTP/1.1" 200 612 0.194057 10.0.0.38 - - [2026-03-26 06:12:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.004144 10.0.0.38 - - [2026-03-26 06:12:05] "GET /virtual-network/f749573f-6d47-4646-ae07-8e904041f5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006522 10.0.0.38 - - [2026-03-26 06:12:05] "POST /neutron/network HTTP/1.1" 200 832 0.007908 10.0.0.38 - - [2026-03-26 06:12:06] "GET /virtual-network/f749573f-6d47-4646-ae07-8e904041f5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005740 10.0.0.38 - - [2026-03-26 06:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.38 - - [2026-03-26 06:12:06] "GET /virtual-network/f749573f-6d47-4646-ae07-8e904041f5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005338 10.0.0.38 - - [2026-03-26 06:12:06] "PUT /virtual-network/f749573f-6d47-4646-ae07-8e904041f5fb HTTP/1.1" 200 264 0.065640 10.0.0.33 - - [2026-03-26 06:12:06] "POST /route-targets HTTP/1.1" 200 323 0.049399 10.0.0.38 - - [2026-03-26 06:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005415 10.0.0.33 - - [2026-03-26 06:12:06] "GET /projects?obj_uuids=1dd746d9-4aa0-4333-bdfd-61e9766cb74c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001368 10.0.0.38 - - [2026-03-26 06:12:06] "GET /project/1dd746d9-4aa0-4333-bdfd-61e9766cb74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.053682 10.0.0.38 - - [2026-03-26 06:12:06] "POST /neutron/network HTTP/1.1" 200 117 0.017858 10.0.0.33 - - [2026-03-26 06:12:06] "POST /ref-update HTTP/1.1" 200 156 0.035906 10.0.0.38 - - [2026-03-26 06:12:06] "POST /neutron/network HTTP/1.1" 200 830 0.009197 10.0.0.38 - - [2026-03-26 06:12:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001274 10.0.0.38 - - [2026-03-26 06:12:06] "GET /virtual-network/dc509371-1121-4dfc-b09b-3b730481dd6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005130 10.0.0.38 - - [2026-03-26 06:12:06] "GET /virtual-network/dc509371-1121-4dfc-b09b-3b730481dd6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006453 10.0.0.38 - - [2026-03-26 06:12:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.010035 10.0.0.38 - - [2026-03-26 06:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.38 - - [2026-03-26 06:12:06] "GET /virtual-network/dc509371-1121-4dfc-b09b-3b730481dd6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005488 10.0.0.38 - - [2026-03-26 06:12:07] "PUT /virtual-network/dc509371-1121-4dfc-b09b-3b730481dd6b HTTP/1.1" 200 264 0.084470 10.0.0.38 - - [2026-03-26 06:12:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001697 10.0.0.33 - - [2026-03-26 06:12:08] "GET /projects?obj_uuids=1dd746d9-4aa0-4333-bdfd-61e9766cb74c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001421 10.0.0.38 - - [2026-03-26 06:12:08] "GET /project/1dd746d9-4aa0-4333-bdfd-61e9766cb74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.079208 10.0.0.38 - - [2026-03-26 06:12:08] "POST /neutron/port HTTP/1.1" 200 117 0.005849 10.0.0.38 - - [2026-03-26 06:12:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001402 10.0.0.38 - - [2026-03-26 06:12:08] "POST /neutron/network HTTP/1.1" 200 840 0.007663 10.0.0.38 - - [2026-03-26 06:12:09] "POST /neutron/port HTTP/1.1" 200 1054 0.069726 10.0.0.33 - - [2026-03-26 06:12:09] "GET /projects?obj_uuids=1dd746d9-4aa0-4333-bdfd-61e9766cb74c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001115 10.0.0.38 - - [2026-03-26 06:12:09] "GET /project/1dd746d9-4aa0-4333-bdfd-61e9766cb74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.088944 10.0.0.38 - - [2026-03-26 06:12:09] "POST /neutron/port HTTP/1.1" 200 1108 0.144422 10.0.0.38 - - [2026-03-26 06:12:10] "POST /neutron/port HTTP/1.1" 200 1118 0.040763 10.0.0.38 - - [2026-03-26 06:12:10] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.38 - - [2026-03-26 06:12:10] "POST /neutron/port HTTP/1.1" 200 1118 0.021868 10.0.0.33 - - [2026-03-26 06:12:10] "GET /projects?obj_uuids=1dd746d9-4aa0-4333-bdfd-61e9766cb74c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001606 10.0.0.38 - - [2026-03-26 06:12:10] "POST /neutron/port HTTP/1.1" 200 1052 0.438160 10.0.0.38 - - [2026-03-26 06:12:11] "POST /neutron/port HTTP/1.1" 200 1106 0.159489 10.0.0.38 - - [2026-03-26 06:12:11] "POST /neutron/subnet HTTP/1.1" 200 694 0.016459 10.0.0.38 - - [2026-03-26 06:12:15] "POST /neutron/port HTTP/1.1" 200 1118 0.019895 10.0.0.38 - - [2026-03-26 06:12:15] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008742 10.0.0.38 - - [2026-03-26 06:12:15] "GET /virtual-machine/bd78b68d-aa3d-42eb-b77b-004290b7a988 HTTP/1.1" 401 292 0.000632 10.0.0.38 - - [2026-03-26 06:12:16] "GET /virtual-machine/bd78b68d-aa3d-42eb-b77b-004290b7a988 HTTP/1.1" 200 1286 0.033591 10.0.0.38 - - [2026-03-26 06:12:16] "GET /virtual-machine-interface/feed3a72-75f5-431f-b784-b2b9dfa43fdf HTTP/1.1" 200 2927 0.007010 10.0.0.38 - - [2026-03-26 06:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004971 10.0.0.38 - - [2026-03-26 06:12:16] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004281 10.0.0.38 - - [2026-03-26 06:12:16] "GET /virtual-networks?parent_id=1dd746d9-4aa0-4333-bdfd-61e9766cb74c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004987 10.0.0.38 - - [2026-03-26 06:12:16] "GET /virtual-network/f749573f-6d47-4646-ae07-8e904041f5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006500 10.0.0.33 - - [2026-03-26 06:12:17] "DELETE /access-control-list/9e2797ff-e500-4d7a-933d-dbcca9d5e832 HTTP/1.1" 200 115 0.067257 10.0.0.33 - - [2026-03-26 06:12:17] "DELETE /project/d4057f82-0eee-418b-aeab-4b10d9cf6955 HTTP/1.1" 404 177 0.005412 10.0.0.33 - - [2026-03-26 06:12:17] "DELETE /project/a991d69d42754606990c322faae3d9a1 HTTP/1.1" 404 173 0.010112 10.0.0.33 - - [2026-03-26 06:12:17] "DELETE /project/1dd746d94aa04333bdfd61e9766cb74c HTTP/1.1" 404 173 0.007019 10.0.0.33 - - [2026-03-26 06:12:17] "GET /projects?obj_uuids=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000891 10.0.0.33 - - [2026-03-26 06:12:17] "GET /project/a991d69d-4275-4606-990c-322faae3d9a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.053229 10.0.0.33 - - [2026-03-26 06:12:17] "GET /projects?obj_uuids=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001090 10.0.0.33 - - [2026-03-26 06:12:17] "GET /project/a991d69d-4275-4606-990c-322faae3d9a1?fields=security_groups HTTP/1.1" 200 1380 0.054105 10.0.0.33 - - [2026-03-26 06:12:17] "DELETE /security-group/49ccab72-7646-4654-9534-2af915d333ee HTTP/1.1" 200 115 0.072241 10.0.0.33 - - [2026-03-26 06:12:17] "GET /projects?obj_uuids=a991d69d-4275-4606-990c-322faae3d9a1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001136 10.0.0.33 - - [2026-03-26 06:12:17] "GET /project/a991d69d-4275-4606-990c-322faae3d9a1?fields=application_policy_sets HTTP/1.1" 200 1419 0.055814 10.0.0.33 - - [2026-03-26 06:12:17] "DELETE /project/a991d69d-4275-4606-990c-322faae3d9a1 HTTP/1.1" 200 115 0.463076 10.0.0.38 - - [2026-03-26 06:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.38 - - [2026-03-26 06:12:19] "GET /virtual-network/f749573f-6d47-4646-ae07-8e904041f5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007510 10.0.0.38 - - [2026-03-26 06:12:22] "POST /neutron/port HTTP/1.1" 200 1118 0.022100 10.0.0.38 - - [2026-03-26 06:12:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007346 10.0.0.38 - - [2026-03-26 06:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.38 - - [2026-03-26 06:12:23] "GET /virtual-network/f749573f-6d47-4646-ae07-8e904041f5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.008039 10.0.0.38 - - [2026-03-26 06:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.38 - - [2026-03-26 06:12:25] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006110 10.0.0.38 - - [2026-03-26 06:12:25] "GET /virtual-networks?parent_id=1dd746d9-4aa0-4333-bdfd-61e9766cb74c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005093 10.0.0.38 - - [2026-03-26 06:12:25] "GET /virtual-network/f749573f-6d47-4646-ae07-8e904041f5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.010832 10.0.0.38 - - [2026-03-26 06:12:25] "POST /neutron/port HTTP/1.1" 200 1116 0.019080 10.0.0.38 - - [2026-03-26 06:12:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007171 10.0.0.38 - - [2026-03-26 06:12:26] "GET /virtual-machine/4acffaac-e606-4d2c-a384-07cf6bcfe94d HTTP/1.1" 200 1285 0.006227 10.0.0.38 - - [2026-03-26 06:12:26] "GET /virtual-machine-interface/bcd8f3bd-c134-4e79-8b8e-7afc24444b9a HTTP/1.1" 200 2927 0.005769 10.0.0.38 - - [2026-03-26 06:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.38 - - [2026-03-26 06:12:26] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003871 10.0.0.38 - - [2026-03-26 06:12:26] "GET /virtual-networks?parent_id=1dd746d9-4aa0-4333-bdfd-61e9766cb74c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003805 10.0.0.38 - - [2026-03-26 06:12:26] "GET /virtual-network/dc509371-1121-4dfc-b09b-3b730481dd6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.009679 10.0.0.38 - - [2026-03-26 06:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.38 - - [2026-03-26 06:12:27] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005188 10.0.0.38 - - [2026-03-26 06:12:27] "GET /virtual-networks?parent_id=1dd746d9-4aa0-4333-bdfd-61e9766cb74c&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005056 10.0.0.38 - - [2026-03-26 06:12:27] "GET /virtual-network/dc509371-1121-4dfc-b09b-3b730481dd6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.009570 10.0.0.38 - - [2026-03-26 06:12:27] "POST /routing-policys HTTP/1.1" 200 534 0.033940 10.0.0.38 - - [2026-03-26 06:12:27] "GET /virtual-network/f749573f-6d47-4646-ae07-8e904041f5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.014617 10.0.0.33 - - [2026-03-26 06:12:27] "POST /ref-update HTTP/1.1" 200 156 0.027993 10.0.0.38 - - [2026-03-26 06:12:27] "PUT /virtual-network/f749573f-6d47-4646-ae07-8e904041f5fb HTTP/1.1" 200 264 0.094863 10.0.0.38 - - [2026-03-26 06:12:31] "POST /ref-update HTTP/1.1" 200 156 0.063406 10.0.0.38 - - [2026-03-26 06:12:31] "DELETE /routing-policy/792d8e64-bdfb-46dc-9af4-065387538fba HTTP/1.1" 200 115 0.078789 10.0.0.38 - - [2026-03-26 06:12:32] "POST /neutron/port HTTP/1.1" 200 1118 0.030129 10.0.0.38 - - [2026-03-26 06:12:32] "POST /neutron/port HTTP/1.1" 200 1116 0.019309 10.0.0.38 - - [2026-03-26 06:12:34] "POST /neutron/network HTTP/1.1" 200 830 0.009115 10.0.0.33 - - [2026-03-26 06:12:34] "DELETE /route-target/91c618a2-6d34-40a0-852c-da9a0887e3c0 HTTP/1.1" 200 115 0.029062 10.0.0.33 - - [2026-03-26 06:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.013024 10.0.0.33 - - [2026-03-26 06:12:34] "POST /useragent-kv HTTP/1.1" 200 115 0.008883 10.0.0.33 - - [2026-03-26 06:12:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005012 10.0.0.38 - - [2026-03-26 06:12:34] "POST /neutron/network HTTP/1.1" 200 151 0.172658 10.0.0.33 - - [2026-03-26 06:12:34] "DELETE /route-target/db4f54b5-5228-400c-90e8-35f7f289a369 HTTP/1.1" 200 115 0.034309 10.0.0.33 - - [2026-03-26 06:12:36] "GET /projects?obj_uuids=1dd746d9-4aa0-4333-bdfd-61e9766cb74c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001586 10.0.0.38 - - [2026-03-26 06:12:36] "GET /project/1dd746d9-4aa0-4333-bdfd-61e9766cb74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.077121 10.0.0.33 - - [2026-03-26 06:12:36] "GET /projects?obj_uuids=1dd746d9-4aa0-4333-bdfd-61e9766cb74c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001963 10.0.0.38 - - [2026-03-26 06:12:36] "GET /project/1dd746d9-4aa0-4333-bdfd-61e9766cb74c?fields=virtual_networks HTTP/1.1" 200 1017 0.079467 10.0.0.33 - - [2026-03-26 06:12:36] "GET /projects?obj_uuids=1dd746d9-4aa0-4333-bdfd-61e9766cb74c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001099 10.0.0.38 - - [2026-03-26 06:12:36] "GET /project/1dd746d9-4aa0-4333-bdfd-61e9766cb74c?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.076216 10.0.0.33 - - [2026-03-26 06:12:36] "GET /projects?obj_uuids=1dd746d9-4aa0-4333-bdfd-61e9766cb74c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001485 10.0.0.38 - - [2026-03-26 06:12:36] "GET /project/1dd746d9-4aa0-4333-bdfd-61e9766cb74c?fields=security_groups HTTP/1.1" 200 1236 0.055203 10.0.0.242 - - [2026-03-26 06:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.406132 10.0.0.33 - - [2026-03-26 06:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.208939 10.0.0.38 - - [2026-03-26 06:12:38] "POST /fqname-to-id HTTP/1.1" 404 186 0.030165 10.0.0.33 - - [2026-03-26 06:12:38] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004758 10.0.0.33 - - [2026-03-26 06:12:38] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.33 - - [2026-03-26 06:12:38] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009813 10.0.0.33 - - [2026-03-26 06:12:38] "POST /id-to-fqname HTTP/1.1" 200 188 0.001415 10.0.0.33 - - [2026-03-26 06:12:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.010551 10.0.0.33 - - [2026-03-26 06:12:38] "POST /security-groups HTTP/1.1" 200 589 0.090060 10.0.0.33 - - [2026-03-26 06:12:38] "POST /projects HTTP/1.1" 200 581 0.342135 10.0.0.33 - - [2026-03-26 06:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.382976 10.0.0.33 - - [2026-03-26 06:12:38] "POST /fqname-to-id HTTP/1.1" 404 231 0.008147 10.0.0.38 - - [2026-03-26 06:12:38] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.559440 10.0.0.38 - - [2026-03-26 06:12:39] "GET / HTTP/1.1" 200 35931 0.002333 10.0.0.38 - - [2026-03-26 06:12:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000753 10.0.0.38 - - [2026-03-26 06:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.068946 10.0.0.33 - - [2026-03-26 06:12:42] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001467 10.0.0.38 - - [2026-03-26 06:12:42] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.071357 10.0.0.33 - - [2026-03-26 06:12:42] "POST /ref-update HTTP/1.1" 200 156 0.030647 10.0.0.33 - - [2026-03-26 06:12:43] "POST /useragent-kv HTTP/1.1" 200 115 0.007959 10.0.0.38 - - [2026-03-26 06:12:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.293892 10.0.0.38 - - [2026-03-26 06:12:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001472 10.0.0.38 - - [2026-03-26 06:12:43] "GET /virtual-network/083b3913-abff-468a-b674-aefbf5ea89bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007669 10.0.0.38 - - [2026-03-26 06:12:43] "GET /virtual-network/083b3913-abff-468a-b674-aefbf5ea89bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006994 10.0.0.38 - - [2026-03-26 06:12:43] "POST /neutron/network HTTP/1.1" 200 832 0.008354 10.0.0.38 - - [2026-03-26 06:12:43] "GET /virtual-network/083b3913-abff-468a-b674-aefbf5ea89bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006246 10.0.0.38 - - [2026-03-26 06:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.33 - - [2026-03-26 06:12:45] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002005 10.0.0.38 - - [2026-03-26 06:12:45] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.069832 10.0.0.33 - - [2026-03-26 06:12:45] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.38 - - [2026-03-26 06:12:45] "POST /neutron/network HTTP/1.1" 200 613 0.164163 10.0.0.38 - - [2026-03-26 06:12:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.003636 10.0.0.38 - - [2026-03-26 06:12:46] "GET /virtual-network/4206ee93-c97c-4e76-b6f4-13acb3305a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009413 10.0.0.38 - - [2026-03-26 06:12:46] "POST /neutron/network HTTP/1.1" 200 832 0.008339 10.0.0.38 - - [2026-03-26 06:12:46] "GET /virtual-network/4206ee93-c97c-4e76-b6f4-13acb3305a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006591 10.0.0.38 - - [2026-03-26 06:12:46] "GET /virtual-network/4206ee93-c97c-4e76-b6f4-13acb3305a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008704 10.0.0.38 - - [2026-03-26 06:12:46] "GET /obj-perms HTTP/1.1" 200 5026 0.069980 10.0.0.38 - - [2026-03-26 06:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.33 - - [2026-03-26 06:12:47] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001332 10.0.0.38 - - [2026-03-26 06:12:47] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.056633 10.0.0.38 - - [2026-03-26 06:12:47] "POST /neutron/network HTTP/1.1" 200 117 0.098743 10.0.0.33 - - [2026-03-26 06:12:47] "POST /ref-update HTTP/1.1" 200 156 0.020682 10.0.0.38 - - [2026-03-26 06:12:47] "POST /neutron/network HTTP/1.1" 200 834 0.010722 10.0.0.38 - - [2026-03-26 06:12:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001386 10.0.0.38 - - [2026-03-26 06:12:47] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006132 10.0.0.38 - - [2026-03-26 06:12:47] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006039 10.0.0.38 - - [2026-03-26 06:12:47] "POST /neutron/subnet HTTP/1.1" 200 724 0.012140 10.0.0.38 - - [2026-03-26 06:12:48] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006350 10.0.0.242 - - [2026-03-26 06:12:48] "GET /obj-perms HTTP/1.1" 200 5026 0.066539 10.0.0.33 - - [2026-03-26 06:12:48] "GET /obj-perms HTTP/1.1" 200 5026 0.068861 10.0.0.38 - - [2026-03-26 06:12:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.003047 10.0.0.33 - - [2026-03-26 06:12:49] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001651 10.0.0.38 - - [2026-03-26 06:12:49] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.092686 10.0.0.38 - - [2026-03-26 06:12:49] "POST /neutron/port HTTP/1.1" 200 117 0.009331 10.0.0.38 - - [2026-03-26 06:12:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001546 10.0.0.38 - - [2026-03-26 06:12:50] "POST /neutron/network HTTP/1.1" 200 844 0.008748 10.0.0.38 - - [2026-03-26 06:12:50] "POST /neutron/port HTTP/1.1" 200 1058 0.021289 10.0.0.33 - - [2026-03-26 06:12:51] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001142 10.0.0.38 - - [2026-03-26 06:12:51] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.124929 10.0.0.38 - - [2026-03-26 06:12:51] "POST /neutron/port HTTP/1.1" 200 1122 0.040139 10.0.0.38 - - [2026-03-26 06:12:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.009248 10.0.0.38 - - [2026-03-26 06:12:51] "POST /neutron/port HTTP/1.1" 200 1122 0.021322 10.0.0.38 - - [2026-03-26 06:12:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003352 10.0.0.38 - - [2026-03-26 06:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.33 - - [2026-03-26 06:12:51] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001450 10.0.0.38 - - [2026-03-26 06:12:51] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008686 10.0.0.38 - - [2026-03-26 06:12:51] "POST /service-templates HTTP/1.1" 200 543 0.038741 10.0.0.38 - - [2026-03-26 06:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.38 - - [2026-03-26 06:12:51] "GET /service-template/7c295075-3598-4dae-8004-dc12e534bc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.008809 10.0.0.38 - - [2026-03-26 06:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.38 - - [2026-03-26 06:12:51] "GET /service-template/7c295075-3598-4dae-8004-dc12e534bc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.004677 10.0.0.38 - - [2026-03-26 06:12:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001481 10.0.0.38 - - [2026-03-26 06:12:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001715 10.0.0.38 - - [2026-03-26 06:12:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001440 10.0.0.38 - - [2026-03-26 06:12:52] "POST /neutron/network HTTP/1.1" 200 844 0.007416 10.0.0.38 - - [2026-03-26 06:12:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.015566 10.0.0.38 - - [2026-03-26 06:12:52] "POST /neutron/port HTTP/1.1" 200 1112 0.167462 10.0.0.38 - - [2026-03-26 06:12:52] "POST /neutron/subnet HTTP/1.1" 200 698 0.013415 10.0.0.38 - - [2026-03-26 06:12:53] "POST /neutron/network HTTP/1.1" 200 2223 0.015343 10.0.0.33 - - [2026-03-26 06:12:53] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001107 10.0.0.38 - - [2026-03-26 06:12:54] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.087763 10.0.0.38 - - [2026-03-26 06:12:54] "POST /neutron/network HTTP/1.1" 200 834 0.036716 10.0.0.38 - - [2026-03-26 06:12:54] "POST /neutron/port HTTP/1.1" 200 117 0.007298 10.0.0.33 - - [2026-03-26 06:12:54] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001229 10.0.0.38 - - [2026-03-26 06:12:55] "POST /neutron/port HTTP/1.1" 200 1058 0.382731 10.0.0.38 - - [2026-03-26 06:12:55] "POST /neutron/port HTTP/1.1" 200 1058 0.022258 10.0.0.38 - - [2026-03-26 06:12:56] "POST /neutron/port HTTP/1.1" 200 1058 0.025466 10.0.0.38 - - [2026-03-26 06:12:56] "POST /neutron/port HTTP/1.1" 200 1058 0.023941 10.0.0.38 - - [2026-03-26 06:12:56] "POST /neutron/port HTTP/1.1" 200 3061 0.031719 10.0.0.38 - - [2026-03-26 06:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.38 - - [2026-03-26 06:12:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.009102 10.0.0.38 - - [2026-03-26 06:12:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004360 10.0.0.38 - - [2026-03-26 06:12:57] "POST /neutron/network HTTP/1.1" 200 834 0.009742 10.0.0.38 - - [2026-03-26 06:12:59] "POST /neutron/port HTTP/1.1" 200 3061 0.040026 10.0.0.38 - - [2026-03-26 06:12:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007841 10.0.0.38 - - [2026-03-26 06:13:00] "POST /neutron/port HTTP/1.1" 200 3061 0.033683 10.0.0.38 - - [2026-03-26 06:13:00] "GET /virtual-machine/cf5cff73-6304-4a32-b702-b25bc0397d45 HTTP/1.1" 401 292 0.000444 10.0.0.38 - - [2026-03-26 06:13:00] "GET /virtual-machine/cf5cff73-6304-4a32-b702-b25bc0397d45 HTTP/1.1" 200 1803 0.036860 10.0.0.38 - - [2026-03-26 06:13:00] "GET /virtual-machine-interface/02bee0aa-65f0-48af-90ac-624f33f076fe HTTP/1.1" 200 2944 0.007035 10.0.0.38 - - [2026-03-26 06:13:00] "GET /virtual-machine-interface/2b2388b6-d8e6-4a14-b209-eb4709e9ab9d HTTP/1.1" 200 2945 0.006204 10.0.0.38 - - [2026-03-26 06:13:00] "GET /virtual-machine-interface/a92b60f3-9b72-4bf7-bc4c-069c00005192 HTTP/1.1" 200 2949 0.006580 10.0.0.38 - - [2026-03-26 06:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.38 - - [2026-03-26 06:13:00] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005809 10.0.0.38 - - [2026-03-26 06:13:00] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004645 10.0.0.38 - - [2026-03-26 06:13:00] "GET /virtual-network/083b3913-abff-468a-b674-aefbf5ea89bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006873 10.0.0.38 - - [2026-03-26 06:13:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.040809 10.0.0.38 - - [2026-03-26 06:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.38 - - [2026-03-26 06:13:03] "GET /virtual-network/083b3913-abff-468a-b674-aefbf5ea89bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006114 10.0.0.38 - - [2026-03-26 06:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.38 - - [2026-03-26 06:13:07] "GET /virtual-network/083b3913-abff-468a-b674-aefbf5ea89bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006539 10.0.0.38 - - [2026-03-26 06:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.38 - - [2026-03-26 06:13:12] "GET /virtual-network/083b3913-abff-468a-b674-aefbf5ea89bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006226 10.0.0.38 - - [2026-03-26 06:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004914 10.0.0.38 - - [2026-03-26 06:13:16] "GET /virtual-network/083b3913-abff-468a-b674-aefbf5ea89bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006944 10.0.0.33 - - [2026-03-26 06:13:18] "DELETE /project/fe27891a074d4db39ce6ad0e45224969 HTTP/1.1" 404 173 0.021136 10.0.0.33 - - [2026-03-26 06:13:18] "GET /projects?obj_uuids=1dd746d9-4aa0-4333-bdfd-61e9766cb74c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.012979 10.0.0.33 - - [2026-03-26 06:13:18] "GET /project/1dd746d9-4aa0-4333-bdfd-61e9766cb74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.509189 10.0.0.33 - - [2026-03-26 06:13:18] "DELETE /project/1dd746d9-4aa0-4333-bdfd-61e9766cb74c HTTP/1.1" 404 171 0.516883 10.0.0.38 - - [2026-03-26 06:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.38 - - [2026-03-26 06:13:20] "GET /virtual-network/083b3913-abff-468a-b674-aefbf5ea89bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006231 10.0.0.38 - - [2026-03-26 06:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965 10.0.0.38 - - [2026-03-26 06:13:24] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004134 10.0.0.38 - - [2026-03-26 06:13:24] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004990 10.0.0.38 - - [2026-03-26 06:13:24] "GET /virtual-network/083b3913-abff-468a-b674-aefbf5ea89bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010245 10.0.0.38 - - [2026-03-26 06:13:24] "POST /neutron/port HTTP/1.1" 200 3061 0.025686 10.0.0.38 - - [2026-03-26 06:13:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008307 10.0.0.38 - - [2026-03-26 06:13:34] "POST /neutron/port HTTP/1.1" 200 3061 0.028281 10.0.0.38 - - [2026-03-26 06:13:38] "POST /neutron/port HTTP/1.1" 200 1122 0.019650 10.0.0.38 - - [2026-03-26 06:13:39] "POST /neutron/subnet HTTP/1.1" 200 699 0.011367 10.0.0.38 - - [2026-03-26 06:13:40] "POST /neutron/port HTTP/1.1" 200 3061 0.028866 10.0.0.38 - - [2026-03-26 06:13:44] "POST /neutron/port HTTP/1.1" 200 1122 0.028124 10.0.0.38 - - [2026-03-26 06:13:45] "POST /neutron/subnet HTTP/1.1" 200 698 0.010679 10.0.0.38 - - [2026-03-26 06:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.38 - - [2026-03-26 06:13:45] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006346 10.0.0.38 - - [2026-03-26 06:13:45] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.008961 10.0.0.38 - - [2026-03-26 06:13:45] "GET /virtual-network/4206ee93-c97c-4e76-b6f4-13acb3305a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.012763 10.0.0.38 - - [2026-03-26 06:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006935 10.0.0.38 - - [2026-03-26 06:13:45] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005888 10.0.0.38 - - [2026-03-26 06:13:45] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004620 10.0.0.38 - - [2026-03-26 06:13:45] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008181 10.0.0.38 - - [2026-03-26 06:13:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.003757 10.0.0.38 - - [2026-03-26 06:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.33 - - [2026-03-26 06:13:45] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001598 10.0.0.38 - - [2026-03-26 06:13:46] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050794 10.0.0.38 - - [2026-03-26 06:13:46] "POST /service-instances HTTP/1.1" 200 543 0.053151 10.0.0.38 - - [2026-03-26 06:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.38 - - [2026-03-26 06:13:46] "GET /service-instance/4dd54be9-e79f-46b5-ac57-dcaced415afd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.008174 10.0.0.38 - - [2026-03-26 06:13:46] "POST /port-tuples HTTP/1.1" 200 586 0.060672 10.0.0.38 - - [2026-03-26 06:13:46] "GET /virtual-machine-interface/02bee0aa-65f0-48af-90ac-624f33f076fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.008490 10.0.0.38 - - [2026-03-26 06:13:46] "PUT /virtual-machine-interface/02bee0aa-65f0-48af-90ac-624f33f076fe HTTP/1.1" 200 284 0.027221 10.0.0.38 - - [2026-03-26 06:13:46] "POST /ref-update HTTP/1.1" 200 156 0.016675 10.0.0.38 - - [2026-03-26 06:13:46] "GET /virtual-machine-interface/2b2388b6-d8e6-4a14-b209-eb4709e9ab9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.007562 10.0.0.38 - - [2026-03-26 06:13:46] "PUT /virtual-machine-interface/2b2388b6-d8e6-4a14-b209-eb4709e9ab9d HTTP/1.1" 200 284 0.015672 10.0.0.38 - - [2026-03-26 06:13:46] "POST /ref-update HTTP/1.1" 200 156 0.022154 10.0.0.38 - - [2026-03-26 06:13:46] "GET /virtual-machine-interface/a92b60f3-9b72-4bf7-bc4c-069c00005192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.022300 10.0.0.38 - - [2026-03-26 06:13:46] "PUT /virtual-machine-interface/a92b60f3-9b72-4bf7-bc4c-069c00005192 HTTP/1.1" 200 284 0.024637 10.0.0.33 - - [2026-03-26 06:13:46] "POST /ref-update HTTP/1.1" 200 156 0.089622 10.0.0.38 - - [2026-03-26 06:13:46] "POST /ref-update HTTP/1.1" 200 156 0.025882 10.0.0.33 - - [2026-03-26 06:13:46] "POST /instance-ips HTTP/1.1" 200 385 0.052126 10.0.0.38 - - [2026-03-26 06:13:46] "POST /neutron/port HTTP/1.1" 200 1122 0.053684 10.0.0.33 - - [2026-03-26 06:13:46] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004264 10.0.0.33 - - [2026-03-26 06:13:47] "POST /ref-update HTTP/1.1" 200 156 0.027086 10.0.0.38 - - [2026-03-26 06:13:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.026387 10.0.0.33 - - [2026-03-26 06:13:47] "POST /ref-update HTTP/1.1" 200 156 0.022893 10.0.0.33 - - [2026-03-26 06:13:47] "POST /instance-ips HTTP/1.1" 200 375 0.048880 10.0.0.38 - - [2026-03-26 06:13:47] "GET /virtual-machine/5170ca4d-0242-4e6c-8a28-645fa79ba6a3 HTTP/1.1" 200 1289 0.015460 10.0.0.38 - - [2026-03-26 06:13:47] "GET /virtual-machine-interface/93910523-7df7-4665-be26-351d1f049680 HTTP/1.1" 200 2946 0.013593 10.0.0.38 - - [2026-03-26 06:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.38 - - [2026-03-26 06:13:47] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004174 10.0.0.33 - - [2026-03-26 06:13:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007119 10.0.0.38 - - [2026-03-26 06:13:47] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.009407 10.0.0.38 - - [2026-03-26 06:13:47] "GET /virtual-network/4206ee93-c97c-4e76-b6f4-13acb3305a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006375 10.0.0.33 - - [2026-03-26 06:13:47] "POST /ref-update HTTP/1.1" 200 156 0.032044 10.0.0.38 - - [2026-03-26 06:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.38 - - [2026-03-26 06:13:48] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005325 10.0.0.38 - - [2026-03-26 06:13:48] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004717 10.0.0.38 - - [2026-03-26 06:13:48] "GET /virtual-network/4206ee93-c97c-4e76-b6f4-13acb3305a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006325 10.0.0.38 - - [2026-03-26 06:13:48] "POST /neutron/port HTTP/1.1" 200 1122 0.023870 10.0.0.38 - - [2026-03-26 06:13:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008269 10.0.0.38 - - [2026-03-26 06:13:49] "GET /virtual-machine/6b3f2b75-88ac-4136-b851-75098b7f976d HTTP/1.1" 200 1290 0.007684 10.0.0.38 - - [2026-03-26 06:13:49] "GET /virtual-machine-interface/1aa0c4dd-3e8a-45f7-828f-e2e892710c81 HTTP/1.1" 200 2947 0.006173 10.0.0.38 - - [2026-03-26 06:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.38 - - [2026-03-26 06:13:49] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004892 10.0.0.38 - - [2026-03-26 06:13:49] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004483 10.0.0.38 - - [2026-03-26 06:13:49] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011505 10.0.0.38 - - [2026-03-26 06:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.38 - - [2026-03-26 06:13:50] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005864 10.0.0.38 - - [2026-03-26 06:13:50] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004566 10.0.0.38 - - [2026-03-26 06:13:50] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007069 10.0.0.38 - - [2026-03-26 06:13:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.005558 10.0.0.38 - - [2026-03-26 06:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006157 10.0.0.33 - - [2026-03-26 06:13:50] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002457 10.0.0.38 - - [2026-03-26 06:13:50] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.071648 10.0.0.38 - - [2026-03-26 06:13:50] "POST /network-policys HTTP/1.1" 200 547 0.037103 10.0.0.38 - - [2026-03-26 06:13:50] "GET /network-policy/36657c73-7f6c-4405-85a3-cf161aa0a31d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.007635 10.0.0.38 - - [2026-03-26 06:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.38 - - [2026-03-26 06:13:51] "GET /virtual-network/4206ee93-c97c-4e76-b6f4-13acb3305a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007111 10.0.0.38 - - [2026-03-26 06:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.38 - - [2026-03-26 06:13:51] "GET /network-policy/36657c73-7f6c-4405-85a3-cf161aa0a31d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.007430 10.0.0.33 - - [2026-03-26 06:13:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.013603 10.0.0.38 - - [2026-03-26 06:13:51] "POST /ref-update HTTP/1.1" 200 156 0.087893 10.0.0.38 - - [2026-03-26 06:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.38 - - [2026-03-26 06:13:51] "GET /network-policy/36657c73-7f6c-4405-85a3-cf161aa0a31d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004261 10.0.0.38 - - [2026-03-26 06:13:51] "POST /neutron/network HTTP/1.1" 200 920 0.010075 10.0.0.38 - - [2026-03-26 06:13:51] "GET /virtual-network/4206ee93-c97c-4e76-b6f4-13acb3305a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005741 10.0.0.38 - - [2026-03-26 06:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.38 - - [2026-03-26 06:13:51] "GET /network-policy/36657c73-7f6c-4405-85a3-cf161aa0a31d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004529 10.0.0.38 - - [2026-03-26 06:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.38 - - [2026-03-26 06:13:51] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006459 10.0.0.38 - - [2026-03-26 06:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.38 - - [2026-03-26 06:13:51] "GET /network-policy/36657c73-7f6c-4405-85a3-cf161aa0a31d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005144 10.0.0.38 - - [2026-03-26 06:13:51] "POST /ref-update HTTP/1.1" 200 156 0.069654 10.0.0.38 - - [2026-03-26 06:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.33 - - [2026-03-26 06:13:51] "POST /access-control-lists HTTP/1.1" 200 604 0.106175 10.0.0.38 - - [2026-03-26 06:13:51] "GET /network-policy/36657c73-7f6c-4405-85a3-cf161aa0a31d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.016306 10.0.0.38 - - [2026-03-26 06:13:51] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.022777 10.0.0.38 - - [2026-03-26 06:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006042 10.0.0.38 - - [2026-03-26 06:13:51] "GET /network-policy/36657c73-7f6c-4405-85a3-cf161aa0a31d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.003660 10.0.0.33 - - [2026-03-26 06:13:51] "POST /ref-update HTTP/1.1" 200 156 0.028861 10.0.0.38 - - [2026-03-26 06:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008420 10.0.0.33 - - [2026-03-26 06:13:51] "POST /ref-update HTTP/1.1" 200 156 0.016860 10.0.0.38 - - [2026-03-26 06:13:51] "GET /service-template/7c295075-3598-4dae-8004-dc12e534bc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.017566 10.0.0.38 - - [2026-03-26 06:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006014 10.0.0.33 - - [2026-03-26 06:13:51] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002821 10.0.0.38 - - [2026-03-26 06:13:51] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.066824 10.0.0.38 - - [2026-03-26 06:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.33 - - [2026-03-26 06:13:52] "POST /ref-update HTTP/1.1" 200 156 0.056800 10.0.0.38 - - [2026-03-26 06:13:52] "GET /service-instance/4dd54be9-e79f-46b5-ac57-dcaced415afd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.012230 10.0.0.33 - - [2026-03-26 06:13:52] "PUT /routing-instance/72dcf013-4cbf-46a8-8bf0-45274985b886 HTTP/1.1" 200 266 0.022805 10.0.0.33 - - [2026-03-26 06:13:52] "PUT /access-control-list/6566e545-5b77-4b31-a643-0182ea833ecd HTTP/1.1" 200 272 0.038115 10.0.0.38 - - [2026-03-26 06:13:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008002 10.0.0.38 - - [2026-03-26 06:13:53] "POST /neutron/port HTTP/1.1" 200 3832 0.079323 10.0.0.38 - - [2026-03-26 06:13:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008858 10.0.0.38 - - [2026-03-26 06:13:53] "POST /neutron/network HTTP/1.1" 200 806 0.016487 10.0.0.38 - - [2026-03-26 06:13:53] "POST /neutron/network HTTP/1.1" 200 922 0.007028 10.0.0.38 - - [2026-03-26 06:13:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001233 10.0.0.38 - - [2026-03-26 06:13:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001018 10.0.0.38 - - [2026-03-26 06:13:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001997 10.0.0.38 - - [2026-03-26 06:13:53] "GET /virtual-machine/cf5cff73-6304-4a32-b702-b25bc0397d45 HTTP/1.1" 200 1803 0.005357 10.0.0.38 - - [2026-03-26 06:13:53] "GET /virtual-machine-interface/02bee0aa-65f0-48af-90ac-624f33f076fe HTTP/1.1" 200 3814 0.008174 10.0.0.38 - - [2026-03-26 06:13:53] "GET /virtual-machine-interface/2b2388b6-d8e6-4a14-b209-eb4709e9ab9d HTTP/1.1" 200 3797 0.006702 10.0.0.38 - - [2026-03-26 06:13:53] "GET /virtual-machine-interface/a92b60f3-9b72-4bf7-bc4c-069c00005192 HTTP/1.1" 200 3804 0.014702 10.0.0.38 - - [2026-03-26 06:13:53] "GET /instance-ip/6267879e-32fe-42a6-82f6-c454ff35afea HTTP/1.1" 200 1977 0.006776 10.0.0.38 - - [2026-03-26 06:13:53] "GET /instance-ip/b4942292-aa41-4b1b-9c34-a50903f1e639 HTTP/1.1" 200 1622 0.007873 10.0.0.38 - - [2026-03-26 06:13:53] "GET /instance-ip/c863f542-13de-48cd-b142-6ed5f4624ce4 HTTP/1.1" 200 1981 0.007146 10.0.0.38 - - [2026-03-26 06:13:53] "GET /instance-ip/1ee69505-bdce-4d83-baa1-dbf96db2b036 HTTP/1.1" 200 1621 0.008575 10.0.0.38 - - [2026-03-26 06:13:53] "GET /instance-ip/8927ba4e-f5bf-4eb5-b235-653f35d2181d HTTP/1.1" 200 1956 0.006145 10.0.0.38 - - [2026-03-26 06:13:53] "GET /instance-ip/d1806221-a643-4e72-aa40-c539e2298e2c HTTP/1.1" 200 1955 0.004042 10.0.0.38 - - [2026-03-26 06:13:53] "GET /instance-ip/226ef2de-b465-449d-aee1-a824b3331a48 HTTP/1.1" 200 1958 0.004477 10.0.0.38 - - [2026-03-26 06:13:53] "GET /instance-ip/6e4c8c21-89bd-4859-a34b-e9720c3776d8 HTTP/1.1" 200 1622 0.006826 10.0.0.38 - - [2026-03-26 06:13:53] "GET /instance-ip/fde7a6d8-1dfb-414c-aceb-2e66596e3eea HTTP/1.1" 200 1961 0.004504 10.0.0.38 - - [2026-03-26 06:13:53] "POST /neutron/port HTTP/1.1" 200 3832 0.039026 10.0.0.38 - - [2026-03-26 06:13:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008156 10.0.0.38 - - [2026-03-26 06:13:54] "GET /virtual-machine/cf5cff73-6304-4a32-b702-b25bc0397d45 HTTP/1.1" 200 1803 0.004841 10.0.0.38 - - [2026-03-26 06:13:54] "GET /virtual-machine-interface/02bee0aa-65f0-48af-90ac-624f33f076fe HTTP/1.1" 200 3814 0.005538 10.0.0.38 - - [2026-03-26 06:13:54] "GET /virtual-machine-interface/2b2388b6-d8e6-4a14-b209-eb4709e9ab9d HTTP/1.1" 200 3797 0.008213 10.0.0.38 - - [2026-03-26 06:13:54] "GET /virtual-machine-interface/a92b60f3-9b72-4bf7-bc4c-069c00005192 HTTP/1.1" 200 3804 0.006280 10.0.0.38 - - [2026-03-26 06:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.38 - - [2026-03-26 06:13:54] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004772 10.0.0.38 - - [2026-03-26 06:13:54] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004619 10.0.0.38 - - [2026-03-26 06:13:54] "GET /virtual-network/4206ee93-c97c-4e76-b6f4-13acb3305a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006029 10.0.0.38 - - [2026-03-26 06:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005477 10.0.0.38 - - [2026-03-26 06:13:55] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004102 10.0.0.38 - - [2026-03-26 06:13:55] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004742 10.0.0.38 - - [2026-03-26 06:13:55] "GET /virtual-network/4206ee93-c97c-4e76-b6f4-13acb3305a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007463 10.0.0.38 - - [2026-03-26 06:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.38 - - [2026-03-26 06:13:55] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004520 10.0.0.38 - - [2026-03-26 06:13:55] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004573 10.0.0.38 - - [2026-03-26 06:13:55] "GET /virtual-network/4206ee93-c97c-4e76-b6f4-13acb3305a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006557 10.0.0.38 - - [2026-03-26 06:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.38 - - [2026-03-26 06:13:55] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006426 10.0.0.38 - - [2026-03-26 06:13:55] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004098 10.0.0.38 - - [2026-03-26 06:13:55] "GET /virtual-network/4206ee93-c97c-4e76-b6f4-13acb3305a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006661 10.0.0.38 - - [2026-03-26 06:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.38 - - [2026-03-26 06:13:56] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005289 10.0.0.38 - - [2026-03-26 06:13:56] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004082 10.0.0.38 - - [2026-03-26 06:13:56] "GET /virtual-network/4206ee93-c97c-4e76-b6f4-13acb3305a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007003 10.0.0.38 - - [2026-03-26 06:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.38 - - [2026-03-26 06:13:56] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004504 10.0.0.38 - - [2026-03-26 06:13:56] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004293 10.0.0.38 - - [2026-03-26 06:13:56] "GET /virtual-network/083b3913-abff-468a-b674-aefbf5ea89bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008809 10.0.0.38 - - [2026-03-26 06:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004992 10.0.0.38 - - [2026-03-26 06:13:56] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004942 10.0.0.38 - - [2026-03-26 06:13:56] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004501 10.0.0.38 - - [2026-03-26 06:13:56] "GET /virtual-network/083b3913-abff-468a-b674-aefbf5ea89bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011032 10.0.0.38 - - [2026-03-26 06:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.38 - - [2026-03-26 06:13:56] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005040 10.0.0.38 - - [2026-03-26 06:13:56] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004247 10.0.0.38 - - [2026-03-26 06:13:56] "GET /virtual-network/083b3913-abff-468a-b674-aefbf5ea89bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009054 10.0.0.38 - - [2026-03-26 06:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.38 - - [2026-03-26 06:13:56] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004661 10.0.0.38 - - [2026-03-26 06:13:56] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004478 10.0.0.38 - - [2026-03-26 06:13:56] "GET /virtual-network/083b3913-abff-468a-b674-aefbf5ea89bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006050 10.0.0.38 - - [2026-03-26 06:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.38 - - [2026-03-26 06:13:56] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004345 10.0.0.38 - - [2026-03-26 06:13:56] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003965 10.0.0.38 - - [2026-03-26 06:13:57] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007800 10.0.0.38 - - [2026-03-26 06:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005193 10.0.0.38 - - [2026-03-26 06:13:57] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005752 10.0.0.38 - - [2026-03-26 06:13:57] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004782 10.0.0.38 - - [2026-03-26 06:13:57] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006288 10.0.0.38 - - [2026-03-26 06:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.38 - - [2026-03-26 06:13:57] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004444 10.0.0.38 - - [2026-03-26 06:13:57] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005472 10.0.0.38 - - [2026-03-26 06:13:57] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006399 10.0.0.38 - - [2026-03-26 06:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.38 - - [2026-03-26 06:13:57] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005446 10.0.0.38 - - [2026-03-26 06:13:57] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003922 10.0.0.38 - - [2026-03-26 06:13:57] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005871 10.0.0.38 - - [2026-03-26 06:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.38 - - [2026-03-26 06:13:57] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003633 10.0.0.38 - - [2026-03-26 06:13:57] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004100 10.0.0.38 - - [2026-03-26 06:13:57] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.022323 10.0.0.38 - - [2026-03-26 06:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.38 - - [2026-03-26 06:13:57] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005320 10.0.0.38 - - [2026-03-26 06:13:57] "GET /virtual-networks?parent_id=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004707 10.0.0.38 - - [2026-03-26 06:13:57] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005998 10.0.0.38 - - [2026-03-26 06:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.38 - - [2026-03-26 06:13:58] "GET /routing-instance/02f633a3-bb13-4ee6-b448-f251c547510e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.005515 10.0.0.38 - - [2026-03-26 06:13:58] "GET /routing-instance/02f633a3-bb13-4ee6-b448-f251c547510e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2019 0.007064 10.0.0.38 - - [2026-03-26 06:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.38 - - [2026-03-26 06:13:58] "GET /routing-instance/2ebbe828-b1c0-4ee4-bda7-bb1843f43e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.005938 10.0.0.38 - - [2026-03-26 06:13:58] "GET /routing-instance/2ebbe828-b1c0-4ee4-bda7-bb1843f43e27?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.006441 10.0.0.38 - - [2026-03-26 06:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.38 - - [2026-03-26 06:13:58] "GET /virtual-network/4206ee93-c97c-4e76-b6f4-13acb3305a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006388 10.0.0.38 - - [2026-03-26 06:13:58] "GET /virtual-network/4206ee93-c97c-4e76-b6f4-13acb3305a4e?fields=routing_instances HTTP/1.1" 200 1682 0.008416 10.0.0.38 - - [2026-03-26 06:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005433 10.0.0.38 - - [2026-03-26 06:13:58] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006367 10.0.0.38 - - [2026-03-26 06:13:58] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?fields=routing_instances HTTP/1.1" 200 1687 0.013277 10.0.0.38 - - [2026-03-26 06:14:02] "POST /ref-update HTTP/1.1" 200 156 0.082317 10.0.0.38 - - [2026-03-26 06:14:02] "POST /neutron/network HTTP/1.1" 200 834 0.012925 10.0.0.38 - - [2026-03-26 06:14:02] "GET /virtual-network/e8698a74-7345-4f0a-8333-13caa73bc9ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006188 10.0.0.38 - - [2026-03-26 06:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.38 - - [2026-03-26 06:14:02] "GET /network-policy/36657c73-7f6c-4405-85a3-cf161aa0a31d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005240 10.0.0.38 - - [2026-03-26 06:14:02] "POST /ref-update HTTP/1.1" 200 156 0.064915 10.0.0.38 - - [2026-03-26 06:14:02] "GET /virtual-network/4206ee93-c97c-4e76-b6f4-13acb3305a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008410 10.0.0.38 - - [2026-03-26 06:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.38 - - [2026-03-26 06:14:02] "GET /network-policy/36657c73-7f6c-4405-85a3-cf161aa0a31d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004716 10.0.0.38 - - [2026-03-26 06:14:02] "DELETE /network-policy/36657c73-7f6c-4405-85a3-cf161aa0a31d HTTP/1.1" 200 115 0.045404 10.0.0.38 - - [2026-03-26 06:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.38 - - [2026-03-26 06:14:02] "DELETE /service-instance/4dd54be9-e79f-46b5-ac57-dcaced415afd HTTP/1.1" 200 115 0.079488 10.0.0.33 - - [2026-03-26 06:14:02] "DELETE /instance-ip/226ef2de-b465-449d-aee1-a824b3331a48 HTTP/1.1" 200 115 0.061767 10.0.0.38 - - [2026-03-26 06:14:02] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.012589 10.0.0.38 - - [2026-03-26 06:14:02] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.017419 10.0.0.33 - - [2026-03-26 06:14:03] "POST /ref-update HTTP/1.1" 200 156 0.032123 10.0.0.33 - - [2026-03-26 06:14:03] "DELETE /routing-instance/72dcf013-4cbf-46a8-8bf0-45274985b886 HTTP/1.1" 200 115 0.124924 10.0.0.33 - - [2026-03-26 06:14:03] "DELETE /routing-instance/242415e0-704c-4efe-8bf4-01bfca1a44ed HTTP/1.1" 200 115 0.081655 10.0.0.33 - - [2026-03-26 06:14:03] "DELETE /instance-ip/d1806221-a643-4e72-aa40-c539e2298e2c HTTP/1.1" 200 115 0.060582 10.0.0.38 - - [2026-03-26 06:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.011441 10.0.0.38 - - [2026-03-26 06:14:03] "DELETE /service-template/7c295075-3598-4dae-8004-dc12e534bc23 HTTP/1.1" 200 115 0.059330 10.0.0.38 - - [2026-03-26 06:14:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.020117 10.0.0.33 - - [2026-03-26 06:14:03] "POST /ref-update HTTP/1.1" 200 156 0.052550 10.0.0.33 - - [2026-03-26 06:14:03] "DELETE /access-control-list/6566e545-5b77-4b31-a643-0182ea833ecd HTTP/1.1" 200 115 0.072420 10.0.0.38 - - [2026-03-26 06:14:03] "POST /neutron/network HTTP/1.1" 400 204 0.018598 10.0.0.38 - - [2026-03-26 06:14:04] "POST /neutron/port HTTP/1.1" 200 3061 0.056052 10.0.0.38 - - [2026-03-26 06:14:04] "POST /neutron/port HTTP/1.1" 200 151 0.276195 10.0.0.38 - - [2026-03-26 06:14:04] "POST /neutron/port HTTP/1.1" 200 151 0.337908 10.0.0.38 - - [2026-03-26 06:14:05] "POST /neutron/port HTTP/1.1" 200 1112 0.016074 10.0.0.33 - - [2026-03-26 06:14:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006963 10.0.0.33 - - [2026-03-26 06:14:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004590 10.0.0.38 - - [2026-03-26 06:14:05] "POST /neutron/network HTTP/1.1" 200 151 0.162122 10.0.0.33 - - [2026-03-26 06:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006931 10.0.0.38 - - [2026-03-26 06:14:06] "POST /neutron/network HTTP/1.1" 200 832 0.011700 10.0.0.33 - - [2026-03-26 06:14:06] "DELETE /route-target/be5b5809-5644-4cde-909f-cb3322f79d24 HTTP/1.1" 200 115 0.026361 10.0.0.33 - - [2026-03-26 06:14:08] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001478 10.0.0.38 - - [2026-03-26 06:14:08] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.071860 10.0.0.33 - - [2026-03-26 06:14:08] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002388 10.0.0.38 - - [2026-03-26 06:14:08] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?fields=virtual_networks HTTP/1.1" 200 1028 0.062287 10.0.0.33 - - [2026-03-26 06:14:08] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001206 10.0.0.38 - - [2026-03-26 06:14:08] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.051306 10.0.0.33 - - [2026-03-26 06:14:08] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001289 10.0.0.38 - - [2026-03-26 06:14:08] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?fields=security_groups HTTP/1.1" 200 1252 0.055311 10.0.0.38 - - [2026-03-26 06:14:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.030820 10.0.0.33 - - [2026-03-26 06:14:09] "GET /projects?obj_uuids=a7306223-758b-4e15-9828-4293afe9f412&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003670 10.0.0.33 - - [2026-03-26 06:14:09] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001378 10.0.0.33 - - [2026-03-26 06:14:09] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008315 10.0.0.33 - - [2026-03-26 06:14:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.006890 10.0.0.33 - - [2026-03-26 06:14:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.004315 10.0.0.33 - - [2026-03-26 06:14:10] "POST /security-groups HTTP/1.1" 200 592 0.081582 10.0.0.33 - - [2026-03-26 06:14:10] "POST /projects HTTP/1.1" 200 587 0.323878 10.0.0.33 - - [2026-03-26 06:14:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.008940 10.0.0.33 - - [2026-03-26 06:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.398352 10.0.0.38 - - [2026-03-26 06:14:10] "GET /project/a7306223-758b-4e15-9828-4293afe9f412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.555127 10.0.0.38 - - [2026-03-26 06:14:11] "GET / HTTP/1.1" 200 35931 0.001979 10.0.0.38 - - [2026-03-26 06:14:13] "GET /project/a7306223-758b-4e15-9828-4293afe9f412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000600 10.0.0.33 - - [2026-03-26 06:14:14] "GET /projects?obj_uuids=a7306223-758b-4e15-9828-4293afe9f412&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.38 - - [2026-03-26 06:14:14] "GET /project/a7306223-758b-4e15-9828-4293afe9f412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.130006 10.0.0.38 - - [2026-03-26 06:14:14] "POST /fqname-to-id HTTP/1.1" 404 180 0.004465 10.0.0.38 - - [2026-03-26 06:14:14] "POST /virtual-DNSs HTTP/1.1" 200 507 0.056973 10.0.0.38 - - [2026-03-26 06:14:14] "GET /virtual-DNS/a938b519-9d30-4aa5-b23c-96f6e77d2bae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.007354 10.0.0.38 - - [2026-03-26 06:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.38 - - [2026-03-26 06:14:14] "GET /virtual-DNS/a938b519-9d30-4aa5-b23c-96f6e77d2bae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004427 10.0.0.38 - - [2026-03-26 06:14:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.004139 10.0.0.38 - - [2026-03-26 06:14:15] "POST /network-ipams HTTP/1.1" 200 514 0.038785 10.0.0.38 - - [2026-03-26 06:14:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.007482 10.0.0.38 - - [2026-03-26 06:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005640 10.0.0.38 - - [2026-03-26 06:14:15] "GET /network-ipam/9e81eb91-bf32-48f2-8f98-6a9586ab6906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.010857 10.0.0.38 - - [2026-03-26 06:14:15] "PUT /network-ipam/9e81eb91-bf32-48f2-8f98-6a9586ab6906 HTTP/1.1" 200 258 0.017604 10.0.0.38 - - [2026-03-26 06:14:15] "POST /ref-update HTTP/1.1" 200 156 0.018562 10.0.0.38 - - [2026-03-26 06:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004913 10.0.0.33 - - [2026-03-26 06:14:15] "GET /projects?obj_uuids=a7306223-758b-4e15-9828-4293afe9f412&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002085 10.0.0.38 - - [2026-03-26 06:14:15] "GET /project/a7306223-758b-4e15-9828-4293afe9f412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060238 10.0.0.33 - - [2026-03-26 06:14:15] "GET /projects?obj_uuids=a7306223-758b-4e15-9828-4293afe9f412&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001638 10.0.0.38 - - [2026-03-26 06:14:15] "POST /neutron/network HTTP/1.1" 200 618 0.200872 10.0.0.33 - - [2026-03-26 06:14:16] "POST /ref-update HTTP/1.1" 200 156 0.032538 10.0.0.38 - - [2026-03-26 06:14:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.003936 10.0.0.38 - - [2026-03-26 06:14:16] "GET /virtual-network/72b74efd-b9b7-49e2-8af2-1eae0e3c58e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006723 10.0.0.38 - - [2026-03-26 06:14:16] "POST /neutron/network HTTP/1.1" 200 833 0.011235 10.0.0.38 - - [2026-03-26 06:14:16] "GET /virtual-network/72b74efd-b9b7-49e2-8af2-1eae0e3c58e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009152 10.0.0.38 - - [2026-03-26 06:14:16] "POST /neutron/network HTTP/1.1" 200 807 0.015432 10.0.0.38 - - [2026-03-26 06:14:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001512 10.0.0.33 - - [2026-03-26 06:14:17] "GET /projects?obj_uuids=a7306223-758b-4e15-9828-4293afe9f412&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001136 10.0.0.38 - - [2026-03-26 06:14:17] "GET /project/a7306223-758b-4e15-9828-4293afe9f412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.088197 10.0.0.38 - - [2026-03-26 06:14:17] "POST /neutron/network HTTP/1.1" 200 833 0.008569 10.0.0.38 - - [2026-03-26 06:14:17] "POST /neutron/port HTTP/1.1" 200 117 0.008797 10.0.0.33 - - [2026-03-26 06:14:18] "DELETE /project/a7306223758b4e1598284293afe9f412 HTTP/1.1" 404 173 0.019036 10.0.0.33 - - [2026-03-26 06:14:18] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.33 - - [2026-03-26 06:14:18] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.115872 10.0.0.33 - - [2026-03-26 06:14:19] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001265 10.0.0.33 - - [2026-03-26 06:14:19] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?fields=security_groups HTTP/1.1" 404 171 0.107532 10.0.0.38 - - [2026-03-26 06:14:19] "POST /neutron/port HTTP/1.1" 200 1058 0.042634 10.0.0.33 - - [2026-03-26 06:14:19] "GET /projects?obj_uuids=fe27891a-074d-4db3-9ce6-ad0e45224969&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006804 10.0.0.38 - - [2026-03-26 06:14:19] "POST /neutron/port HTTP/1.1" 200 1122 0.042301 10.0.0.38 - - [2026-03-26 06:14:19] "POST /neutron/port HTTP/1.1" 200 117 0.001682 10.0.0.33 - - [2026-03-26 06:14:19] "GET /project/fe27891a-074d-4db3-9ce6-ad0e45224969?fields=application_policy_sets HTTP/1.1" 404 171 0.710110 10.0.0.33 - - [2026-03-26 06:14:19] "DELETE /project/fe27891a-074d-4db3-9ce6-ad0e45224969 HTTP/1.1" 404 171 1.055885 10.0.0.38 - - [2026-03-26 06:14:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009807 10.0.0.38 - - [2026-03-26 06:14:23] "POST /neutron/port HTTP/1.1" 200 1122 0.027057 10.0.0.38 - - [2026-03-26 06:14:23] "GET /virtual-machine/d150d800-7d21-42bf-9b2e-472f1b1dc2eb HTTP/1.1" 401 292 0.000592 10.0.0.38 - - [2026-03-26 06:14:23] "GET /virtual-machine/d150d800-7d21-42bf-9b2e-472f1b1dc2eb HTTP/1.1" 200 1294 0.034040 10.0.0.38 - - [2026-03-26 06:14:23] "GET /virtual-machine-interface/b124714d-9eed-4817-b42d-a63482b09fc5 HTTP/1.1" 200 2964 0.006066 10.0.0.38 - - [2026-03-26 06:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.38 - - [2026-03-26 06:14:23] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004787 10.0.0.38 - - [2026-03-26 06:14:23] "GET /virtual-networks?parent_id=a7306223-758b-4e15-9828-4293afe9f412&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004770 10.0.0.38 - - [2026-03-26 06:14:23] "GET /virtual-network/72b74efd-b9b7-49e2-8af2-1eae0e3c58e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006732 10.0.0.38 - - [2026-03-26 06:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.38 - - [2026-03-26 06:14:26] "GET /virtual-network/72b74efd-b9b7-49e2-8af2-1eae0e3c58e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008581 10.0.0.38 - - [2026-03-26 06:14:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009155 10.0.0.38 - - [2026-03-26 06:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.38 - - [2026-03-26 06:14:30] "GET /virtual-network/72b74efd-b9b7-49e2-8af2-1eae0e3c58e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008972 10.0.0.38 - - [2026-03-26 06:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005114 10.0.0.38 - - [2026-03-26 06:14:33] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.007599 10.0.0.38 - - [2026-03-26 06:14:33] "GET /virtual-networks?parent_id=a7306223-758b-4e15-9828-4293afe9f412&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.006055 10.0.0.38 - - [2026-03-26 06:14:33] "GET /virtual-network/72b74efd-b9b7-49e2-8af2-1eae0e3c58e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007859 10.0.0.38 - - [2026-03-26 06:14:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001953 10.0.0.38 - - [2026-03-26 06:14:37] "POST /neutron/port HTTP/1.1" 200 1122 0.028253 10.0.0.33 - - [2026-03-26 06:14:38] "GET /projects?obj_uuids=a7306223-758b-4e15-9828-4293afe9f412&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001472 10.0.0.38 - - [2026-03-26 06:14:39] "GET /project/a7306223-758b-4e15-9828-4293afe9f412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.180408 10.0.0.38 - - [2026-03-26 06:14:39] "POST /neutron/network HTTP/1.1" 200 833 0.009994 10.0.0.38 - - [2026-03-26 06:14:39] "POST /neutron/port HTTP/1.1" 200 117 0.007865 10.0.0.38 - - [2026-03-26 06:14:39] "GET /obj-perms HTTP/1.1" 200 5056 0.073910 10.0.0.33 - - [2026-03-26 06:14:39] "GET /projects?obj_uuids=a7306223-758b-4e15-9828-4293afe9f412&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001714 10.0.0.38 - - [2026-03-26 06:14:40] "POST /neutron/port HTTP/1.1" 200 1058 0.351582 10.0.0.38 - - [2026-03-26 06:14:40] "POST /neutron/port HTTP/1.1" 200 1112 0.138142 10.0.0.38 - - [2026-03-26 06:14:40] "POST /neutron/subnet HTTP/1.1" 200 685 0.010140 10.0.0.38 - - [2026-03-26 06:14:44] "POST /neutron/port HTTP/1.1" 200 1122 0.029704 10.0.0.38 - - [2026-03-26 06:14:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008370 10.0.0.38 - - [2026-03-26 06:14:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012133 10.0.0.38 - - [2026-03-26 06:14:44] "GET /virtual-machine/7a9a73b2-5182-4035-a5cf-e67bcb8aa954 HTTP/1.1" 200 1293 0.006830 10.0.0.38 - - [2026-03-26 06:14:44] "GET /virtual-machine-interface/d5fa3c04-a8c0-456f-8157-fa119e64a9b0 HTTP/1.1" 200 2963 0.007532 10.0.0.38 - - [2026-03-26 06:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005757 10.0.0.38 - - [2026-03-26 06:14:45] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.007545 10.0.0.38 - - [2026-03-26 06:14:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004328 10.0.0.38 - - [2026-03-26 06:14:45] "GET /virtual-networks?parent_id=a7306223-758b-4e15-9828-4293afe9f412&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.007955 10.0.0.38 - - [2026-03-26 06:14:45] "GET /virtual-network/72b74efd-b9b7-49e2-8af2-1eae0e3c58e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007585 10.0.0.38 - - [2026-03-26 06:14:45] "POST /neutron/network HTTP/1.1" 200 833 0.009687 10.0.0.38 - - [2026-03-26 06:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.38 - - [2026-03-26 06:14:48] "GET /virtual-network/72b74efd-b9b7-49e2-8af2-1eae0e3c58e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007691 10.0.0.38 - - [2026-03-26 06:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.38 - - [2026-03-26 06:14:52] "GET /virtual-network/72b74efd-b9b7-49e2-8af2-1eae0e3c58e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008871 10.0.0.38 - - [2026-03-26 06:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.38 - - [2026-03-26 06:14:54] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004142 10.0.0.38 - - [2026-03-26 06:14:54] "GET /virtual-networks?parent_id=a7306223-758b-4e15-9828-4293afe9f412&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003768 10.0.0.38 - - [2026-03-26 06:14:54] "GET /virtual-network/72b74efd-b9b7-49e2-8af2-1eae0e3c58e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007085 10.0.0.38 - - [2026-03-26 06:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.38 - - [2026-03-26 06:15:02] "DELETE /virtual-DNS/a938b519-9d30-4aa5-b23c-96f6e77d2bae HTTP/1.1" 409 235 0.008477 10.0.0.38 - - [2026-03-26 06:15:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.003503 10.0.0.38 - - [2026-03-26 06:15:02] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.038668 10.0.0.38 - - [2026-03-26 06:15:02] "GET /virtual-DNS-record/157abf62-6721-4725-a7e7-0378deb5e52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.006972 10.0.0.38 - - [2026-03-26 06:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.38 - - [2026-03-26 06:15:02] "GET /virtual-DNS-record/157abf62-6721-4725-a7e7-0378deb5e52c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004903 10.0.0.38 - - [2026-03-26 06:15:08] "DELETE /virtual-DNS-record/157abf62-6721-4725-a7e7-0378deb5e52c HTTP/1.1" 200 115 0.043022 10.0.0.38 - - [2026-03-26 06:15:08] "POST /fqname-to-id HTTP/1.1" 404 184 0.009554 10.0.0.38 - - [2026-03-26 06:15:08] "POST /neutron/network HTTP/1.1" 200 833 0.007962 10.0.0.38 - - [2026-03-26 06:15:08] "POST /neutron/port HTTP/1.1" 200 1112 0.022379 10.0.0.38 - - [2026-03-26 06:15:08] "POST /neutron/port HTTP/1.1" 200 1112 0.018409 10.0.0.33 - - [2026-03-26 06:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.012630 10.0.0.33 - - [2026-03-26 06:15:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003868 10.0.0.33 - - [2026-03-26 06:15:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003806 10.0.0.38 - - [2026-03-26 06:15:10] "POST /neutron/network HTTP/1.1" 200 151 0.176472 10.0.0.38 - - [2026-03-26 06:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.027548 10.0.0.38 - - [2026-03-26 06:15:10] "DELETE /network-ipam/9e81eb91-bf32-48f2-8f98-6a9586ab6906 HTTP/1.1" 200 115 0.066852 10.0.0.38 - - [2026-03-26 06:15:10] "DELETE /virtual-DNS/a938b519-9d30-4aa5-b23c-96f6e77d2bae HTTP/1.1" 200 115 0.035931 10.0.0.38 - - [2026-03-26 06:15:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.008289 10.0.0.33 - - [2026-03-26 06:15:12] "GET /projects?obj_uuids=a7306223-758b-4e15-9828-4293afe9f412&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001442 10.0.0.38 - - [2026-03-26 06:15:12] "GET /project/a7306223-758b-4e15-9828-4293afe9f412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057791 10.0.0.33 - - [2026-03-26 06:15:12] "GET /projects?obj_uuids=a7306223-758b-4e15-9828-4293afe9f412&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001224 10.0.0.38 - - [2026-03-26 06:15:12] "GET /project/a7306223-758b-4e15-9828-4293afe9f412?fields=virtual_networks HTTP/1.1" 200 1034 0.074239 10.0.0.33 - - [2026-03-26 06:15:12] "GET /projects?obj_uuids=a7306223-758b-4e15-9828-4293afe9f412&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001538 10.0.0.38 - - [2026-03-26 06:15:12] "GET /project/a7306223-758b-4e15-9828-4293afe9f412?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.049199 10.0.0.33 - - [2026-03-26 06:15:12] "GET /projects?obj_uuids=a7306223-758b-4e15-9828-4293afe9f412&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001031 10.0.0.38 - - [2026-03-26 06:15:12] "GET /project/a7306223-758b-4e15-9828-4293afe9f412?fields=security_groups HTTP/1.1" 200 1261 0.063589 10.0.0.38 - - [2026-03-26 06:15:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.037734 10.0.0.33 - - [2026-03-26 06:15:13] "GET /projects?obj_uuids=87a483c9-400e-437f-bf46-1b9a600b2ea8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003950 10.0.0.33 - - [2026-03-26 06:15:13] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.33 - - [2026-03-26 06:15:13] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008193 10.0.0.33 - - [2026-03-26 06:15:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.008780 10.0.0.33 - - [2026-03-26 06:15:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.010292 10.0.0.33 - - [2026-03-26 06:15:13] "POST /security-groups HTTP/1.1" 200 592 0.037318 10.0.0.33 - - [2026-03-26 06:15:13] "POST /projects HTTP/1.1" 200 587 0.275700 10.0.0.33 - - [2026-03-26 06:15:13] "POST /access-control-lists HTTP/1.1" 200 597 0.032179 10.0.0.33 - - [2026-03-26 06:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.368101 10.0.0.38 - - [2026-03-26 06:15:14] "GET /project/87a483c9-400e-437f-bf46-1b9a600b2ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.541543 10.0.0.38 - - [2026-03-26 06:15:15] "GET / HTTP/1.1" 200 35931 0.001588 10.0.0.38 - - [2026-03-26 06:15:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.38 - - [2026-03-26 06:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.079435 10.0.0.33 - - [2026-03-26 06:15:17] "GET /projects?obj_uuids=87a483c9-400e-437f-bf46-1b9a600b2ea8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001313 10.0.0.38 - - [2026-03-26 06:15:17] "GET /project/87a483c9-400e-437f-bf46-1b9a600b2ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.053134 10.0.0.33 - - [2026-03-26 06:15:18] "POST /route-targets HTTP/1.1" 200 327 0.042555 10.0.0.33 - - [2026-03-26 06:15:18] "POST /useragent-kv HTTP/1.1" 200 115 0.007303 10.0.0.38 - - [2026-03-26 06:15:18] "POST /neutron/subnet HTTP/1.1" 200 719 0.286619 10.0.0.38 - - [2026-03-26 06:15:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.001375 10.0.0.38 - - [2026-03-26 06:15:18] "GET /virtual-network/b9113308-d486-4d45-adc6-dd2a271911e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007320 10.0.0.38 - - [2026-03-26 06:15:18] "GET /virtual-network/b9113308-d486-4d45-adc6-dd2a271911e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007289 10.0.0.38 - - [2026-03-26 06:15:18] "POST /neutron/network HTTP/1.1" 200 824 0.009159 10.0.0.38 - - [2026-03-26 06:15:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.001921 10.0.0.33 - - [2026-03-26 06:15:19] "DELETE /access-control-list/215a28b0-4f99-484d-aef3-a8b17926d93a HTTP/1.1" 200 115 0.039273 10.0.0.33 - - [2026-03-26 06:15:20] "DELETE /project/87a483c9400e437fbf461b9a600b2ea8 HTTP/1.1" 404 173 0.006084 10.0.0.33 - - [2026-03-26 06:15:20] "DELETE /project/a7306223-758b-4e15-9828-4293afe9f412 HTTP/1.1" 404 177 0.006154 10.0.0.33 - - [2026-03-26 06:15:20] "GET /projects?obj_uuids=87a483c9-400e-437f-bf46-1b9a600b2ea8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002704 10.0.0.38 - - [2026-03-26 06:15:20] "GET /project/87a483c9-400e-437f-bf46-1b9a600b2ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.153488 10.0.0.38 - - [2026-03-26 06:15:20] "POST /neutron/network HTTP/1.1" 200 824 0.012560 10.0.0.38 - - [2026-03-26 06:15:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.001522 10.0.0.38 - - [2026-03-26 06:15:20] "POST /neutron/port HTTP/1.1" 200 117 0.010172 10.0.0.33 - - [2026-03-26 06:15:21] "GET /projects?obj_uuids=87a483c9-400e-437f-bf46-1b9a600b2ea8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001393 10.0.0.38 - - [2026-03-26 06:15:21] "POST /neutron/port HTTP/1.1" 200 1060 0.365525 10.0.0.38 - - [2026-03-26 06:15:21] "POST /neutron/port HTTP/1.1" 200 1114 0.137633 10.0.0.38 - - [2026-03-26 06:15:21] "POST /neutron/subnet HTTP/1.1" 200 693 0.009434 10.0.0.33 - - [2026-03-26 06:15:21] "GET /projects?obj_uuids=87a483c9-400e-437f-bf46-1b9a600b2ea8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.38 - - [2026-03-26 06:15:21] "GET /project/87a483c9-400e-437f-bf46-1b9a600b2ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.095165 10.0.0.38 - - [2026-03-26 06:15:21] "POST /neutron/network HTTP/1.1" 200 824 0.008332 10.0.0.38 - - [2026-03-26 06:15:22] "POST /neutron/port HTTP/1.1" 200 117 0.007559 10.0.0.38 - - [2026-03-26 06:15:22] "POST /neutron/network HTTP/1.1" 200 834 0.009334 10.0.0.38 - - [2026-03-26 06:15:23] "POST /neutron/port HTTP/1.1" 200 1060 0.018654 10.0.0.38 - - [2026-03-26 06:15:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004035 10.0.0.38 - - [2026-03-26 06:15:23] "POST /neutron/network HTTP/1.1" 200 824 0.008258 10.0.0.38 - - [2026-03-26 06:15:27] "POST /neutron/port HTTP/1.1" 200 1124 0.021117 10.0.0.38 - - [2026-03-26 06:15:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008740 10.0.0.38 - - [2026-03-26 06:15:27] "GET /virtual-machine/a410e224-83fd-44c9-9c9e-26950aad8d06 HTTP/1.1" 401 292 0.000439 10.0.0.38 - - [2026-03-26 06:15:28] "GET /virtual-machine/a410e224-83fd-44c9-9c9e-26950aad8d06 HTTP/1.1" 200 1294 0.034454 10.0.0.38 - - [2026-03-26 06:15:28] "GET /virtual-machine-interface/c3058508-edf9-4c10-8a2e-4f1f23661851 HTTP/1.1" 200 2945 0.006405 10.0.0.38 - - [2026-03-26 06:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.38 - - [2026-03-26 06:15:28] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003828 10.0.0.38 - - [2026-03-26 06:15:28] "GET /virtual-networks?parent_id=87a483c9-400e-437f-bf46-1b9a600b2ea8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005160 10.0.0.38 - - [2026-03-26 06:15:28] "GET /virtual-network/b9113308-d486-4d45-adc6-dd2a271911e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007282 10.0.0.38 - - [2026-03-26 06:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005102 10.0.0.38 - - [2026-03-26 06:15:31] "GET /virtual-network/b9113308-d486-4d45-adc6-dd2a271911e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007637 10.0.0.38 - - [2026-03-26 06:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.38 - - [2026-03-26 06:15:33] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004045 10.0.0.38 - - [2026-03-26 06:15:33] "GET /virtual-networks?parent_id=87a483c9-400e-437f-bf46-1b9a600b2ea8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004205 10.0.0.38 - - [2026-03-26 06:15:33] "GET /virtual-network/b9113308-d486-4d45-adc6-dd2a271911e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006078 10.0.0.38 - - [2026-03-26 06:15:33] "POST /neutron/port HTTP/1.1" 200 1124 0.019783 10.0.0.38 - - [2026-03-26 06:15:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009000 10.0.0.38 - - [2026-03-26 06:15:39] "POST /neutron/port HTTP/1.1" 200 1124 0.020768 10.0.0.38 - - [2026-03-26 06:15:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008794 10.0.0.38 - - [2026-03-26 06:15:39] "GET /virtual-machine/290f86a7-c1c8-4a34-9903-98980c2de675 HTTP/1.1" 200 1293 0.007040 10.0.0.38 - - [2026-03-26 06:15:39] "GET /virtual-machine-interface/c6e77863-d7aa-463c-8743-0dd33eaacd29 HTTP/1.1" 200 2945 0.005917 10.0.0.38 - - [2026-03-26 06:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.38 - - [2026-03-26 06:15:39] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004141 10.0.0.38 - - [2026-03-26 06:15:39] "GET /virtual-networks?parent_id=87a483c9-400e-437f-bf46-1b9a600b2ea8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003741 10.0.0.38 - - [2026-03-26 06:15:39] "GET /virtual-network/b9113308-d486-4d45-adc6-dd2a271911e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006912 10.0.0.38 - - [2026-03-26 06:15:40] "POST /neutron/network HTTP/1.1" 200 834 0.006746 10.0.0.38 - - [2026-03-26 06:15:40] "POST /neutron/port HTTP/1.1" 200 117 0.001787 10.0.0.38 - - [2026-03-26 06:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009231 10.0.0.38 - - [2026-03-26 06:15:40] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006525 10.0.0.38 - - [2026-03-26 06:15:40] "GET /virtual-networks?parent_id=87a483c9-400e-437f-bf46-1b9a600b2ea8&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003476 10.0.0.38 - - [2026-03-26 06:15:40] "GET /virtual-network/b9113308-d486-4d45-adc6-dd2a271911e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006909 10.0.0.38 - - [2026-03-26 06:15:41] "POST /neutron/network HTTP/1.1" 400 204 0.025458 10.0.0.38 - - [2026-03-26 06:15:41] "POST /neutron/port HTTP/1.1" 200 151 0.237425 10.0.0.38 - - [2026-03-26 06:15:42] "POST /neutron/port HTTP/1.1" 200 151 0.278636 10.0.0.33 - - [2026-03-26 06:15:44] "GET /projects?obj_uuids=87a483c9-400e-437f-bf46-1b9a600b2ea8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001118 10.0.0.38 - - [2026-03-26 06:15:44] "GET /project/87a483c9-400e-437f-bf46-1b9a600b2ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.072509 10.0.0.33 - - [2026-03-26 06:15:44] "GET /projects?obj_uuids=87a483c9-400e-437f-bf46-1b9a600b2ea8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001195 10.0.0.38 - - [2026-03-26 06:15:44] "GET /project/87a483c9-400e-437f-bf46-1b9a600b2ea8?fields=virtual_networks HTTP/1.1" 200 1033 0.072214 10.0.0.33 - - [2026-03-26 06:15:44] "GET /projects?obj_uuids=87a483c9-400e-437f-bf46-1b9a600b2ea8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001012 10.0.0.38 - - [2026-03-26 06:15:44] "GET /project/87a483c9-400e-437f-bf46-1b9a600b2ea8?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.067722 10.0.0.33 - - [2026-03-26 06:15:44] "GET /projects?obj_uuids=87a483c9-400e-437f-bf46-1b9a600b2ea8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001044 10.0.0.38 - - [2026-03-26 06:15:44] "GET /project/87a483c9-400e-437f-bf46-1b9a600b2ea8?fields=security_groups HTTP/1.1" 200 1260 0.059048 10.0.0.38 - - [2026-03-26 06:15:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.029534 10.0.0.33 - - [2026-03-26 06:15:46] "GET /projects?obj_uuids=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003242 10.0.0.33 - - [2026-03-26 06:15:46] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.33 - - [2026-03-26 06:15:46] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007832 10.0.0.33 - - [2026-03-26 06:15:46] "POST /id-to-fqname HTTP/1.1" 200 190 0.007623 10.0.0.33 - - [2026-03-26 06:15:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.012843 10.0.0.33 - - [2026-03-26 06:15:46] "POST /security-groups HTTP/1.1" 200 591 0.033780 10.0.0.33 - - [2026-03-26 06:15:46] "POST /fqname-to-id HTTP/1.1" 404 234 0.006219 10.0.0.33 - - [2026-03-26 06:15:46] "POST /projects HTTP/1.1" 200 585 0.321459 10.0.0.33 - - [2026-03-26 06:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.399769 10.0.0.33 - - [2026-03-26 06:15:46] "POST /access-control-lists HTTP/1.1" 200 594 0.036289 10.0.0.38 - - [2026-03-26 06:15:46] "GET /project/90847df8-5fc6-4d7e-b670-e31f36dc6303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.567799 10.0.0.38 - - [2026-03-26 06:15:47] "GET / HTTP/1.1" 200 35931 0.002245 10.0.0.38 - - [2026-03-26 06:15:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.38 - - [2026-03-26 06:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.065995 10.0.0.33 - - [2026-03-26 06:15:50] "GET /projects?obj_uuids=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001129 10.0.0.38 - - [2026-03-26 06:15:50] "GET /project/90847df8-5fc6-4d7e-b670-e31f36dc6303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.049854 10.0.0.38 - - [2026-03-26 06:15:50] "POST /neutron/network HTTP/1.1" 200 117 0.048847 10.0.0.38 - - [2026-03-26 06:15:51] "POST /neutron/network HTTP/1.1" 200 839 0.009280 10.0.0.38 - - [2026-03-26 06:15:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.001331 10.0.0.38 - - [2026-03-26 06:15:51] "GET /virtual-network/3817b2b0-9f30-487a-bfc8-772195c07207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005654 10.0.0.38 - - [2026-03-26 06:15:51] "GET /virtual-network/3817b2b0-9f30-487a-bfc8-772195c07207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006534 10.0.0.38 - - [2026-03-26 06:15:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.010352 10.0.0.38 - - [2026-03-26 06:15:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.001374 10.0.0.33 - - [2026-03-26 06:15:52] "GET /projects?obj_uuids=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001094 10.0.0.38 - - [2026-03-26 06:15:52] "GET /project/90847df8-5fc6-4d7e-b670-e31f36dc6303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.077022 10.0.0.38 - - [2026-03-26 06:15:52] "POST /neutron/network HTTP/1.1" 200 839 0.008215 10.0.0.38 - - [2026-03-26 06:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005338 10.0.0.38 - - [2026-03-26 06:15:52] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005640 10.0.0.38 - - [2026-03-26 06:15:52] "PUT /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a HTTP/1.1" 200 276 0.018708 10.0.0.38 - - [2026-03-26 06:15:52] "POST /neutron/port HTTP/1.1" 200 117 0.015275 10.0.0.38 - - [2026-03-26 06:15:53] "POST /neutron/port HTTP/1.1" 200 1055 0.019869 10.0.0.38 - - [2026-03-26 06:15:53] "POST /neutron/port HTTP/1.1" 200 1119 0.028579 10.0.0.38 - - [2026-03-26 06:15:53] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.38 - - [2026-03-26 06:15:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009725 10.0.0.38 - - [2026-03-26 06:15:58] "POST /neutron/port HTTP/1.1" 200 1119 0.025578 10.0.0.38 - - [2026-03-26 06:15:58] "GET /virtual-machine/4f06916f-aafb-42e2-ab3e-dd46ea53e85c HTTP/1.1" 401 292 0.000698 10.0.0.38 - - [2026-03-26 06:15:58] "GET /virtual-machine/4f06916f-aafb-42e2-ab3e-dd46ea53e85c HTTP/1.1" 200 1292 0.057535 10.0.0.38 - - [2026-03-26 06:15:58] "GET /virtual-machine-interface/766d6929-12b7-4459-8dcf-9b5ed30c4682 HTTP/1.1" 200 2970 0.007174 10.0.0.38 - - [2026-03-26 06:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.38 - - [2026-03-26 06:15:58] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004720 10.0.0.38 - - [2026-03-26 06:15:58] "GET /virtual-networks?parent_id=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003219 10.0.0.38 - - [2026-03-26 06:15:58] "GET /virtual-network/3817b2b0-9f30-487a-bfc8-772195c07207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006454 10.0.0.38 - - [2026-03-26 06:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007404 10.0.0.38 - - [2026-03-26 06:16:01] "GET /virtual-network/3817b2b0-9f30-487a-bfc8-772195c07207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010786 10.0.0.38 - - [2026-03-26 06:16:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008833 10.0.0.38 - - [2026-03-26 06:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.38 - - [2026-03-26 06:16:05] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004862 10.0.0.38 - - [2026-03-26 06:16:05] "GET /virtual-networks?parent_id=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004903 10.0.0.38 - - [2026-03-26 06:16:05] "GET /virtual-network/3817b2b0-9f30-487a-bfc8-772195c07207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006407 10.0.0.33 - - [2026-03-26 06:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000595 10.0.0.33 - - [2026-03-26 06:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000554 10.0.0.38 - - [2026-03-26 06:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.38 - - [2026-03-26 06:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000960 10.0.0.242 - - [2026-03-26 06:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.242 - - [2026-03-26 06:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.38 - - [2026-03-26 06:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.38 - - [2026-03-26 06:16:13] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.006240 10.0.0.38 - - [2026-03-26 06:16:13] "PUT /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a HTTP/1.1" 200 276 0.015612 10.0.0.38 - - [2026-03-26 06:16:13] "POST /neutron/network HTTP/1.1" 200 839 0.008022 10.0.0.38 - - [2026-03-26 06:16:14] "POST /neutron/port HTTP/1.1" 200 1109 0.015348 10.0.0.33 - - [2026-03-26 06:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005773 10.0.0.33 - - [2026-03-26 06:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.006473 10.0.0.33 - - [2026-03-26 06:16:15] "POST /useragent-kv HTTP/1.1" 200 115 0.007498 10.0.0.38 - - [2026-03-26 06:16:15] "POST /neutron/network HTTP/1.1" 200 151 0.170846 10.0.0.38 - - [2026-03-26 06:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779 10.0.0.33 - - [2026-03-26 06:16:19] "GET /projects?obj_uuids=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001520 10.0.0.38 - - [2026-03-26 06:16:19] "GET /project/90847df8-5fc6-4d7e-b670-e31f36dc6303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.053731 10.0.0.33 - - [2026-03-26 06:16:19] "POST /ref-update HTTP/1.1" 200 156 0.030153 10.0.0.33 - - [2026-03-26 06:16:19] "POST /useragent-kv HTTP/1.1" 200 115 0.012114 10.0.0.38 - - [2026-03-26 06:16:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.210170 10.0.0.38 - - [2026-03-26 06:16:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001531 10.0.0.38 - - [2026-03-26 06:16:19] "GET /virtual-network/f7754c18-a590-409f-a207-5ceac7318179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006399 10.0.0.38 - - [2026-03-26 06:16:19] "GET /virtual-network/f7754c18-a590-409f-a207-5ceac7318179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006381 10.0.0.38 - - [2026-03-26 06:16:19] "POST /neutron/network HTTP/1.1" 200 824 0.007622 10.0.0.38 - - [2026-03-26 06:16:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001441 10.0.0.33 - - [2026-03-26 06:16:20] "GET /projects?obj_uuids=87a483c9-400e-437f-bf46-1b9a600b2ea8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001577 10.0.0.33 - - [2026-03-26 06:16:20] "DELETE /project/90847df85fc64d7eb670e31f36dc6303 HTTP/1.1" 404 173 0.015455 10.0.0.33 - - [2026-03-26 06:16:20] "GET /project/87a483c9-400e-437f-bf46-1b9a600b2ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1153 0.122772 10.0.0.33 - - [2026-03-26 06:16:20] "GET /projects?obj_uuids=87a483c9-400e-437f-bf46-1b9a600b2ea8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001557 10.0.0.33 - - [2026-03-26 06:16:20] "GET /project/87a483c9-400e-437f-bf46-1b9a600b2ea8?fields=security_groups HTTP/1.1" 500 229 0.183386 10.0.0.33 - - [2026-03-26 06:16:20] "DELETE /project/87a483c9-400e-437f-bf46-1b9a600b2ea8 HTTP/1.1" 404 171 0.385242 10.0.0.33 - - [2026-03-26 06:16:21] "GET /projects?obj_uuids=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001298 10.0.0.38 - - [2026-03-26 06:16:21] "GET /project/90847df8-5fc6-4d7e-b670-e31f36dc6303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.085514 10.0.0.38 - - [2026-03-26 06:16:21] "POST /neutron/network HTTP/1.1" 200 824 0.007796 10.0.0.38 - - [2026-03-26 06:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.007246 10.0.0.38 - - [2026-03-26 06:16:22] "POST /neutron/port HTTP/1.1" 200 1060 0.020026 10.0.0.38 - - [2026-03-26 06:16:22] "POST /neutron/port HTTP/1.1" 200 1124 0.021926 10.0.0.38 - - [2026-03-26 06:16:22] "POST /neutron/port HTTP/1.1" 200 117 0.001429 10.0.0.38 - - [2026-03-26 06:16:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008100 10.0.0.38 - - [2026-03-26 06:16:26] "POST /neutron/port HTTP/1.1" 200 1124 0.022873 10.0.0.38 - - [2026-03-26 06:16:26] "GET /virtual-machine/5dabcdd6-a2a5-44ce-8e07-31600fea8238 HTTP/1.1" 200 1292 0.009217 10.0.0.38 - - [2026-03-26 06:16:26] "GET /virtual-machine-interface/8ae587ac-7570-4a2e-b8d4-9601eafe7ff0 HTTP/1.1" 200 2941 0.009231 10.0.0.38 - - [2026-03-26 06:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.38 - - [2026-03-26 06:16:26] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005347 10.0.0.38 - - [2026-03-26 06:16:26] "GET /virtual-networks?parent_id=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004120 10.0.0.38 - - [2026-03-26 06:16:26] "GET /virtual-network/f7754c18-a590-409f-a207-5ceac7318179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008563 10.0.0.38 - - [2026-03-26 06:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004 10.0.0.38 - - [2026-03-26 06:16:30] "GET /virtual-network/f7754c18-a590-409f-a207-5ceac7318179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006107 10.0.0.38 - - [2026-03-26 06:16:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010545 10.0.0.38 - - [2026-03-26 06:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.38 - - [2026-03-26 06:16:34] "GET /virtual-network/f7754c18-a590-409f-a207-5ceac7318179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005734 10.0.0.38 - - [2026-03-26 06:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.38 - - [2026-03-26 06:16:36] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003726 10.0.0.38 - - [2026-03-26 06:16:36] "GET /virtual-networks?parent_id=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004022 10.0.0.38 - - [2026-03-26 06:16:36] "GET /virtual-network/f7754c18-a590-409f-a207-5ceac7318179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007328 10.0.0.38 - - [2026-03-26 06:16:39] "POST /neutron/port HTTP/1.1" 200 1124 0.026062 10.0.0.242 - - [2026-03-26 06:16:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.33 - - [2026-03-26 06:16:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.242 - - [2026-03-26 06:16:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.38 - - [2026-03-26 06:16:40] "POST /neutron/network HTTP/1.1" 200 824 0.006744 10.0.0.33 - - [2026-03-26 06:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.33 - - [2026-03-26 06:16:41] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.242 - - [2026-03-26 06:16:41] "GET /obj-perms HTTP/1.1" 200 5056 0.060123 10.0.0.38 - - [2026-03-26 06:16:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000684 10.0.0.38 - - [2026-03-26 06:16:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000569 10.0.0.38 - - [2026-03-26 06:16:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.004190 10.0.0.38 - - [2026-03-26 06:16:43] "POST /network-ipams HTTP/1.1" 200 541 0.038095 10.0.0.38 - - [2026-03-26 06:16:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003755 10.0.0.38 - - [2026-03-26 06:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.38 - - [2026-03-26 06:16:43] "GET /network-ipam/67901794-24c3-4666-9237-bd79cc42e424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.008531 10.0.0.38 - - [2026-03-26 06:16:44] "PUT /network-ipam/67901794-24c3-4666-9237-bd79cc42e424 HTTP/1.1" 200 258 0.025544 10.0.0.38 - - [2026-03-26 06:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007492 10.0.0.33 - - [2026-03-26 06:16:44] "GET /projects?obj_uuids=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001634 10.0.0.38 - - [2026-03-26 06:16:44] "GET /project/90847df8-5fc6-4d7e-b670-e31f36dc6303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068784 10.0.0.33 - - [2026-03-26 06:16:44] "GET /projects?obj_uuids=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001142 10.0.0.38 - - [2026-03-26 06:16:44] "POST /neutron/network HTTP/1.1" 200 605 0.177778 10.0.0.33 - - [2026-03-26 06:16:44] "POST /ref-update HTTP/1.1" 200 156 0.033570 10.0.0.38 - - [2026-03-26 06:16:45] "POST /neutron/network HTTP/1.1" 200 994 0.014565 10.0.0.38 - - [2026-03-26 06:16:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001372 10.0.0.38 - - [2026-03-26 06:16:45] "GET /virtual-network/c45236b1-d53d-4adc-84ab-09f8d198eba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005737 10.0.0.38 - - [2026-03-26 06:16:45] "GET /virtual-network/c45236b1-d53d-4adc-84ab-09f8d198eba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007334 10.0.0.38 - - [2026-03-26 06:16:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.015984 10.0.0.38 - - [2026-03-26 06:16:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.014182 10.0.0.33 - - [2026-03-26 06:16:45] "GET /projects?obj_uuids=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001577 10.0.0.38 - - [2026-03-26 06:16:46] "POST /neutron/port HTTP/1.1" 200 1017 0.404747 10.0.0.38 - - [2026-03-26 06:16:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001393 10.0.0.38 - - [2026-03-26 06:16:46] "POST /neutron/network HTTP/1.1" 200 994 0.014260 10.0.0.38 - - [2026-03-26 06:16:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001294 10.0.0.38 - - [2026-03-26 06:16:46] "POST /neutron/port HTTP/1.1" 200 1017 0.020331 10.0.0.38 - - [2026-03-26 06:16:46] "POST /neutron/port HTTP/1.1" 200 1017 0.022359 10.0.0.38 - - [2026-03-26 06:16:47] "POST /neutron/port HTTP/1.1" 200 1017 0.024576 10.0.0.38 - - [2026-03-26 06:16:47] "POST /neutron/port HTTP/1.1" 200 1017 0.014014 10.0.0.38 - - [2026-03-26 06:16:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001482 10.0.0.38 - - [2026-03-26 06:16:47] "POST /neutron/port HTTP/1.1" 200 1017 0.016218 10.0.0.38 - - [2026-03-26 06:16:47] "POST /neutron/port HTTP/1.1" 200 117 0.027639 10.0.0.38 - - [2026-03-26 06:16:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005285 10.0.0.38 - - [2026-03-26 06:16:47] "POST /neutron/network HTTP/1.1" 200 994 0.009673 10.0.0.38 - - [2026-03-26 06:16:47] "POST /neutron/port HTTP/1.1" 200 1017 0.014578 10.0.0.38 - - [2026-03-26 06:16:48] "POST /neutron/port HTTP/1.1" 200 1119 0.023553 10.0.0.38 - - [2026-03-26 06:16:48] "POST /neutron/port HTTP/1.1" 200 117 0.001816 10.0.0.33 - - [2026-03-26 06:16:48] "GET /projects?obj_uuids=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.38 - - [2026-03-26 06:16:48] "GET /project/90847df8-5fc6-4d7e-b670-e31f36dc6303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.103450 10.0.0.38 - - [2026-03-26 06:16:48] "POST /neutron/port HTTP/1.1" 200 2086 0.031160 10.0.0.38 - - [2026-03-26 06:16:49] "POST /neutron/network HTTP/1.1" 200 1004 0.006538 10.0.0.38 - - [2026-03-26 06:16:49] "GET /virtual-network/c45236b1-d53d-4adc-84ab-09f8d198eba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005175 10.0.0.38 - - [2026-03-26 06:16:50] "POST /neutron/port HTTP/1.1" 200 1055 0.018034 10.0.0.38 - - [2026-03-26 06:16:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013206 10.0.0.38 - - [2026-03-26 06:16:50] "POST /neutron/network HTTP/1.1" 200 994 0.013956 10.0.0.33 - - [2026-03-26 06:16:51] "GET /obj-perms HTTP/1.1" 200 5030 0.062043 10.0.0.38 - - [2026-03-26 06:16:51] "POST /neutron/port HTTP/1.1" 200 1119 0.020636 10.0.0.38 - - [2026-03-26 06:16:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007934 10.0.0.38 - - [2026-03-26 06:16:51] "GET /virtual-machine/77836d63-b526-4ec3-8565-82f6d64e9e42 HTTP/1.1" 200 1287 0.006500 10.0.0.38 - - [2026-03-26 06:16:51] "GET /virtual-machine-interface/fb9e14e6-1deb-47dc-937a-e7cf99c32da3 HTTP/1.1" 200 2941 0.005421 10.0.0.38 - - [2026-03-26 06:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.38 - - [2026-03-26 06:16:51] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004381 10.0.0.38 - - [2026-03-26 06:16:51] "GET /virtual-networks?parent_id=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003506 10.0.0.38 - - [2026-03-26 06:16:51] "GET /virtual-network/c45236b1-d53d-4adc-84ab-09f8d198eba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006173 10.0.0.38 - - [2026-03-26 06:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.38 - - [2026-03-26 06:16:54] "GET /virtual-network/c45236b1-d53d-4adc-84ab-09f8d198eba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006904 10.0.0.38 - - [2026-03-26 06:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.38 - - [2026-03-26 06:16:58] "GET /virtual-network/c45236b1-d53d-4adc-84ab-09f8d198eba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006661 10.0.0.38 - - [2026-03-26 06:16:59] "POST /neutron/port HTTP/1.1" 200 1119 0.019838 10.0.0.38 - - [2026-03-26 06:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.38 - - [2026-03-26 06:17:00] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004406 10.0.0.38 - - [2026-03-26 06:17:01] "GET /virtual-networks?parent_id=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003708 10.0.0.38 - - [2026-03-26 06:17:01] "GET /virtual-network/c45236b1-d53d-4adc-84ab-09f8d198eba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006989 10.0.0.38 - - [2026-03-26 06:17:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009618 10.0.0.38 - - [2026-03-26 06:17:01] "POST /neutron/port HTTP/1.1" 200 1119 0.022727 10.0.0.38 - - [2026-03-26 06:17:01] "GET /virtual-machine/48996ba9-2027-42af-a3f0-b416039d26b7 HTTP/1.1" 200 1288 0.006227 10.0.0.38 - - [2026-03-26 06:17:01] "GET /virtual-machine-interface/aee33671-611a-423c-bd28-2678d1824fa5 HTTP/1.1" 200 2941 0.006061 10.0.0.38 - - [2026-03-26 06:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004885 10.0.0.38 - - [2026-03-26 06:17:01] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003856 10.0.0.38 - - [2026-03-26 06:17:01] "GET /virtual-networks?parent_id=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003643 10.0.0.38 - - [2026-03-26 06:17:01] "GET /virtual-network/c45236b1-d53d-4adc-84ab-09f8d198eba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006596 10.0.0.38 - - [2026-03-26 06:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.38 - - [2026-03-26 06:17:02] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004505 10.0.0.38 - - [2026-03-26 06:17:02] "GET /virtual-networks?parent_id=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004158 10.0.0.38 - - [2026-03-26 06:17:02] "GET /virtual-network/c45236b1-d53d-4adc-84ab-09f8d198eba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006502 10.0.0.38 - - [2026-03-26 06:17:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.015087 10.0.0.38 - - [2026-03-26 06:17:03] "POST /neutron/port HTTP/1.1" 200 1119 0.021312 10.0.0.38 - - [2026-03-26 06:17:03] "GET /virtual-machine/ba7a40ed-7b9e-491d-a71a-1d801cbfa1e1 HTTP/1.1" 200 1293 0.006910 10.0.0.38 - - [2026-03-26 06:17:03] "GET /virtual-machine-interface/9ad4526e-774f-4687-a522-c06ffcee715a HTTP/1.1" 200 2941 0.008700 10.0.0.38 - - [2026-03-26 06:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.38 - - [2026-03-26 06:17:03] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003664 10.0.0.38 - - [2026-03-26 06:17:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009259 10.0.0.38 - - [2026-03-26 06:17:03] "GET /virtual-networks?parent_id=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003762 10.0.0.38 - - [2026-03-26 06:17:03] "GET /virtual-network/c45236b1-d53d-4adc-84ab-09f8d198eba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006604 10.0.0.38 - - [2026-03-26 06:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.38 - - [2026-03-26 06:17:04] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004767 10.0.0.38 - - [2026-03-26 06:17:04] "GET /virtual-networks?parent_id=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005726 10.0.0.38 - - [2026-03-26 06:17:04] "GET /virtual-network/c45236b1-d53d-4adc-84ab-09f8d198eba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008366 10.0.0.38 - - [2026-03-26 06:17:21] "POST /neutron/port HTTP/1.1" 200 151 0.254117 10.0.0.38 - - [2026-03-26 06:17:22] "POST /neutron/port HTTP/1.1" 200 151 0.277336 10.0.0.38 - - [2026-03-26 06:17:22] "POST /neutron/port HTTP/1.1" 200 151 0.282007 10.0.0.38 - - [2026-03-26 06:17:24] "POST /neutron/network HTTP/1.1" 200 994 0.009199 10.0.0.38 - - [2026-03-26 06:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004640 10.0.0.38 - - [2026-03-26 06:17:24] "DELETE /network-ipam/67901794-24c3-4666-9237-bd79cc42e424 HTTP/1.1" 200 115 0.035693 10.0.0.38 - - [2026-03-26 06:17:24] "POST /fqname-to-id HTTP/1.1" 404 211 0.004594 10.0.0.33 - - [2026-03-26 06:17:26] "GET /projects?obj_uuids=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.030160 10.0.0.38 - - [2026-03-26 06:17:26] "GET /project/90847df8-5fc6-4d7e-b670-e31f36dc6303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.124429 10.0.0.33 - - [2026-03-26 06:17:26] "GET /projects?obj_uuids=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001183 10.0.0.38 - - [2026-03-26 06:17:26] "GET /project/90847df8-5fc6-4d7e-b670-e31f36dc6303?fields=virtual_networks HTTP/1.1" 200 1032 0.066657 10.0.0.33 - - [2026-03-26 06:17:26] "GET /projects?obj_uuids=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001214 10.0.0.38 - - [2026-03-26 06:17:26] "GET /project/90847df8-5fc6-4d7e-b670-e31f36dc6303?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.055523 10.0.0.33 - - [2026-03-26 06:17:26] "GET /projects?obj_uuids=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001212 10.0.0.38 - - [2026-03-26 06:17:26] "GET /project/90847df8-5fc6-4d7e-b670-e31f36dc6303?fields=security_groups HTTP/1.1" 200 1258 0.048800 10.0.0.38 - - [2026-03-26 06:17:26] "POST /neutron/port HTTP/1.1" 400 205 0.005039 10.0.0.38 - - [2026-03-26 06:17:38] "GET / HTTP/1.1" 200 35931 0.001695 10.0.0.38 - - [2026-03-26 06:17:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000520 10.0.0.38 - - [2026-03-26 06:17:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.069888 10.0.0.33 - - [2026-03-26 06:17:40] "GET /projects?obj_uuids=29f11479-810c-4736-8de0-d81f0cbd6f9f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004683 10.0.0.33 - - [2026-03-26 06:17:40] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002066 10.0.0.33 - - [2026-03-26 06:17:40] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.054200 10.0.0.33 - - [2026-03-26 06:17:40] "POST /id-to-fqname HTTP/1.1" 200 185 0.008945 10.0.0.33 - - [2026-03-26 06:17:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.009927 10.0.0.33 - - [2026-03-26 06:17:40] "POST /security-groups HTTP/1.1" 200 586 0.080390 10.0.0.33 - - [2026-03-26 06:17:40] "POST /projects HTTP/1.1" 200 575 0.355467 10.0.0.33 - - [2026-03-26 06:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.444492 10.0.0.33 - - [2026-03-26 06:17:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.038326 10.0.0.38 - - [2026-03-26 06:17:41] "GET /project/29f11479-810c-4736-8de0-d81f0cbd6f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.673687 10.0.0.33 - - [2026-03-26 06:17:41] "POST /access-control-lists HTTP/1.1" 200 589 0.066944 10.0.0.38 - - [2026-03-26 06:17:42] "GET /obj-perms HTTP/1.1" 200 5056 0.098207 10.0.0.38 - - [2026-03-26 06:17:43] "GET / HTTP/1.1" 200 35931 0.002272 10.0.0.38 - - [2026-03-26 06:17:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.38 - - [2026-03-26 06:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.031941 10.0.0.38 - - [2026-03-26 06:17:46] "GET /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004609 10.0.0.38 - - [2026-03-26 06:17:46] "GET /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004757 10.0.0.38 - - [2026-03-26 06:17:46] "GET /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004097 10.0.0.38 - - [2026-03-26 06:17:46] "PUT /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2 HTTP/1.1" 200 264 0.021833 10.0.0.38 - - [2026-03-26 06:17:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.035440 10.0.0.33 - - [2026-03-26 06:17:47] "GET /projects?obj_uuids=f7fe42dc-e5a7-4c57-a84b-fcd779bc0230&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003858 10.0.0.33 - - [2026-03-26 06:17:47] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001225 10.0.0.33 - - [2026-03-26 06:17:48] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008640 10.0.0.33 - - [2026-03-26 06:17:48] "POST /id-to-fqname HTTP/1.1" 200 185 0.013685 10.0.0.33 - - [2026-03-26 06:17:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.008660 10.0.0.33 - - [2026-03-26 06:17:48] "POST /security-groups HTTP/1.1" 200 586 0.101467 10.0.0.33 - - [2026-03-26 06:17:48] "POST /projects HTTP/1.1" 200 575 0.338831 10.0.0.33 - - [2026-03-26 06:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.376072 10.0.0.33 - - [2026-03-26 06:17:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.014418 10.0.0.38 - - [2026-03-26 06:17:48] "GET /project/f7fe42dc-e5a7-4c57-a84b-fcd779bc0230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.533357 10.0.0.38 - - [2026-03-26 06:17:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.033509 10.0.0.33 - - [2026-03-26 06:17:48] "GET /projects?obj_uuids=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005442 10.0.0.33 - - [2026-03-26 06:17:49] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.33 - - [2026-03-26 06:17:49] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008105 10.0.0.33 - - [2026-03-26 06:17:49] "POST /id-to-fqname HTTP/1.1" 200 185 0.004677 10.0.0.33 - - [2026-03-26 06:17:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.008698 10.0.0.33 - - [2026-03-26 06:17:49] "POST /security-groups HTTP/1.1" 200 586 0.040644 10.0.0.33 - - [2026-03-26 06:17:49] "POST /projects HTTP/1.1" 200 575 0.287869 10.0.0.33 - - [2026-03-26 06:17:49] "POST /access-control-lists HTTP/1.1" 200 591 0.039469 10.0.0.33 - - [2026-03-26 06:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.371907 10.0.0.38 - - [2026-03-26 06:17:49] "GET /project/6e678dc2-43f7-4770-b8ee-c4b655ac05e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.540202 10.0.0.38 - - [2026-03-26 06:17:50] "GET / HTTP/1.1" 200 35931 0.001635 10.0.0.38 - - [2026-03-26 06:17:51] "GET / HTTP/1.1" 200 35931 0.001603 10.0.0.38 - - [2026-03-26 06:17:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.003263 10.0.0.38 - - [2026-03-26 06:17:51] "POST /api-access-lists HTTP/1.1" 200 521 0.024786 10.0.0.38 - - [2026-03-26 06:17:51] "GET /api-access-list/97183000-475a-44ba-9929-2241926a4a31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.006162 10.0.0.38 - - [2026-03-26 06:17:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.38 - - [2026-03-26 06:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.057647 10.0.0.33 - - [2026-03-26 06:17:52] "GET /projects?obj_uuids=f7fe42dc-e5a7-4c57-a84b-fcd779bc0230&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001143 10.0.0.38 - - [2026-03-26 06:17:52] "GET /project/f7fe42dc-e5a7-4c57-a84b-fcd779bc0230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.073984 10.0.0.38 - - [2026-03-26 06:17:52] "GET /virtual-networks?parent_id=f7fe42dc-e5a7-4c57-a84b-fcd779bc0230&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021460 10.0.0.38 - - [2026-03-26 06:17:52] "POST /virtual-networks HTTP/1.1" 200 568 0.119407 10.0.0.33 - - [2026-03-26 06:17:52] "POST /route-targets HTTP/1.1" 200 327 0.022949 10.0.0.38 - - [2026-03-26 06:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.046872 10.0.0.38 - - [2026-03-26 06:17:52] "GET /network-ipam/09b7b88f-35ba-431d-977c-a942fc3053ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1042 0.019845 10.0.0.33 - - [2026-03-26 06:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003872 10.0.0.38 - - [2026-03-26 06:17:53] "POST /ref-update HTTP/1.1" 200 156 0.119354 10.0.0.38 - - [2026-03-26 06:17:53] "POST /neutron/network HTTP/1.1" 200 831 0.069639 10.0.0.38 - - [2026-03-26 06:17:53] "GET /virtual-network/a62836ff-1f5c-438f-97bd-64f204a69c06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.021419 10.0.0.38 - - [2026-03-26 06:17:53] "POST /neutron/subnet HTTP/1.1" 200 673 0.044591 10.0.0.38 - - [2026-03-26 06:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.036898 10.0.0.38 - - [2026-03-26 06:17:55] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.065355 10.0.0.38 - - [2026-03-26 06:17:55] "GET /virtual-network/a62836ff-1f5c-438f-97bd-64f204a69c06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.047439 10.0.0.38 - - [2026-03-26 06:17:56] "POST /id-to-fqname HTTP/1.1" 401 292 0.000480 10.0.0.38 - - [2026-03-26 06:17:56] "POST /id-to-fqname HTTP/1.1" 200 230 0.054106 10.0.0.33 - - [2026-03-26 06:17:57] "GET /projects?obj_uuids=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001050 10.0.0.38 - - [2026-03-26 06:17:58] "GET /project/6e678dc2-43f7-4770-b8ee-c4b655ac05e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.086386 10.0.0.38 - - [2026-03-26 06:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.052243 10.0.0.38 - - [2026-03-26 06:17:58] "POST /neutron/network HTTP/1.1" 200 841 0.065855 10.0.0.38 - - [2026-03-26 06:17:59] "POST /neutron/port HTTP/1.1" 200 1055 0.048527 10.0.0.38 - - [2026-03-26 06:18:00] "POST /neutron/port HTTP/1.1" 200 1119 0.023895 10.0.0.38 - - [2026-03-26 06:18:00] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.38 - - [2026-03-26 06:18:03] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008656 10.0.0.38 - - [2026-03-26 06:18:03] "POST /neutron/port HTTP/1.1" 200 1119 0.018415 10.0.0.38 - - [2026-03-26 06:18:03] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007503 10.0.0.38 - - [2026-03-26 06:18:03] "GET /virtual-machine/a766a4bf-a31e-4fac-bbe8-6b7cb0c15c9d HTTP/1.1" 401 292 0.000446 10.0.0.38 - - [2026-03-26 06:18:04] "GET /virtual-machine/a766a4bf-a31e-4fac-bbe8-6b7cb0c15c9d HTTP/1.1" 200 1288 0.063096 10.0.0.38 - - [2026-03-26 06:18:04] "GET /virtual-machine/a766a4bf-a31e-4fac-bbe8-6b7cb0c15c9d HTTP/1.1" 200 1288 0.017698 10.0.0.38 - - [2026-03-26 06:18:04] "GET /virtual-machine-interface/8f66d447-0e3a-4b12-9fcf-501e587b8eb2 HTTP/1.1" 200 2531 0.027214 10.0.0.38 - - [2026-03-26 06:18:04] "GET /virtual-machine/a766a4bf-a31e-4fac-bbe8-6b7cb0c15c9d HTTP/1.1" 200 1288 0.021837 10.0.0.38 - - [2026-03-26 06:18:04] "GET /virtual-machine-interface/8f66d447-0e3a-4b12-9fcf-501e587b8eb2 HTTP/1.1" 200 2531 0.022045 10.0.0.38 - - [2026-03-26 06:18:04] "GET /instance-ip/ac9aa21d-de1c-4cd2-b095-ee24f95a37fb HTTP/1.1" 200 1626 0.022091 10.0.0.38 - - [2026-03-26 06:18:04] "GET /virtual-machine/a766a4bf-a31e-4fac-bbe8-6b7cb0c15c9d HTTP/1.1" 200 1288 0.025399 10.0.0.38 - - [2026-03-26 06:18:04] "GET /virtual-machine-interface/8f66d447-0e3a-4b12-9fcf-501e587b8eb2 HTTP/1.1" 200 2531 0.028723 10.0.0.38 - - [2026-03-26 06:18:04] "GET /instance-ip/ac9aa21d-de1c-4cd2-b095-ee24f95a37fb HTTP/1.1" 200 1626 0.020834 10.0.0.38 - - [2026-03-26 06:18:04] "POST /fqname-to-id HTTP/1.1" 403 339 0.020225 10.0.0.38 - - [2026-03-26 06:18:04] "GET / HTTP/1.1" 200 35931 0.002650 10.0.0.38 - - [2026-03-26 06:18:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.38 - - [2026-03-26 06:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.028192 10.0.0.38 - - [2026-03-26 06:18:05] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004631 10.0.0.38 - - [2026-03-26 06:18:05] "GET /virtual-networks?parent_id=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015865 10.0.0.38 - - [2026-03-26 06:18:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.017176 10.0.0.38 - - [2026-03-26 06:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.38 - - [2026-03-26 06:18:05] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004835 10.0.0.38 - - [2026-03-26 06:18:05] "GET /virtual-networks?parent_id=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017462 10.0.0.38 - - [2026-03-26 06:18:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.026114 10.0.0.38 - - [2026-03-26 06:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.38 - - [2026-03-26 06:18:05] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004445 10.0.0.38 - - [2026-03-26 06:18:05] "GET /virtual-networks?parent_id=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017405 10.0.0.38 - - [2026-03-26 06:18:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.016084 10.0.0.38 - - [2026-03-26 06:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.38 - - [2026-03-26 06:18:05] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004100 10.0.0.38 - - [2026-03-26 06:18:05] "GET /virtual-networks?parent_id=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016433 10.0.0.38 - - [2026-03-26 06:18:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.015480 10.0.0.38 - - [2026-03-26 06:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.38 - - [2026-03-26 06:18:05] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004292 10.0.0.38 - - [2026-03-26 06:18:06] "GET /virtual-networks?parent_id=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017122 10.0.0.38 - - [2026-03-26 06:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.021051 10.0.0.38 - - [2026-03-26 06:18:09] "GET /virtual-network/a62836ff-1f5c-438f-97bd-64f204a69c06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.020694 10.0.0.38 - - [2026-03-26 06:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.017450 10.0.0.38 - - [2026-03-26 06:18:13] "GET /virtual-network/a62836ff-1f5c-438f-97bd-64f204a69c06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.026854 10.0.0.38 - - [2026-03-26 06:18:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.016131 10.0.0.38 - - [2026-03-26 06:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.38 - - [2026-03-26 06:18:15] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003703 10.0.0.38 - - [2026-03-26 06:18:15] "GET /virtual-networks?parent_id=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016729 10.0.0.38 - - [2026-03-26 06:18:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.015709 10.0.0.38 - - [2026-03-26 06:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.38 - - [2026-03-26 06:18:15] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003465 10.0.0.38 - - [2026-03-26 06:18:15] "GET /virtual-networks?parent_id=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016869 10.0.0.38 - - [2026-03-26 06:18:15] "POST /fqname-to-id HTTP/1.1" 403 361 0.016309 10.0.0.38 - - [2026-03-26 06:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.38 - - [2026-03-26 06:18:15] "GET /routing-instance/ee96ef55-81b0-4ba5-8e08-5e115d9e8b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004885 10.0.0.38 - - [2026-03-26 06:18:15] "GET /route-target/967034b1-2e62-4ce7-be48-c7ab1bbcd71d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.020959 10.0.0.38 - - [2026-03-26 06:18:15] "GET /route-target/967034b1-2e62-4ce7-be48-c7ab1bbcd71d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005511 10.0.0.38 - - [2026-03-26 06:18:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.022492 10.0.0.38 - - [2026-03-26 06:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.38 - - [2026-03-26 06:18:15] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.010413 10.0.0.38 - - [2026-03-26 06:18:15] "GET /virtual-networks?parent_id=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021028 10.0.0.38 - - [2026-03-26 06:18:15] "POST /fqname-to-id HTTP/1.1" 403 361 0.020987 10.0.0.38 - - [2026-03-26 06:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005421 10.0.0.38 - - [2026-03-26 06:18:15] "GET /routing-instance/ee96ef55-81b0-4ba5-8e08-5e115d9e8b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.005427 10.0.0.38 - - [2026-03-26 06:18:16] "GET /route-target/967034b1-2e62-4ce7-be48-c7ab1bbcd71d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.020982 10.0.0.38 - - [2026-03-26 06:18:16] "GET /route-target/967034b1-2e62-4ce7-be48-c7ab1bbcd71d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005545 10.0.0.38 - - [2026-03-26 06:18:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.020069 10.0.0.38 - - [2026-03-26 06:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.38 - - [2026-03-26 06:18:16] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003677 10.0.0.38 - - [2026-03-26 06:18:16] "GET /virtual-networks?parent_id=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.029195 10.0.0.38 - - [2026-03-26 06:18:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.018386 10.0.0.38 - - [2026-03-26 06:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748 10.0.0.38 - - [2026-03-26 06:18:16] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004531 10.0.0.38 - - [2026-03-26 06:18:16] "GET /virtual-networks?parent_id=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.032379 10.0.0.33 - - [2026-03-26 06:18:16] "GET /virtual-machine/a766a4bf-a31e-4fac-bbe8-6b7cb0c15c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.050094 10.0.0.38 - - [2026-03-26 06:18:16] "GET /obj-perms HTTP/1.1" 200 4915 0.043322 10.0.0.38 - - [2026-03-26 06:18:17] "GET /obj-perms HTTP/1.1" 200 4915 0.019025 10.0.0.38 - - [2026-03-26 06:18:17] "GET /obj-perms HTTP/1.1" 200 4915 0.017265 10.0.0.38 - - [2026-03-26 06:18:17] "GET /obj-perms HTTP/1.1" 200 4915 0.029265 10.0.0.33 - - [2026-03-26 06:18:17] "GET /obj-perms HTTP/1.1" 200 4915 0.052862 10.0.0.38 - - [2026-03-26 06:18:17] "GET /obj-perms HTTP/1.1" 200 4915 0.018245 10.0.0.38 - - [2026-03-26 06:18:18] "GET /obj-perms HTTP/1.1" 200 4915 0.090415 10.0.0.38 - - [2026-03-26 06:18:18] "GET /obj-perms HTTP/1.1" 200 4915 0.019110 10.0.0.38 - - [2026-03-26 06:18:19] "GET /obj-perms HTTP/1.1" 200 4915 0.077779 10.0.0.38 - - [2026-03-26 06:18:19] "GET /obj-perms HTTP/1.1" 200 4915 0.022413 10.0.0.242 - - [2026-03-26 06:18:20] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.053824 10.0.0.33 - - [2026-03-26 06:18:20] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.021413 10.0.0.38 - - [2026-03-26 06:18:20] "GET /virtual-machine/a766a4bf-a31e-4fac-bbe8-6b7cb0c15c9d HTTP/1.1" 200 1288 0.025057 10.0.0.38 - - [2026-03-26 06:18:20] "POST /neutron/port HTTP/1.1" 200 1119 0.026748 10.0.0.33 - - [2026-03-26 06:18:21] "DELETE /project/f7fe42dce5a74c57a84bfcd779bc0230 HTTP/1.1" 404 173 0.022643 10.0.0.33 - - [2026-03-26 06:18:21] "DELETE /project/29f11479810c47368de0d81f0cbd6f9f HTTP/1.1" 404 173 0.027555 10.0.0.33 - - [2026-03-26 06:18:21] "DELETE /project/6e678dc243f74770b8eec4b655ac05e6 HTTP/1.1" 404 173 0.032895 10.0.0.33 - - [2026-03-26 06:18:21] "GET /projects?obj_uuids=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001215 10.0.0.33 - - [2026-03-26 06:18:21] "GET /project/90847df8-5fc6-4d7e-b670-e31f36dc6303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.088783 10.0.0.33 - - [2026-03-26 06:18:21] "GET /projects?obj_uuids=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001185 10.0.0.33 - - [2026-03-26 06:18:21] "GET /project/90847df8-5fc6-4d7e-b670-e31f36dc6303?fields=security_groups HTTP/1.1" 200 1102 0.115871 10.0.0.33 - - [2026-03-26 06:18:21] "GET /projects?obj_uuids=90847df8-5fc6-4d7e-b670-e31f36dc6303&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001516 10.0.0.33 - - [2026-03-26 06:18:21] "DELETE /access-control-list/58dc9418-7f55-4971-be4e-d46e887e1659 HTTP/1.1" 200 115 0.077752 10.0.0.33 - - [2026-03-26 06:18:21] "GET /project/90847df8-5fc6-4d7e-b670-e31f36dc6303?fields=application_policy_sets HTTP/1.1" 200 1402 0.093014 10.0.0.33 - - [2026-03-26 06:18:21] "DELETE /project/90847df8-5fc6-4d7e-b670-e31f36dc6303 HTTP/1.1" 200 115 0.576726 10.0.0.38 - - [2026-03-26 06:18:22] "GET /virtual-machine/a766a4bf-a31e-4fac-bbe8-6b7cb0c15c9d HTTP/1.1" 404 171 0.021853 10.0.0.38 - - [2026-03-26 06:18:22] "GET /virtual-machine/a766a4bf-a31e-4fac-bbe8-6b7cb0c15c9d HTTP/1.1" 404 171 0.018136 10.0.0.38 - - [2026-03-26 06:18:22] "GET /virtual-machine/a766a4bf-a31e-4fac-bbe8-6b7cb0c15c9d HTTP/1.1" 404 171 0.018136 10.0.0.38 - - [2026-03-26 06:18:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.017413 10.0.0.38 - - [2026-03-26 06:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.38 - - [2026-03-26 06:18:22] "GET /global-vrouter-config/c39318f0-0b5c-4a0a-a35b-4be0d00a7e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003402 10.0.0.38 - - [2026-03-26 06:18:22] "GET /virtual-networks?parent_id=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018558 10.0.0.38 - - [2026-03-26 06:18:22] "POST /fqname-to-id HTTP/1.1" 403 361 0.017294 10.0.0.38 - - [2026-03-26 06:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004908 10.0.0.38 - - [2026-03-26 06:18:22] "GET /routing-instance/ee96ef55-81b0-4ba5-8e08-5e115d9e8b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004252 10.0.0.38 - - [2026-03-26 06:18:22] "GET /route-target/967034b1-2e62-4ce7-be48-c7ab1bbcd71d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.021018 10.0.0.38 - - [2026-03-26 06:18:22] "GET /route-target/967034b1-2e62-4ce7-be48-c7ab1bbcd71d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004760 10.0.0.38 - - [2026-03-26 06:18:22] "GET /obj-perms HTTP/1.1" 200 4915 0.016681 10.0.0.38 - - [2026-03-26 06:18:23] "GET /obj-perms HTTP/1.1" 200 5020 0.057782 10.0.0.38 - - [2026-03-26 06:18:26] "GET /obj-perms HTTP/1.1" 200 5020 0.004334 10.0.0.38 - - [2026-03-26 06:18:32] "GET /obj-perms HTTP/1.1" 200 5020 0.007274 10.0.0.38 - - [2026-03-26 06:18:35] "GET /obj-perms HTTP/1.1" 200 5020 0.004349 10.0.0.38 - - [2026-03-26 06:18:41] "GET /obj-perms HTTP/1.1" 200 5020 0.004812 10.0.0.38 - - [2026-03-26 06:18:45] "GET /obj-perms HTTP/1.1" 200 5020 0.004159 10.0.0.33 - - [2026-03-26 06:18:46] "POST /useragent-kv HTTP/1.1" 200 115 0.006241 10.0.0.33 - - [2026-03-26 06:18:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004827 10.0.0.38 - - [2026-03-26 06:18:46] "DELETE /virtual-network/a62836ff-1f5c-438f-97bd-64f204a69c06 HTTP/1.1" 200 115 0.169623 10.0.0.38 - - [2026-03-26 06:18:46] "DELETE /api-access-list/97183000-475a-44ba-9929-2241926a4a31 HTTP/1.1" 200 115 0.053491 10.0.0.33 - - [2026-03-26 06:18:46] "GET /projects?obj_uuids=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001748 10.0.0.38 - - [2026-03-26 06:18:46] "GET /project/6e678dc2-43f7-4770-b8ee-c4b655ac05e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.054704 10.0.0.33 - - [2026-03-26 06:18:46] "GET /projects?obj_uuids=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001568 10.0.0.38 - - [2026-03-26 06:18:46] "GET /project/6e678dc2-43f7-4770-b8ee-c4b655ac05e6?fields=virtual_networks HTTP/1.1" 200 1021 0.070077 10.0.0.33 - - [2026-03-26 06:18:46] "GET /projects?obj_uuids=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001726 10.0.0.38 - - [2026-03-26 06:18:46] "GET /project/6e678dc2-43f7-4770-b8ee-c4b655ac05e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.056625 10.0.0.33 - - [2026-03-26 06:18:46] "GET /projects?obj_uuids=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001186 10.0.0.38 - - [2026-03-26 06:18:46] "GET /project/6e678dc2-43f7-4770-b8ee-c4b655ac05e6?fields=security_groups HTTP/1.1" 200 1242 0.061531 10.0.0.33 - - [2026-03-26 06:18:47] "GET /projects?obj_uuids=f7fe42dc-e5a7-4c57-a84b-fcd779bc0230&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001740 10.0.0.38 - - [2026-03-26 06:18:47] "GET /project/f7fe42dc-e5a7-4c57-a84b-fcd779bc0230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.057299 10.0.0.33 - - [2026-03-26 06:18:47] "GET /projects?obj_uuids=f7fe42dc-e5a7-4c57-a84b-fcd779bc0230&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002357 10.0.0.38 - - [2026-03-26 06:18:47] "GET /project/f7fe42dc-e5a7-4c57-a84b-fcd779bc0230?fields=virtual_networks HTTP/1.1" 200 1022 0.086358 10.0.0.33 - - [2026-03-26 06:18:47] "GET /projects?obj_uuids=f7fe42dc-e5a7-4c57-a84b-fcd779bc0230&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004366 10.0.0.38 - - [2026-03-26 06:18:47] "GET /project/f7fe42dc-e5a7-4c57-a84b-fcd779bc0230?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.055961 10.0.0.33 - - [2026-03-26 06:18:47] "GET /projects?obj_uuids=f7fe42dc-e5a7-4c57-a84b-fcd779bc0230&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001138 10.0.0.38 - - [2026-03-26 06:18:47] "GET /project/f7fe42dc-e5a7-4c57-a84b-fcd779bc0230?fields=security_groups HTTP/1.1" 200 1243 0.054584 10.0.0.38 - - [2026-03-26 06:18:49] "GET /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.005709 10.0.0.38 - - [2026-03-26 06:18:49] "PUT /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2 HTTP/1.1" 200 264 0.015131 10.0.0.33 - - [2026-03-26 06:18:49] "GET /projects?obj_uuids=29f11479-810c-4736-8de0-d81f0cbd6f9f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001093 10.0.0.38 - - [2026-03-26 06:18:49] "GET /project/29f11479-810c-4736-8de0-d81f0cbd6f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.046115 10.0.0.33 - - [2026-03-26 06:18:49] "GET /projects?obj_uuids=29f11479-810c-4736-8de0-d81f0cbd6f9f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001139 10.0.0.38 - - [2026-03-26 06:18:50] "GET /project/29f11479-810c-4736-8de0-d81f0cbd6f9f?fields=virtual_networks HTTP/1.1" 200 1021 0.065259 10.0.0.33 - - [2026-03-26 06:18:50] "GET /projects?obj_uuids=29f11479-810c-4736-8de0-d81f0cbd6f9f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001120 10.0.0.38 - - [2026-03-26 06:18:50] "GET /project/29f11479-810c-4736-8de0-d81f0cbd6f9f?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.052261 10.0.0.33 - - [2026-03-26 06:18:50] "GET /projects?obj_uuids=29f11479-810c-4736-8de0-d81f0cbd6f9f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001047 10.0.0.38 - - [2026-03-26 06:18:50] "GET /project/29f11479-810c-4736-8de0-d81f0cbd6f9f?fields=security_groups HTTP/1.1" 200 1242 0.055424 10.0.0.38 - - [2026-03-26 06:18:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.040766 10.0.0.33 - - [2026-03-26 06:18:51] "GET /projects?obj_uuids=c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004575 10.0.0.33 - - [2026-03-26 06:18:51] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001623 10.0.0.33 - - [2026-03-26 06:18:51] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010672 10.0.0.33 - - [2026-03-26 06:18:51] "POST /id-to-fqname HTTP/1.1" 200 190 0.003466 10.0.0.33 - - [2026-03-26 06:18:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.005505 10.0.0.33 - - [2026-03-26 06:18:51] "POST /security-groups HTTP/1.1" 200 591 0.085179 10.0.0.33 - - [2026-03-26 06:18:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.004841 10.0.0.33 - - [2026-03-26 06:18:51] "POST /projects HTTP/1.1" 200 585 0.312240 10.0.0.33 - - [2026-03-26 06:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.390926 10.0.0.33 - - [2026-03-26 06:18:51] "POST /access-control-lists HTTP/1.1" 200 594 0.035436 10.0.0.38 - - [2026-03-26 06:18:51] "GET /project/c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.557306 10.0.0.38 - - [2026-03-26 06:18:53] "GET / HTTP/1.1" 200 35931 0.002536 10.0.0.38 - - [2026-03-26 06:18:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000751 10.0.0.38 - - [2026-03-26 06:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.031901 10.0.0.38 - - [2026-03-26 06:18:55] "GET /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003726 10.0.0.38 - - [2026-03-26 06:18:55] "GET /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.007536 10.0.0.38 - - [2026-03-26 06:18:55] "GET /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004964 10.0.0.38 - - [2026-03-26 06:18:55] "PUT /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2 HTTP/1.1" 200 264 0.013409 10.0.0.38 - - [2026-03-26 06:18:57] "POST /fqname-to-id HTTP/1.1" 404 188 0.031099 10.0.0.33 - - [2026-03-26 06:18:57] "GET /projects?obj_uuids=a8849d77-8ffe-4bb5-946f-2808abee5999&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003616 10.0.0.33 - - [2026-03-26 06:18:57] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001526 10.0.0.33 - - [2026-03-26 06:18:57] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010404 10.0.0.33 - - [2026-03-26 06:18:57] "POST /id-to-fqname HTTP/1.1" 200 190 0.010487 10.0.0.33 - - [2026-03-26 06:18:57] "POST /fqname-to-id HTTP/1.1" 404 199 0.006336 10.0.0.33 - - [2026-03-26 06:18:57] "POST /security-groups HTTP/1.1" 200 591 0.032153 10.0.0.33 - - [2026-03-26 06:18:57] "POST /projects HTTP/1.1" 200 585 0.276018 10.0.0.33 - - [2026-03-26 06:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.309039 10.0.0.33 - - [2026-03-26 06:18:57] "POST /fqname-to-id HTTP/1.1" 404 233 0.014272 10.0.0.38 - - [2026-03-26 06:18:57] "GET /project/a8849d77-8ffe-4bb5-946f-2808abee5999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.487842 10.0.0.38 - - [2026-03-26 06:18:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.027275 10.0.0.33 - - [2026-03-26 06:18:58] "GET /projects?obj_uuids=06ac8a9c-579b-4b05-85b1-f9f84c700129&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004242 10.0.0.33 - - [2026-03-26 06:18:58] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001473 10.0.0.33 - - [2026-03-26 06:18:58] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009926 10.0.0.33 - - [2026-03-26 06:18:58] "POST /id-to-fqname HTTP/1.1" 200 190 0.002999 10.0.0.33 - - [2026-03-26 06:18:58] "POST /fqname-to-id HTTP/1.1" 404 199 0.004322 10.0.0.33 - - [2026-03-26 06:18:58] "POST /security-groups HTTP/1.1" 200 591 0.036518 10.0.0.33 - - [2026-03-26 06:18:58] "POST /projects HTTP/1.1" 200 585 0.310334 10.0.0.33 - - [2026-03-26 06:18:58] "POST /access-control-lists HTTP/1.1" 200 596 0.039622 10.0.0.33 - - [2026-03-26 06:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.401595 10.0.0.38 - - [2026-03-26 06:18:58] "GET /project/06ac8a9c-579b-4b05-85b1-f9f84c700129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.593098 10.0.0.38 - - [2026-03-26 06:18:59] "GET / HTTP/1.1" 200 35931 0.001797 10.0.0.38 - - [2026-03-26 06:19:00] "GET / HTTP/1.1" 200 35931 0.001894 10.0.0.38 - - [2026-03-26 06:19:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.004412 10.0.0.38 - - [2026-03-26 06:19:00] "POST /api-access-lists HTTP/1.1" 200 521 0.029373 10.0.0.38 - - [2026-03-26 06:19:00] "GET /api-access-list/a16362a6-340c-4b7c-a932-fb49f2299929?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.014970 10.0.0.38 - - [2026-03-26 06:19:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.38 - - [2026-03-26 06:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.063007 10.0.0.33 - - [2026-03-26 06:19:01] "GET /projects?obj_uuids=a8849d77-8ffe-4bb5-946f-2808abee5999&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.38 - - [2026-03-26 06:19:01] "GET /project/a8849d77-8ffe-4bb5-946f-2808abee5999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.090397 10.0.0.38 - - [2026-03-26 06:19:02] "GET /virtual-networks?parent_id=a8849d77-8ffe-4bb5-946f-2808abee5999&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026218 10.0.0.38 - - [2026-03-26 06:19:02] "POST /virtual-networks HTTP/1.1" 200 583 0.111426 10.0.0.33 - - [2026-03-26 06:19:02] "POST /route-targets HTTP/1.1" 200 327 0.023409 10.0.0.38 - - [2026-03-26 06:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.056284 10.0.0.38 - - [2026-03-26 06:19:02] "GET /network-ipam/09b7b88f-35ba-431d-977c-a942fc3053ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1042 0.027966 10.0.0.33 - - [2026-03-26 06:19:02] "POST /useragent-kv HTTP/1.1" 200 115 0.007784 10.0.0.38 - - [2026-03-26 06:19:02] "POST /ref-update HTTP/1.1" 200 156 0.099590 10.0.0.38 - - [2026-03-26 06:19:02] "POST /neutron/network HTTP/1.1" 200 849 0.070390 10.0.0.38 - - [2026-03-26 06:19:02] "GET /virtual-network/2da48d5c-ad87-4286-8bc8-a09db9554bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.033119 10.0.0.38 - - [2026-03-26 06:19:02] "POST /neutron/subnet HTTP/1.1" 200 681 0.047456 10.0.0.38 - - [2026-03-26 06:19:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.38 - - [2026-03-26 06:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.048704 10.0.0.33 - - [2026-03-26 06:19:03] "GET /projects?obj_uuids=06ac8a9c-579b-4b05-85b1-f9f84c700129&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001632 10.0.0.38 - - [2026-03-26 06:19:03] "GET /project/06ac8a9c-579b-4b05-85b1-f9f84c700129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.062799 10.0.0.38 - - [2026-03-26 06:19:03] "GET /virtual-networks?parent_id=06ac8a9c-579b-4b05-85b1-f9f84c700129&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.030275 10.0.0.38 - - [2026-03-26 06:19:03] "POST /virtual-networks HTTP/1.1" 200 583 0.123437 10.0.0.38 - - [2026-03-26 06:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.043553 10.0.0.33 - - [2026-03-26 06:19:03] "POST /ref-update HTTP/1.1" 200 156 0.043600 10.0.0.38 - - [2026-03-26 06:19:03] "GET /network-ipam/09b7b88f-35ba-431d-977c-a942fc3053ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1042 0.031548 10.0.0.33 - - [2026-03-26 06:19:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003921 10.0.0.38 - - [2026-03-26 06:19:03] "POST /ref-update HTTP/1.1" 200 156 0.093051 10.0.0.38 - - [2026-03-26 06:19:04] "GET /virtual-network/80f37dd7-d6b3-4e19-8ebf-dd1a9d4a9bca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.023625 10.0.0.38 - - [2026-03-26 06:19:04] "POST /neutron/network HTTP/1.1" 200 848 0.072957 10.0.0.38 - - [2026-03-26 06:19:05] "GET /obj-perms HTTP/1.1" 403 257 0.039519 10.0.0.38 - - [2026-03-26 06:19:06] "GET /obj-perms HTTP/1.1" 403 257 0.048347 10.0.0.242 - - [2026-03-26 06:19:06] "GET /obj-perms HTTP/1.1" 403 257 0.052449 10.0.0.242 - - [2026-03-26 06:19:07] "GET /virtual-network/2da48d5c-ad87-4286-8bc8-a09db9554bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.019080 10.0.0.33 - - [2026-03-26 06:19:07] "GET /obj-perms HTTP/1.1" 403 257 0.051659 10.0.0.33 - - [2026-03-26 06:19:07] "GET /virtual-network/2da48d5c-ad87-4286-8bc8-a09db9554bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.017305 10.0.0.38 - - [2026-03-26 06:19:08] "GET /obj-perms HTTP/1.1" 200 5030 0.068662 10.0.0.38 - - [2026-03-26 06:19:08] "GET /obj-perms HTTP/1.1" 403 257 0.018293 10.0.0.38 - - [2026-03-26 06:19:08] "PUT /virtual-network/2da48d5c-ad87-4286-8bc8-a09db9554bfd HTTP/1.1" 200 264 0.078047 10.0.0.38 - - [2026-03-26 06:19:08] "GET /obj-perms HTTP/1.1" 403 257 0.014497 10.0.0.38 - - [2026-03-26 06:19:09] "GET /obj-perms HTTP/1.1" 403 257 0.047068 10.0.0.242 - - [2026-03-26 06:19:09] "GET /virtual-network/2da48d5c-ad87-4286-8bc8-a09db9554bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.049347 10.0.0.33 - - [2026-03-26 06:19:10] "GET /virtual-network/2da48d5c-ad87-4286-8bc8-a09db9554bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.046375 10.0.0.38 - - [2026-03-26 06:19:10] "GET /obj-perms HTTP/1.1" 403 257 0.013669 10.0.0.38 - - [2026-03-26 06:19:10] "GET /obj-perms HTTP/1.1" 200 5030 0.004232 10.0.0.38 - - [2026-03-26 06:19:10] "GET /obj-perms HTTP/1.1" 403 257 0.024609 10.0.0.38 - - [2026-03-26 06:19:10] "PUT /virtual-network/2da48d5c-ad87-4286-8bc8-a09db9554bfd HTTP/1.1" 200 264 0.077904 10.0.0.33 - - [2026-03-26 06:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.006969 10.0.0.33 - - [2026-03-26 06:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003850 10.0.0.38 - - [2026-03-26 06:19:10] "DELETE /virtual-network/80f37dd7-d6b3-4e19-8ebf-dd1a9d4a9bca HTTP/1.1" 200 115 0.187968 10.0.0.33 - - [2026-03-26 06:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.007868 10.0.0.33 - - [2026-03-26 06:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008805 10.0.0.33 - - [2026-03-26 06:19:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004706 10.0.0.38 - - [2026-03-26 06:19:11] "DELETE /virtual-network/2da48d5c-ad87-4286-8bc8-a09db9554bfd HTTP/1.1" 200 115 0.198980 10.0.0.38 - - [2026-03-26 06:19:11] "DELETE /api-access-list/a16362a6-340c-4b7c-a932-fb49f2299929 HTTP/1.1" 200 115 0.064484 10.0.0.33 - - [2026-03-26 06:19:11] "GET /projects?obj_uuids=06ac8a9c-579b-4b05-85b1-f9f84c700129&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.38 - - [2026-03-26 06:19:11] "GET /project/06ac8a9c-579b-4b05-85b1-f9f84c700129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.062456 10.0.0.33 - - [2026-03-26 06:19:11] "GET /projects?obj_uuids=06ac8a9c-579b-4b05-85b1-f9f84c700129&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.38 - - [2026-03-26 06:19:11] "GET /project/06ac8a9c-579b-4b05-85b1-f9f84c700129?fields=virtual_networks HTTP/1.1" 200 1029 0.072883 10.0.0.33 - - [2026-03-26 06:19:11] "GET /projects?obj_uuids=06ac8a9c-579b-4b05-85b1-f9f84c700129&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.38 - - [2026-03-26 06:19:11] "GET /project/06ac8a9c-579b-4b05-85b1-f9f84c700129?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.060616 10.0.0.33 - - [2026-03-26 06:19:11] "GET /projects?obj_uuids=06ac8a9c-579b-4b05-85b1-f9f84c700129&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001056 10.0.0.38 - - [2026-03-26 06:19:11] "GET /project/06ac8a9c-579b-4b05-85b1-f9f84c700129?fields=security_groups HTTP/1.1" 200 1255 0.054204 10.0.0.33 - - [2026-03-26 06:19:12] "GET /projects?obj_uuids=a8849d77-8ffe-4bb5-946f-2808abee5999&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001428 10.0.0.38 - - [2026-03-26 06:19:12] "GET /project/a8849d77-8ffe-4bb5-946f-2808abee5999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.066619 10.0.0.33 - - [2026-03-26 06:19:12] "GET /projects?obj_uuids=a8849d77-8ffe-4bb5-946f-2808abee5999&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003349 10.0.0.38 - - [2026-03-26 06:19:12] "GET /project/a8849d77-8ffe-4bb5-946f-2808abee5999?fields=virtual_networks HTTP/1.1" 200 1032 0.068611 10.0.0.33 - - [2026-03-26 06:19:12] "GET /projects?obj_uuids=a8849d77-8ffe-4bb5-946f-2808abee5999&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001162 10.0.0.38 - - [2026-03-26 06:19:12] "GET /project/a8849d77-8ffe-4bb5-946f-2808abee5999?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.046173 10.0.0.33 - - [2026-03-26 06:19:12] "GET /projects?obj_uuids=a8849d77-8ffe-4bb5-946f-2808abee5999&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001462 10.0.0.38 - - [2026-03-26 06:19:12] "GET /project/a8849d77-8ffe-4bb5-946f-2808abee5999?fields=security_groups HTTP/1.1" 200 1258 0.054233 10.0.0.38 - - [2026-03-26 06:19:15] "GET / HTTP/1.1" 200 35931 0.002532 10.0.0.38 - - [2026-03-26 06:19:16] "GET / HTTP/1.1" 200 35931 0.001644 10.0.0.38 - - [2026-03-26 06:19:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.38 - - [2026-03-26 06:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.088652 10.0.0.33 - - [2026-03-26 06:19:17] "GET /projects?obj_uuids=c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001185 10.0.0.38 - - [2026-03-26 06:19:17] "GET /project/c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.092665 10.0.0.38 - - [2026-03-26 06:19:17] "GET /virtual-networks?parent_id=c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.014301 10.0.0.38 - - [2026-03-26 06:19:17] "POST /fqname-to-id HTTP/1.1" 404 197 0.018624 10.0.0.38 - - [2026-03-26 06:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.018250 10.0.0.33 - - [2026-03-26 06:19:17] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001812 10.0.0.38 - - [2026-03-26 06:19:17] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.024933 10.0.0.38 - - [2026-03-26 06:19:17] "POST /service-templates HTTP/1.1" 403 264 0.015764 10.0.0.38 - - [2026-03-26 06:19:17] "POST /fqname-to-id HTTP/1.1" 404 215 0.004569 10.0.0.38 - - [2026-03-26 06:19:17] "POST /api-access-lists HTTP/1.1" 200 555 0.040932 10.0.0.38 - - [2026-03-26 06:19:17] "GET /api-access-list/e33f6ef1-ced3-4f70-9939-5b9bde00d298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.011153 10.0.0.38 - - [2026-03-26 06:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.019199 10.0.0.33 - - [2026-03-26 06:19:17] "GET /projects?obj_uuids=c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001406 10.0.0.38 - - [2026-03-26 06:19:17] "GET /project/c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.078406 10.0.0.38 - - [2026-03-26 06:19:17] "GET /virtual-networks?parent_id=c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020667 10.0.0.38 - - [2026-03-26 06:19:17] "POST /virtual-networks HTTP/1.1" 200 583 0.125729 10.0.0.33 - - [2026-03-26 06:19:18] "POST /ref-update HTTP/1.1" 200 156 0.043230 10.0.0.38 - - [2026-03-26 06:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.057808 10.0.0.38 - - [2026-03-26 06:19:18] "GET /network-ipam/09b7b88f-35ba-431d-977c-a942fc3053ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1042 0.026860 10.0.0.33 - - [2026-03-26 06:19:18] "POST /useragent-kv HTTP/1.1" 200 115 0.015189 10.0.0.38 - - [2026-03-26 06:19:18] "POST /ref-update HTTP/1.1" 200 156 0.103475 10.0.0.38 - - [2026-03-26 06:19:18] "POST /neutron/network HTTP/1.1" 200 850 0.062222 10.0.0.38 - - [2026-03-26 06:19:18] "GET /virtual-network/da2a0d96-759d-4c7e-b019-76969967281d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.025677 10.0.0.38 - - [2026-03-26 06:19:18] "POST /neutron/network HTTP/1.1" 200 850 0.064984 10.0.0.38 - - [2026-03-26 06:19:18] "GET /virtual-network/da2a0d96-759d-4c7e-b019-76969967281d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.006600 10.0.0.38 - - [2026-03-26 06:19:18] "GET /network-ipam/09b7b88f-35ba-431d-977c-a942fc3053ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1042 0.005198 10.0.0.38 - - [2026-03-26 06:19:19] "GET /virtual-network/da2a0d96-759d-4c7e-b019-76969967281d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.006968 10.0.0.38 - - [2026-03-26 06:19:19] "GET /obj-perms HTTP/1.1" 200 5030 0.004349 10.0.0.38 - - [2026-03-26 06:19:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.018460 10.0.0.38 - - [2026-03-26 06:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.017165 10.0.0.33 - - [2026-03-26 06:19:20] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224 10.0.0.38 - - [2026-03-26 06:19:20] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.023471 10.0.0.38 - - [2026-03-26 06:19:20] "POST /service-templates HTTP/1.1" 403 264 0.016188 10.0.0.38 - - [2026-03-26 06:19:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.003745 10.0.0.38 - - [2026-03-26 06:19:20] "POST /api-access-lists HTTP/1.1" 200 521 0.027830 10.0.0.38 - - [2026-03-26 06:19:20] "GET /api-access-list/5f552a20-f1bd-4e7a-9958-323328b5e841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006968 10.0.0.38 - - [2026-03-26 06:19:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.020453 10.0.0.38 - - [2026-03-26 06:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.016449 10.0.0.33 - - [2026-03-26 06:19:20] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.38 - - [2026-03-26 06:19:20] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.022975 10.0.0.38 - - [2026-03-26 06:19:20] "POST /service-templates HTTP/1.1" 200 551 0.055379 10.0.0.38 - - [2026-03-26 06:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.021162 10.0.0.38 - - [2026-03-26 06:19:21] "GET /service-template/ad1416d0-9a56-4bd3-8225-0ea26614abdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.021066 10.0.0.38 - - [2026-03-26 06:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.020676 10.0.0.38 - - [2026-03-26 06:19:21] "GET /service-template/ad1416d0-9a56-4bd3-8225-0ea26614abdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.020541 10.0.0.33 - - [2026-03-26 06:19:22] "DELETE /project/c9aefe3f4e1f41fca56179cf6dbc6fd6 HTTP/1.1" 404 173 0.018028 10.0.0.33 - - [2026-03-26 06:19:22] "DELETE /project/a8849d778ffe4bb5946f2808abee5999 HTTP/1.1" 404 173 0.026745 10.0.0.33 - - [2026-03-26 06:19:22] "DELETE /project/06ac8a9c579b4b0585b1f9f84c700129 HTTP/1.1" 404 173 0.018126 10.0.0.33 - - [2026-03-26 06:19:22] "GET /projects?obj_uuids=06ac8a9c-579b-4b05-85b1-f9f84c700129&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001485 10.0.0.33 - - [2026-03-26 06:19:22] "GET /projects?obj_uuids=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001419 10.0.0.33 - - [2026-03-26 06:19:22] "GET /projects?obj_uuids=a8849d77-8ffe-4bb5-946f-2808abee5999&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001348 10.0.0.33 - - [2026-03-26 06:19:22] "GET /projects?obj_uuids=f7fe42dc-e5a7-4c57-a84b-fcd779bc0230&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001176 10.0.0.33 - - [2026-03-26 06:19:22] "GET /projects?obj_uuids=29f11479-810c-4736-8de0-d81f0cbd6f9f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001742 10.0.0.33 - - [2026-03-26 06:19:22] "GET /project/06ac8a9c-579b-4b05-85b1-f9f84c700129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.129326 10.0.0.33 - - [2026-03-26 06:19:22] "GET /projects?obj_uuids=06ac8a9c-579b-4b05-85b1-f9f84c700129&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001219 10.0.0.33 - - [2026-03-26 06:19:22] "GET /project/a8849d77-8ffe-4bb5-946f-2808abee5999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.153883 10.0.0.33 - - [2026-03-26 06:19:22] "GET /project/6e678dc2-43f7-4770-b8ee-c4b655ac05e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.162168 10.0.0.33 - - [2026-03-26 06:19:22] "GET /projects?obj_uuids=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001205 10.0.0.33 - - [2026-03-26 06:19:22] "GET /projects?obj_uuids=a8849d77-8ffe-4bb5-946f-2808abee5999&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000970 10.0.0.33 - - [2026-03-26 06:19:22] "GET /project/f7fe42dc-e5a7-4c57-a84b-fcd779bc0230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.185928 10.0.0.33 - - [2026-03-26 06:19:22] "GET /projects?obj_uuids=f7fe42dc-e5a7-4c57-a84b-fcd779bc0230&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001199 10.0.0.33 - - [2026-03-26 06:19:22] "GET /project/29f11479-810c-4736-8de0-d81f0cbd6f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.202579 10.0.0.33 - - [2026-03-26 06:19:22] "GET /projects?obj_uuids=29f11479-810c-4736-8de0-d81f0cbd6f9f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003838 10.0.0.33 - - [2026-03-26 06:19:22] "GET /project/06ac8a9c-579b-4b05-85b1-f9f84c700129?fields=security_groups HTTP/1.1" 200 1360 0.192347 10.0.0.33 - - [2026-03-26 06:19:22] "GET /project/6e678dc2-43f7-4770-b8ee-c4b655ac05e6?fields=security_groups HTTP/1.1" 200 1347 0.209760 10.0.0.33 - - [2026-03-26 06:19:22] "GET /project/a8849d77-8ffe-4bb5-946f-2808abee5999?fields=security_groups HTTP/1.1" 200 1363 0.225172 10.0.0.33 - - [2026-03-26 06:19:22] "GET /project/f7fe42dc-e5a7-4c57-a84b-fcd779bc0230?fields=security_groups HTTP/1.1" 200 1348 0.244819 10.0.0.33 - - [2026-03-26 06:19:22] "GET /project/29f11479-810c-4736-8de0-d81f0cbd6f9f?fields=security_groups HTTP/1.1" 200 1347 0.277769 10.0.0.33 - - [2026-03-26 06:19:22] "DELETE /security-group/16f26562-7d3a-4e04-8c71-df1d5526cc8e HTTP/1.1" 404 171 0.097770 10.0.0.33 - - [2026-03-26 06:19:22] "DELETE /security-group/a2804879-0771-4829-ab22-93dd07bedca0 HTTP/1.1" 200 115 0.280096 10.0.0.33 - - [2026-03-26 06:19:22] "GET /projects?obj_uuids=06ac8a9c-579b-4b05-85b1-f9f84c700129&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001308 10.0.0.33 - - [2026-03-26 06:19:22] "GET /projects?obj_uuids=29f11479-810c-4736-8de0-d81f0cbd6f9f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.007895 10.0.0.33 - - [2026-03-26 06:19:22] "DELETE /security-group/589a9e67-d5c6-45ed-a5fd-c553e6757e16 HTTP/1.1" 200 115 0.339197 10.0.0.33 - - [2026-03-26 06:19:22] "GET /projects?obj_uuids=a8849d77-8ffe-4bb5-946f-2808abee5999&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001166 10.0.0.33 - - [2026-03-26 06:19:22] "DELETE /security-group/f14844f7-4f18-4c1f-9c88-8fee58387e41 HTTP/1.1" 200 115 0.390469 10.0.0.33 - - [2026-03-26 06:19:22] "GET /projects?obj_uuids=6e678dc2-43f7-4770-b8ee-c4b655ac05e6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.006087 10.0.0.33 - - [2026-03-26 06:19:22] "DELETE /security-group/cf92be73-36d4-4cfc-83fb-ebc8d26ebb97 HTTP/1.1" 200 115 0.381196 10.0.0.33 - - [2026-03-26 06:19:22] "GET /projects?obj_uuids=f7fe42dc-e5a7-4c57-a84b-fcd779bc0230&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001755 10.0.0.33 - - [2026-03-26 06:19:23] "GET /project/06ac8a9c-579b-4b05-85b1-f9f84c700129?fields=application_policy_sets HTTP/1.1" 200 1399 0.281551 10.0.0.33 - - [2026-03-26 06:19:23] "GET /project/a8849d77-8ffe-4bb5-946f-2808abee5999?fields=application_policy_sets HTTP/1.1" 200 1402 0.283800 10.0.0.33 - - [2026-03-26 06:19:23] "GET /project/29f11479-810c-4736-8de0-d81f0cbd6f9f?fields=application_policy_sets HTTP/1.1" 200 1386 0.397004 10.0.0.33 - - [2026-03-26 06:19:23] "GET /project/6e678dc2-43f7-4770-b8ee-c4b655ac05e6?fields=application_policy_sets HTTP/1.1" 200 1386 0.318789 10.0.0.33 - - [2026-03-26 06:19:23] "GET /project/f7fe42dc-e5a7-4c57-a84b-fcd779bc0230?fields=application_policy_sets HTTP/1.1" 200 1387 0.304121 10.0.0.38 - - [2026-03-26 06:19:23] "GET /virtual-network/da2a0d96-759d-4c7e-b019-76969967281d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.193524 10.0.0.33 - - [2026-03-26 06:19:23] "DELETE /access-control-list/cfce75ef-1390-4890-ae2e-6a67b2847989 HTTP/1.1" 200 115 0.174687 10.0.0.33 - - [2026-03-26 06:19:23] "DELETE /project/f7fe42dc-e5a7-4c57-a84b-fcd779bc0230 HTTP/1.1" 200 115 1.570564 10.0.0.33 - - [2026-03-26 06:19:23] "DELETE /project/06ac8a9c-579b-4b05-85b1-f9f84c700129 HTTP/1.1" 200 115 1.611396 10.0.0.33 - - [2026-03-26 06:19:23] "DELETE /project/29f11479-810c-4736-8de0-d81f0cbd6f9f HTTP/1.1" 200 115 1.609238 10.0.0.33 - - [2026-03-26 06:19:23] "DELETE /project/a8849d77-8ffe-4bb5-946f-2808abee5999 HTTP/1.1" 200 115 1.636585 10.0.0.33 - - [2026-03-26 06:19:23] "DELETE /project/6e678dc2-43f7-4770-b8ee-c4b655ac05e6 HTTP/1.1" 200 115 1.675452 10.0.0.33 - - [2026-03-26 06:19:23] "DELETE /access-control-list/3d700066-d138-4da9-86b6-aaba110543d3 HTTP/1.1" 200 115 0.067841 10.0.0.33 - - [2026-03-26 06:19:24] "DELETE /access-control-list/c7075aac-3566-4f2f-b824-985a7a81d1bf HTTP/1.1" 200 115 0.059979 10.0.0.242 - - [2026-03-26 06:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.036886 10.0.0.33 - - [2026-03-26 06:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.053116 10.0.0.38 - - [2026-03-26 06:19:25] "GET /api-access-list/e33f6ef1-ced3-4f70-9939-5b9bde00d298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004897 10.0.0.38 - - [2026-03-26 06:19:25] "PUT /api-access-list/e33f6ef1-ced3-4f70-9939-5b9bde00d298 HTTP/1.1" 200 264 0.020165 10.0.0.38 - - [2026-03-26 06:19:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.38 - - [2026-03-26 06:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.108703 10.0.0.33 - - [2026-03-26 06:19:26] "GET /projects?obj_uuids=c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001417 10.0.0.38 - - [2026-03-26 06:19:26] "GET /project/c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.107198 10.0.0.38 - - [2026-03-26 06:19:26] "GET /virtual-networks?parent_id=c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.040184 10.0.0.38 - - [2026-03-26 06:19:26] "POST /virtual-networks HTTP/1.1" 403 263 0.017563 10.0.0.38 - - [2026-03-26 06:19:26] "GET /obj-perms HTTP/1.1" 403 257 0.016196 10.0.0.38 - - [2026-03-26 06:19:26] "GET /obj-perms HTTP/1.1" 403 257 0.015402 10.0.0.38 - - [2026-03-26 06:19:27] "GET /api-access-list/5f552a20-f1bd-4e7a-9958-323328b5e841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.004795 10.0.0.38 - - [2026-03-26 06:19:27] "PUT /api-access-list/5f552a20-f1bd-4e7a-9958-323328b5e841 HTTP/1.1" 200 264 0.013117 10.0.0.38 - - [2026-03-26 06:19:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.017103 10.0.0.38 - - [2026-03-26 06:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.019267 10.0.0.33 - - [2026-03-26 06:19:27] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001807 10.0.0.38 - - [2026-03-26 06:19:27] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.038142 10.0.0.38 - - [2026-03-26 06:19:27] "POST /service-templates HTTP/1.1" 403 264 0.019236 10.0.0.38 - - [2026-03-26 06:19:27] "GET /api-access-list/e33f6ef1-ced3-4f70-9939-5b9bde00d298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.004343 10.0.0.38 - - [2026-03-26 06:19:27] "PUT /api-access-list/e33f6ef1-ced3-4f70-9939-5b9bde00d298 HTTP/1.1" 200 264 0.013529 10.0.0.38 - - [2026-03-26 06:19:27] "GET /api-access-list/5f552a20-f1bd-4e7a-9958-323328b5e841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.004119 10.0.0.38 - - [2026-03-26 06:19:27] "PUT /api-access-list/5f552a20-f1bd-4e7a-9958-323328b5e841 HTTP/1.1" 200 264 0.014643 10.0.0.38 - - [2026-03-26 06:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005418 10.0.0.38 - - [2026-03-26 06:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.242 - - [2026-03-26 06:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.242 - - [2026-03-26 06:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.33 - - [2026-03-26 06:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.33 - - [2026-03-26 06:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.38 - - [2026-03-26 06:19:30] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.051070 10.0.0.38 - - [2026-03-26 06:19:30] "GET /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004644 10.0.0.38 - - [2026-03-26 06:19:30] "PUT /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2 HTTP/1.1" 200 264 0.014357 10.0.0.38 - - [2026-03-26 06:19:30] "GET /virtual-network/da2a0d96-759d-4c7e-b019-76969967281d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.029161 10.0.0.38 - - [2026-03-26 06:19:30] "DELETE /api-access-list/e33f6ef1-ced3-4f70-9939-5b9bde00d298 HTTP/1.1" 200 115 0.042111 10.0.0.38 - - [2026-03-26 06:19:30] "DELETE /api-access-list/5f552a20-f1bd-4e7a-9958-323328b5e841 HTTP/1.1" 200 115 0.043718 10.0.0.38 - - [2026-03-26 06:19:31] "GET /obj-perms HTTP/1.1" 403 257 0.044425 10.0.0.242 - - [2026-03-26 06:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.33 - - [2026-03-26 06:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005407 10.0.0.38 - - [2026-03-26 06:19:32] "GET /obj-perms HTTP/1.1" 403 257 0.014534 10.0.0.38 - - [2026-03-26 06:19:32] "GET /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.006790 10.0.0.38 - - [2026-03-26 06:19:32] "PUT /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2 HTTP/1.1" 200 264 0.019697 10.0.0.38 - - [2026-03-26 06:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005924 10.0.0.38 - - [2026-03-26 06:19:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.035155 10.0.0.38 - - [2026-03-26 06:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.026433 10.0.0.38 - - [2026-03-26 06:19:33] "DELETE /service-template/ad1416d0-9a56-4bd3-8225-0ea26614abdd HTTP/1.1" 200 115 0.053657 10.0.0.38 - - [2026-03-26 06:19:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.024302 10.0.0.33 - - [2026-03-26 06:19:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006382 10.0.0.33 - - [2026-03-26 06:19:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004143 10.0.0.38 - - [2026-03-26 06:19:33] "DELETE /virtual-network/da2a0d96-759d-4c7e-b019-76969967281d HTTP/1.1" 200 115 0.169024 10.0.0.33 - - [2026-03-26 06:19:33] "DELETE /route-target/92f0218c-a40c-4ae0-8621-86e8cde8ac43 HTTP/1.1" 200 115 0.029109 10.0.0.38 - - [2026-03-26 06:19:33] "GET /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004644 10.0.0.38 - - [2026-03-26 06:19:33] "PUT /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2 HTTP/1.1" 200 264 0.014191 10.0.0.38 - - [2026-03-26 06:19:33] "GET /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.004627 10.0.0.38 - - [2026-03-26 06:19:33] "PUT /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2 HTTP/1.1" 200 264 0.012809 10.0.0.38 - - [2026-03-26 06:19:35] "GET /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004396 10.0.0.38 - - [2026-03-26 06:19:35] "PUT /api-access-list/e03caf30-378b-437b-ab84-83b5a3f955b2 HTTP/1.1" 200 264 0.014611 10.0.0.33 - - [2026-03-26 06:19:35] "GET /projects?obj_uuids=c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.38 - - [2026-03-26 06:19:35] "GET /project/c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042464 10.0.0.33 - - [2026-03-26 06:19:35] "GET /projects?obj_uuids=c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006296 10.0.0.38 - - [2026-03-26 06:19:35] "GET /project/c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6?fields=virtual_networks HTTP/1.1" 200 1032 0.072353 10.0.0.33 - - [2026-03-26 06:19:35] "GET /projects?obj_uuids=c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003527 10.0.0.38 - - [2026-03-26 06:19:35] "GET /project/c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.072189 10.0.0.33 - - [2026-03-26 06:19:35] "GET /projects?obj_uuids=c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.38 - - [2026-03-26 06:19:35] "GET /project/c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6?fields=security_groups HTTP/1.1" 200 1258 0.041183 10.0.0.33 - - [2026-03-26 06:19:36] "GET /projects?obj_uuids=f7f19615-4d7b-418f-ab99-2562af90707c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001521 10.0.0.38 - - [2026-03-26 06:19:36] "GET /project/f7f19615-4d7b-418f-ab99-2562af90707c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.066441 [Introspect:8084]10.0.0.38 - - [2026-03-26 06:19:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001242 10.0.0.38 - - [2026-03-26 06:19:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.032188 10.0.0.33 - - [2026-03-26 06:19:38] "GET /projects?obj_uuids=3010d8c4-fb98-4643-a338-1d05424dd6d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003428 10.0.0.33 - - [2026-03-26 06:19:39] "GET /domains?obj_uuids=da4d30e0-25e9-49cd-94d8-93ff5a173387&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001312 10.0.0.33 - - [2026-03-26 06:19:39] "GET /domain/da4d30e0-25e9-49cd-94d8-93ff5a173387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007875 10.0.0.33 - - [2026-03-26 06:19:39] "POST /id-to-fqname HTTP/1.1" 200 186 0.002883 10.0.0.33 - - [2026-03-26 06:19:39] "POST /fqname-to-id HTTP/1.1" 404 195 0.011800 10.0.0.33 - - [2026-03-26 06:19:39] "POST /security-groups HTTP/1.1" 200 587 0.040287 10.0.0.33 - - [2026-03-26 06:19:39] "POST /projects HTTP/1.1" 200 577 0.281704 10.0.0.33 - - [2026-03-26 06:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.320276 10.0.0.33 - - [2026-03-26 06:19:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.015330 10.0.0.38 - - [2026-03-26 06:19:39] "GET /project/3010d8c4-fb98-4643-a338-1d05424dd6d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.540544 10.0.0.38 - - [2026-03-26 06:19:40] "GET / HTTP/1.1" 200 35931 0.001803 10.0.0.33 - - [2026-03-26 06:19:41] "GET /projects?obj_uuids=3010d8c4-fb98-4643-a338-1d05424dd6d4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001174 10.0.0.38 - - [2026-03-26 06:19:41] "GET /project/3010d8c4-fb98-4643-a338-1d05424dd6d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.049075 10.0.0.33 - - [2026-03-26 06:19:41] "GET /projects?obj_uuids=3010d8c4-fb98-4643-a338-1d05424dd6d4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001532 10.0.0.38 - - [2026-03-26 06:19:41] "GET /project/3010d8c4-fb98-4643-a338-1d05424dd6d4?fields=virtual_networks HTTP/1.1" 200 1023 0.097013 10.0.0.33 - - [2026-03-26 06:19:41] "GET /projects?obj_uuids=3010d8c4-fb98-4643-a338-1d05424dd6d4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001105 10.0.0.38 - - [2026-03-26 06:19:41] "GET /project/3010d8c4-fb98-4643-a338-1d05424dd6d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.063335 10.0.0.33 - - [2026-03-26 06:19:41] "GET /projects?obj_uuids=3010d8c4-fb98-4643-a338-1d05424dd6d4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001085 10.0.0.38 - - [2026-03-26 06:19:41] "GET /project/3010d8c4-fb98-4643-a338-1d05424dd6d4?fields=security_groups HTTP/1.1" 200 1245 0.069877 10.0.0.33 - - [2026-03-26 06:20:23] "DELETE /project/3010d8c4fb984643a3381d05424dd6d4 HTTP/1.1" 404 173 0.011963 10.0.0.33 - - [2026-03-26 06:20:23] "GET /projects?obj_uuids=3010d8c4-fb98-4643-a338-1d05424dd6d4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000959 10.0.0.33 - - [2026-03-26 06:20:23] "GET /projects?obj_uuids=c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000800 10.0.0.33 - - [2026-03-26 06:20:23] "GET /project/3010d8c4-fb98-4643-a338-1d05424dd6d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.098659 10.0.0.33 - - [2026-03-26 06:20:24] "GET /project/c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.120998 10.0.0.33 - - [2026-03-26 06:20:24] "GET /projects?obj_uuids=3010d8c4-fb98-4643-a338-1d05424dd6d4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001136 10.0.0.33 - - [2026-03-26 06:20:24] "GET /projects?obj_uuids=c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002174 10.0.0.33 - - [2026-03-26 06:20:24] "GET /project/3010d8c4-fb98-4643-a338-1d05424dd6d4?fields=security_groups HTTP/1.1" 200 1350 0.134384 10.0.0.33 - - [2026-03-26 06:20:24] "GET /project/c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6?fields=security_groups HTTP/1.1" 200 1363 0.153099 10.0.0.33 - - [2026-03-26 06:20:24] "DELETE /security-group/af740696-a939-4d27-880d-9931ba35c032 HTTP/1.1" 404 177 0.011352 10.0.0.33 - - [2026-03-26 06:20:24] "GET /projects?obj_uuids=c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004926 10.0.0.33 - - [2026-03-26 06:20:24] "DELETE /security-group/17c2ae37-3873-49b0-a56f-eb937118d34f HTTP/1.1" 200 115 0.221636 10.0.0.33 - - [2026-03-26 06:20:24] "GET /projects?obj_uuids=3010d8c4-fb98-4643-a338-1d05424dd6d4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001155 10.0.0.33 - - [2026-03-26 06:20:24] "DELETE /access-control-list/2bcfc6f4-748d-4e24-acc4-84d884c5896a HTTP/1.1" 200 115 0.151274 10.0.0.33 - - [2026-03-26 06:20:24] "GET /project/c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6?fields=application_policy_sets HTTP/1.1" 200 1402 0.162154 10.0.0.33 - - [2026-03-26 06:20:24] "GET /project/3010d8c4-fb98-4643-a338-1d05424dd6d4?fields=application_policy_sets HTTP/1.1" 200 1389 0.145020 10.0.0.33 - - [2026-03-26 06:20:24] "DELETE /project/c9aefe3f-4e1f-41fc-a561-79cf6dbc6fd6 HTTP/1.1" 404 190 0.752092 10.0.0.33 - - [2026-03-26 06:20:24] "DELETE /project/3010d8c4-fb98-4643-a338-1d05424dd6d4 HTTP/1.1" 200 115 0.911597 10.0.0.33 - - [2026-03-26 06:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.33 - - [2026-03-26 06:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.38 - - [2026-03-26 06:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000568 10.0.0.38 - - [2026-03-26 06:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000757 10.0.0.242 - - [2026-03-26 06:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.242 - - [2026-03-26 06:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.242 - - [2026-03-26 06:21:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.33 - - [2026-03-26 06:21:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.242 - - [2026-03-26 06:21:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.33 - - [2026-03-26 06:21:40] "GET /global-system-configs HTTP/1.1" 401 292 0.000582 10.0.0.38 - - [2026-03-26 06:21:42] "GET /global-system-configs HTTP/1.1" 401 292 0.001678 10.0.0.38 - - [2026-03-26 06:21:42] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.242 - - [2026-03-26 06:21:45] "GET /obj-perms HTTP/1.1" 200 5056 0.057300 10.0.0.33 - - [2026-03-26 06:21:46] "GET /obj-perms HTTP/1.1" 200 5056 0.056533 [Introspect:8084]10.0.0.33 - - [2026-03-26 06:21:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001523 [Introspect:8084]10.0.0.33 - - [2026-03-26 06:21:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001553