++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Mar 23 02:04:45 AM UTC 2026 ===================' INFO: =================== Mon Mar 23 02:04: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 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ cut -d / -f 1 +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.50:8081 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.50:8086 10.0.0.23: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.27,10.0.0.50,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.50:8082 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.50:9161 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.50:9041 10.0.0.23: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.14,10.20.0.25,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14,10.20.0.25,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.50:2181,10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.50:5673,10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.50:6379 10.0.0.23: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.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.50:9092 10.0.0.23: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.27 ++ 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.27,10.0.0.50,10.0.0.23 ++ 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.27,10.0.0.50,10.0.0.23 ++ 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.27,10.0.0.50,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.27 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.50,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.50,10.0.0.23 +++ local server_list= +++ cut -d ' ' -f 1 +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ sort ++ cut -d = -f 1 ++ set -o posix ++ set ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 03/23/2026 02:04:54.732 7f87d7d99940 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/23/2026 02:04:54.858 7f87d7d99940 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/23/2026 02:04:54.869 7f87d7d99940 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/23/2026 02:04:54.870 7f87d7d99940 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.25: /usr/bin/python3 Mon Mar 23 02:05:07 2026 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 4 import sys 5 from vnc_cfg_api_server.api_server import server_main 6 if __name__ == '__main__': 7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) 8 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5367 vnc_cgitb.enable(format='text') 5368 5369 main(args_str, VncApiServer(args_str)) 5370 #server_main 5371 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2213 else: 2214 self._db_connect(self._args.reset_config) 2215 self._db_init_entries() 2216 2217 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3747 project = self.create_singleton_entry(Project(parent_obj=domain)) 3748 self._default_project = project.serialize_to_json() 3749 self.create_singleton_entry(Fabric()) 3750 3751 # Global and default policy resources self = self.create_singleton_entry = > global Fabric = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4007 if not ok: 4008 (code, msg) = result 4009 raise cfgm_common.exceptions.HttpError(code, msg) 4010 obj_id = result 4011 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/fabric:default-global-...baffd424-9c6b-4997-b744-ef71024365d6 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/fabric:default-global-system-config:default-fabric exists already with ID: baffd424-9c6b-4997-b744-ef71024365d6 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('fabric default-global-system-config:default-fabric') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/fabric:default-global-...baffd424-9c6b-4997-b744-ef71024365d6 at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/fabric:default-global-...baffd424-9c6b-4997-b744-ef71024365d6 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/fabric:default-global-...baffd424-9c6b-4997-b744-ef71024365d6 at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3992, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2474, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: fabric default-global-system-config:default-fabric During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5369, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2215, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3749, in _db_init_entries self.create_singleton_entry(Fabric()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4009, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/fabric:default-global-system-config:default-fabric exists already with ID: baffd424-9c6b-4997-b744-ef71024365d6 at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Mar 23 02:05:09 AM UTC 2026 ===================' INFO: =================== Mon Mar 23 02:05:09 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.50:8081 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.50:8086 10.0.0.23: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.27,10.0.0.50,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.50:8082 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.50:9161 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.50:9041 10.0.0.23: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.14,10.20.0.25,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14,10.20.0.25,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.50:2181,10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.50:5673,10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.50:6379 10.0.0.23: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.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.50:9092 10.0.0.23: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.27 ++ 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.27,10.0.0.50,10.0.0.23 ++ 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.27,10.0.0.50,10.0.0.23 ++ 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.27,10.0.0.50,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.27 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.50,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.50,10.0.0.23 +++ cut -d ' ' -f 1 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ sort ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq +++ local local_ips=,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + 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/23/2026 02:05:18.332 7ff1ebcb2940 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/23/2026 02:05:18.461 7ff1ebcb2940 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/23/2026 02:05:18.472 7ff1ebcb2940 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/23/2026 02:05:18.472 7ff1ebcb2940 [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.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2026-03-23 02:05:19] "GET / HTTP/1.1" 200 45871 0.001302 10.0.0.23 - - [2026-03-23 02:05:19] "GET / HTTP/1.1" 200 45871 0.000928 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.23 - - [2026-03-23 02:05:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2026-03-23 02:05:19] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000258 10.0.0.23 - - [2026-03-23 02:05:21] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.353358 10.0.0.23 - - [2026-03-23 02:05:21] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003018 10.0.0.23 - - [2026-03-23 02:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 1.707953 10.0.0.23 - - [2026-03-23 02:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 /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.23 - - [2026-03-23 02:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.067640 10.0.0.23 - - [2026-03-23 02:05:32] "POST /access-control-lists HTTP/1.1" 200 587 0.045971 10.0.0.23 - - [2026-03-23 02:05:32] "POST /route-targets HTTP/1.1" 200 327 0.020550 10.0.0.23 - - [2026-03-23 02:05:32] "POST /ref-update HTTP/1.1" 200 156 0.026299 10.0.0.23 - - [2026-03-23 02:05:32] "POST /route-targets HTTP/1.1" 200 327 0.015327 10.0.0.23 - - [2026-03-23 02:05:32] "POST /access-control-lists HTTP/1.1" 200 551 0.079195 10.0.0.50 - - [2026-03-23 02:05:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.50 - - [2026-03-23 02:05:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.23 - - [2026-03-23 02:05:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.23 - - [2026-03-23 02:05:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.23 - - [2026-03-23 02:05:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.23 - - [2026-03-23 02:05:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000713 10.0.0.50 - - [2026-03-23 02:05:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.50 - - [2026-03-23 02:05:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.27 - - [2026-03-23 02:05:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.27 - - [2026-03-23 02:05:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.27 - - [2026-03-23 02:05:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2026-03-23 02:05:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.23 - - [2026-03-23 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.090824 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2026-03-23 02:09:18] "GET /obj-perms HTTP/1.1" 200 5056 0.389022 10.0.0.50 - - [2026-03-23 02:10:18] "GET /obj-perms HTTP/1.1" 200 5056 0.065730 10.0.0.23 - - [2026-03-23 02:10:19] "GET /obj-perms HTTP/1.1" 200 5056 0.050647 10.0.0.50 - - [2026-03-23 02:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.50 - - [2026-03-23 02:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.23 - - [2026-03-23 02:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.23 - - [2026-03-23 02:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000693 10.0.0.23 - - [2026-03-23 02:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.23 - - [2026-03-23 02:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.50 - - [2026-03-23 02:10:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.50 - - [2026-03-23 02:10:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000324 10.0.0.27 - - [2026-03-23 02:10:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.27 - - [2026-03-23 02:10:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000330 10.0.0.27 - - [2026-03-23 02:10:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.27 - - [2026-03-23 02:10:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.23 - - [2026-03-23 02:10:41] "PUT /access-control-list/677e8983-18ad-486b-ae4e-9afe62ae78f8 HTTP/1.1" 200 272 0.071348 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:10:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000951 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:10:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000858 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:11:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000840 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:11:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000851 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:11:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000854 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:11:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3423 0.000861 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:11:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000863 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:11:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3423 0.000802 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:11:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000798 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:11:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3423 0.000787 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:12:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000848 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:12:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3423 0.000805 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:12:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000810 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:12:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3423 0.000892 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:12:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000802 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:12:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000775 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:12:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000818 [Introspect:8084]10.0.0.23 - - [2026-03-23 02:12:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000790 10.0.0.27 - - [2026-03-23 02:14:11] "GET / HTTP/1.1" 200 35931 0.001542 10.0.0.27 - - [2026-03-23 02:14:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.27 - - [2026-03-23 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 186 0.061787 10.0.0.23 - - [2026-03-23 02:14:12] "GET /projects?obj_uuids=d8d68da1-58eb-4398-8f67-a8271d397d60&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.068280 10.0.0.23 - - [2026-03-23 02:14:12] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.23 - - [2026-03-23 02:14:12] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036222 10.0.0.23 - - [2026-03-23 02:14:13] "POST /id-to-fqname HTTP/1.1" 200 188 0.005574 10.0.0.23 - - [2026-03-23 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.008392 10.0.0.23 - - [2026-03-23 02:14:13] "POST /security-groups HTTP/1.1" 200 589 0.039468 10.0.0.23 - - [2026-03-23 02:14:13] "POST /projects HTTP/1.1" 200 581 0.285871 10.0.0.23 - - [2026-03-23 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.357867 10.0.0.23 - - [2026-03-23 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 231 0.013549 10.0.0.27 - - [2026-03-23 02:14:13] "GET /project/d8d68da1-58eb-4398-8f67-a8271d397d60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.611616 10.0.0.27 - - [2026-03-23 02:14:14] "GET / HTTP/1.1" 200 35931 0.001498 10.0.0.23 - - [2026-03-23 02:14:18] "GET /projects?obj_uuids=d8d68da1-58eb-4398-8f67-a8271d397d60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000955 10.0.0.27 - - [2026-03-23 02:14:18] "GET /project/d8d68da1-58eb-4398-8f67-a8271d397d60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.081892 10.0.0.23 - - [2026-03-23 02:14:18] "GET /projects?obj_uuids=d8d68da1-58eb-4398-8f67-a8271d397d60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.27 - - [2026-03-23 02:14:18] "GET /project/d8d68da1-58eb-4398-8f67-a8271d397d60?fields=virtual_networks HTTP/1.1" 200 1028 0.058643 10.0.0.23 - - [2026-03-23 02:14:18] "GET /projects?obj_uuids=d8d68da1-58eb-4398-8f67-a8271d397d60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001210 10.0.0.27 - - [2026-03-23 02:14:18] "GET /project/d8d68da1-58eb-4398-8f67-a8271d397d60?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.062465 10.0.0.23 - - [2026-03-23 02:14:18] "GET /projects?obj_uuids=d8d68da1-58eb-4398-8f67-a8271d397d60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.27 - - [2026-03-23 02:14:18] "GET /project/d8d68da1-58eb-4398-8f67-a8271d397d60?fields=security_groups HTTP/1.1" 200 1252 0.054665 10.0.0.23 - - [2026-03-23 02:14:19] "GET /projects?obj_uuids=063ce49e-4212-47f4-ad6c-eb61b1a4ca01&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003044 10.0.0.23 - - [2026-03-23 02:14:19] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000851 10.0.0.23 - - [2026-03-23 02:14:19] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007473 10.0.0.23 - - [2026-03-23 02:14:19] "POST /id-to-fqname HTTP/1.1" 200 167 0.001308 10.0.0.23 - - [2026-03-23 02:14:19] "POST /fqname-to-id HTTP/1.1" 404 176 0.007309 10.0.0.23 - - [2026-03-23 02:14:19] "POST /security-groups HTTP/1.1" 200 568 0.040287 10.0.0.23 - - [2026-03-23 02:14:19] "POST /projects HTTP/1.1" 200 539 0.277100 10.0.0.23 - - [2026-03-23 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.320710 10.0.0.23 - - [2026-03-23 02:14:19] "POST /access-control-lists HTTP/1.1" 200 573 0.037499 10.0.0.27 - - [2026-03-23 02:14:19] "GET /project/063ce49e-4212-47f4-ad6c-eb61b1a4ca01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.493192 [Introspect:8084]10.0.0.27 - - [2026-03-23 02:14:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001056 10.0.0.23 - - [2026-03-23 02:14:21] "GET /projects?obj_uuids=063ce49e-4212-47f4-ad6c-eb61b1a4ca01&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000881 10.0.0.27 - - [2026-03-23 02:14:21] "GET /project/063ce49e-4212-47f4-ad6c-eb61b1a4ca01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.052659 10.0.0.27 - - [2026-03-23 02:14:22] "GET /obj-perms HTTP/1.1" 200 5056 0.374132 10.0.0.23 - - [2026-03-23 02:14:22] "GET /obj-perms HTTP/1.1" 200 5056 0.095253 10.0.0.50 - - [2026-03-23 02:14:23] "GET /obj-perms HTTP/1.1" 200 5056 0.122913 10.0.0.23 - - [2026-03-23 02:14:24] "DELETE /project/d8d68da158eb43988f67a8271d397d60 HTTP/1.1" 404 173 0.003979 10.0.0.23 - - [2026-03-23 02:14:24] "GET /projects?obj_uuids=d8d68da1-58eb-4398-8f67-a8271d397d60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000797 10.0.0.23 - - [2026-03-23 02:14:24] "DELETE /project/063ce49e421247f4ad6ceb61b1a4ca01 HTTP/1.1" 404 173 0.007040 10.0.0.23 - - [2026-03-23 02:14:24] "GET /project/d8d68da1-58eb-4398-8f67-a8271d397d60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.072419 10.0.0.23 - - [2026-03-23 02:14:24] "GET /projects?obj_uuids=d8d68da1-58eb-4398-8f67-a8271d397d60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000817 10.0.0.23 - - [2026-03-23 02:14:24] "GET /project/d8d68da1-58eb-4398-8f67-a8271d397d60?fields=security_groups HTTP/1.1" 200 1357 0.091136 10.0.0.23 - - [2026-03-23 02:14:24] "DELETE /security-group/cf9c2026-e845-48b9-9168-18fef503b360 HTTP/1.1" 200 115 0.070024 10.0.0.23 - - [2026-03-23 02:14:24] "GET /projects?obj_uuids=d8d68da1-58eb-4398-8f67-a8271d397d60&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000856 10.0.0.23 - - [2026-03-23 02:14:24] "DELETE /access-control-list/5e5d4807-6d40-48d0-ac1d-fef9d81e3a8a HTTP/1.1" 200 115 0.049093 10.0.0.23 - - [2026-03-23 02:14:24] "GET /project/d8d68da1-58eb-4398-8f67-a8271d397d60?fields=application_policy_sets HTTP/1.1" 200 1396 0.093482 [Introspect:8084]10.0.0.27 - - [2026-03-23 02:14:24] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000493 10.0.0.23 - - [2026-03-23 02:14:24] "DELETE /project/d8d68da1-58eb-4398-8f67-a8271d397d60 HTTP/1.1" 200 115 0.603852 10.0.0.27 - - [2026-03-23 02:14:25] "GET /obj-perms HTTP/1.1" 200 5056 0.056885 10.0.0.27 - - [2026-03-23 02:14:25] "GET /obj-perms HTTP/1.1" 200 5056 0.004806 10.0.0.27 - - [2026-03-23 02:14:25] "GET /obj-perms HTTP/1.1" 200 5056 0.003643 10.0.0.27 - - [2026-03-23 02:14:25] "GET /obj-perms HTTP/1.1" 200 5056 0.004194 10.0.0.27 - - [2026-03-23 02:14:25] "GET /obj-perms HTTP/1.1" 200 5056 0.003874 10.0.0.27 - - [2026-03-23 02:14:25] "GET /obj-perms HTTP/1.1" 200 5056 0.005600 10.0.0.27 - - [2026-03-23 02:14:25] "GET /obj-perms HTTP/1.1" 200 5056 0.004453 10.0.0.27 - - [2026-03-23 02:14:25] "GET /obj-perms HTTP/1.1" 200 5056 0.003786 10.0.0.27 - - [2026-03-23 02:14:26] "GET /obj-perms HTTP/1.1" 200 5056 0.003649 10.0.0.27 - - [2026-03-23 02:14:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004151 10.0.0.27 - - [2026-03-23 02:14:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004237 10.0.0.27 - - [2026-03-23 02:14:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004004 10.0.0.23 - - [2026-03-23 02:14:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004395 10.0.0.23 - - [2026-03-23 02:14:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004143 10.0.0.27 - - [2026-03-23 02:14:27] "GET /obj-perms HTTP/1.1" 200 5056 0.003593 10.0.0.27 - - [2026-03-23 02:14:28] "GET /obj-perms HTTP/1.1" 200 5056 0.004266 10.0.0.27 - - [2026-03-23 02:14:28] "GET /obj-perms HTTP/1.1" 200 5056 0.004375 10.0.0.27 - - [2026-03-23 02:14:28] "GET /obj-perms HTTP/1.1" 200 5056 0.003681 10.0.0.27 - - [2026-03-23 02:14:28] "GET /obj-perms HTTP/1.1" 200 5056 0.004051 10.0.0.27 - - [2026-03-23 02:14:28] "GET /obj-perms HTTP/1.1" 200 5056 0.003795 10.0.0.27 - - [2026-03-23 02:14:28] "GET /obj-perms HTTP/1.1" 200 5056 0.003630 10.0.0.27 - - [2026-03-23 02:14:28] "GET /obj-perms HTTP/1.1" 200 5056 0.004273 10.0.0.27 - - [2026-03-23 02:14:28] "GET /obj-perms HTTP/1.1" 200 5056 0.004162 10.0.0.27 - - [2026-03-23 02:14:28] "GET /obj-perms HTTP/1.1" 200 5056 0.003620 10.0.0.27 - - [2026-03-23 02:14:28] "GET /obj-perms HTTP/1.1" 200 5056 0.004300 10.0.0.27 - - [2026-03-23 02:14:31] "GET /obj-perms HTTP/1.1" 200 5056 0.003946 10.0.0.27 - - [2026-03-23 02:14:31] "GET /obj-perms HTTP/1.1" 200 5056 0.004326 10.0.0.27 - - [2026-03-23 02:14:31] "GET /obj-perms HTTP/1.1" 200 5056 0.003873 10.0.0.27 - - [2026-03-23 02:14:31] "GET /obj-perms HTTP/1.1" 200 5056 0.003865 10.0.0.27 - - [2026-03-23 02:14:33] "GET /obj-perms HTTP/1.1" 200 5056 0.003665 10.0.0.27 - - [2026-03-23 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.026682 10.0.0.23 - - [2026-03-23 02:14:34] "GET /projects?obj_uuids=252898c1-3c96-4a73-a5d8-bceb5c63b955&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003327 10.0.0.23 - - [2026-03-23 02:14:34] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.23 - - [2026-03-23 02:14:34] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006822 10.0.0.23 - - [2026-03-23 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 201 0.002517 10.0.0.23 - - [2026-03-23 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 210 0.010371 10.0.0.23 - - [2026-03-23 02:14:34] "POST /security-groups HTTP/1.1" 200 602 0.042681 10.0.0.23 - - [2026-03-23 02:14:34] "POST /projects HTTP/1.1" 200 607 0.280794 10.0.0.23 - - [2026-03-23 02:14:34] "POST /access-control-lists HTTP/1.1" 200 607 0.034655 10.0.0.23 - - [2026-03-23 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.364829 10.0.0.27 - - [2026-03-23 02:14:34] "GET /project/252898c1-3c96-4a73-a5d8-bceb5c63b955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.522304 10.0.0.27 - - [2026-03-23 02:14:36] "GET / HTTP/1.1" 200 35931 0.001512 10.0.0.27 - - [2026-03-23 02:14:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.27 - - [2026-03-23 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.066931 10.0.0.23 - - [2026-03-23 02:14:37] "GET /projects?obj_uuids=252898c1-3c96-4a73-a5d8-bceb5c63b955&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000805 10.0.0.27 - - [2026-03-23 02:14:37] "GET /project/252898c1-3c96-4a73-a5d8-bceb5c63b955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.053262 10.0.0.23 - - [2026-03-23 02:14:38] "POST /route-targets HTTP/1.1" 200 327 0.020855 10.0.0.23 - - [2026-03-23 02:14:38] "POST /useragent-kv HTTP/1.1" 200 115 0.012608 10.0.0.27 - - [2026-03-23 02:14:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.388384 10.0.0.27 - - [2026-03-23 02:14:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.001625 10.0.0.27 - - [2026-03-23 02:14:38] "GET /virtual-network/37470b95-40b4-4202-bdde-e2aad39bc867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007885 10.0.0.27 - - [2026-03-23 02:14:38] "GET /virtual-network/37470b95-40b4-4202-bdde-e2aad39bc867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005802 10.0.0.27 - - [2026-03-23 02:14:38] "POST /neutron/network HTTP/1.1" 200 840 0.015897 10.0.0.27 - - [2026-03-23 02:14:39] "GET /virtual-network/37470b95-40b4-4202-bdde-e2aad39bc867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005079 10.0.0.23 - - [2026-03-23 02:14:40] "GET /obj-perms HTTP/1.1" 200 5052 0.062743 10.0.0.27 - - [2026-03-23 02:14:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.001192 10.0.0.23 - - [2026-03-23 02:14:43] "GET /projects?obj_uuids=252898c1-3c96-4a73-a5d8-bceb5c63b955&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000897 10.0.0.27 - - [2026-03-23 02:14:43] "GET /project/252898c1-3c96-4a73-a5d8-bceb5c63b955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.111106 10.0.0.27 - - [2026-03-23 02:14:44] "POST /neutron/network HTTP/1.1" 200 840 0.034680 10.0.0.27 - - [2026-03-23 02:14:44] "POST /neutron/port HTTP/1.1" 200 117 0.006799 10.0.0.27 - - [2026-03-23 02:14:46] "POST /neutron/port HTTP/1.1" 200 1072 0.055785 10.0.0.27 - - [2026-03-23 02:14:46] "POST /neutron/port HTTP/1.1" 200 1136 0.022816 10.0.0.27 - - [2026-03-23 02:14:47] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.27 - - [2026-03-23 02:14:49] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007318 10.0.0.27 - - [2026-03-23 02:14:54] "GET /obj-perms HTTP/1.1" 200 5052 0.060180 10.0.0.27 - - [2026-03-23 02:14:57] "GET /obj-perms HTTP/1.1" 200 5052 0.004093 10.0.0.27 - - [2026-03-23 02:15:00] "POST /neutron/network HTTP/1.1" 200 840 0.008493 10.0.0.27 - - [2026-03-23 02:15:00] "POST /neutron/port HTTP/1.1" 200 1126 0.020159 10.0.0.27 - - [2026-03-23 02:15:02] "POST /neutron/network HTTP/1.1" 200 840 0.009670 10.0.0.23 - - [2026-03-23 02:15:02] "DELETE /route-target/87a815ae-64e1-4925-817d-6312e91039a7 HTTP/1.1" 200 115 0.030042 10.0.0.23 - - [2026-03-23 02:15:03] "GET /projects?obj_uuids=252898c1-3c96-4a73-a5d8-bceb5c63b955&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001044 10.0.0.27 - - [2026-03-23 02:15:03] "GET /project/252898c1-3c96-4a73-a5d8-bceb5c63b955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.059861 10.0.0.23 - - [2026-03-23 02:15:03] "GET /projects?obj_uuids=252898c1-3c96-4a73-a5d8-bceb5c63b955&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001852 10.0.0.27 - - [2026-03-23 02:15:03] "GET /project/252898c1-3c96-4a73-a5d8-bceb5c63b955?fields=virtual_networks HTTP/1.1" 200 1053 0.064034 10.0.0.23 - - [2026-03-23 02:15:03] "GET /projects?obj_uuids=252898c1-3c96-4a73-a5d8-bceb5c63b955&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000909 10.0.0.27 - - [2026-03-23 02:15:03] "GET /project/252898c1-3c96-4a73-a5d8-bceb5c63b955?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.057728 10.0.0.23 - - [2026-03-23 02:15:03] "GET /projects?obj_uuids=252898c1-3c96-4a73-a5d8-bceb5c63b955&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001142 10.0.0.27 - - [2026-03-23 02:15:03] "GET /project/252898c1-3c96-4a73-a5d8-bceb5c63b955?fields=security_groups HTTP/1.1" 200 1290 0.064007 10.0.0.23 - - [2026-03-23 02:15:04] "GET /projects?obj_uuids=063ce49e-4212-47f4-ad6c-eb61b1a4ca01&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001228 10.0.0.27 - - [2026-03-23 02:15:04] "GET /project/063ce49e-4212-47f4-ad6c-eb61b1a4ca01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.065914 10.0.0.23 - - [2026-03-23 02:15:11] "GET /projects?obj_uuids=063ce49e-4212-47f4-ad6c-eb61b1a4ca01&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002017 10.0.0.27 - - [2026-03-23 02:15:11] "GET /project/063ce49e-4212-47f4-ad6c-eb61b1a4ca01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.071342 10.0.0.27 - - [2026-03-23 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 200 0.036854 10.0.0.23 - - [2026-03-23 02:15:14] "GET /projects?obj_uuids=114a2fa0-5e98-40b0-baca-a61b8938a719&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003524 10.0.0.23 - - [2026-03-23 02:15:14] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000822 10.0.0.23 - - [2026-03-23 02:15:14] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007412 10.0.0.23 - - [2026-03-23 02:15:14] "POST /id-to-fqname HTTP/1.1" 200 202 0.003671 10.0.0.23 - - [2026-03-23 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.003318 10.0.0.23 - - [2026-03-23 02:15:14] "POST /security-groups HTTP/1.1" 200 603 0.078683 10.0.0.23 - - [2026-03-23 02:15:14] "POST /projects HTTP/1.1" 200 609 0.299374 10.0.0.23 - - [2026-03-23 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 245 0.009203 10.0.0.23 - - [2026-03-23 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.381181 10.0.0.27 - - [2026-03-23 02:15:14] "GET /project/114a2fa0-5e98-40b0-baca-a61b8938a719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.550648 10.0.0.27 - - [2026-03-23 02:15:16] "GET / HTTP/1.1" 200 35931 0.001715 10.0.0.27 - - [2026-03-23 02:15:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2026-03-23 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.066306 10.0.0.23 - - [2026-03-23 02:15:16] "GET /projects?obj_uuids=114a2fa0-5e98-40b0-baca-a61b8938a719&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000817 10.0.0.27 - - [2026-03-23 02:15:16] "GET /project/114a2fa0-5e98-40b0-baca-a61b8938a719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039917 10.0.0.23 - - [2026-03-23 02:15:17] "GET /projects?obj_uuids=114a2fa0-5e98-40b0-baca-a61b8938a719&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.27 - - [2026-03-23 02:15:17] "POST /neutron/network HTTP/1.1" 200 703 0.187825 10.0.0.23 - - [2026-03-23 02:15:17] "POST /ref-update HTTP/1.1" 200 156 0.039307 10.0.0.27 - - [2026-03-23 02:15:17] "POST /id-to-fqname HTTP/1.1" 200 275 0.003643 10.0.0.27 - - [2026-03-23 02:15:17] "GET /virtual-network/7bb5e30e-8cb9-4248-acd6-75c5a5db4eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005659 10.0.0.27 - - [2026-03-23 02:15:17] "POST /neutron/network HTTP/1.1" 200 923 0.007486 10.0.0.27 - - [2026-03-23 02:15:17] "GET /virtual-network/7bb5e30e-8cb9-4248-acd6-75c5a5db4eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005247 10.0.0.27 - - [2026-03-23 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.23 - - [2026-03-23 02:15:17] "GET /projects?obj_uuids=114a2fa0-5e98-40b0-baca-a61b8938a719&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000868 10.0.0.27 - - [2026-03-23 02:15:17] "GET /project/114a2fa0-5e98-40b0-baca-a61b8938a719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.057157 10.0.0.27 - - [2026-03-23 02:15:17] "POST /neutron/network HTTP/1.1" 200 117 0.019151 10.0.0.27 - - [2026-03-23 02:15:18] "POST /neutron/network HTTP/1.1" 200 922 0.009951 10.0.0.27 - - [2026-03-23 02:15:18] "POST /id-to-fqname HTTP/1.1" 200 275 0.001109 10.0.0.27 - - [2026-03-23 02:15:18] "GET /virtual-network/2bc5d1f5-f4f6-4ce1-9d98-ffd494fac85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.004663 10.0.0.27 - - [2026-03-23 02:15:18] "GET /virtual-network/2bc5d1f5-f4f6-4ce1-9d98-ffd494fac85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.005571 10.0.0.27 - - [2026-03-23 02:15:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.009521 10.0.0.27 - - [2026-03-23 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.23 - - [2026-03-23 02:15:18] "GET /projects?obj_uuids=114a2fa0-5e98-40b0-baca-a61b8938a719&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000844 10.0.0.27 - - [2026-03-23 02:15:18] "GET /project/114a2fa0-5e98-40b0-baca-a61b8938a719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048407 10.0.0.23 - - [2026-03-23 02:15:18] "POST /route-targets HTTP/1.1" 200 327 0.019549 10.0.0.23 - - [2026-03-23 02:15:19] "POST /useragent-kv HTTP/1.1" 200 115 0.024052 10.0.0.27 - - [2026-03-23 02:15:19] "POST /neutron/subnet HTTP/1.1" 200 719 0.278189 10.0.0.27 - - [2026-03-23 02:15:19] "POST /id-to-fqname HTTP/1.1" 200 276 0.001154 10.0.0.27 - - [2026-03-23 02:15:19] "GET /virtual-network/6406a35e-403f-435e-a607-6417882ccf16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.005647 10.0.0.27 - - [2026-03-23 02:15:19] "GET /virtual-network/6406a35e-403f-435e-a607-6417882ccf16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.005704 10.0.0.27 - - [2026-03-23 02:15:19] "POST /neutron/network HTTP/1.1" 200 923 0.006895 10.0.0.27 - - [2026-03-23 02:15:19] "POST /id-to-fqname HTTP/1.1" 200 275 0.001137 10.0.0.23 - - [2026-03-23 02:15:20] "GET /projects?obj_uuids=114a2fa0-5e98-40b0-baca-a61b8938a719&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145 10.0.0.27 - - [2026-03-23 02:15:20] "GET /project/114a2fa0-5e98-40b0-baca-a61b8938a719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.074746 10.0.0.27 - - [2026-03-23 02:15:20] "POST /neutron/network HTTP/1.1" 200 922 0.011592 10.0.0.27 - - [2026-03-23 02:15:20] "POST /id-to-fqname HTTP/1.1" 200 276 0.001194 10.0.0.27 - - [2026-03-23 02:15:20] "POST /neutron/port HTTP/1.1" 200 117 0.008445 10.0.0.23 - - [2026-03-23 02:15:21] "GET /projects?obj_uuids=114a2fa0-5e98-40b0-baca-a61b8938a719&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001410 10.0.0.27 - - [2026-03-23 02:15:21] "POST /neutron/port HTTP/1.1" 200 1072 0.425978 10.0.0.23 - - [2026-03-23 02:15:21] "GET /projects?obj_uuids=114a2fa0-5e98-40b0-baca-a61b8938a719&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001390 10.0.0.27 - - [2026-03-23 02:15:22] "GET /project/114a2fa0-5e98-40b0-baca-a61b8938a719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.162294 10.0.0.27 - - [2026-03-23 02:15:22] "POST /neutron/port HTTP/1.1" 200 1126 0.208310 10.0.0.27 - - [2026-03-23 02:15:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004446 10.0.0.27 - - [2026-03-23 02:15:22] "POST /neutron/network HTTP/1.1" 200 922 0.011335 10.0.0.27 - - [2026-03-23 02:15:22] "POST /neutron/port HTTP/1.1" 200 117 0.007900 10.0.0.27 - - [2026-03-23 02:15:24] "POST /neutron/network HTTP/1.1" 200 922 0.008145 10.0.0.23 - - [2026-03-23 02:15:24] "DELETE /project/252898c13c964a73a5d8bceb5c63b955 HTTP/1.1" 404 173 0.007226 10.0.0.23 - - [2026-03-23 02:15:24] "DELETE /project/114a2fa05e9840b0bacaa61b8938a719 HTTP/1.1" 404 173 0.006344 10.0.0.23 - - [2026-03-23 02:15:24] "GET /projects?obj_uuids=252898c1-3c96-4a73-a5d8-bceb5c63b955&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000777 10.0.0.27 - - [2026-03-23 02:15:24] "POST /neutron/port HTTP/1.1" 200 1136 0.027657 10.0.0.23 - - [2026-03-23 02:15:25] "GET /project/252898c1-3c96-4a73-a5d8-bceb5c63b955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.048273 10.0.0.23 - - [2026-03-23 02:15:25] "GET /projects?obj_uuids=252898c1-3c96-4a73-a5d8-bceb5c63b955&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001449 10.0.0.23 - - [2026-03-23 02:15:25] "GET /project/252898c1-3c96-4a73-a5d8-bceb5c63b955?fields=security_groups HTTP/1.1" 200 1395 0.085925 10.0.0.27 - - [2026-03-23 02:15:25] "POST /neutron/port HTTP/1.1" 200 1071 0.114730 10.0.0.23 - - [2026-03-23 02:15:25] "DELETE /security-group/8bc34b5d-2f54-4add-badc-a597997b9acc HTTP/1.1" 200 115 0.129511 10.0.0.23 - - [2026-03-23 02:15:25] "GET /projects?obj_uuids=252898c1-3c96-4a73-a5d8-bceb5c63b955&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000984 10.0.0.23 - - [2026-03-23 02:15:25] "GET /project/252898c1-3c96-4a73-a5d8-bceb5c63b955?fields=application_policy_sets HTTP/1.1" 200 1434 0.075448 10.0.0.23 - - [2026-03-23 02:15:25] "DELETE /access-control-list/46904202-bfa6-4da3-81cf-f1fe88ccf858 HTTP/1.1" 200 115 0.107287 10.0.0.27 - - [2026-03-23 02:15:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004070 10.0.0.23 - - [2026-03-23 02:15:25] "DELETE /project/252898c1-3c96-4a73-a5d8-bceb5c63b955 HTTP/1.1" 200 115 0.700673 10.0.0.27 - - [2026-03-23 02:15:25] "POST /neutron/network HTTP/1.1" 200 923 0.007023 10.0.0.27 - - [2026-03-23 02:15:26] "POST /neutron/network HTTP/1.1" 200 923 0.012675 10.0.0.27 - - [2026-03-23 02:15:28] "POST /neutron/network HTTP/1.1" 400 204 0.026977 10.0.0.27 - - [2026-03-23 02:15:29] "POST /neutron/port HTTP/1.1" 200 151 0.232184 10.0.0.27 - - [2026-03-23 02:15:29] "POST /neutron/network HTTP/1.1" 200 117 0.009558 10.0.0.23 - - [2026-03-23 02:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003602 10.0.0.23 - - [2026-03-23 02:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004367 10.0.0.23 - - [2026-03-23 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005180 10.0.0.27 - - [2026-03-23 02:15:31] "POST /neutron/network HTTP/1.1" 200 151 0.159798 10.0.0.23 - - [2026-03-23 02:15:31] "GET /projects?obj_uuids=114a2fa0-5e98-40b0-baca-a61b8938a719&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000858 10.0.0.23 - - [2026-03-23 02:15:31] "DELETE /route-target/ecd2f26a-04d8-4b59-b811-da5e1e73f70c HTTP/1.1" 200 115 0.024096 10.0.0.27 - - [2026-03-23 02:15:31] "GET /project/114a2fa0-5e98-40b0-baca-a61b8938a719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.051212 10.0.0.23 - - [2026-03-23 02:15:31] "GET /projects?obj_uuids=114a2fa0-5e98-40b0-baca-a61b8938a719&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001081 10.0.0.27 - - [2026-03-23 02:15:31] "GET /project/114a2fa0-5e98-40b0-baca-a61b8938a719?fields=virtual_networks HTTP/1.1" 200 1055 0.058910 10.0.0.23 - - [2026-03-23 02:15:31] "GET /projects?obj_uuids=114a2fa0-5e98-40b0-baca-a61b8938a719&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001222 10.0.0.27 - - [2026-03-23 02:15:31] "GET /project/114a2fa0-5e98-40b0-baca-a61b8938a719?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.053273 10.0.0.23 - - [2026-03-23 02:15:31] "GET /projects?obj_uuids=114a2fa0-5e98-40b0-baca-a61b8938a719&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000955 10.0.0.27 - - [2026-03-23 02:15:31] "GET /project/114a2fa0-5e98-40b0-baca-a61b8938a719?fields=security_groups HTTP/1.1" 200 1293 0.051042 10.0.0.27 - - [2026-03-23 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 190 0.033498 10.0.0.23 - - [2026-03-23 02:15:32] "GET /projects?obj_uuids=ec4d8362-5b67-49eb-9c6c-a132c22d7d24&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004390 10.0.0.23 - - [2026-03-23 02:15:32] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.23 - - [2026-03-23 02:15:32] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007457 10.0.0.23 - - [2026-03-23 02:15:32] "POST /id-to-fqname HTTP/1.1" 200 192 0.001017 10.0.0.23 - - [2026-03-23 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.005423 10.0.0.23 - - [2026-03-23 02:15:32] "POST /security-groups HTTP/1.1" 200 593 0.078511 10.0.0.23 - - [2026-03-23 02:15:33] "POST /projects HTTP/1.1" 200 589 0.305096 10.0.0.23 - - [2026-03-23 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 235 0.014646 10.0.0.23 - - [2026-03-23 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.379256 10.0.0.27 - - [2026-03-23 02:15:33] "GET /project/ec4d8362-5b67-49eb-9c6c-a132c22d7d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.548591 10.0.0.27 - - [2026-03-23 02:15:34] "GET / HTTP/1.1" 200 35931 0.001908 10.0.0.27 - - [2026-03-23 02:15:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000649 10.0.0.50 - - [2026-03-23 02:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.27 - - [2026-03-23 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.102265 10.0.0.23 - - [2026-03-23 02:15:35] "GET /projects?obj_uuids=ec4d8362-5b67-49eb-9c6c-a132c22d7d24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000850 10.0.0.27 - - [2026-03-23 02:15:35] "GET /project/ec4d8362-5b67-49eb-9c6c-a132c22d7d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045683 10.0.0.50 - - [2026-03-23 02:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.27 - - [2026-03-23 02:15:35] "POST /neutron/network HTTP/1.1" 200 117 0.059925 10.0.0.23 - - [2026-03-23 02:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.23 - - [2026-03-23 02:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2026-03-23 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.030176 10.0.0.23 - - [2026-03-23 02:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.23 - - [2026-03-23 02:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.27 - - [2026-03-23 02:15:36] "POST /neutron/network HTTP/1.1" 200 891 0.011211 10.0.0.27 - - [2026-03-23 02:15:36] "POST /id-to-fqname HTTP/1.1" 200 255 0.000998 10.0.0.27 - - [2026-03-23 02:15:36] "GET /virtual-network/e3cb74dd-38c6-438d-a8af-c20690950573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.004955 10.0.0.27 - - [2026-03-23 02:15:36] "GET /virtual-network/e3cb74dd-38c6-438d-a8af-c20690950573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.004861 10.0.0.27 - - [2026-03-23 02:15:36] "POST /neutron/subnet HTTP/1.1" 200 719 0.011783 10.0.0.27 - - [2026-03-23 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.23 - - [2026-03-23 02:15:36] "GET /projects?obj_uuids=ec4d8362-5b67-49eb-9c6c-a132c22d7d24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000974 10.0.0.50 - - [2026-03-23 02:15:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000278 10.0.0.27 - - [2026-03-23 02:15:36] "GET /project/ec4d8362-5b67-49eb-9c6c-a132c22d7d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050270 10.0.0.50 - - [2026-03-23 02:15:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000326 10.0.0.23 - - [2026-03-23 02:15:36] "POST /useragent-kv HTTP/1.1" 200 115 0.015979 10.0.0.27 - - [2026-03-23 02:15:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.265811 10.0.0.27 - - [2026-03-23 02:15:36] "POST /id-to-fqname HTTP/1.1" 200 255 0.001148 10.0.0.27 - - [2026-03-23 02:15:36] "GET /virtual-network/263b422b-dde0-4e05-b318-dbfc045bfd4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.005557 10.0.0.27 - - [2026-03-23 02:15:36] "GET /virtual-network/263b422b-dde0-4e05-b318-dbfc045bfd4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.005651 10.0.0.27 - - [2026-03-23 02:15:36] "POST /neutron/network HTTP/1.1" 200 893 0.007639 10.0.0.27 - - [2026-03-23 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.23 - - [2026-03-23 02:15:36] "GET /projects?obj_uuids=ec4d8362-5b67-49eb-9c6c-a132c22d7d24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000803 10.0.0.27 - - [2026-03-23 02:15:36] "GET /project/ec4d8362-5b67-49eb-9c6c-a132c22d7d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045802 10.0.0.27 - - [2026-03-23 02:15:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.23 - - [2026-03-23 02:15:37] "GET /projects?obj_uuids=ec4d8362-5b67-49eb-9c6c-a132c22d7d24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001157 10.0.0.27 - - [2026-03-23 02:15:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000255 10.0.0.27 - - [2026-03-23 02:15:37] "POST /neutron/network HTTP/1.1" 200 675 0.129731 10.0.0.23 - - [2026-03-23 02:15:37] "POST /route-targets HTTP/1.1" 200 327 0.012928 10.0.0.27 - - [2026-03-23 02:15:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000722 10.0.0.27 - - [2026-03-23 02:15:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.27 - - [2026-03-23 02:15:37] "POST /id-to-fqname HTTP/1.1" 200 256 0.002815 10.0.0.27 - - [2026-03-23 02:15:37] "GET /virtual-network/8f69a08b-e385-4a12-85c8-1d5e7d422324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005080 10.0.0.27 - - [2026-03-23 02:15:37] "POST /neutron/network HTTP/1.1" 200 896 0.005481 10.0.0.27 - - [2026-03-23 02:15:37] "GET /virtual-network/8f69a08b-e385-4a12-85c8-1d5e7d422324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005036 10.0.0.27 - - [2026-03-23 02:15:37] "POST /id-to-fqname HTTP/1.1" 200 255 0.001180 10.0.0.27 - - [2026-03-23 02:15:37] "POST /neutron/network HTTP/1.1" 200 903 0.007781 10.0.0.23 - - [2026-03-23 02:15:38] "GET /projects?obj_uuids=ec4d8362-5b67-49eb-9c6c-a132c22d7d24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000956 10.0.0.27 - - [2026-03-23 02:15:38] "GET /project/ec4d8362-5b67-49eb-9c6c-a132c22d7d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.081537 10.0.0.27 - - [2026-03-23 02:15:38] "POST /neutron/port HTTP/1.1" 200 117 0.007451 10.0.0.27 - - [2026-03-23 02:15:38] "POST /id-to-fqname HTTP/1.1" 200 256 0.001039 10.0.0.27 - - [2026-03-23 02:15:39] "POST /neutron/network HTTP/1.1" 200 903 0.006558 10.0.0.27 - - [2026-03-23 02:15:39] "POST /neutron/port HTTP/1.1" 200 1063 0.020692 10.0.0.23 - - [2026-03-23 02:15:39] "GET /projects?obj_uuids=ec4d8362-5b67-49eb-9c6c-a132c22d7d24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001042 10.0.0.27 - - [2026-03-23 02:15:39] "GET /project/ec4d8362-5b67-49eb-9c6c-a132c22d7d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.090506 10.0.0.27 - - [2026-03-23 02:15:40] "POST /neutron/port HTTP/1.1" 200 1127 0.029100 10.0.0.27 - - [2026-03-23 02:15:40] "POST /neutron/port HTTP/1.1" 200 1127 0.020452 10.0.0.27 - - [2026-03-23 02:15:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007506 10.0.0.23 - - [2026-03-23 02:15:40] "GET /projects?obj_uuids=ec4d8362-5b67-49eb-9c6c-a132c22d7d24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000897 10.0.0.27 - - [2026-03-23 02:15:40] "POST /neutron/port HTTP/1.1" 200 1064 0.350315 10.0.0.27 - - [2026-03-23 02:15:41] "POST /neutron/port HTTP/1.1" 200 1118 0.190176 10.0.0.27 - - [2026-03-23 02:15:41] "POST /neutron/subnet HTTP/1.1" 200 708 0.010871 10.0.0.27 - - [2026-03-23 02:15:41] "POST /neutron/network HTTP/1.1" 200 893 0.006836 10.0.0.27 - - [2026-03-23 02:15:42] "POST /neutron/port HTTP/1.1" 200 1117 0.012181 10.0.0.27 - - [2026-03-23 02:15:42] "POST /neutron/port HTTP/1.1" 200 1118 0.013819 10.0.0.27 - - [2026-03-23 02:15:43] "POST /neutron/network HTTP/1.1" 200 893 0.007021 10.0.0.23 - - [2026-03-23 02:15:44] "DELETE /route-target/88c2e950-8c2c-4028-ba01-2bf812a41e89 HTTP/1.1" 200 115 0.072239 10.0.0.23 - - [2026-03-23 02:15:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003340 10.0.0.23 - - [2026-03-23 02:15:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004115 10.0.0.27 - - [2026-03-23 02:15:44] "POST /neutron/network HTTP/1.1" 200 151 0.153352 10.0.0.23 - - [2026-03-23 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005000 10.0.0.23 - - [2026-03-23 02:15:44] "GET /projects?obj_uuids=ec4d8362-5b67-49eb-9c6c-a132c22d7d24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000818 10.0.0.27 - - [2026-03-23 02:15:44] "GET /project/ec4d8362-5b67-49eb-9c6c-a132c22d7d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.048357 10.0.0.23 - - [2026-03-23 02:15:44] "GET /projects?obj_uuids=ec4d8362-5b67-49eb-9c6c-a132c22d7d24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001624 10.0.0.27 - - [2026-03-23 02:15:44] "GET /project/ec4d8362-5b67-49eb-9c6c-a132c22d7d24?fields=virtual_networks HTTP/1.1" 200 1036 0.053592 10.0.0.23 - - [2026-03-23 02:15:44] "GET /projects?obj_uuids=ec4d8362-5b67-49eb-9c6c-a132c22d7d24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000972 10.0.0.27 - - [2026-03-23 02:15:44] "GET /project/ec4d8362-5b67-49eb-9c6c-a132c22d7d24?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.048189 10.0.0.23 - - [2026-03-23 02:15:44] "GET /projects?obj_uuids=ec4d8362-5b67-49eb-9c6c-a132c22d7d24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000945 10.0.0.27 - - [2026-03-23 02:15:44] "GET /project/ec4d8362-5b67-49eb-9c6c-a132c22d7d24?fields=security_groups HTTP/1.1" 200 1264 0.048460 10.0.0.27 - - [2026-03-23 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.036070 10.0.0.23 - - [2026-03-23 02:15:45] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003932 10.0.0.23 - - [2026-03-23 02:15:45] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001135 10.0.0.23 - - [2026-03-23 02:15:45] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007584 10.0.0.23 - - [2026-03-23 02:15:46] "POST /id-to-fqname HTTP/1.1" 200 198 0.001029 10.0.0.23 - - [2026-03-23 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.004452 10.0.0.23 - - [2026-03-23 02:15:46] "POST /security-groups HTTP/1.1" 200 599 0.074056 10.0.0.23 - - [2026-03-23 02:15:46] "POST /projects HTTP/1.1" 200 601 0.294748 10.0.0.23 - - [2026-03-23 02:15:46] "POST /access-control-lists HTTP/1.1" 200 604 0.037598 10.0.0.23 - - [2026-03-23 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.371075 10.0.0.27 - - [2026-03-23 02:15:46] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.531862 10.0.0.27 - - [2026-03-23 02:15:47] "GET / HTTP/1.1" 200 35931 0.001541 10.0.0.27 - - [2026-03-23 02:15:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000403 10.0.0.27 - - [2026-03-23 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.066396 10.0.0.23 - - [2026-03-23 02:15:48] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000819 10.0.0.27 - - [2026-03-23 02:15:48] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053347 10.0.0.27 - - [2026-03-23 02:15:48] "POST /neutron/network HTTP/1.1" 200 117 0.044212 10.0.0.23 - - [2026-03-23 02:15:48] "POST /route-targets HTTP/1.1" 200 327 0.027272 10.0.0.27 - - [2026-03-23 02:15:49] "POST /neutron/network HTTP/1.1" 200 911 0.008611 10.0.0.27 - - [2026-03-23 02:15:49] "POST /id-to-fqname HTTP/1.1" 200 267 0.000953 10.0.0.27 - - [2026-03-23 02:15:49] "GET /virtual-network/b4ea6a1e-ed18-49fd-a1a5-2196f6fcab28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.004941 10.0.0.27 - - [2026-03-23 02:15:49] "GET /virtual-network/b4ea6a1e-ed18-49fd-a1a5-2196f6fcab28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005691 10.0.0.27 - - [2026-03-23 02:15:49] "POST /neutron/subnet HTTP/1.1" 200 730 0.009370 10.0.0.27 - - [2026-03-23 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.23 - - [2026-03-23 02:15:49] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000830 10.0.0.27 - - [2026-03-23 02:15:49] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048291 10.0.0.23 - - [2026-03-23 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.033587 10.0.0.23 - - [2026-03-23 02:15:49] "POST /useragent-kv HTTP/1.1" 200 115 0.013792 10.0.0.27 - - [2026-03-23 02:15:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.185731 10.0.0.27 - - [2026-03-23 02:15:49] "POST /id-to-fqname HTTP/1.1" 200 267 0.001118 10.0.0.27 - - [2026-03-23 02:15:49] "GET /virtual-network/11cdab69-4187-4ec2-a7ac-27af65965d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.004925 10.0.0.27 - - [2026-03-23 02:15:49] "GET /virtual-network/11cdab69-4187-4ec2-a7ac-27af65965d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005695 10.0.0.27 - - [2026-03-23 02:15:49] "POST /neutron/network HTTP/1.1" 200 911 0.007947 10.0.0.27 - - [2026-03-23 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007301 10.0.0.23 - - [2026-03-23 02:15:49] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001042 10.0.0.27 - - [2026-03-23 02:15:49] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052858 10.0.0.23 - - [2026-03-23 02:15:50] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001220 10.0.0.27 - - [2026-03-23 02:15:50] "POST /neutron/network HTTP/1.1" 200 693 0.145033 10.0.0.27 - - [2026-03-23 02:15:50] "POST /id-to-fqname HTTP/1.1" 200 268 0.003803 10.0.0.27 - - [2026-03-23 02:15:50] "GET /virtual-network/c3874db0-37c3-4b63-b6ad-1ae8e21f2a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.005378 10.0.0.27 - - [2026-03-23 02:15:50] "POST /neutron/network HTTP/1.1" 200 913 0.007683 10.0.0.27 - - [2026-03-23 02:15:50] "GET /virtual-network/c3874db0-37c3-4b63-b6ad-1ae8e21f2a27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.008789 10.0.0.27 - - [2026-03-23 02:15:50] "POST /id-to-fqname HTTP/1.1" 200 267 0.001093 10.0.0.23 - - [2026-03-23 02:16:25] "DELETE /project/2e09ed14e8e545ff9b18a504c4281ee1 HTTP/1.1" 404 173 0.013818 10.0.0.23 - - [2026-03-23 02:16:25] "GET /projects?obj_uuids=ec4d8362-5b67-49eb-9c6c-a132c22d7d24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000923 10.0.0.23 - - [2026-03-23 02:16:25] "GET /projects?obj_uuids=114a2fa0-5e98-40b0-baca-a61b8938a719&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000881 10.0.0.23 - - [2026-03-23 02:16:25] "DELETE /project/ec4d83625b6749eb9c6ca132c22d7d24 HTTP/1.1" 404 173 0.009639 10.0.0.23 - - [2026-03-23 02:16:25] "GET /project/ec4d8362-5b67-49eb-9c6c-a132c22d7d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.072452 10.0.0.23 - - [2026-03-23 02:16:25] "GET /projects?obj_uuids=ec4d8362-5b67-49eb-9c6c-a132c22d7d24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001380 10.0.0.23 - - [2026-03-23 02:16:25] "GET /project/114a2fa0-5e98-40b0-baca-a61b8938a719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.118796 10.0.0.23 - - [2026-03-23 02:16:25] "GET /projects?obj_uuids=114a2fa0-5e98-40b0-baca-a61b8938a719&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000981 10.0.0.23 - - [2026-03-23 02:16:25] "GET /project/ec4d8362-5b67-49eb-9c6c-a132c22d7d24?fields=security_groups HTTP/1.1" 200 1369 0.094168 10.0.0.23 - - [2026-03-23 02:16:25] "GET /project/114a2fa0-5e98-40b0-baca-a61b8938a719?fields=security_groups HTTP/1.1" 200 1398 0.083668 10.0.0.23 - - [2026-03-23 02:16:26] "DELETE /security-group/6e97c426-84e2-4975-8ee8-f66794c818ed HTTP/1.1" 404 171 0.020932 10.0.0.23 - - [2026-03-23 02:16:26] "DELETE /access-control-list/f7b3a30e-1b2e-4c3c-9fd5-8f17c295cd0c HTTP/1.1" 200 115 0.060189 10.0.0.23 - - [2026-03-23 02:16:26] "GET /projects?obj_uuids=114a2fa0-5e98-40b0-baca-a61b8938a719&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001434 10.0.0.23 - - [2026-03-23 02:16:26] "DELETE /security-group/02addfb3-015f-4cbf-8199-38c928558c32 HTTP/1.1" 200 115 0.147246 10.0.0.23 - - [2026-03-23 02:16:26] "GET /projects?obj_uuids=ec4d8362-5b67-49eb-9c6c-a132c22d7d24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000816 10.0.0.23 - - [2026-03-23 02:16:26] "GET /project/114a2fa0-5e98-40b0-baca-a61b8938a719?fields=application_policy_sets HTTP/1.1" 200 1437 0.087536 10.0.0.23 - - [2026-03-23 02:16:26] "GET /project/ec4d8362-5b67-49eb-9c6c-a132c22d7d24?fields=application_policy_sets HTTP/1.1" 200 1408 0.159426 10.0.0.23 - - [2026-03-23 02:16:26] "DELETE /access-control-list/086bcdd9-a40a-4074-b192-9dd8a343aec7 HTTP/1.1" 200 115 0.134773 10.0.0.27 - - [2026-03-23 02:16:26] "POST /neutron/network HTTP/1.1" 200 921 0.021993 10.0.0.23 - - [2026-03-23 02:16:26] "DELETE /project/114a2fa0-5e98-40b0-baca-a61b8938a719 HTTP/1.1" 200 115 0.728317 10.0.0.23 - - [2026-03-23 02:16:26] "DELETE /project/ec4d8362-5b67-49eb-9c6c-a132c22d7d24 HTTP/1.1" 200 115 0.873765 10.0.0.23 - - [2026-03-23 02:16:27] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001330 10.0.0.27 - - [2026-03-23 02:16:27] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.073815 10.0.0.27 - - [2026-03-23 02:16:27] "POST /neutron/port HTTP/1.1" 200 117 0.007879 10.0.0.27 - - [2026-03-23 02:16:27] "POST /id-to-fqname HTTP/1.1" 200 268 0.001667 10.0.0.27 - - [2026-03-23 02:16:28] "POST /neutron/network HTTP/1.1" 200 921 0.007063 10.0.0.23 - - [2026-03-23 02:16:28] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.27 - - [2026-03-23 02:16:28] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.142490 10.0.0.27 - - [2026-03-23 02:16:28] "POST /neutron/network HTTP/1.1" 200 913 0.005431 10.0.0.27 - - [2026-03-23 02:16:29] "POST /neutron/port HTTP/1.1" 200 1133 0.064105 10.0.0.27 - - [2026-03-23 02:16:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003795 10.0.0.23 - - [2026-03-23 02:16:29] "GET /projects?obj_uuids=063ce49e-4212-47f4-ad6c-eb61b1a4ca01&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001016 10.0.0.27 - - [2026-03-23 02:16:29] "POST /neutron/port HTTP/1.1" 200 117 0.002146 10.0.0.27 - - [2026-03-23 02:16:29] "GET /project/063ce49e-4212-47f4-ad6c-eb61b1a4ca01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.083434 10.0.0.23 - - [2026-03-23 02:16:29] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.27 - - [2026-03-23 02:16:30] "POST /neutron/port HTTP/1.1" 200 1069 0.571362 10.0.0.27 - - [2026-03-23 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237 10.0.0.27 - - [2026-03-23 02:16:30] "GET /security-group/ecbf3697-bcb8-479f-a2f5-8abb34fa15e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005582 10.0.0.27 - - [2026-03-23 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006413 10.0.0.23 - - [2026-03-23 02:16:30] "GET /projects?obj_uuids=063ce49e-4212-47f4-ad6c-eb61b1a4ca01&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000844 10.0.0.27 - - [2026-03-23 02:16:30] "GET /project/063ce49e-4212-47f4-ad6c-eb61b1a4ca01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.128646 10.0.0.27 - - [2026-03-23 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006828 10.0.0.27 - - [2026-03-23 02:16:30] "POST /neutron/port HTTP/1.1" 200 1123 0.271157 10.0.0.27 - - [2026-03-23 02:16:30] "GET /security-group/ecbf3697-bcb8-479f-a2f5-8abb34fa15e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004283 10.0.0.27 - - [2026-03-23 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.016912 10.0.0.27 - - [2026-03-23 02:16:30] "PUT /security-group/ecbf3697-bcb8-479f-a2f5-8abb34fa15e2 HTTP/1.1" 200 262 0.049129 10.0.0.27 - - [2026-03-23 02:16:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.029363 10.0.0.27 - - [2026-03-23 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.005697 10.0.0.27 - - [2026-03-23 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.016652 10.0.0.23 - - [2026-03-23 02:16:31] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002088 10.0.0.27 - - [2026-03-23 02:16:31] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.018660 10.0.0.27 - - [2026-03-23 02:16:31] "POST /service-templates HTTP/1.1" 200 543 0.081755 10.0.0.27 - - [2026-03-23 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006681 10.0.0.27 - - [2026-03-23 02:16:32] "GET /service-template/74bba732-15d2-4f12-846e-ad6a192b29c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.014040 10.0.0.27 - - [2026-03-23 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.27 - - [2026-03-23 02:16:32] "GET /service-template/74bba732-15d2-4f12-846e-ad6a192b29c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.003714 10.0.0.27 - - [2026-03-23 02:16:32] "POST /id-to-fqname HTTP/1.1" 200 267 0.003263 10.0.0.27 - - [2026-03-23 02:16:32] "POST /id-to-fqname HTTP/1.1" 200 267 0.004004 10.0.0.27 - - [2026-03-23 02:16:32] "POST /id-to-fqname HTTP/1.1" 200 268 0.003178 10.0.0.27 - - [2026-03-23 02:16:32] "POST /neutron/port HTTP/1.1" 200 2114 0.072052 10.0.0.27 - - [2026-03-23 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005157 10.0.0.27 - - [2026-03-23 02:16:32] "DELETE /service-template/74bba732-15d2-4f12-846e-ad6a192b29c5 HTTP/1.1" 200 115 0.080921 10.0.0.27 - - [2026-03-23 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.017614 10.0.0.27 - - [2026-03-23 02:16:35] "POST /neutron/network HTTP/1.1" 400 204 0.024639 10.0.0.27 - - [2026-03-23 02:16:40] "POST /neutron/network HTTP/1.1" 200 911 0.020776 10.0.0.27 - - [2026-03-23 02:16:42] "POST /neutron/network HTTP/1.1" 400 204 0.034427 10.0.0.27 - - [2026-03-23 02:16:46] "POST /neutron/network HTTP/1.1" 200 911 0.006806 10.0.0.27 - - [2026-03-23 02:16:48] "POST /neutron/network HTTP/1.1" 400 204 0.030041 10.0.0.27 - - [2026-03-23 02:16:52] "POST /neutron/network HTTP/1.1" 200 911 0.015975 10.0.0.27 - - [2026-03-23 02:16:54] "POST /neutron/network HTTP/1.1" 400 204 0.026952 10.0.0.27 - - [2026-03-23 02:16:58] "POST /neutron/network HTTP/1.1" 200 911 0.018011 10.0.0.27 - - [2026-03-23 02:17:01] "POST /neutron/network HTTP/1.1" 400 204 0.045633 10.0.0.27 - - [2026-03-23 02:17:05] "POST /neutron/network HTTP/1.1" 200 911 0.010284 10.0.0.27 - - [2026-03-23 02:17:07] "POST /neutron/network HTTP/1.1" 400 204 0.022320 10.0.0.27 - - [2026-03-23 02:17:11] "POST /neutron/network HTTP/1.1" 200 911 0.007398 10.0.0.27 - - [2026-03-23 02:17:13] "POST /neutron/network HTTP/1.1" 400 204 0.013660 10.0.0.27 - - [2026-03-23 02:17:17] "POST /neutron/network HTTP/1.1" 200 911 0.007912 10.0.0.27 - - [2026-03-23 02:17:19] "POST /neutron/network HTTP/1.1" 400 204 0.014527 10.0.0.27 - - [2026-03-23 02:17:23] "POST /neutron/network HTTP/1.1" 200 911 0.006388 10.0.0.27 - - [2026-03-23 02:17:25] "POST /neutron/network HTTP/1.1" 400 204 0.014335 10.0.0.27 - - [2026-03-23 02:17:26] "GET /obj-perms HTTP/1.1" 200 5056 0.061187 10.0.0.50 - - [2026-03-23 02:17:26] "GET /obj-perms HTTP/1.1" 200 5056 0.064989 10.0.0.27 - - [2026-03-23 02:17:27] "POST /neutron/network HTTP/1.1" 200 913 0.006406 10.0.0.27 - - [2026-03-23 02:17:29] "POST /neutron/network HTTP/1.1" 400 204 0.014909 10.0.0.27 - - [2026-03-23 02:17:34] "POST /neutron/network HTTP/1.1" 200 913 0.007246 10.0.0.27 - - [2026-03-23 02:17:36] "POST /neutron/network HTTP/1.1" 400 204 0.015599 10.0.0.27 - - [2026-03-23 02:17:38] "POST /neutron/port HTTP/1.1" 200 1133 0.016327 10.0.0.27 - - [2026-03-23 02:17:39] "POST /neutron/port HTTP/1.1" 200 117 0.007100 10.0.0.27 - - [2026-03-23 02:17:42] "POST /neutron/network HTTP/1.1" 200 913 0.006851 10.0.0.27 - - [2026-03-23 02:17:44] "POST /neutron/network HTTP/1.1" 400 204 0.046053 10.0.0.27 - - [2026-03-23 02:17:45] "POST /neutron/port HTTP/1.1" 200 151 0.166380 10.0.0.23 - - [2026-03-23 02:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004589 10.0.0.23 - - [2026-03-23 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008469 10.0.0.23 - - [2026-03-23 02:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003358 10.0.0.27 - - [2026-03-23 02:17:46] "POST /neutron/network HTTP/1.1" 200 151 0.133263 10.0.0.23 - - [2026-03-23 02:17:46] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001706 10.0.0.23 - - [2026-03-23 02:17:46] "DELETE /route-target/c8b9e5a8-9fb7-4320-a934-841695115499 HTTP/1.1" 200 115 0.031077 10.0.0.27 - - [2026-03-23 02:17:46] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.058685 10.0.0.23 - - [2026-03-23 02:17:46] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000862 10.0.0.27 - - [2026-03-23 02:17:46] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.038757 10.0.0.23 - - [2026-03-23 02:17:48] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001294 10.0.0.27 - - [2026-03-23 02:17:48] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053458 10.0.0.23 - - [2026-03-23 02:17:48] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.27 - - [2026-03-23 02:17:48] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.050251 10.0.0.23 - - [2026-03-23 02:17:50] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000865 10.0.0.27 - - [2026-03-23 02:17:50] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046094 10.0.0.23 - - [2026-03-23 02:17:51] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001673 10.0.0.27 - - [2026-03-23 02:17:51] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.046677 10.0.0.23 - - [2026-03-23 02:17:53] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.27 - - [2026-03-23 02:17:53] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.049910 10.0.0.23 - - [2026-03-23 02:17:53] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000801 10.0.0.27 - - [2026-03-23 02:17:53] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.047139 10.0.0.23 - - [2026-03-23 02:17:55] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001131 10.0.0.27 - - [2026-03-23 02:17:55] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044192 10.0.0.23 - - [2026-03-23 02:17:55] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000852 10.0.0.27 - - [2026-03-23 02:17:55] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.039968 10.0.0.23 - - [2026-03-23 02:17:57] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.27 - - [2026-03-23 02:17:57] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053330 10.0.0.23 - - [2026-03-23 02:17:57] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.27 - - [2026-03-23 02:17:57] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.058838 10.0.0.23 - - [2026-03-23 02:17:59] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001190 10.0.0.27 - - [2026-03-23 02:17:59] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046682 10.0.0.23 - - [2026-03-23 02:17:59] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.27 - - [2026-03-23 02:17:59] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.046841 10.0.0.23 - - [2026-03-23 02:18:01] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.27 - - [2026-03-23 02:18:01] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.064945 10.0.0.23 - - [2026-03-23 02:18:01] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000860 10.0.0.27 - - [2026-03-23 02:18:01] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.058766 10.0.0.23 - - [2026-03-23 02:18:03] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.27 - - [2026-03-23 02:18:03] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.061998 10.0.0.23 - - [2026-03-23 02:18:03] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873 10.0.0.27 - - [2026-03-23 02:18:03] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.062344 10.0.0.23 - - [2026-03-23 02:18:06] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001190 10.0.0.27 - - [2026-03-23 02:18:06] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046460 10.0.0.23 - - [2026-03-23 02:18:06] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001357 10.0.0.27 - - [2026-03-23 02:18:06] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.072567 10.0.0.23 - - [2026-03-23 02:18:08] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000848 10.0.0.27 - - [2026-03-23 02:18:08] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041314 10.0.0.23 - - [2026-03-23 02:18:08] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000832 10.0.0.27 - - [2026-03-23 02:18:08] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.045923 10.0.0.23 - - [2026-03-23 02:18:10] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000867 10.0.0.27 - - [2026-03-23 02:18:10] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036250 10.0.0.23 - - [2026-03-23 02:18:10] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001329 10.0.0.27 - - [2026-03-23 02:18:10] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.056545 10.0.0.23 - - [2026-03-23 02:18:12] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000902 10.0.0.27 - - [2026-03-23 02:18:12] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043455 10.0.0.23 - - [2026-03-23 02:18:12] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000857 10.0.0.27 - - [2026-03-23 02:18:12] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.034323 10.0.0.23 - - [2026-03-23 02:18:14] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001244 10.0.0.27 - - [2026-03-23 02:18:14] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042062 10.0.0.23 - - [2026-03-23 02:18:14] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.27 - - [2026-03-23 02:18:14] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.058813 10.0.0.23 - - [2026-03-23 02:18:16] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000871 10.0.0.27 - - [2026-03-23 02:18:16] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043256 10.0.0.23 - - [2026-03-23 02:18:16] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.27 - - [2026-03-23 02:18:16] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.055793 10.0.0.23 - - [2026-03-23 02:18:18] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000863 10.0.0.27 - - [2026-03-23 02:18:18] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039516 10.0.0.23 - - [2026-03-23 02:18:18] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000826 10.0.0.27 - - [2026-03-23 02:18:18] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.035570 10.0.0.23 - - [2026-03-23 02:18:21] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000840 10.0.0.27 - - [2026-03-23 02:18:21] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043200 10.0.0.23 - - [2026-03-23 02:18:21] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.27 - - [2026-03-23 02:18:21] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.036341 10.0.0.23 - - [2026-03-23 02:18:23] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000862 10.0.0.27 - - [2026-03-23 02:18:23] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041473 10.0.0.23 - - [2026-03-23 02:18:23] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000849 10.0.0.27 - - [2026-03-23 02:18:23] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.038062 10.0.0.23 - - [2026-03-23 02:18:25] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001216 10.0.0.27 - - [2026-03-23 02:18:25] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044972 10.0.0.23 - - [2026-03-23 02:18:25] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.27 - - [2026-03-23 02:18:25] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.054776 10.0.0.23 - - [2026-03-23 02:18:26] "GET /obj-perms HTTP/1.1" 200 5056 0.130065 10.0.0.23 - - [2026-03-23 02:18:27] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001192 10.0.0.27 - - [2026-03-23 02:18:27] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039051 10.0.0.23 - - [2026-03-23 02:18:27] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.27 - - [2026-03-23 02:18:27] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.039295 10.0.0.23 - - [2026-03-23 02:18:29] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001220 10.0.0.27 - - [2026-03-23 02:18:29] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045044 10.0.0.23 - - [2026-03-23 02:18:29] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000823 10.0.0.27 - - [2026-03-23 02:18:29] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.042346 10.0.0.23 - - [2026-03-23 02:18:31] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000913 10.0.0.27 - - [2026-03-23 02:18:31] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042166 10.0.0.23 - - [2026-03-23 02:18:31] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001120 10.0.0.27 - - [2026-03-23 02:18:31] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.033601 10.0.0.23 - - [2026-03-23 02:18:33] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000861 10.0.0.27 - - [2026-03-23 02:18:33] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.090178 10.0.0.23 - - [2026-03-23 02:18:33] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000813 10.0.0.27 - - [2026-03-23 02:18:33] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.051198 10.0.0.23 - - [2026-03-23 02:18:36] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000889 10.0.0.27 - - [2026-03-23 02:18:36] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052045 10.0.0.23 - - [2026-03-23 02:18:36] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000852 10.0.0.27 - - [2026-03-23 02:18:36] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.057420 10.0.0.23 - - [2026-03-23 02:18:38] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001155 10.0.0.27 - - [2026-03-23 02:18:38] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052135 10.0.0.23 - - [2026-03-23 02:18:38] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000868 10.0.0.27 - - [2026-03-23 02:18:38] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.048278 10.0.0.23 - - [2026-03-23 02:18:40] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.27 - - [2026-03-23 02:18:40] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036710 10.0.0.23 - - [2026-03-23 02:18:40] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001339 10.0.0.27 - - [2026-03-23 02:18:40] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.065221 10.0.0.23 - - [2026-03-23 02:18:42] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000907 10.0.0.27 - - [2026-03-23 02:18:42] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035972 10.0.0.23 - - [2026-03-23 02:18:42] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000814 10.0.0.27 - - [2026-03-23 02:18:42] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.098051 10.0.0.23 - - [2026-03-23 02:18:44] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001202 10.0.0.27 - - [2026-03-23 02:18:44] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050041 10.0.0.23 - - [2026-03-23 02:18:44] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002058 10.0.0.27 - - [2026-03-23 02:18:44] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.058651 10.0.0.23 - - [2026-03-23 02:18:46] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873 10.0.0.27 - - [2026-03-23 02:18:46] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041014 10.0.0.23 - - [2026-03-23 02:18:46] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000865 10.0.0.27 - - [2026-03-23 02:18:46] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.040272 10.0.0.23 - - [2026-03-23 02:18:48] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001341 10.0.0.27 - - [2026-03-23 02:18:48] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041288 10.0.0.23 - - [2026-03-23 02:18:48] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001308 10.0.0.27 - - [2026-03-23 02:18:49] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.055776 10.0.0.23 - - [2026-03-23 02:18:51] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.27 - - [2026-03-23 02:18:51] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039396 10.0.0.23 - - [2026-03-23 02:18:51] "GET /projects?obj_uuids=2e09ed14-e8e5-45ff-9b18-a504c4281ee1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000872 10.0.0.27 - - [2026-03-23 02:18:51] "GET /project/2e09ed14-e8e5-45ff-9b18-a504c4281ee1?fields=virtual_networks HTTP/1.1" 200 1332 0.038168 10.0.0.27 - - [2026-03-23 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.032823 10.0.0.23 - - [2026-03-23 02:18:51] "GET /projects?obj_uuids=37644a83-6fd8-4d77-9eb3-1e7d0dc777e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003248 10.0.0.23 - - [2026-03-23 02:18:51] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.23 - - [2026-03-23 02:18:51] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006546 10.0.0.23 - - [2026-03-23 02:18:51] "POST /id-to-fqname HTTP/1.1" 200 191 0.003999 10.0.0.23 - - [2026-03-23 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.004744 10.0.0.23 - - [2026-03-23 02:18:52] "POST /security-groups HTTP/1.1" 200 592 0.033617 10.0.0.23 - - [2026-03-23 02:18:52] "POST /projects HTTP/1.1" 200 587 0.240642 10.0.0.23 - - [2026-03-23 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.007197 10.0.0.23 - - [2026-03-23 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.332325 10.0.0.27 - - [2026-03-23 02:18:52] "GET /project/37644a83-6fd8-4d77-9eb3-1e7d0dc777e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.472337 10.0.0.27 - - [2026-03-23 02:18:53] "GET / HTTP/1.1" 200 35931 0.001380 10.0.0.27 - - [2026-03-23 02:18:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2026-03-23 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.066865 10.0.0.23 - - [2026-03-23 02:18:54] "GET /projects?obj_uuids=37644a83-6fd8-4d77-9eb3-1e7d0dc777e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000814 10.0.0.27 - - [2026-03-23 02:18:54] "GET /project/37644a83-6fd8-4d77-9eb3-1e7d0dc777e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.034339 10.0.0.27 - - [2026-03-23 02:18:54] "POST /neutron/network HTTP/1.1" 200 117 0.039979 10.0.0.23 - - [2026-03-23 02:18:54] "POST /ref-update HTTP/1.1" 200 156 0.031113 10.0.0.27 - - [2026-03-23 02:18:54] "POST /neutron/network HTTP/1.1" 200 890 0.008306 10.0.0.27 - - [2026-03-23 02:18:54] "POST /id-to-fqname HTTP/1.1" 200 253 0.000877 10.0.0.27 - - [2026-03-23 02:18:54] "GET /virtual-network/7221ef26-9e54-4f6e-a4cb-681aa8a76e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.004890 10.0.0.27 - - [2026-03-23 02:18:55] "GET /virtual-network/7221ef26-9e54-4f6e-a4cb-681aa8a76e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005523 10.0.0.27 - - [2026-03-23 02:18:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.009284 10.0.0.27 - - [2026-03-23 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.23 - - [2026-03-23 02:18:55] "GET /projects?obj_uuids=37644a83-6fd8-4d77-9eb3-1e7d0dc777e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000861 10.0.0.27 - - [2026-03-23 02:18:55] "GET /project/37644a83-6fd8-4d77-9eb3-1e7d0dc777e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042109 10.0.0.23 - - [2026-03-23 02:18:55] "POST /useragent-kv HTTP/1.1" 200 115 0.011758 10.0.0.27 - - [2026-03-23 02:18:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.218906 10.0.0.27 - - [2026-03-23 02:18:55] "POST /id-to-fqname HTTP/1.1" 200 253 0.001201 10.0.0.27 - - [2026-03-23 02:18:55] "GET /virtual-network/cf742cb8-7808-4c6f-af5b-735be8ac3829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2131 0.004800 10.0.0.27 - - [2026-03-23 02:18:55] "GET /virtual-network/cf742cb8-7808-4c6f-af5b-735be8ac3829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2131 0.005365 10.0.0.27 - - [2026-03-23 02:18:55] "POST /neutron/network HTTP/1.1" 200 887 0.006016 10.0.0.27 - - [2026-03-23 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.23 - - [2026-03-23 02:18:55] "GET /projects?obj_uuids=37644a83-6fd8-4d77-9eb3-1e7d0dc777e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000829 10.0.0.27 - - [2026-03-23 02:18:55] "GET /project/37644a83-6fd8-4d77-9eb3-1e7d0dc777e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.037255 10.0.0.23 - - [2026-03-23 02:18:55] "GET /projects?obj_uuids=37644a83-6fd8-4d77-9eb3-1e7d0dc777e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000856 10.0.0.27 - - [2026-03-23 02:18:55] "POST /neutron/network HTTP/1.1" 200 672 0.125282 10.0.0.23 - - [2026-03-23 02:18:56] "POST /route-targets HTTP/1.1" 200 327 0.014984 10.0.0.27 - - [2026-03-23 02:18:56] "POST /id-to-fqname HTTP/1.1" 200 254 0.004061 10.0.0.27 - - [2026-03-23 02:18:56] "GET /virtual-network/c1560110-2454-4ffa-822a-ac489775de2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.009108 10.0.0.27 - - [2026-03-23 02:18:56] "POST /neutron/network HTTP/1.1" 200 892 0.007605 10.0.0.27 - - [2026-03-23 02:18:56] "GET /virtual-network/c1560110-2454-4ffa-822a-ac489775de2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.007438 10.0.0.27 - - [2026-03-23 02:18:56] "POST /id-to-fqname HTTP/1.1" 200 253 0.001517 10.0.0.27 - - [2026-03-23 02:18:56] "POST /neutron/network HTTP/1.1" 200 897 0.008559 10.0.0.23 - - [2026-03-23 02:18:57] "GET /projects?obj_uuids=37644a83-6fd8-4d77-9eb3-1e7d0dc777e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001142 10.0.0.27 - - [2026-03-23 02:18:57] "GET /project/37644a83-6fd8-4d77-9eb3-1e7d0dc777e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.063697 10.0.0.27 - - [2026-03-23 02:18:57] "POST /neutron/port HTTP/1.1" 200 117 0.006639 10.0.0.27 - - [2026-03-23 02:18:57] "POST /id-to-fqname HTTP/1.1" 200 254 0.001081 10.0.0.27 - - [2026-03-23 02:18:57] "POST /neutron/network HTTP/1.1" 200 897 0.006821 10.0.0.27 - - [2026-03-23 02:18:58] "POST /neutron/port HTTP/1.1" 200 1059 0.015238 10.0.0.23 - - [2026-03-23 02:18:58] "GET /projects?obj_uuids=37644a83-6fd8-4d77-9eb3-1e7d0dc777e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000883 10.0.0.27 - - [2026-03-23 02:18:58] "GET /project/37644a83-6fd8-4d77-9eb3-1e7d0dc777e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.142431 10.0.0.27 - - [2026-03-23 02:18:58] "POST /neutron/port HTTP/1.1" 200 1123 0.027360 10.0.0.27 - - [2026-03-23 02:18:58] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.27 - - [2026-03-23 02:18:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006833 10.0.0.23 - - [2026-03-23 02:18:59] "GET /projects?obj_uuids=37644a83-6fd8-4d77-9eb3-1e7d0dc777e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000937 10.0.0.27 - - [2026-03-23 02:18:59] "POST /neutron/port HTTP/1.1" 200 1062 0.318446 10.0.0.27 - - [2026-03-23 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.002658 10.0.0.27 - - [2026-03-23 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.23 - - [2026-03-23 02:18:59] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001170 10.0.0.27 - - [2026-03-23 02:18:59] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.013770 10.0.0.27 - - [2026-03-23 02:18:59] "POST /service-templates HTTP/1.1" 200 543 0.071386 10.0.0.27 - - [2026-03-23 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007442 10.0.0.27 - - [2026-03-23 02:18:59] "POST /neutron/port HTTP/1.1" 200 1116 0.177803 10.0.0.27 - - [2026-03-23 02:19:00] "GET /service-template/714358b5-8d5b-4b59-aad5-dee7bdb315f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.028215 10.0.0.27 - - [2026-03-23 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.27 - - [2026-03-23 02:19:00] "GET /service-template/714358b5-8d5b-4b59-aad5-dee7bdb315f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004173 10.0.0.27 - - [2026-03-23 02:19:00] "POST /id-to-fqname HTTP/1.1" 200 253 0.001146 10.0.0.27 - - [2026-03-23 02:19:00] "POST /id-to-fqname HTTP/1.1" 200 253 0.001155 10.0.0.27 - - [2026-03-23 02:19:00] "POST /id-to-fqname HTTP/1.1" 200 254 0.001143 10.0.0.27 - - [2026-03-23 02:19:00] "POST /neutron/subnet HTTP/1.1" 200 704 0.010442 10.0.0.27 - - [2026-03-23 02:19:00] "POST /neutron/port HTTP/1.1" 200 2097 0.023448 10.0.0.27 - - [2026-03-23 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.27 - - [2026-03-23 02:19:00] "DELETE /service-template/714358b5-8d5b-4b59-aad5-dee7bdb315f2 HTTP/1.1" 200 115 0.045338 10.0.0.27 - - [2026-03-23 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.005486 10.0.0.27 - - [2026-03-23 02:19:02] "POST /neutron/network HTTP/1.1" 400 204 0.014362 10.0.0.27 - - [2026-03-23 02:19:03] "POST /neutron/port HTTP/1.1" 200 1123 0.024752 10.0.0.27 - - [2026-03-23 02:19:03] "POST /neutron/port HTTP/1.1" 200 151 0.280572 10.0.0.27 - - [2026-03-23 02:19:05] "POST /neutron/network HTTP/1.1" 200 892 0.006672 10.0.0.23 - - [2026-03-23 02:19:05] "DELETE /route-target/66b36253-6d9b-40f2-a58c-9828deba0eee HTTP/1.1" 200 115 0.037479 10.0.0.23 - - [2026-03-23 02:19:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003393 10.0.0.23 - - [2026-03-23 02:19:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002410 10.0.0.23 - - [2026-03-23 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.27 - - [2026-03-23 02:19:05] "POST /neutron/network HTTP/1.1" 200 151 0.114078 10.0.0.23 - - [2026-03-23 02:19:05] "GET /projects?obj_uuids=37644a83-6fd8-4d77-9eb3-1e7d0dc777e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000844 10.0.0.27 - - [2026-03-23 02:19:05] "GET /project/37644a83-6fd8-4d77-9eb3-1e7d0dc777e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.081577 10.0.0.23 - - [2026-03-23 02:19:05] "GET /projects?obj_uuids=37644a83-6fd8-4d77-9eb3-1e7d0dc777e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000873 10.0.0.27 - - [2026-03-23 02:19:05] "GET /project/37644a83-6fd8-4d77-9eb3-1e7d0dc777e0?fields=virtual_networks HTTP/1.1" 200 1033 0.045503 10.0.0.23 - - [2026-03-23 02:19:05] "GET /projects?obj_uuids=37644a83-6fd8-4d77-9eb3-1e7d0dc777e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001390 10.0.0.27 - - [2026-03-23 02:19:05] "GET /project/37644a83-6fd8-4d77-9eb3-1e7d0dc777e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.040067 10.0.0.23 - - [2026-03-23 02:19:05] "GET /projects?obj_uuids=37644a83-6fd8-4d77-9eb3-1e7d0dc777e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000956 10.0.0.27 - - [2026-03-23 02:19:05] "GET /project/37644a83-6fd8-4d77-9eb3-1e7d0dc777e0?fields=security_groups HTTP/1.1" 200 1260 0.043041 10.0.0.27 - - [2026-03-23 02:19:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.031501 10.0.0.23 - - [2026-03-23 02:19:06] "GET /projects?obj_uuids=595bdf59-2185-4fe0-ae3e-f6399ad1d0fe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003138 10.0.0.23 - - [2026-03-23 02:19:06] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.23 - - [2026-03-23 02:19:06] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007306 10.0.0.23 - - [2026-03-23 02:19:07] "POST /id-to-fqname HTTP/1.1" 200 195 0.008267 10.0.0.23 - - [2026-03-23 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 204 0.006164 10.0.0.23 - - [2026-03-23 02:19:07] "POST /security-groups HTTP/1.1" 200 596 0.031700 10.0.0.23 - - [2026-03-23 02:19:07] "POST /projects HTTP/1.1" 200 595 0.256765 10.0.0.23 - - [2026-03-23 02:19:07] "POST /access-control-lists HTTP/1.1" 200 601 0.032447 10.0.0.23 - - [2026-03-23 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.341585 10.0.0.27 - - [2026-03-23 02:19:07] "GET /project/595bdf59-2185-4fe0-ae3e-f6399ad1d0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.496464 10.0.0.27 - - [2026-03-23 02:19:08] "GET / HTTP/1.1" 200 35931 0.001422 10.0.0.27 - - [2026-03-23 02:19:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2026-03-23 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.084610 10.0.0.23 - - [2026-03-23 02:19:09] "GET /projects?obj_uuids=595bdf59-2185-4fe0-ae3e-f6399ad1d0fe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000807 10.0.0.27 - - [2026-03-23 02:19:09] "GET /project/595bdf59-2185-4fe0-ae3e-f6399ad1d0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.048731 10.0.0.23 - - [2026-03-23 02:19:09] "POST /route-targets HTTP/1.1" 200 327 0.018705 10.0.0.23 - - [2026-03-23 02:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.005791 10.0.0.27 - - [2026-03-23 02:19:10] "POST /neutron/subnet HTTP/1.1" 200 828 0.319129 10.0.0.27 - - [2026-03-23 02:19:10] "POST /id-to-fqname HTTP/1.1" 200 261 0.001167 10.0.0.27 - - [2026-03-23 02:19:10] "GET /virtual-network/8c613ae7-af2a-477a-986b-3851210a9014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.007081 10.0.0.27 - - [2026-03-23 02:19:10] "POST /neutron/network HTTP/1.1" 200 1076 0.008056 10.0.0.27 - - [2026-03-23 02:19:10] "GET /virtual-network/8c613ae7-af2a-477a-986b-3851210a9014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.004599 10.0.0.23 - - [2026-03-23 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.037299 10.0.0.27 - - [2026-03-23 02:19:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.007956 10.0.0.27 - - [2026-03-23 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.23 - - [2026-03-23 02:19:10] "GET /projects?obj_uuids=595bdf59-2185-4fe0-ae3e-f6399ad1d0fe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001061 10.0.0.27 - - [2026-03-23 02:19:10] "GET /project/595bdf59-2185-4fe0-ae3e-f6399ad1d0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.046056 10.0.0.23 - - [2026-03-23 02:19:10] "POST /ref-update HTTP/1.1" 200 156 0.023321 10.0.0.23 - - [2026-03-23 02:19:11] "POST /useragent-kv HTTP/1.1" 200 115 0.006975 10.0.0.27 - - [2026-03-23 02:19:11] "POST /neutron/subnet HTTP/1.1" 200 828 0.250074 10.0.0.23 - - [2026-03-23 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.011025 10.0.0.27 - - [2026-03-23 02:19:11] "POST /id-to-fqname HTTP/1.1" 200 261 0.001630 10.0.0.27 - - [2026-03-23 02:19:11] "GET /virtual-network/a36ccb18-705c-4a7b-b289-937276a34bf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.007538 10.0.0.27 - - [2026-03-23 02:19:11] "POST /neutron/network HTTP/1.1" 200 1072 0.009648 10.0.0.27 - - [2026-03-23 02:19:11] "GET /virtual-network/a36ccb18-705c-4a7b-b289-937276a34bf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.004669 10.0.0.27 - - [2026-03-23 02:19:11] "POST /neutron/subnet HTTP/1.1" 200 710 0.007991 10.0.0.27 - - [2026-03-23 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.23 - - [2026-03-23 02:19:11] "GET /projects?obj_uuids=595bdf59-2185-4fe0-ae3e-f6399ad1d0fe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000767 10.0.0.27 - - [2026-03-23 02:19:11] "GET /project/595bdf59-2185-4fe0-ae3e-f6399ad1d0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.041244 10.0.0.23 - - [2026-03-23 02:19:12] "POST /useragent-kv HTTP/1.1" 200 115 0.054455 10.0.0.27 - - [2026-03-23 02:19:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.227362 10.0.0.27 - - [2026-03-23 02:19:12] "POST /id-to-fqname HTTP/1.1" 200 262 0.001241 10.0.0.27 - - [2026-03-23 02:19:12] "GET /virtual-network/0a4ee0fa-c0fa-4ac2-b346-5d6a50e654ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.007343 10.0.0.27 - - [2026-03-23 02:19:12] "POST /neutron/network HTTP/1.1" 200 1076 0.009309 10.0.0.27 - - [2026-03-23 02:19:12] "GET /virtual-network/0a4ee0fa-c0fa-4ac2-b346-5d6a50e654ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.006480 10.0.0.27 - - [2026-03-23 02:19:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.018782 10.0.0.27 - - [2026-03-23 02:19:12] "POST /id-to-fqname HTTP/1.1" 200 261 0.001263 10.0.0.23 - - [2026-03-23 02:19:13] "GET /projects?obj_uuids=595bdf59-2185-4fe0-ae3e-f6399ad1d0fe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001188 10.0.0.27 - - [2026-03-23 02:19:13] "GET /project/595bdf59-2185-4fe0-ae3e-f6399ad1d0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.072225 10.0.0.27 - - [2026-03-23 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.009997 10.0.0.27 - - [2026-03-23 02:19:13] "POST /id-to-fqname HTTP/1.1" 200 262 0.001575 10.0.0.27 - - [2026-03-23 02:19:13] "POST /neutron/network HTTP/1.1" 200 1086 0.006309 10.0.0.27 - - [2026-03-23 02:19:14] "POST /neutron/port HTTP/1.1" 200 1169 0.027617 10.0.0.23 - - [2026-03-23 02:19:14] "GET /projects?obj_uuids=595bdf59-2185-4fe0-ae3e-f6399ad1d0fe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000908 10.0.0.27 - - [2026-03-23 02:19:14] "GET /project/595bdf59-2185-4fe0-ae3e-f6399ad1d0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.115277 10.0.0.27 - - [2026-03-23 02:19:14] "POST /neutron/network HTTP/1.1" 200 1076 0.015401 10.0.0.27 - - [2026-03-23 02:19:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004882 10.0.0.27 - - [2026-03-23 02:19:15] "POST /neutron/port HTTP/1.1" 200 1233 0.027946 10.0.0.27 - - [2026-03-23 02:19:15] "POST /neutron/security_group HTTP/1.1" 200 2063 0.006627 10.0.0.23 - - [2026-03-23 02:19:15] "GET /projects?obj_uuids=595bdf59-2185-4fe0-ae3e-f6399ad1d0fe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001941 10.0.0.27 - - [2026-03-23 02:19:16] "POST /neutron/port HTTP/1.1" 200 1171 0.374338 10.0.0.27 - - [2026-03-23 02:19:16] "POST /neutron/port HTTP/1.1" 200 1225 0.168038 10.0.0.27 - - [2026-03-23 02:19:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003555 10.0.0.27 - - [2026-03-23 02:19:16] "POST /neutron/port HTTP/1.1" 200 117 0.000989 10.0.0.27 - - [2026-03-23 02:19:16] "POST /neutron/network HTTP/1.1" 400 204 0.015836 10.0.0.27 - - [2026-03-23 02:19:17] "POST /neutron/port HTTP/1.1" 200 151 0.233384 10.0.0.27 - - [2026-03-23 02:19:18] "POST /neutron/port HTTP/1.1" 200 151 0.236566 10.0.0.23 - - [2026-03-23 02:19:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002565 10.0.0.23 - - [2026-03-23 02:19:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001966 10.0.0.23 - - [2026-03-23 02:19:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003216 10.0.0.23 - - [2026-03-23 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006131 10.0.0.23 - - [2026-03-23 02:19:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004278 10.0.0.27 - - [2026-03-23 02:19:19] "POST /neutron/network HTTP/1.1" 200 151 0.144008 10.0.0.27 - - [2026-03-23 02:19:19] "POST /neutron/network HTTP/1.1" 200 1076 0.010999 10.0.0.23 - - [2026-03-23 02:19:19] "DELETE /route-target/173a40c9-db00-46c1-957b-902dad0e8f24 HTTP/1.1" 200 115 0.023849 10.0.0.23 - - [2026-03-23 02:19:19] "GET /projects?obj_uuids=595bdf59-2185-4fe0-ae3e-f6399ad1d0fe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000913 10.0.0.27 - - [2026-03-23 02:19:19] "GET /project/595bdf59-2185-4fe0-ae3e-f6399ad1d0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.075557 10.0.0.23 - - [2026-03-23 02:19:19] "GET /projects?obj_uuids=595bdf59-2185-4fe0-ae3e-f6399ad1d0fe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000805 10.0.0.27 - - [2026-03-23 02:19:19] "GET /project/595bdf59-2185-4fe0-ae3e-f6399ad1d0fe?fields=virtual_networks HTTP/1.1" 200 1041 0.092760 10.0.0.23 - - [2026-03-23 02:19:19] "GET /projects?obj_uuids=595bdf59-2185-4fe0-ae3e-f6399ad1d0fe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000906 10.0.0.27 - - [2026-03-23 02:19:19] "GET /project/595bdf59-2185-4fe0-ae3e-f6399ad1d0fe?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.037614 10.0.0.23 - - [2026-03-23 02:19:19] "GET /projects?obj_uuids=595bdf59-2185-4fe0-ae3e-f6399ad1d0fe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001965 10.0.0.27 - - [2026-03-23 02:19:19] "GET /project/595bdf59-2185-4fe0-ae3e-f6399ad1d0fe?fields=security_groups HTTP/1.1" 200 1272 0.063732 10.0.0.27 - - [2026-03-23 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.031500 10.0.0.23 - - [2026-03-23 02:19:20] "GET /projects?obj_uuids=f56cbc89-2851-41fd-8180-36d91f18b116&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003383 10.0.0.23 - - [2026-03-23 02:19:21] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001610 10.0.0.23 - - [2026-03-23 02:19:21] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.043003 10.0.0.23 - - [2026-03-23 02:19:21] "POST /id-to-fqname HTTP/1.1" 200 198 0.005867 10.0.0.23 - - [2026-03-23 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.007178 10.0.0.23 - - [2026-03-23 02:19:21] "POST /security-groups HTTP/1.1" 200 599 0.033541 10.0.0.23 - - [2026-03-23 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 242 0.003734 10.0.0.23 - - [2026-03-23 02:19:21] "POST /projects HTTP/1.1" 200 601 0.279937 10.0.0.23 - - [2026-03-23 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.315986 10.0.0.27 - - [2026-03-23 02:19:21] "GET /project/f56cbc89-2851-41fd-8180-36d91f18b116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.493541 10.0.0.23 - - [2026-03-23 02:19:21] "POST /access-control-lists HTTP/1.1" 200 602 0.050859 10.0.0.27 - - [2026-03-23 02:19:22] "GET / HTTP/1.1" 200 35931 0.001994 10.0.0.27 - - [2026-03-23 02:19:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.27 - - [2026-03-23 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.065774 10.0.0.23 - - [2026-03-23 02:19:23] "GET /projects?obj_uuids=f56cbc89-2851-41fd-8180-36d91f18b116&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000832 10.0.0.27 - - [2026-03-23 02:19:23] "GET /project/f56cbc89-2851-41fd-8180-36d91f18b116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043848 10.0.0.23 - - [2026-03-23 02:19:23] "GET /projects?obj_uuids=f56cbc89-2851-41fd-8180-36d91f18b116&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001180 10.0.0.27 - - [2026-03-23 02:19:23] "POST /neutron/network HTTP/1.1" 200 691 0.165504 10.0.0.27 - - [2026-03-23 02:19:24] "POST /id-to-fqname HTTP/1.1" 200 267 0.003662 10.0.0.27 - - [2026-03-23 02:19:24] "GET /virtual-network/1235c493-a5a5-4cc7-891a-14a4cf25ee9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005038 10.0.0.27 - - [2026-03-23 02:19:24] "POST /neutron/network HTTP/1.1" 200 909 0.006624 10.0.0.27 - - [2026-03-23 02:19:24] "GET /virtual-network/1235c493-a5a5-4cc7-891a-14a4cf25ee9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004679 10.0.0.27 - - [2026-03-23 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.23 - - [2026-03-23 02:19:24] "GET /projects?obj_uuids=f56cbc89-2851-41fd-8180-36d91f18b116&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001262 10.0.0.27 - - [2026-03-23 02:19:24] "GET /project/f56cbc89-2851-41fd-8180-36d91f18b116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053710 10.0.0.27 - - [2026-03-23 02:19:24] "POST /neutron/network HTTP/1.1" 200 117 0.013268 10.0.0.23 - - [2026-03-23 02:19:24] "POST /route-targets HTTP/1.1" 200 327 0.016221 10.0.0.27 - - [2026-03-23 02:19:25] "POST /neutron/network HTTP/1.1" 200 911 0.008019 10.0.0.27 - - [2026-03-23 02:19:25] "POST /id-to-fqname HTTP/1.1" 200 267 0.001010 10.0.0.27 - - [2026-03-23 02:19:25] "GET /virtual-network/8c1fbf26-b20d-471b-9f99-9deda3b07665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.004849 10.0.0.27 - - [2026-03-23 02:19:25] "GET /virtual-network/8c1fbf26-b20d-471b-9f99-9deda3b07665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005078 10.0.0.27 - - [2026-03-23 02:19:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.008050 10.0.0.27 - - [2026-03-23 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.23 - - [2026-03-23 02:19:25] "GET /projects?obj_uuids=f56cbc89-2851-41fd-8180-36d91f18b116&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001260 10.0.0.27 - - [2026-03-23 02:19:25] "GET /project/f56cbc89-2851-41fd-8180-36d91f18b116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.056894 10.0.0.23 - - [2026-03-23 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.022137 10.0.0.23 - - [2026-03-23 02:19:25] "POST /useragent-kv HTTP/1.1" 200 115 0.006836 10.0.0.27 - - [2026-03-23 02:19:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.252941 10.0.0.27 - - [2026-03-23 02:19:25] "POST /id-to-fqname HTTP/1.1" 200 268 0.001208 10.0.0.27 - - [2026-03-23 02:19:25] "GET /virtual-network/d3724ef9-1e07-4ccc-bacf-2b6f782972e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004998 10.0.0.27 - - [2026-03-23 02:19:25] "GET /virtual-network/d3724ef9-1e07-4ccc-bacf-2b6f782972e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005918 10.0.0.27 - - [2026-03-23 02:19:25] "POST /neutron/network HTTP/1.1" 200 913 0.006924 10.0.0.27 - - [2026-03-23 02:19:25] "POST /id-to-fqname HTTP/1.1" 200 267 0.001325 10.0.0.23 - - [2026-03-23 02:19:26] "GET /projects?obj_uuids=f56cbc89-2851-41fd-8180-36d91f18b116&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.27 - - [2026-03-23 02:19:26] "GET /project/f56cbc89-2851-41fd-8180-36d91f18b116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.097992 10.0.0.27 - - [2026-03-23 02:19:26] "POST /neutron/network HTTP/1.1" 200 911 0.005927 10.0.0.27 - - [2026-03-23 02:19:27] "POST /id-to-fqname HTTP/1.1" 200 268 0.001128 10.0.0.27 - - [2026-03-23 02:19:27] "POST /neutron/port HTTP/1.1" 200 117 0.006927 10.0.0.23 - - [2026-03-23 02:19:27] "DELETE /project/f56cbc89285141fd818036d91f18b116 HTTP/1.1" 404 173 0.009912 10.0.0.23 - - [2026-03-23 02:19:27] "DELETE /project/37644a836fd84d779eb31e7d0dc777e0 HTTP/1.1" 404 173 0.007553 10.0.0.23 - - [2026-03-23 02:19:27] "DELETE /project/595bdf5921854fe0ae3ef6399ad1d0fe HTTP/1.1" 404 173 0.011771 10.0.0.23 - - [2026-03-23 02:19:27] "GET /projects?obj_uuids=595bdf59-2185-4fe0-ae3e-f6399ad1d0fe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000775 10.0.0.23 - - [2026-03-23 02:19:27] "GET /projects?obj_uuids=37644a83-6fd8-4d77-9eb3-1e7d0dc777e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000715 10.0.0.23 - - [2026-03-23 02:19:27] "GET /project/595bdf59-2185-4fe0-ae3e-f6399ad1d0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.072435 10.0.0.23 - - [2026-03-23 02:19:27] "GET /projects?obj_uuids=595bdf59-2185-4fe0-ae3e-f6399ad1d0fe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001182 10.0.0.23 - - [2026-03-23 02:19:27] "GET /project/37644a83-6fd8-4d77-9eb3-1e7d0dc777e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.106863 10.0.0.23 - - [2026-03-23 02:19:27] "GET /projects?obj_uuids=37644a83-6fd8-4d77-9eb3-1e7d0dc777e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000859 10.0.0.23 - - [2026-03-23 02:19:27] "GET /project/595bdf59-2185-4fe0-ae3e-f6399ad1d0fe?fields=security_groups HTTP/1.1" 200 1377 0.054376 10.0.0.23 - - [2026-03-23 02:19:27] "GET /project/37644a83-6fd8-4d77-9eb3-1e7d0dc777e0?fields=security_groups HTTP/1.1" 200 1365 0.091271 10.0.0.23 - - [2026-03-23 02:19:27] "DELETE /security-group/c25d6d52-b260-45ae-9e0d-499e5dc88736 HTTP/1.1" 200 115 0.073590 10.0.0.23 - - [2026-03-23 02:19:27] "GET /projects?obj_uuids=595bdf59-2185-4fe0-ae3e-f6399ad1d0fe&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001293 10.0.0.23 - - [2026-03-23 02:19:27] "GET /project/595bdf59-2185-4fe0-ae3e-f6399ad1d0fe?fields=application_policy_sets HTTP/1.1" 200 1416 0.042707 10.0.0.23 - - [2026-03-23 02:19:27] "DELETE /security-group/0a392cfb-d7d1-4d7b-ba22-65b44b4130b9 HTTP/1.1" 200 115 0.080014 10.0.0.23 - - [2026-03-23 02:19:27] "GET /projects?obj_uuids=37644a83-6fd8-4d77-9eb3-1e7d0dc777e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000868 10.0.0.23 - - [2026-03-23 02:19:27] "GET /project/37644a83-6fd8-4d77-9eb3-1e7d0dc777e0?fields=application_policy_sets HTTP/1.1" 200 1404 0.114603 10.0.0.23 - - [2026-03-23 02:19:27] "DELETE /access-control-list/603f3395-17a7-45ab-9788-3107bf666e04 HTTP/1.1" 200 115 0.058166 10.0.0.23 - - [2026-03-23 02:19:27] "DELETE /project/595bdf59-2185-4fe0-ae3e-f6399ad1d0fe HTTP/1.1" 200 115 0.517808 10.0.0.23 - - [2026-03-23 02:19:27] "DELETE /project/37644a83-6fd8-4d77-9eb3-1e7d0dc777e0 HTTP/1.1" 200 115 0.668936 10.0.0.23 - - [2026-03-23 02:19:27] "GET /projects?obj_uuids=f56cbc89-2851-41fd-8180-36d91f18b116&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.27 - - [2026-03-23 02:19:28] "POST /neutron/port HTTP/1.1" 200 1069 0.316004 10.0.0.27 - - [2026-03-23 02:19:28] "POST /neutron/port HTTP/1.1" 200 1123 0.099553 10.0.0.27 - - [2026-03-23 02:19:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.008842 10.0.0.23 - - [2026-03-23 02:19:28] "GET /projects?obj_uuids=f56cbc89-2851-41fd-8180-36d91f18b116&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.27 - - [2026-03-23 02:19:28] "GET /project/f56cbc89-2851-41fd-8180-36d91f18b116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.136179 10.0.0.27 - - [2026-03-23 02:19:28] "POST /neutron/network HTTP/1.1" 200 913 0.007403 10.0.0.27 - - [2026-03-23 02:19:29] "POST /neutron/port HTTP/1.1" 200 117 0.006389 10.0.0.27 - - [2026-03-23 02:19:30] "POST /neutron/port HTTP/1.1" 200 1069 0.019231 10.0.0.27 - - [2026-03-23 02:19:30] "POST /neutron/port HTTP/1.1" 200 1133 0.020723 10.0.0.27 - - [2026-03-23 02:19:30] "POST /neutron/port HTTP/1.1" 200 117 0.001006 10.0.0.27 - - [2026-03-23 02:19:30] "POST /neutron/network HTTP/1.1" 400 204 0.017239 10.0.0.27 - - [2026-03-23 02:19:31] "POST /neutron/port HTTP/1.1" 200 151 0.180400 10.0.0.27 - - [2026-03-23 02:19:32] "POST /neutron/port HTTP/1.1" 200 151 0.197808 10.0.0.23 - - [2026-03-23 02:19:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003481 10.0.0.23 - - [2026-03-23 02:19:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002330 10.0.0.27 - - [2026-03-23 02:19:33] "POST /neutron/network HTTP/1.1" 200 151 0.151854 10.0.0.23 - - [2026-03-23 02:19:33] "DELETE /route-target/e09b1cb6-3a58-40c2-9a6a-3c4820d367a3 HTTP/1.1" 200 115 0.023351 10.0.0.27 - - [2026-03-23 02:19:33] "POST /neutron/network HTTP/1.1" 200 909 0.014047 10.0.0.23 - - [2026-03-23 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.23 - - [2026-03-23 02:19:33] "GET /projects?obj_uuids=f56cbc89-2851-41fd-8180-36d91f18b116&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.27 - - [2026-03-23 02:19:33] "GET /project/f56cbc89-2851-41fd-8180-36d91f18b116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043139 10.0.0.23 - - [2026-03-23 02:19:33] "GET /projects?obj_uuids=f56cbc89-2851-41fd-8180-36d91f18b116&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003282 10.0.0.27 - - [2026-03-23 02:19:33] "GET /project/f56cbc89-2851-41fd-8180-36d91f18b116?fields=virtual_networks HTTP/1.1" 200 1047 0.056249 10.0.0.23 - - [2026-03-23 02:19:33] "GET /projects?obj_uuids=f56cbc89-2851-41fd-8180-36d91f18b116&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.27 - - [2026-03-23 02:19:33] "GET /project/f56cbc89-2851-41fd-8180-36d91f18b116?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.041429 10.0.0.23 - - [2026-03-23 02:19:33] "GET /projects?obj_uuids=f56cbc89-2851-41fd-8180-36d91f18b116&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.27 - - [2026-03-23 02:19:33] "GET /project/f56cbc89-2851-41fd-8180-36d91f18b116?fields=security_groups HTTP/1.1" 200 1281 0.036125 10.0.0.27 - - [2026-03-23 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.030112 10.0.0.23 - - [2026-03-23 02:19:34] "GET /projects?obj_uuids=47df205f-772f-41f8-a267-5a69dc5ec489&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002919 10.0.0.23 - - [2026-03-23 02:19:34] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.23 - - [2026-03-23 02:19:34] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006774 10.0.0.23 - - [2026-03-23 02:19:34] "POST /id-to-fqname HTTP/1.1" 200 195 0.001210 10.0.0.23 - - [2026-03-23 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 204 0.004334 10.0.0.23 - - [2026-03-23 02:19:34] "POST /security-groups HTTP/1.1" 200 596 0.033260 10.0.0.23 - - [2026-03-23 02:19:35] "POST /projects HTTP/1.1" 200 595 0.224741 10.0.0.23 - - [2026-03-23 02:19:35] "POST /access-control-lists HTTP/1.1" 200 601 0.032612 10.0.0.23 - - [2026-03-23 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.303436 10.0.0.27 - - [2026-03-23 02:19:35] "GET /project/47df205f-772f-41f8-a267-5a69dc5ec489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.448545 10.0.0.27 - - [2026-03-23 02:19:36] "GET / HTTP/1.1" 200 35931 0.001310 10.0.0.27 - - [2026-03-23 02:19:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2026-03-23 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.066176 10.0.0.23 - - [2026-03-23 02:19:37] "GET /projects?obj_uuids=47df205f-772f-41f8-a267-5a69dc5ec489&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000798 10.0.0.27 - - [2026-03-23 02:19:37] "GET /project/47df205f-772f-41f8-a267-5a69dc5ec489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.044280 10.0.0.23 - - [2026-03-23 02:19:37] "GET /projects?obj_uuids=47df205f-772f-41f8-a267-5a69dc5ec489&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001217 10.0.0.27 - - [2026-03-23 02:19:37] "POST /neutron/network HTTP/1.1" 200 682 0.151782 10.0.0.23 - - [2026-03-23 02:19:37] "POST /route-targets HTTP/1.1" 200 327 0.020151 10.0.0.27 - - [2026-03-23 02:19:37] "POST /id-to-fqname HTTP/1.1" 200 261 0.003387 10.0.0.27 - - [2026-03-23 02:19:37] "GET /virtual-network/b26daab0-467b-42f7-97a0-4646b1cf0892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.005767 10.0.0.27 - - [2026-03-23 02:19:37] "POST /neutron/network HTTP/1.1" 200 901 0.006572 10.0.0.27 - - [2026-03-23 02:19:37] "GET /virtual-network/b26daab0-467b-42f7-97a0-4646b1cf0892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.005054 10.0.0.27 - - [2026-03-23 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.23 - - [2026-03-23 02:19:38] "GET /projects?obj_uuids=47df205f-772f-41f8-a267-5a69dc5ec489&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001195 10.0.0.27 - - [2026-03-23 02:19:38] "GET /project/47df205f-772f-41f8-a267-5a69dc5ec489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.059886 10.0.0.27 - - [2026-03-23 02:19:38] "POST /neutron/network HTTP/1.1" 200 117 0.015905 10.0.0.23 - - [2026-03-23 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.023321 10.0.0.27 - - [2026-03-23 02:19:38] "POST /neutron/network HTTP/1.1" 200 900 0.008793 10.0.0.27 - - [2026-03-23 02:19:38] "POST /id-to-fqname HTTP/1.1" 200 261 0.000950 10.0.0.27 - - [2026-03-23 02:19:38] "GET /virtual-network/426021f2-c1fa-470f-a592-a9eae399dde8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004959 10.0.0.27 - - [2026-03-23 02:19:38] "GET /virtual-network/426021f2-c1fa-470f-a592-a9eae399dde8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004941 10.0.0.27 - - [2026-03-23 02:19:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.008577 10.0.0.27 - - [2026-03-23 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.23 - - [2026-03-23 02:19:38] "GET /projects?obj_uuids=47df205f-772f-41f8-a267-5a69dc5ec489&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001485 10.0.0.27 - - [2026-03-23 02:19:38] "GET /project/47df205f-772f-41f8-a267-5a69dc5ec489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.043174 10.0.0.23 - - [2026-03-23 02:19:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005765 10.0.0.27 - - [2026-03-23 02:19:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.184540 10.0.0.27 - - [2026-03-23 02:19:39] "POST /id-to-fqname HTTP/1.1" 200 262 0.001533 10.0.0.27 - - [2026-03-23 02:19:39] "GET /virtual-network/2055d734-6540-4ee1-b155-9f88e2448a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.005384 10.0.0.27 - - [2026-03-23 02:19:39] "GET /virtual-network/2055d734-6540-4ee1-b155-9f88e2448a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.008505 10.0.0.27 - - [2026-03-23 02:19:39] "POST /neutron/network HTTP/1.1" 200 904 0.008651 10.0.0.27 - - [2026-03-23 02:19:39] "POST /id-to-fqname HTTP/1.1" 200 261 0.001622 10.0.0.23 - - [2026-03-23 02:19:40] "GET /projects?obj_uuids=47df205f-772f-41f8-a267-5a69dc5ec489&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001117 10.0.0.27 - - [2026-03-23 02:19:40] "GET /project/47df205f-772f-41f8-a267-5a69dc5ec489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.078363 10.0.0.27 - - [2026-03-23 02:19:40] "POST /neutron/network HTTP/1.1" 200 900 0.008539 10.0.0.27 - - [2026-03-23 02:19:40] "POST /id-to-fqname HTTP/1.1" 200 262 0.001258 10.0.0.27 - - [2026-03-23 02:19:40] "POST /neutron/port HTTP/1.1" 200 117 0.005994 10.0.0.23 - - [2026-03-23 02:19:41] "GET /projects?obj_uuids=47df205f-772f-41f8-a267-5a69dc5ec489&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001275 10.0.0.27 - - [2026-03-23 02:19:41] "POST /neutron/port HTTP/1.1" 200 1064 0.326234 10.0.0.27 - - [2026-03-23 02:19:41] "POST /neutron/port HTTP/1.1" 200 1118 0.128024 10.0.0.23 - - [2026-03-23 02:19:41] "GET /projects?obj_uuids=47df205f-772f-41f8-a267-5a69dc5ec489&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000854 10.0.0.27 - - [2026-03-23 02:19:41] "POST /neutron/subnet HTTP/1.1" 200 694 0.011557 10.0.0.27 - - [2026-03-23 02:19:41] "GET /project/47df205f-772f-41f8-a267-5a69dc5ec489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.097350 10.0.0.27 - - [2026-03-23 02:19:41] "POST /neutron/network HTTP/1.1" 200 904 0.006504 10.0.0.27 - - [2026-03-23 02:19:42] "POST /neutron/port HTTP/1.1" 200 117 0.006202 10.0.0.27 - - [2026-03-23 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.002744 10.0.0.27 - - [2026-03-23 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.23 - - [2026-03-23 02:19:43] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.27 - - [2026-03-23 02:19:43] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006563 10.0.0.27 - - [2026-03-23 02:19:43] "POST /neutron/port HTTP/1.1" 200 1066 0.025892 10.0.0.27 - - [2026-03-23 02:19:43] "POST /service-templates HTTP/1.1" 200 543 0.042543 10.0.0.27 - - [2026-03-23 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.27 - - [2026-03-23 02:19:43] "GET /service-template/b632f802-e645-4393-826f-2ba554045588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.010456 10.0.0.27 - - [2026-03-23 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.27 - - [2026-03-23 02:19:43] "GET /service-template/b632f802-e645-4393-826f-2ba554045588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.003611 10.0.0.27 - - [2026-03-23 02:19:43] "POST /id-to-fqname HTTP/1.1" 200 261 0.001797 10.0.0.27 - - [2026-03-23 02:19:43] "POST /id-to-fqname HTTP/1.1" 200 261 0.001416 10.0.0.27 - - [2026-03-23 02:19:43] "POST /neutron/port HTTP/1.1" 200 1130 0.021279 10.0.0.27 - - [2026-03-23 02:19:43] "POST /id-to-fqname HTTP/1.1" 200 262 0.001198 10.0.0.27 - - [2026-03-23 02:19:43] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.27 - - [2026-03-23 02:19:43] "POST /neutron/security_group HTTP/1.1" 200 2063 0.008119 10.0.0.27 - - [2026-03-23 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.27 - - [2026-03-23 02:19:43] "DELETE /service-template/b632f802-e645-4393-826f-2ba554045588 HTTP/1.1" 200 115 0.030501 10.0.0.27 - - [2026-03-23 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.003899 10.0.0.27 - - [2026-03-23 02:19:46] "POST /neutron/port HTTP/1.1" 200 1130 0.018515 10.0.0.27 - - [2026-03-23 02:19:46] "POST /neutron/port HTTP/1.1" 200 1128 0.016948 10.0.0.27 - - [2026-03-23 02:19:48] "POST /neutron/network HTTP/1.1" 200 900 0.006336 10.0.0.23 - - [2026-03-23 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.23 - - [2026-03-23 02:19:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002869 10.0.0.23 - - [2026-03-23 02:19:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004070 10.0.0.27 - - [2026-03-23 02:19:48] "POST /neutron/network HTTP/1.1" 200 151 0.119176 10.0.0.23 - - [2026-03-23 02:19:48] "DELETE /route-target/5f2b738a-c12c-45a5-842c-1c8ee05bc5fb HTTP/1.1" 200 115 0.026314 10.0.0.23 - - [2026-03-23 02:19:48] "GET /projects?obj_uuids=47df205f-772f-41f8-a267-5a69dc5ec489&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000895 10.0.0.27 - - [2026-03-23 02:19:48] "GET /project/47df205f-772f-41f8-a267-5a69dc5ec489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.058094 10.0.0.23 - - [2026-03-23 02:19:48] "GET /projects?obj_uuids=47df205f-772f-41f8-a267-5a69dc5ec489&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001526 10.0.0.27 - - [2026-03-23 02:19:48] "GET /project/47df205f-772f-41f8-a267-5a69dc5ec489?fields=virtual_networks HTTP/1.1" 200 1041 0.042751 10.0.0.23 - - [2026-03-23 02:19:48] "GET /projects?obj_uuids=47df205f-772f-41f8-a267-5a69dc5ec489&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000916 10.0.0.27 - - [2026-03-23 02:19:48] "GET /project/47df205f-772f-41f8-a267-5a69dc5ec489?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.044312 10.0.0.23 - - [2026-03-23 02:19:48] "GET /projects?obj_uuids=47df205f-772f-41f8-a267-5a69dc5ec489&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000926 10.0.0.27 - - [2026-03-23 02:19:48] "GET /project/47df205f-772f-41f8-a267-5a69dc5ec489?fields=security_groups HTTP/1.1" 200 1272 0.048907 10.0.0.27 - - [2026-03-23 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.035742 10.0.0.23 - - [2026-03-23 02:19:49] "GET /projects?obj_uuids=238a795d-8995-4679-9b75-17b31930a2b1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003324 10.0.0.23 - - [2026-03-23 02:19:49] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.23 - - [2026-03-23 02:19:49] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006928 10.0.0.23 - - [2026-03-23 02:19:50] "POST /id-to-fqname HTTP/1.1" 200 199 0.001110 10.0.0.23 - - [2026-03-23 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 208 0.005527 10.0.0.23 - - [2026-03-23 02:19:50] "POST /security-groups HTTP/1.1" 200 600 0.078078 10.0.0.23 - - [2026-03-23 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 243 0.006267 10.0.0.23 - - [2026-03-23 02:19:50] "POST /projects HTTP/1.1" 200 603 0.291173 10.0.0.23 - - [2026-03-23 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.366476 10.0.0.23 - - [2026-03-23 02:19:50] "POST /access-control-lists HTTP/1.1" 200 603 0.029799 10.0.0.27 - - [2026-03-23 02:19:50] "GET /project/238a795d-8995-4679-9b75-17b31930a2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.514622 10.0.0.27 - - [2026-03-23 02:19:51] "GET / HTTP/1.1" 200 35931 0.001680 10.0.0.27 - - [2026-03-23 02:19:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2026-03-23 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.066227 10.0.0.23 - - [2026-03-23 02:19:52] "GET /projects?obj_uuids=238a795d-8995-4679-9b75-17b31930a2b1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001092 10.0.0.27 - - [2026-03-23 02:19:52] "GET /project/238a795d-8995-4679-9b75-17b31930a2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.058017 10.0.0.27 - - [2026-03-23 02:19:52] "POST /neutron/network HTTP/1.1" 200 117 0.038953 10.0.0.23 - - [2026-03-23 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.004134 10.0.0.23 - - [2026-03-23 02:19:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004059 10.0.0.27 - - [2026-03-23 02:19:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.164914 10.0.0.27 - - [2026-03-23 02:19:53] "POST /id-to-fqname HTTP/1.1" 200 269 0.001165 10.0.0.27 - - [2026-03-23 02:19:53] "GET /virtual-network/02273146-93fa-4015-8b4c-b4edf9ca09cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2756 0.004978 10.0.0.27 - - [2026-03-23 02:19:53] "GET /virtual-network/02273146-93fa-4015-8b4c-b4edf9ca09cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2756 0.005056 10.0.0.27 - - [2026-03-23 02:19:53] "POST /neutron/network HTTP/1.1" 200 1086 0.020302 10.0.0.27 - - [2026-03-23 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.23 - - [2026-03-23 02:19:53] "GET /projects?obj_uuids=238a795d-8995-4679-9b75-17b31930a2b1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000830 10.0.0.27 - - [2026-03-23 02:19:53] "GET /project/238a795d-8995-4679-9b75-17b31930a2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038582 10.0.0.27 - - [2026-03-23 02:19:53] "POST /neutron/network HTTP/1.1" 200 117 0.037914 10.0.0.23 - - [2026-03-23 02:19:53] "POST /route-targets HTTP/1.1" 200 327 0.013704 10.0.0.23 - - [2026-03-23 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.006393 10.0.0.23 - - [2026-03-23 02:19:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007418 10.0.0.27 - - [2026-03-23 02:19:54] "POST /neutron/subnet HTTP/1.1" 200 730 0.203586 10.0.0.27 - - [2026-03-23 02:19:54] "POST /id-to-fqname HTTP/1.1" 200 269 0.001586 10.0.0.27 - - [2026-03-23 02:19:54] "GET /virtual-network/9ba78f14-f71f-45e1-b065-24100e4cd19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.007100 10.0.0.27 - - [2026-03-23 02:19:54] "GET /virtual-network/9ba78f14-f71f-45e1-b065-24100e4cd19d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005111 10.0.0.27 - - [2026-03-23 02:19:54] "POST /neutron/network HTTP/1.1" 200 1086 0.009162 10.0.0.27 - - [2026-03-23 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.23 - - [2026-03-23 02:19:54] "GET /projects?obj_uuids=238a795d-8995-4679-9b75-17b31930a2b1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000855 10.0.0.27 - - [2026-03-23 02:19:54] "GET /project/238a795d-8995-4679-9b75-17b31930a2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038570 10.0.0.27 - - [2026-03-23 02:19:54] "POST /neutron/network HTTP/1.1" 200 117 0.018986 10.0.0.23 - - [2026-03-23 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.024631 10.0.0.23 - - [2026-03-23 02:19:55] "POST /useragent-kv HTTP/1.1" 200 115 0.009140 10.0.0.27 - - [2026-03-23 02:19:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.220421 10.0.0.27 - - [2026-03-23 02:19:55] "POST /id-to-fqname HTTP/1.1" 200 270 0.001146 10.0.0.27 - - [2026-03-23 02:19:55] "GET /virtual-network/7d0d8ae7-577a-437a-ab00-6e4f1d57e50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.004715 10.0.0.27 - - [2026-03-23 02:19:55] "GET /virtual-network/7d0d8ae7-577a-437a-ab00-6e4f1d57e50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.005712 10.0.0.27 - - [2026-03-23 02:19:55] "POST /neutron/network HTTP/1.1" 200 1087 0.008036 10.0.0.27 - - [2026-03-23 02:19:55] "POST /id-to-fqname HTTP/1.1" 200 269 0.003037 10.0.0.27 - - [2026-03-23 02:19:55] "POST /neutron/network HTTP/1.1" 200 1096 0.007962 10.0.0.23 - - [2026-03-23 02:19:56] "GET /projects?obj_uuids=238a795d-8995-4679-9b75-17b31930a2b1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000887 10.0.0.27 - - [2026-03-23 02:19:56] "GET /project/238a795d-8995-4679-9b75-17b31930a2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.090853 10.0.0.27 - - [2026-03-23 02:19:56] "POST /neutron/port HTTP/1.1" 200 117 0.008709 10.0.0.27 - - [2026-03-23 02:19:56] "POST /id-to-fqname HTTP/1.1" 200 270 0.001955 10.0.0.27 - - [2026-03-23 02:19:57] "POST /neutron/network HTTP/1.1" 200 1096 0.006648 10.0.0.23 - - [2026-03-23 02:19:57] "GET /projects?obj_uuids=238a795d-8995-4679-9b75-17b31930a2b1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001422 10.0.0.27 - - [2026-03-23 02:19:57] "GET /project/238a795d-8995-4679-9b75-17b31930a2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.063435 10.0.0.27 - - [2026-03-23 02:19:57] "POST /neutron/network HTTP/1.1" 200 1087 0.041207 10.0.0.27 - - [2026-03-23 02:19:58] "POST /neutron/port HTTP/1.1" 200 1239 0.028876 10.0.0.27 - - [2026-03-23 02:19:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.071670 10.0.0.27 - - [2026-03-23 02:19:58] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014262 10.0.0.27 - - [2026-03-23 02:19:58] "POST /neutron/network HTTP/1.1" 200 1086 0.017959 10.0.0.27 - - [2026-03-23 02:19:59] "POST /neutron/port HTTP/1.1" 200 1174 0.025415 10.0.0.27 - - [2026-03-23 02:19:59] "POST /neutron/port HTTP/1.1" 200 1238 0.022983 10.0.0.27 - - [2026-03-23 02:19:59] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013652 10.0.0.27 - - [2026-03-23 02:19:59] "POST /neutron/network HTTP/1.1" 200 1087 0.009481 10.0.0.27 - - [2026-03-23 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.003628 10.0.0.27 - - [2026-03-23 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.23 - - [2026-03-23 02:19:59] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.27 - - [2026-03-23 02:19:59] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007712 10.0.0.27 - - [2026-03-23 02:19:59] "POST /service-templates HTTP/1.1" 200 543 0.033398 10.0.0.27 - - [2026-03-23 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.27 - - [2026-03-23 02:19:59] "GET /service-template/67847326-ecdd-4134-b3bb-077d6c898d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.008196 10.0.0.27 - - [2026-03-23 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.27 - - [2026-03-23 02:19:59] "GET /service-template/67847326-ecdd-4134-b3bb-077d6c898d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.004259 10.0.0.27 - - [2026-03-23 02:19:59] "POST /id-to-fqname HTTP/1.1" 200 269 0.001111 10.0.0.27 - - [2026-03-23 02:20:00] "POST /id-to-fqname HTTP/1.1" 200 269 0.001141 10.0.0.27 - - [2026-03-23 02:20:00] "POST /id-to-fqname HTTP/1.1" 200 270 0.001481 10.0.0.27 - - [2026-03-23 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.27 - - [2026-03-23 02:20:00] "DELETE /service-template/67847326-ecdd-4134-b3bb-077d6c898d4c HTTP/1.1" 200 115 0.031044 10.0.0.27 - - [2026-03-23 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.005298 10.0.0.27 - - [2026-03-23 02:20:02] "POST /neutron/network HTTP/1.1" 200 1086 0.009569 10.0.0.27 - - [2026-03-23 02:20:02] "POST /neutron/port HTTP/1.1" 200 1228 0.024456 10.0.0.27 - - [2026-03-23 02:20:02] "POST /neutron/port HTTP/1.1" 200 1229 0.030757 10.0.0.23 - - [2026-03-23 02:20:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003025 10.0.0.23 - - [2026-03-23 02:20:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002706 10.0.0.23 - - [2026-03-23 02:20:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002369 10.0.0.23 - - [2026-03-23 02:20:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002097 10.0.0.27 - - [2026-03-23 02:20:04] "POST /neutron/network HTTP/1.1" 200 151 0.161146 10.0.0.23 - - [2026-03-23 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006294 10.0.0.27 - - [2026-03-23 02:20:04] "POST /neutron/network HTTP/1.1" 200 1086 0.015014 10.0.0.23 - - [2026-03-23 02:20:04] "GET /projects?obj_uuids=238a795d-8995-4679-9b75-17b31930a2b1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000931 10.0.0.23 - - [2026-03-23 02:20:04] "DELETE /route-target/5d122329-1af9-4c4e-a933-56d67d82874e HTTP/1.1" 200 115 0.043323 10.0.0.27 - - [2026-03-23 02:20:04] "GET /project/238a795d-8995-4679-9b75-17b31930a2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.094444 10.0.0.23 - - [2026-03-23 02:20:04] "GET /projects?obj_uuids=238a795d-8995-4679-9b75-17b31930a2b1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000921 10.0.0.27 - - [2026-03-23 02:20:04] "GET /project/238a795d-8995-4679-9b75-17b31930a2b1?fields=virtual_networks HTTP/1.1" 200 1049 0.072067 10.0.0.23 - - [2026-03-23 02:20:04] "GET /projects?obj_uuids=238a795d-8995-4679-9b75-17b31930a2b1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000891 10.0.0.27 - - [2026-03-23 02:20:04] "GET /project/238a795d-8995-4679-9b75-17b31930a2b1?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.049762 10.0.0.23 - - [2026-03-23 02:20:05] "GET /projects?obj_uuids=238a795d-8995-4679-9b75-17b31930a2b1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001156 10.0.0.27 - - [2026-03-23 02:20:05] "GET /project/238a795d-8995-4679-9b75-17b31930a2b1?fields=security_groups HTTP/1.1" 200 1284 0.048585 10.0.0.27 - - [2026-03-23 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.028359 10.0.0.23 - - [2026-03-23 02:20:06] "GET /projects?obj_uuids=ac4806e8-6321-4f9c-a7ac-8d225fa2ac88&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003157 10.0.0.23 - - [2026-03-23 02:20:06] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.23 - - [2026-03-23 02:20:06] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007370 10.0.0.23 - - [2026-03-23 02:20:06] "POST /id-to-fqname HTTP/1.1" 200 202 0.001091 10.0.0.23 - - [2026-03-23 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.012438 10.0.0.23 - - [2026-03-23 02:20:06] "POST /security-groups HTTP/1.1" 200 603 0.073848 10.0.0.23 - - [2026-03-23 02:20:06] "POST /projects HTTP/1.1" 200 609 0.291069 10.0.0.23 - - [2026-03-23 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 245 0.010051 10.0.0.23 - - [2026-03-23 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.368582 10.0.0.27 - - [2026-03-23 02:20:06] "GET /project/ac4806e8-6321-4f9c-a7ac-8d225fa2ac88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.526750 10.0.0.27 - - [2026-03-23 02:20:07] "GET / HTTP/1.1" 200 35931 0.001811 10.0.0.27 - - [2026-03-23 02:20:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000575 10.0.0.27 - - [2026-03-23 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.072167 10.0.0.23 - - [2026-03-23 02:20:09] "GET /projects?obj_uuids=ac4806e8-6321-4f9c-a7ac-8d225fa2ac88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000830 10.0.0.27 - - [2026-03-23 02:20:09] "GET /project/ac4806e8-6321-4f9c-a7ac-8d225fa2ac88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.034621 10.0.0.23 - - [2026-03-23 02:20:09] "GET /projects?obj_uuids=ac4806e8-6321-4f9c-a7ac-8d225fa2ac88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000885 10.0.0.27 - - [2026-03-23 02:20:09] "POST /neutron/network HTTP/1.1" 200 619 0.140585 10.0.0.23 - - [2026-03-23 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.024369 10.0.0.27 - - [2026-03-23 02:20:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.003716 10.0.0.27 - - [2026-03-23 02:20:10] "GET /virtual-network/755733b7-5eef-4a2b-a81f-09a716537419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005054 10.0.0.27 - - [2026-03-23 02:20:10] "POST /neutron/network HTTP/1.1" 200 838 0.005926 10.0.0.27 - - [2026-03-23 02:20:10] "GET /virtual-network/755733b7-5eef-4a2b-a81f-09a716537419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004860 10.0.0.27 - - [2026-03-23 02:20:10] "GET /virtual-network/755733b7-5eef-4a2b-a81f-09a716537419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005710 10.0.0.27 - - [2026-03-23 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.23 - - [2026-03-23 02:20:12] "GET /projects?obj_uuids=ac4806e8-6321-4f9c-a7ac-8d225fa2ac88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000851 10.0.0.27 - - [2026-03-23 02:20:12] "GET /project/ac4806e8-6321-4f9c-a7ac-8d225fa2ac88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035743 10.0.0.27 - - [2026-03-23 02:20:12] "POST /neutron/network HTTP/1.1" 200 117 0.015447 10.0.0.27 - - [2026-03-23 02:20:12] "POST /neutron/network HTTP/1.1" 200 836 0.009354 10.0.0.27 - - [2026-03-23 02:20:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.000997 10.0.0.27 - - [2026-03-23 02:20:12] "GET /virtual-network/d7c002e4-3e5a-4a64-a8e4-f179b62cd4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004370 10.0.0.27 - - [2026-03-23 02:20:12] "GET /virtual-network/d7c002e4-3e5a-4a64-a8e4-f179b62cd4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005789 10.0.0.27 - - [2026-03-23 02:20:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.010118 10.0.0.27 - - [2026-03-23 02:20:12] "GET /virtual-network/d7c002e4-3e5a-4a64-a8e4-f179b62cd4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006248 10.0.0.27 - - [2026-03-23 02:20:13] "GET /obj-perms HTTP/1.1" 200 5054 0.071736 10.0.0.50 - - [2026-03-23 02:20:13] "GET /obj-perms HTTP/1.1" 200 5054 0.072434 10.0.0.23 - - [2026-03-23 02:20:13] "GET /obj-perms HTTP/1.1" 200 5054 0.060819 10.0.0.27 - - [2026-03-23 02:20:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001714 10.0.0.23 - - [2026-03-23 02:20:27] "DELETE /access-control-list/2263a650-465f-4a07-8301-221e664d8156 HTTP/1.1" 200 115 0.055141 10.0.0.23 - - [2026-03-23 02:20:27] "DELETE /project/ac4806e863214f9ca7ac8d225fa2ac88 HTTP/1.1" 404 173 0.007826 10.0.0.23 - - [2026-03-23 02:20:27] "DELETE /project/47df205f772f41f8a2675a69dc5ec489 HTTP/1.1" 404 173 0.013819 10.0.0.23 - - [2026-03-23 02:20:27] "DELETE /project/238a795d899546799b7517b31930a2b1 HTTP/1.1" 404 173 0.006233 10.0.0.23 - - [2026-03-23 02:20:27] "DELETE /project/f56cbc89-2851-41fd-8180-36d91f18b116 HTTP/1.1" 404 177 0.011208 10.0.0.23 - - [2026-03-23 02:20:27] "GET /projects?obj_uuids=238a795d-8995-4679-9b75-17b31930a2b1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000792 10.0.0.23 - - [2026-03-23 02:20:27] "GET /projects?obj_uuids=47df205f-772f-41f8-a267-5a69dc5ec489&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000679 10.0.0.23 - - [2026-03-23 02:20:27] "GET /project/47df205f-772f-41f8-a267-5a69dc5ec489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.054928 10.0.0.23 - - [2026-03-23 02:20:27] "GET /projects?obj_uuids=47df205f-772f-41f8-a267-5a69dc5ec489&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000877 10.0.0.23 - - [2026-03-23 02:20:27] "GET /project/238a795d-8995-4679-9b75-17b31930a2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.068177 10.0.0.23 - - [2026-03-23 02:20:27] "GET /projects?obj_uuids=238a795d-8995-4679-9b75-17b31930a2b1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001031 10.0.0.23 - - [2026-03-23 02:20:28] "GET /project/47df205f-772f-41f8-a267-5a69dc5ec489?fields=security_groups HTTP/1.1" 200 1377 0.062693 10.0.0.23 - - [2026-03-23 02:20:28] "GET /project/238a795d-8995-4679-9b75-17b31930a2b1?fields=security_groups HTTP/1.1" 200 1389 0.114978 10.0.0.23 - - [2026-03-23 02:20:28] "DELETE /security-group/9c94e3d5-b749-4b02-8d78-fe0a57e67678 HTTP/1.1" 200 115 0.103482 10.0.0.23 - - [2026-03-23 02:20:28] "GET /projects?obj_uuids=47df205f-772f-41f8-a267-5a69dc5ec489&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000917 10.0.0.23 - - [2026-03-23 02:20:28] "GET /project/47df205f-772f-41f8-a267-5a69dc5ec489?fields=application_policy_sets HTTP/1.1" 200 1416 0.065570 10.0.0.23 - - [2026-03-23 02:20:28] "DELETE /security-group/0280d582-8b5b-4b9d-9da3-c504838605d3 HTTP/1.1" 200 115 0.111596 10.0.0.23 - - [2026-03-23 02:20:28] "GET /projects?obj_uuids=238a795d-8995-4679-9b75-17b31930a2b1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001130 10.0.0.23 - - [2026-03-23 02:20:28] "DELETE /access-control-list/de387b7f-98f1-43b4-b039-436d4c6dc30f HTTP/1.1" 200 115 0.075813 10.0.0.23 - - [2026-03-23 02:20:28] "GET /project/238a795d-8995-4679-9b75-17b31930a2b1?fields=application_policy_sets HTTP/1.1" 200 1428 0.050998 10.0.0.23 - - [2026-03-23 02:20:28] "DELETE /project/47df205f-772f-41f8-a267-5a69dc5ec489 HTTP/1.1" 200 115 0.529840 10.0.0.23 - - [2026-03-23 02:20:28] "DELETE /project/238a795d-8995-4679-9b75-17b31930a2b1 HTTP/1.1" 200 115 0.620339 10.0.0.50 - - [2026-03-23 02:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.50 - - [2026-03-23 02:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.23 - - [2026-03-23 02:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.23 - - [2026-03-23 02:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.23 - - [2026-03-23 02:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.23 - - [2026-03-23 02:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.50 - - [2026-03-23 02:20:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.50 - - [2026-03-23 02:20:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.27 - - [2026-03-23 02:20:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.27 - - [2026-03-23 02:20:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000322 10.0.0.27 - - [2026-03-23 02:20:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.27 - - [2026-03-23 02:20:37] "GET /global-system-configs HTTP/1.1" 401 292 0.001134 10.0.0.23 - - [2026-03-23 02:20:48] "GET /projects?obj_uuids=ac4806e8-6321-4f9c-a7ac-8d225fa2ac88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001369 10.0.0.27 - - [2026-03-23 02:20:48] "GET /project/ac4806e8-6321-4f9c-a7ac-8d225fa2ac88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.073922 10.0.0.27 - - [2026-03-23 02:20:48] "POST /neutron/port HTTP/1.1" 200 117 0.005943 10.0.0.27 - - [2026-03-23 02:20:48] "POST /id-to-fqname HTTP/1.1" 200 233 0.001205 10.0.0.27 - - [2026-03-23 02:20:48] "POST /neutron/network HTTP/1.1" 200 848 0.006374 10.0.0.23 - - [2026-03-23 02:20:49] "GET /projects?obj_uuids=ac4806e8-6321-4f9c-a7ac-8d225fa2ac88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000873 10.0.0.27 - - [2026-03-23 02:20:49] "POST /neutron/port HTTP/1.1" 200 1070 0.050720 10.0.0.27 - - [2026-03-23 02:20:49] "GET /project/ac4806e8-6321-4f9c-a7ac-8d225fa2ac88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.124363 10.0.0.27 - - [2026-03-23 02:20:49] "POST /neutron/network HTTP/1.1" 200 838 0.015127 10.0.0.27 - - [2026-03-23 02:20:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008788 10.0.0.27 - - [2026-03-23 02:20:50] "POST /neutron/port HTTP/1.1" 200 117 0.018906 10.0.0.27 - - [2026-03-23 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.23 - - [2026-03-23 02:20:50] "GET /projects?obj_uuids=ac4806e8-6321-4f9c-a7ac-8d225fa2ac88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001066 10.0.0.27 - - [2026-03-23 02:20:50] "GET /project/ac4806e8-6321-4f9c-a7ac-8d225fa2ac88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.090768 10.0.0.27 - - [2026-03-23 02:20:50] "GET /virtual-network/755733b7-5eef-4a2b-a81f-09a716537419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004967 10.0.0.27 - - [2026-03-23 02:20:50] "GET /floating-ip-pools?parent_id=755733b7-5eef-4a2b-a81f-09a716537419&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.014643 10.0.0.27 - - [2026-03-23 02:20:50] "GET /virtual-network/755733b7-5eef-4a2b-a81f-09a716537419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005543 10.0.0.27 - - [2026-03-23 02:20:50] "POST /floating-ip-pools HTTP/1.1" 200 609 0.085049 10.0.0.27 - - [2026-03-23 02:20:50] "POST /neutron/network HTTP/1.1" 200 848 0.005929 10.0.0.27 - - [2026-03-23 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.055646 10.0.0.27 - - [2026-03-23 02:20:50] "GET /virtual-network/755733b7-5eef-4a2b-a81f-09a716537419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.014835 10.0.0.27 - - [2026-03-23 02:20:51] "GET /virtual-network/755733b7-5eef-4a2b-a81f-09a716537419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.017461 10.0.0.27 - - [2026-03-23 02:20:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010022 10.0.0.27 - - [2026-03-23 02:20:52] "POST /neutron/port HTTP/1.1" 200 1126 0.258315 10.0.0.27 - - [2026-03-23 02:20:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.021968 10.0.0.27 - - [2026-03-23 02:20:56] "POST /neutron/port HTTP/1.1" 200 1134 0.041739 10.0.0.27 - - [2026-03-23 02:21:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.023020 10.0.0.27 - - [2026-03-23 02:21:12] "POST /neutron/port HTTP/1.1" 200 1134 0.049165 10.0.0.27 - - [2026-03-23 02:21:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.024822 10.0.0.27 - - [2026-03-23 02:21:27] "POST /neutron/port HTTP/1.1" 200 1134 0.015790 10.0.0.27 - - [2026-03-23 02:21:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006877 10.0.0.27 - - [2026-03-23 02:21:43] "POST /neutron/port HTTP/1.1" 200 1134 0.016836 10.0.0.27 - - [2026-03-23 02:21:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006923 10.0.0.27 - - [2026-03-23 02:21:58] "POST /neutron/port HTTP/1.1" 200 1134 0.015872 10.0.0.27 - - [2026-03-23 02:22:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008028 10.0.0.27 - - [2026-03-23 02:22:08] "POST /neutron/port HTTP/1.1" 200 1134 0.016560 10.0.0.27 - - [2026-03-23 02:22:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007518 10.0.0.27 - - [2026-03-23 02:22:08] "GET /virtual-machine/99352693-5b05-4217-ae05-8b2eda2b32ad HTTP/1.1" 401 292 0.000305 10.0.0.27 - - [2026-03-23 02:22:09] "GET /virtual-machine/99352693-5b05-4217-ae05-8b2eda2b32ad HTTP/1.1" 200 1305 0.043435 10.0.0.27 - - [2026-03-23 02:22:09] "GET /virtual-machine-interface/08ab987a-6aff-4530-9761-db8ce3b40616 HTTP/1.1" 200 3002 0.005239 10.0.0.27 - - [2026-03-23 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.27 - - [2026-03-23 02:22:09] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004313 10.0.0.27 - - [2026-03-23 02:22:09] "GET /virtual-networks?parent_id=ac4806e8-6321-4f9c-a7ac-8d225fa2ac88&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002823 10.0.0.27 - - [2026-03-23 02:22:09] "GET /virtual-network/d7c002e4-3e5a-4a64-a8e4-f179b62cd4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005634 10.0.0.27 - - [2026-03-23 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.27 - - [2026-03-23 02:22:12] "GET /virtual-network/d7c002e4-3e5a-4a64-a8e4-f179b62cd4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007125 10.0.0.27 - - [2026-03-23 02:22:13] "POST /neutron/network HTTP/1.1" 200 846 0.007045 10.0.0.27 - - [2026-03-23 02:22:13] "POST /neutron/port HTTP/1.1" 200 117 0.001347 10.0.0.27 - - [2026-03-23 02:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.27 - - [2026-03-23 02:22:16] "GET /virtual-network/d7c002e4-3e5a-4a64-a8e4-f179b62cd4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004953 10.0.0.27 - - [2026-03-23 02:22:18] "POST /neutron/port HTTP/1.1" 200 1136 0.017357 10.0.0.27 - - [2026-03-23 02:22:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.008293 10.0.0.27 - - [2026-03-23 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.27 - - [2026-03-23 02:22:20] "GET /virtual-network/d7c002e4-3e5a-4a64-a8e4-f179b62cd4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005551 10.0.0.27 - - [2026-03-23 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.27 - - [2026-03-23 02:22:24] "GET /virtual-network/d7c002e4-3e5a-4a64-a8e4-f179b62cd4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004995 10.0.0.27 - - [2026-03-23 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.27 - - [2026-03-23 02:22:28] "GET /virtual-network/d7c002e4-3e5a-4a64-a8e4-f179b62cd4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006312 10.0.0.27 - - [2026-03-23 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.27 - - [2026-03-23 02:22:32] "GET /virtual-network/d7c002e4-3e5a-4a64-a8e4-f179b62cd4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004917 10.0.0.27 - - [2026-03-23 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.27 - - [2026-03-23 02:22:36] "GET /virtual-network/d7c002e4-3e5a-4a64-a8e4-f179b62cd4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005130 10.0.0.27 - - [2026-03-23 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.27 - - [2026-03-23 02:22:40] "GET /virtual-network/d7c002e4-3e5a-4a64-a8e4-f179b62cd4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004929 10.0.0.27 - - [2026-03-23 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.27 - - [2026-03-23 02:22:44] "GET /virtual-network/d7c002e4-3e5a-4a64-a8e4-f179b62cd4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005065 10.0.0.27 - - [2026-03-23 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.27 - - [2026-03-23 02:22:46] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004114 10.0.0.27 - - [2026-03-23 02:22:46] "GET /virtual-networks?parent_id=ac4806e8-6321-4f9c-a7ac-8d225fa2ac88&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002783 10.0.0.27 - - [2026-03-23 02:22:46] "GET /virtual-network/d7c002e4-3e5a-4a64-a8e4-f179b62cd4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006572 10.0.0.27 - - [2026-03-23 02:22:47] "POST /neutron/port HTTP/1.1" 200 1134 0.016278 10.0.0.27 - - [2026-03-23 02:22:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006871 10.0.0.27 - - [2026-03-23 02:22:56] "POST /neutron/port HTTP/1.1" 200 1134 0.056486 10.0.0.27 - - [2026-03-23 02:22:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006465 10.0.0.23 - - [2026-03-23 02:23:07] "GET /projects?obj_uuids=ac4806e8-6321-4f9c-a7ac-8d225fa2ac88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.27 - - [2026-03-23 02:23:07] "POST /neutron/floatingip HTTP/1.1" 200 530 0.120895 10.0.0.27 - - [2026-03-23 02:23:07] "POST /neutron/floatingip HTTP/1.1" 200 575 0.064035 10.0.0.27 - - [2026-03-23 02:23:07] "POST /neutron/port HTTP/1.1" 200 1136 0.018194 10.0.0.27 - - [2026-03-23 02:23:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006904 10.0.0.27 - - [2026-03-23 02:23:08] "GET /virtual-machine/dd63277c-cf7c-44c2-93fd-be18027861c2 HTTP/1.1" 200 1305 0.005818 10.0.0.27 - - [2026-03-23 02:23:08] "GET /virtual-machine-interface/3c472a8c-071e-48ce-be7d-0149bf8c99a6 HTTP/1.1" 200 3003 0.004767 10.0.0.27 - - [2026-03-23 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.27 - - [2026-03-23 02:23:08] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003528 10.0.0.27 - - [2026-03-23 02:23:08] "GET /virtual-networks?parent_id=ac4806e8-6321-4f9c-a7ac-8d225fa2ac88&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002652 10.0.0.27 - - [2026-03-23 02:23:08] "GET /virtual-network/755733b7-5eef-4a2b-a81f-09a716537419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005470 10.0.0.27 - - [2026-03-23 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.27 - - [2026-03-23 02:23:09] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003439 10.0.0.27 - - [2026-03-23 02:23:09] "GET /virtual-networks?parent_id=ac4806e8-6321-4f9c-a7ac-8d225fa2ac88&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002635 10.0.0.27 - - [2026-03-23 02:23:09] "GET /virtual-network/755733b7-5eef-4a2b-a81f-09a716537419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005253 10.0.0.27 - - [2026-03-23 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.27 - - [2026-03-23 02:23:09] "GET /routing-instance/f556dba1-7088-4d4e-a06d-9b113008b0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003693 10.0.0.27 - - [2026-03-23 02:23:09] "GET /route-target/1bf32577-dce6-4522-be08-3a75b0be423d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004207 10.0.0.27 - - [2026-03-23 02:23:15] "POST /neutron/port HTTP/1.1" 200 1134 0.015892 10.0.0.27 - - [2026-03-23 02:23:15] "POST /neutron/subnet HTTP/1.1" 200 689 0.007585 10.0.0.27 - - [2026-03-23 02:23:18] "POST /neutron/port HTTP/1.1" 200 1136 0.017105 10.0.0.27 - - [2026-03-23 02:23:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003796 10.0.0.27 - - [2026-03-23 02:23:19] "POST /neutron/network HTTP/1.1" 200 838 0.006390 10.0.0.27 - - [2026-03-23 02:23:31] "GET /obj-perms HTTP/1.1" 200 5056 0.054521 10.0.0.50 - - [2026-03-23 02:23:32] "GET /obj-perms HTTP/1.1" 200 5056 0.056366 10.0.0.27 - - [2026-03-23 02:23:32] "POST /neutron/floatingip HTTP/1.1" 200 530 0.006040 10.0.0.27 - - [2026-03-23 02:23:32] "GET /floating-ip-pool/4d32c29d-4d5a-40a7-92ac-bb95dcd8009c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.003164 10.0.0.27 - - [2026-03-23 02:23:32] "POST /ref-update HTTP/1.1" 200 156 0.013514 10.0.0.27 - - [2026-03-23 02:23:32] "DELETE /floating-ip-pool/4d32c29d-4d5a-40a7-92ac-bb95dcd8009c HTTP/1.1" 200 115 0.033439 10.0.0.27 - - [2026-03-23 02:23:33] "POST /neutron/network HTTP/1.1" 400 204 0.013601 10.0.0.27 - - [2026-03-23 02:23:33] "POST /neutron/port HTTP/1.1" 200 151 0.185275 10.0.0.27 - - [2026-03-23 02:23:33] "POST /neutron/port HTTP/1.1" 200 151 0.212425 10.0.0.23 - - [2026-03-23 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.041134 10.0.0.27 - - [2026-03-23 02:23:35] "POST /neutron/network HTTP/1.1" 200 838 0.007493 10.0.0.23 - - [2026-03-23 02:23:35] "DELETE /route-target/1bf32577-dce6-4522-be08-3a75b0be423d HTTP/1.1" 200 115 0.030105 10.0.0.23 - - [2026-03-23 02:23:37] "GET /projects?obj_uuids=ac4806e8-6321-4f9c-a7ac-8d225fa2ac88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000894 10.0.0.27 - - [2026-03-23 02:23:37] "GET /project/ac4806e8-6321-4f9c-a7ac-8d225fa2ac88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042615 10.0.0.23 - - [2026-03-23 02:23:37] "GET /projects?obj_uuids=ac4806e8-6321-4f9c-a7ac-8d225fa2ac88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001920 10.0.0.27 - - [2026-03-23 02:23:37] "GET /project/ac4806e8-6321-4f9c-a7ac-8d225fa2ac88?fields=virtual_networks HTTP/1.1" 200 1056 0.046459 10.0.0.23 - - [2026-03-23 02:23:37] "GET /projects?obj_uuids=ac4806e8-6321-4f9c-a7ac-8d225fa2ac88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000999 10.0.0.27 - - [2026-03-23 02:23:37] "GET /project/ac4806e8-6321-4f9c-a7ac-8d225fa2ac88?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.037606 10.0.0.23 - - [2026-03-23 02:23:37] "GET /projects?obj_uuids=ac4806e8-6321-4f9c-a7ac-8d225fa2ac88&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.27 - - [2026-03-23 02:23:37] "GET /project/ac4806e8-6321-4f9c-a7ac-8d225fa2ac88?fields=security_groups HTTP/1.1" 200 1294 0.037005 10.0.0.27 - - [2026-03-23 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.040116 10.0.0.23 - - [2026-03-23 02:23:38] "GET /projects?obj_uuids=afb4e554-8453-415a-bdec-5650d8e02bcc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004131 10.0.0.23 - - [2026-03-23 02:23:38] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001258 10.0.0.23 - - [2026-03-23 02:23:38] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007199 10.0.0.23 - - [2026-03-23 02:23:38] "POST /id-to-fqname HTTP/1.1" 200 190 0.008256 10.0.0.23 - - [2026-03-23 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.004884 10.0.0.23 - - [2026-03-23 02:23:38] "POST /security-groups HTTP/1.1" 200 591 0.101299 10.0.0.23 - - [2026-03-23 02:23:38] "POST /projects HTTP/1.1" 200 585 0.320141 10.0.0.23 - - [2026-03-23 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 233 0.007492 10.0.0.23 - - [2026-03-23 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.393731 10.0.0.27 - - [2026-03-23 02:23:38] "GET /project/afb4e554-8453-415a-bdec-5650d8e02bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.554795 10.0.0.27 - - [2026-03-23 02:23:40] "GET / HTTP/1.1" 200 35931 0.001326 10.0.0.23 - - [2026-03-23 02:23:43] "GET /projects?obj_uuids=afb4e554-8453-415a-bdec-5650d8e02bcc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.27 - - [2026-03-23 02:23:43] "GET /project/afb4e554-8453-415a-bdec-5650d8e02bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.037755 10.0.0.23 - - [2026-03-23 02:23:43] "GET /projects?obj_uuids=afb4e554-8453-415a-bdec-5650d8e02bcc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000823 10.0.0.27 - - [2026-03-23 02:23:43] "GET /project/afb4e554-8453-415a-bdec-5650d8e02bcc?fields=virtual_networks HTTP/1.1" 200 1032 0.039909 10.0.0.23 - - [2026-03-23 02:23:43] "GET /projects?obj_uuids=afb4e554-8453-415a-bdec-5650d8e02bcc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000879 10.0.0.27 - - [2026-03-23 02:23:43] "GET /project/afb4e554-8453-415a-bdec-5650d8e02bcc?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.032813 10.0.0.23 - - [2026-03-23 02:23:43] "GET /projects?obj_uuids=afb4e554-8453-415a-bdec-5650d8e02bcc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.27 - - [2026-03-23 02:23:43] "GET /project/afb4e554-8453-415a-bdec-5650d8e02bcc?fields=security_groups HTTP/1.1" 200 1258 0.035383 10.0.0.27 - - [2026-03-23 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.030127 10.0.0.23 - - [2026-03-23 02:23:44] "GET /projects?obj_uuids=2b9e8b13-0524-43e2-b499-a0ccc5b690ae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002456 10.0.0.23 - - [2026-03-23 02:23:44] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000792 10.0.0.23 - - [2026-03-23 02:23:44] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006596 10.0.0.23 - - [2026-03-23 02:23:44] "POST /id-to-fqname HTTP/1.1" 200 185 0.005072 10.0.0.23 - - [2026-03-23 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.006082 10.0.0.23 - - [2026-03-23 02:23:44] "POST /security-groups HTTP/1.1" 200 586 0.029050 10.0.0.23 - - [2026-03-23 02:23:44] "POST /projects HTTP/1.1" 200 575 0.237175 10.0.0.23 - - [2026-03-23 02:23:44] "POST /access-control-lists HTTP/1.1" 200 591 0.022421 10.0.0.23 - - [2026-03-23 02:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.314315 10.0.0.27 - - [2026-03-23 02:23:44] "GET /project/2b9e8b13-0524-43e2-b499-a0ccc5b690ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.451103 10.0.0.27 - - [2026-03-23 02:23:46] "GET / HTTP/1.1" 200 35931 0.002091 10.0.0.23 - - [2026-03-23 02:23:51] "GET /projects?obj_uuids=2b9e8b13-0524-43e2-b499-a0ccc5b690ae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000836 10.0.0.27 - - [2026-03-23 02:23:51] "GET /project/2b9e8b13-0524-43e2-b499-a0ccc5b690ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.045026 10.0.0.23 - - [2026-03-23 02:23:51] "GET /projects?obj_uuids=2b9e8b13-0524-43e2-b499-a0ccc5b690ae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000810 10.0.0.27 - - [2026-03-23 02:23:51] "GET /project/2b9e8b13-0524-43e2-b499-a0ccc5b690ae?fields=virtual_networks HTTP/1.1" 200 1021 0.095987 10.0.0.23 - - [2026-03-23 02:23:52] "GET /projects?obj_uuids=2b9e8b13-0524-43e2-b499-a0ccc5b690ae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000918 10.0.0.27 - - [2026-03-23 02:23:52] "GET /project/2b9e8b13-0524-43e2-b499-a0ccc5b690ae?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.037172 10.0.0.23 - - [2026-03-23 02:23:52] "GET /projects?obj_uuids=2b9e8b13-0524-43e2-b499-a0ccc5b690ae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000873 10.0.0.27 - - [2026-03-23 02:23:52] "GET /project/2b9e8b13-0524-43e2-b499-a0ccc5b690ae?fields=security_groups HTTP/1.1" 200 1242 0.045467 10.0.0.27 - - [2026-03-23 02:23:53] "POST /fqname-to-id HTTP/1.1" 404 187 0.033938 10.0.0.23 - - [2026-03-23 02:23:53] "GET /projects?obj_uuids=987c3374-8772-4711-961c-1be8a9d01243&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002901 10.0.0.23 - - [2026-03-23 02:23:53] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000800 10.0.0.23 - - [2026-03-23 02:23:53] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007374 10.0.0.23 - - [2026-03-23 02:23:53] "POST /id-to-fqname HTTP/1.1" 200 189 0.003161 10.0.0.23 - - [2026-03-23 02:23:53] "POST /fqname-to-id HTTP/1.1" 404 198 0.006374 10.0.0.23 - - [2026-03-23 02:23:53] "POST /security-groups HTTP/1.1" 200 590 0.073827 10.0.0.23 - - [2026-03-23 02:23:53] "POST /fqname-to-id HTTP/1.1" 404 233 0.003273 10.0.0.23 - - [2026-03-23 02:23:53] "POST /projects HTTP/1.1" 200 583 0.270846 10.0.0.23 - - [2026-03-23 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.347462 10.0.0.23 - - [2026-03-23 02:23:53] "POST /access-control-lists HTTP/1.1" 200 593 0.029240 10.0.0.27 - - [2026-03-23 02:23:53] "GET /project/987c3374-8772-4711-961c-1be8a9d01243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.493437 10.0.0.27 - - [2026-03-23 02:23:54] "GET / HTTP/1.1" 200 35931 0.001581 10.0.0.23 - - [2026-03-23 02:23:58] "GET /projects?obj_uuids=987c3374-8772-4711-961c-1be8a9d01243&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001079 10.0.0.27 - - [2026-03-23 02:23:58] "GET /project/987c3374-8772-4711-961c-1be8a9d01243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.044465 10.0.0.23 - - [2026-03-23 02:23:58] "GET /projects?obj_uuids=987c3374-8772-4711-961c-1be8a9d01243&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000831 10.0.0.27 - - [2026-03-23 02:23:58] "GET /project/987c3374-8772-4711-961c-1be8a9d01243?fields=virtual_networks HTTP/1.1" 200 1030 0.045441 10.0.0.23 - - [2026-03-23 02:23:58] "GET /projects?obj_uuids=987c3374-8772-4711-961c-1be8a9d01243&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000945 10.0.0.27 - - [2026-03-23 02:23:58] "GET /project/987c3374-8772-4711-961c-1be8a9d01243?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.034255 10.0.0.23 - - [2026-03-23 02:23:58] "GET /projects?obj_uuids=987c3374-8772-4711-961c-1be8a9d01243&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000845 10.0.0.27 - - [2026-03-23 02:23:58] "GET /project/987c3374-8772-4711-961c-1be8a9d01243?fields=security_groups HTTP/1.1" 200 1255 0.044810 10.0.0.27 - - [2026-03-23 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 188 0.032092 10.0.0.23 - - [2026-03-23 02:23:59] "GET /projects?obj_uuids=887cc80c-3f49-4826-9c0a-5f8beab1735d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002737 10.0.0.23 - - [2026-03-23 02:23:59] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000797 10.0.0.23 - - [2026-03-23 02:23:59] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006365 10.0.0.23 - - [2026-03-23 02:23:59] "POST /id-to-fqname HTTP/1.1" 200 190 0.002407 10.0.0.23 - - [2026-03-23 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.009938 10.0.0.23 - - [2026-03-23 02:23:59] "POST /security-groups HTTP/1.1" 200 591 0.074145 10.0.0.23 - - [2026-03-23 02:23:59] "POST /projects HTTP/1.1" 200 585 0.289977 10.0.0.23 - - [2026-03-23 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 233 0.004477 10.0.0.23 - - [2026-03-23 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.362640 10.0.0.27 - - [2026-03-23 02:23:59] "GET /project/887cc80c-3f49-4826-9c0a-5f8beab1735d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.496930 10.0.0.27 - - [2026-03-23 02:24:00] "GET / HTTP/1.1" 200 35931 0.002336 10.0.0.23 - - [2026-03-23 02:24:04] "GET /projects?obj_uuids=887cc80c-3f49-4826-9c0a-5f8beab1735d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.27 - - [2026-03-23 02:24:04] "GET /project/887cc80c-3f49-4826-9c0a-5f8beab1735d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.036063 10.0.0.23 - - [2026-03-23 02:24:04] "GET /projects?obj_uuids=887cc80c-3f49-4826-9c0a-5f8beab1735d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001678 10.0.0.27 - - [2026-03-23 02:24:04] "GET /project/887cc80c-3f49-4826-9c0a-5f8beab1735d?fields=virtual_networks HTTP/1.1" 200 1031 0.044981 10.0.0.23 - - [2026-03-23 02:24:04] "GET /projects?obj_uuids=887cc80c-3f49-4826-9c0a-5f8beab1735d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000882 10.0.0.27 - - [2026-03-23 02:24:04] "GET /project/887cc80c-3f49-4826-9c0a-5f8beab1735d?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.041462 10.0.0.23 - - [2026-03-23 02:24:04] "GET /projects?obj_uuids=887cc80c-3f49-4826-9c0a-5f8beab1735d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.27 - - [2026-03-23 02:24:04] "GET /project/887cc80c-3f49-4826-9c0a-5f8beab1735d?fields=security_groups HTTP/1.1" 200 1257 0.034322 10.0.0.27 - - [2026-03-23 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 192 0.030226 10.0.0.23 - - [2026-03-23 02:24:05] "GET /projects?obj_uuids=1128c852-1121-40e0-90d9-2ae0971cf1fd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003067 10.0.0.23 - - [2026-03-23 02:24:05] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.23 - - [2026-03-23 02:24:05] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006104 10.0.0.23 - - [2026-03-23 02:24:05] "POST /id-to-fqname HTTP/1.1" 200 194 0.003834 10.0.0.23 - - [2026-03-23 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 203 0.004194 10.0.0.23 - - [2026-03-23 02:24:05] "POST /security-groups HTTP/1.1" 200 595 0.073087 10.0.0.23 - - [2026-03-23 02:24:05] "POST /projects HTTP/1.1" 200 593 0.271125 10.0.0.23 - - [2026-03-23 02:24:05] "POST /access-control-lists HTTP/1.1" 200 600 0.031491 10.0.0.23 - - [2026-03-23 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.345507 10.0.0.27 - - [2026-03-23 02:24:05] "GET /project/1128c852-1121-40e0-90d9-2ae0971cf1fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.484299 10.0.0.27 - - [2026-03-23 02:24:07] "GET / HTTP/1.1" 200 35931 0.002528 10.0.0.23 - - [2026-03-23 02:24:10] "GET /projects?obj_uuids=1128c852-1121-40e0-90d9-2ae0971cf1fd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000934 10.0.0.27 - - [2026-03-23 02:24:10] "GET /project/1128c852-1121-40e0-90d9-2ae0971cf1fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.045934 10.0.0.23 - - [2026-03-23 02:24:10] "GET /projects?obj_uuids=1128c852-1121-40e0-90d9-2ae0971cf1fd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000926 10.0.0.27 - - [2026-03-23 02:24:10] "GET /project/1128c852-1121-40e0-90d9-2ae0971cf1fd?fields=virtual_networks HTTP/1.1" 200 1039 0.042588 10.0.0.23 - - [2026-03-23 02:24:10] "GET /projects?obj_uuids=1128c852-1121-40e0-90d9-2ae0971cf1fd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001249 10.0.0.27 - - [2026-03-23 02:24:10] "GET /project/1128c852-1121-40e0-90d9-2ae0971cf1fd?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.043060 10.0.0.23 - - [2026-03-23 02:24:10] "GET /projects?obj_uuids=1128c852-1121-40e0-90d9-2ae0971cf1fd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000862 10.0.0.27 - - [2026-03-23 02:24:10] "GET /project/1128c852-1121-40e0-90d9-2ae0971cf1fd?fields=security_groups HTTP/1.1" 200 1269 0.056644 10.0.0.27 - - [2026-03-23 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.031112 10.0.0.23 - - [2026-03-23 02:24:11] "GET /projects?obj_uuids=60e5e4ac-34c6-4d5a-94c5-9d73dea3a551&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003408 10.0.0.23 - - [2026-03-23 02:24:11] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.23 - - [2026-03-23 02:24:11] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006779 10.0.0.23 - - [2026-03-23 02:24:11] "POST /id-to-fqname HTTP/1.1" 200 185 0.002554 10.0.0.23 - - [2026-03-23 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.003888 10.0.0.23 - - [2026-03-23 02:24:11] "POST /security-groups HTTP/1.1" 200 586 0.031499 10.0.0.23 - - [2026-03-23 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.004225 10.0.0.23 - - [2026-03-23 02:24:11] "POST /projects HTTP/1.1" 200 575 0.231497 10.0.0.23 - - [2026-03-23 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.306124 10.0.0.23 - - [2026-03-23 02:24:11] "POST /access-control-lists HTTP/1.1" 200 589 0.029842 10.0.0.27 - - [2026-03-23 02:24:12] "GET /project/60e5e4ac-34c6-4d5a-94c5-9d73dea3a551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.447644 10.0.0.27 - - [2026-03-23 02:24:13] "GET / HTTP/1.1" 200 35931 0.002281 10.0.0.27 - - [2026-03-23 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.003193 10.0.0.23 - - [2026-03-23 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 227 0.006868 10.0.0.23 - - [2026-03-23 02:24:14] "PUT /access-control-list/73b18976-3a3e-4b40-bba1-fb8d61f5a981 HTTP/1.1" 200 272 0.019017 10.0.0.23 - - [2026-03-23 02:24:14] "GET /projects?obj_uuids=063ce49e-4212-47f4-ad6c-eb61b1a4ca01&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.030111 10.0.0.27 - - [2026-03-23 02:24:14] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.105103 10.0.0.27 - - [2026-03-23 02:24:14] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.021721 10.0.0.27 - - [2026-03-23 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.002647 10.0.0.23 - - [2026-03-23 02:24:14] "PUT /access-control-list/73b18976-3a3e-4b40-bba1-fb8d61f5a981 HTTP/1.1" 200 272 0.017102 10.0.0.23 - - [2026-03-23 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 227 0.005754 10.0.0.23 - - [2026-03-23 02:24:15] "PUT /access-control-list/480ed31e-37cf-47f8-9106-b4f49b3a979a HTTP/1.1" 200 272 0.035861 10.0.0.23 - - [2026-03-23 02:24:15] "GET /projects?obj_uuids=063ce49e-4212-47f4-ad6c-eb61b1a4ca01&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001358 10.0.0.27 - - [2026-03-23 02:24:15] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.066454 10.0.0.23 - - [2026-03-23 02:24:15] "DELETE /access-control-list/9fc87247-7b91-4a86-9dd0-0414d437b572 HTTP/1.1" 200 115 0.047648 10.0.0.27 - - [2026-03-23 02:24:15] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.018709 10.0.0.27 - - [2026-03-23 02:24:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000389 10.0.0.27 - - [2026-03-23 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 210 0.040387 10.0.0.23 - - [2026-03-23 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 245 0.004416 10.0.0.23 - - [2026-03-23 02:24:16] "POST /access-control-lists HTTP/1.1" 200 605 0.037555 10.0.0.23 - - [2026-03-23 02:24:16] "PUT /access-control-list/90975fb8-b88a-4be6-9f35-a7fadc452693 HTTP/1.1" 200 272 0.025377 10.0.0.23 - - [2026-03-23 02:24:16] "GET /projects?obj_uuids=60e5e4ac-34c6-4d5a-94c5-9d73dea3a551&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000880 10.0.0.27 - - [2026-03-23 02:24:16] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.110430 10.0.0.27 - - [2026-03-23 02:24:16] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.026797 10.0.0.27 - - [2026-03-23 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 210 0.003062 10.0.0.23 - - [2026-03-23 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.003860 10.0.0.23 - - [2026-03-23 02:24:17] "POST /access-control-lists HTTP/1.1" 200 605 0.030042 10.0.0.23 - - [2026-03-23 02:24:17] "GET /projects?obj_uuids=60e5e4ac-34c6-4d5a-94c5-9d73dea3a551&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001187 10.0.0.23 - - [2026-03-23 02:24:17] "PUT /access-control-list/218b2289-5380-4826-a46d-4c152bd88dcb HTTP/1.1" 200 272 0.026063 10.0.0.27 - - [2026-03-23 02:24:17] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.066804 10.0.0.27 - - [2026-03-23 02:24:17] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012633 10.0.0.27 - - [2026-03-23 02:24:19] "POST /neutron/router HTTP/1.1" 200 541 0.007100 10.0.0.23 - - [2026-03-23 02:24:19] "POST /route-targets HTTP/1.1" 200 327 0.018152 10.0.0.27 - - [2026-03-23 02:24:19] "POST /neutron/router HTTP/1.1" 200 541 0.004028 10.0.0.27 - - [2026-03-23 02:24:19] "POST /neutron/router HTTP/1.1" 200 541 0.008666 10.0.0.27 - - [2026-03-23 02:24:19] "POST /neutron/router HTTP/1.1" 200 541 0.004260 10.0.0.27 - - [2026-03-23 02:24:19] "POST /neutron/router HTTP/1.1" 200 541 0.003855 10.0.0.27 - - [2026-03-23 02:24:19] "POST /neutron/router HTTP/1.1" 200 541 0.003964 10.0.0.27 - - [2026-03-23 02:24:19] "POST /neutron/router HTTP/1.1" 200 541 0.003937 10.0.0.27 - - [2026-03-23 02:24:19] "POST /neutron/router HTTP/1.1" 200 541 0.003589 10.0.0.27 - - [2026-03-23 02:24:19] "POST /neutron/router HTTP/1.1" 200 541 0.003783 10.0.0.27 - - [2026-03-23 02:24:19] "POST /neutron/router HTTP/1.1" 200 541 0.003462 10.0.0.27 - - [2026-03-23 02:24:19] "POST /neutron/router HTTP/1.1" 200 541 0.003769 10.0.0.27 - - [2026-03-23 02:24:19] "POST /neutron/router HTTP/1.1" 200 541 0.006446 10.0.0.27 - - [2026-03-23 02:24:20] "POST /neutron/router HTTP/1.1" 200 151 0.061065 10.0.0.23 - - [2026-03-23 02:24:20] "DELETE /route-target/8488f587-b952-4032-9a84-3d1f449e2c90 HTTP/1.1" 200 115 0.033929 10.0.0.27 - - [2026-03-23 02:24:20] "POST /neutron/router HTTP/1.1" 200 559 0.009775 10.0.0.27 - - [2026-03-23 02:24:20] "POST /neutron/router HTTP/1.1" 200 559 0.007141 10.0.0.27 - - [2026-03-23 02:24:20] "POST /neutron/router HTTP/1.1" 200 559 0.003420 10.0.0.27 - - [2026-03-23 02:24:20] "POST /neutron/router HTTP/1.1" 200 559 0.003458 10.0.0.27 - - [2026-03-23 02:24:20] "POST /neutron/router HTTP/1.1" 200 559 0.003770 10.0.0.27 - - [2026-03-23 02:24:20] "POST /neutron/router HTTP/1.1" 200 559 0.003216 10.0.0.27 - - [2026-03-23 02:24:20] "POST /neutron/router HTTP/1.1" 200 559 0.003813 10.0.0.27 - - [2026-03-23 02:24:20] "POST /neutron/router HTTP/1.1" 200 559 0.003882 10.0.0.27 - - [2026-03-23 02:24:20] "POST /neutron/router HTTP/1.1" 200 559 0.003644 10.0.0.27 - - [2026-03-23 02:24:20] "POST /neutron/router HTTP/1.1" 200 559 0.003672 10.0.0.27 - - [2026-03-23 02:24:20] "POST /neutron/router HTTP/1.1" 200 559 0.003882 10.0.0.27 - - [2026-03-23 02:24:20] "POST /neutron/router HTTP/1.1" 200 560 0.031691 10.0.0.50 - - [2026-03-23 02:24:20] "GET /logical-router/320c7c99-c0b1-4341-b75f-611062917007?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003405 10.0.0.23 - - [2026-03-23 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006377 10.0.0.23 - - [2026-03-23 02:24:20] "GET /projects?obj_uuids=063ce49e-4212-47f4-ad6c-eb61b1a4ca01&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000808 10.0.0.27 - - [2026-03-23 02:24:21] "POST /neutron/router HTTP/1.1" 200 541 0.099757 10.0.0.23 - - [2026-03-23 02:24:21] "PUT /logical-router/b05dc700-74cf-4c01-ac11-d75fa83d7743 HTTP/1.1" 200 262 0.035519 10.0.0.27 - - [2026-03-23 02:24:21] "POST /neutron/router HTTP/1.1" 200 541 0.006663 10.0.0.27 - - [2026-03-23 02:24:21] "POST /neutron/router HTTP/1.1" 200 541 0.003335 10.0.0.27 - - [2026-03-23 02:24:21] "POST /neutron/router HTTP/1.1" 200 541 0.003677 10.0.0.27 - - [2026-03-23 02:24:21] "POST /neutron/router HTTP/1.1" 200 541 0.003959 10.0.0.27 - - [2026-03-23 02:24:21] "POST /neutron/router HTTP/1.1" 200 541 0.003256 10.0.0.27 - - [2026-03-23 02:24:21] "POST /neutron/router HTTP/1.1" 200 541 0.003835 10.0.0.27 - - [2026-03-23 02:24:21] "POST /neutron/router HTTP/1.1" 200 541 0.004199 10.0.0.27 - - [2026-03-23 02:24:21] "POST /neutron/router HTTP/1.1" 200 541 0.004227 10.0.0.27 - - [2026-03-23 02:24:21] "POST /neutron/router HTTP/1.1" 200 541 0.004938 10.0.0.27 - - [2026-03-23 02:24:21] "POST /neutron/router HTTP/1.1" 200 541 0.005013 10.0.0.27 - - [2026-03-23 02:24:21] "POST /neutron/router HTTP/1.1" 200 541 0.026908 10.0.0.27 - - [2026-03-23 02:24:21] "POST /neutron/router HTTP/1.1" 200 541 0.003771 10.0.0.27 - - [2026-03-23 02:24:21] "POST /neutron/security_group HTTP/1.1" 200 151 0.090523 10.0.0.23 - - [2026-03-23 02:24:22] "DELETE /access-control-list/37142dc1-2bd0-4c33-b5a1-e77b339e478d HTTP/1.1" 200 115 0.046427 10.0.0.27 - - [2026-03-23 02:24:22] "POST /neutron/security_group HTTP/1.1" 200 506 0.003595 10.0.0.23 - - [2026-03-23 02:24:22] "DELETE /access-control-list/90975fb8-b88a-4be6-9f35-a7fadc452693 HTTP/1.1" 200 115 0.025668 10.0.0.27 - - [2026-03-23 02:24:22] "POST /neutron/security_group HTTP/1.1" 200 151 0.066080 10.0.0.23 - - [2026-03-23 02:24:22] "DELETE /access-control-list/1f01cfe0-0173-405a-8538-1c926d47eea1 HTTP/1.1" 200 115 0.032796 10.0.0.23 - - [2026-03-23 02:24:23] "GET /projects?obj_uuids=60e5e4ac-34c6-4d5a-94c5-9d73dea3a551&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000860 10.0.0.27 - - [2026-03-23 02:24:23] "GET /project/60e5e4ac-34c6-4d5a-94c5-9d73dea3a551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.074974 10.0.0.23 - - [2026-03-23 02:24:23] "GET /projects?obj_uuids=60e5e4ac-34c6-4d5a-94c5-9d73dea3a551&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000822 10.0.0.27 - - [2026-03-23 02:24:23] "GET /project/60e5e4ac-34c6-4d5a-94c5-9d73dea3a551?fields=virtual_networks HTTP/1.1" 200 1021 0.036815 10.0.0.23 - - [2026-03-23 02:24:23] "GET /projects?obj_uuids=60e5e4ac-34c6-4d5a-94c5-9d73dea3a551&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000913 10.0.0.27 - - [2026-03-23 02:24:23] "GET /project/60e5e4ac-34c6-4d5a-94c5-9d73dea3a551?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.037264 10.0.0.23 - - [2026-03-23 02:24:23] "GET /projects?obj_uuids=60e5e4ac-34c6-4d5a-94c5-9d73dea3a551&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000856 10.0.0.27 - - [2026-03-23 02:24:23] "GET /project/60e5e4ac-34c6-4d5a-94c5-9d73dea3a551?fields=security_groups HTTP/1.1" 200 1242 0.033063 10.0.0.27 - - [2026-03-23 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.031484 10.0.0.23 - - [2026-03-23 02:24:24] "GET /projects?obj_uuids=9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004478 10.0.0.23 - - [2026-03-23 02:24:25] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.23 - - [2026-03-23 02:24:25] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050146 10.0.0.23 - - [2026-03-23 02:24:25] "POST /id-to-fqname HTTP/1.1" 200 186 0.004677 10.0.0.23 - - [2026-03-23 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 195 0.003409 10.0.0.23 - - [2026-03-23 02:24:25] "POST /security-groups HTTP/1.1" 200 587 0.069641 10.0.0.23 - - [2026-03-23 02:24:25] "POST /projects HTTP/1.1" 200 577 0.273531 10.0.0.23 - - [2026-03-23 02:24:25] "POST /access-control-lists HTTP/1.1" 200 592 0.027174 10.0.0.23 - - [2026-03-23 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.352388 10.0.0.27 - - [2026-03-23 02:24:25] "GET /project/9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.556566 10.0.0.27 - - [2026-03-23 02:24:26] "GET / HTTP/1.1" 200 35931 0.001300 10.0.0.27 - - [2026-03-23 02:24:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2026-03-23 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.060876 10.0.0.23 - - [2026-03-23 02:24:28] "GET /projects?obj_uuids=9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000823 10.0.0.27 - - [2026-03-23 02:24:28] "GET /project/9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.062693 10.0.0.23 - - [2026-03-23 02:24:28] "DELETE /project/9bbc400f0a3d44c992eaa9cb4824d3b9 HTTP/1.1" 404 173 0.011299 10.0.0.23 - - [2026-03-23 02:24:28] "DELETE /project/887cc80c3f4948269c0a5f8beab1735d HTTP/1.1" 404 173 0.013036 10.0.0.23 - - [2026-03-23 02:24:28] "DELETE /project/2b9e8b13052443e2b499a0ccc5b690ae HTTP/1.1" 404 173 0.006898 10.0.0.23 - - [2026-03-23 02:24:28] "DELETE /project/afb4e5548453415abdec5650d8e02bcc HTTP/1.1" 404 173 0.027045 10.0.0.23 - - [2026-03-23 02:24:28] "DELETE /project/60e5e4ac34c64d5a94c59d73dea3a551 HTTP/1.1" 404 173 0.020097 10.0.0.23 - - [2026-03-23 02:24:28] "GET /projects?obj_uuids=2b9e8b13-0524-43e2-b499-a0ccc5b690ae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000926 10.0.0.23 - - [2026-03-23 02:24:28] "GET /projects?obj_uuids=60e5e4ac-34c6-4d5a-94c5-9d73dea3a551&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000788 10.0.0.23 - - [2026-03-23 02:24:28] "GET /projects?obj_uuids=1128c852-1121-40e0-90d9-2ae0971cf1fd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000792 10.0.0.23 - - [2026-03-23 02:24:28] "GET /projects?obj_uuids=afb4e554-8453-415a-bdec-5650d8e02bcc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000718 10.0.0.23 - - [2026-03-23 02:24:28] "GET /projects?obj_uuids=987c3374-8772-4711-961c-1be8a9d01243&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000703 10.0.0.23 - - [2026-03-23 02:24:28] "DELETE /project/ac4806e8-6321-4f9c-a7ac-8d225fa2ac88 HTTP/1.1" 404 177 0.016097 10.0.0.23 - - [2026-03-23 02:24:28] "DELETE /project/987c337487724711961c1be8a9d01243 HTTP/1.1" 404 173 0.018324 10.0.0.23 - - [2026-03-23 02:24:28] "DELETE /project/1128c852112140e090d92ae0971cf1fd HTTP/1.1" 404 173 0.011413 10.0.0.23 - - [2026-03-23 02:24:28] "GET /projects?obj_uuids=887cc80c-3f49-4826-9c0a-5f8beab1735d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000690 10.0.0.23 - - [2026-03-23 02:24:28] "GET /project/60e5e4ac-34c6-4d5a-94c5-9d73dea3a551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.081753 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/1128c852-1121-40e0-90d9-2ae0971cf1fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.100648 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/2b9e8b13-0524-43e2-b499-a0ccc5b690ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.124616 10.0.0.23 - - [2026-03-23 02:24:29] "GET /projects?obj_uuids=60e5e4ac-34c6-4d5a-94c5-9d73dea3a551&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001443 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/987c3374-8772-4711-961c-1be8a9d01243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.119471 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/afb4e554-8453-415a-bdec-5650d8e02bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.129507 10.0.0.23 - - [2026-03-23 02:24:29] "GET /projects?obj_uuids=1128c852-1121-40e0-90d9-2ae0971cf1fd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003116 10.0.0.23 - - [2026-03-23 02:24:29] "GET /projects?obj_uuids=2b9e8b13-0524-43e2-b499-a0ccc5b690ae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000816 10.0.0.23 - - [2026-03-23 02:24:29] "GET /projects?obj_uuids=987c3374-8772-4711-961c-1be8a9d01243&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000747 10.0.0.23 - - [2026-03-23 02:24:29] "GET /projects?obj_uuids=afb4e554-8453-415a-bdec-5650d8e02bcc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000719 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/887cc80c-3f49-4826-9c0a-5f8beab1735d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.185374 10.0.0.23 - - [2026-03-23 02:24:29] "GET /projects?obj_uuids=887cc80c-3f49-4826-9c0a-5f8beab1735d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/1128c852-1121-40e0-90d9-2ae0971cf1fd?fields=security_groups HTTP/1.1" 200 1374 0.106894 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/2b9e8b13-0524-43e2-b499-a0ccc5b690ae?fields=security_groups HTTP/1.1" 200 1347 0.084059 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/60e5e4ac-34c6-4d5a-94c5-9d73dea3a551?fields=security_groups HTTP/1.1" 200 1347 0.144772 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/987c3374-8772-4711-961c-1be8a9d01243?fields=security_groups HTTP/1.1" 200 1360 0.102763 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/afb4e554-8453-415a-bdec-5650d8e02bcc?fields=security_groups HTTP/1.1" 200 1363 0.173486 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/887cc80c-3f49-4826-9c0a-5f8beab1735d?fields=security_groups HTTP/1.1" 200 1362 0.169435 10.0.0.23 - - [2026-03-23 02:24:29] "DELETE /security-group/d61966ea-9caa-4e49-a1d8-c47bd2946247 HTTP/1.1" 200 115 0.187350 10.0.0.23 - - [2026-03-23 02:24:29] "DELETE /security-group/6d675eaf-98b1-4706-9064-baa781a4cc57 HTTP/1.1" 200 115 0.217180 10.0.0.23 - - [2026-03-23 02:24:29] "GET /projects?obj_uuids=2b9e8b13-0524-43e2-b499-a0ccc5b690ae&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002118 10.0.0.23 - - [2026-03-23 02:24:29] "GET /projects?obj_uuids=1128c852-1121-40e0-90d9-2ae0971cf1fd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001066 10.0.0.23 - - [2026-03-23 02:24:29] "DELETE /security-group/4a1e2a67-5eb1-4ff1-864f-81c83989bc7f HTTP/1.1" 200 115 0.240160 10.0.0.23 - - [2026-03-23 02:24:29] "DELETE /security-group/d2cea310-7e39-4854-b692-7da5770585ac HTTP/1.1" 200 115 0.232826 10.0.0.23 - - [2026-03-23 02:24:29] "GET /projects?obj_uuids=60e5e4ac-34c6-4d5a-94c5-9d73dea3a551&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000997 10.0.0.23 - - [2026-03-23 02:24:29] "GET /projects?obj_uuids=987c3374-8772-4711-961c-1be8a9d01243&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001130 10.0.0.23 - - [2026-03-23 02:24:29] "DELETE /access-control-list/6603c28c-9f97-4d66-b815-d36d6f4f8f4b HTTP/1.1" 200 115 0.142453 10.0.0.23 - - [2026-03-23 02:24:29] "DELETE /security-group/fbf8d73d-5403-47a3-971c-a0d1bee7f08a HTTP/1.1" 200 115 0.211410 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/2b9e8b13-0524-43e2-b499-a0ccc5b690ae?fields=application_policy_sets HTTP/1.1" 200 1386 0.111444 10.0.0.23 - - [2026-03-23 02:24:29] "GET /projects?obj_uuids=afb4e554-8453-415a-bdec-5650d8e02bcc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000854 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/1128c852-1121-40e0-90d9-2ae0971cf1fd?fields=application_policy_sets HTTP/1.1" 200 1413 0.116911 10.0.0.23 - - [2026-03-23 02:24:29] "DELETE /security-group/e814db1a-0024-49cc-9a5c-0ef5494a9b2c HTTP/1.1" 200 115 0.209623 10.0.0.23 - - [2026-03-23 02:24:29] "GET /projects?obj_uuids=887cc80c-3f49-4826-9c0a-5f8beab1735d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002044 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/987c3374-8772-4711-961c-1be8a9d01243?fields=application_policy_sets HTTP/1.1" 200 1399 0.144668 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/60e5e4ac-34c6-4d5a-94c5-9d73dea3a551?fields=application_policy_sets HTTP/1.1" 200 1386 0.176369 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/887cc80c-3f49-4826-9c0a-5f8beab1735d?fields=application_policy_sets HTTP/1.1" 200 1401 0.155050 10.0.0.23 - - [2026-03-23 02:24:29] "GET /project/afb4e554-8453-415a-bdec-5650d8e02bcc?fields=application_policy_sets HTTP/1.1" 200 1402 0.207815 10.0.0.23 - - [2026-03-23 02:24:29] "DELETE /access-control-list/73ef4764-ac75-474b-993f-db1e7a2a1b95 HTTP/1.1" 200 115 0.096060 10.0.0.23 - - [2026-03-23 02:24:30] "DELETE /project/2b9e8b13-0524-43e2-b499-a0ccc5b690ae HTTP/1.1" 200 115 1.115961 10.0.0.23 - - [2026-03-23 02:24:30] "POST /useragent-kv HTTP/1.1" 200 115 0.012172 10.0.0.23 - - [2026-03-23 02:24:30] "DELETE /project/60e5e4ac-34c6-4d5a-94c5-9d73dea3a551 HTTP/1.1" 200 115 1.166767 10.0.0.23 - - [2026-03-23 02:24:30] "DELETE /access-control-list/ed0d07d0-0943-49c4-aa27-f2bfbc66b50c HTTP/1.1" 200 115 0.139880 10.0.0.23 - - [2026-03-23 02:24:30] "DELETE /project/1128c852-1121-40e0-90d9-2ae0971cf1fd HTTP/1.1" 200 115 1.185786 10.0.0.23 - - [2026-03-23 02:24:30] "DELETE /project/987c3374-8772-4711-961c-1be8a9d01243 HTTP/1.1" 200 115 1.158064 10.0.0.27 - - [2026-03-23 02:24:30] "POST /neutron/subnet HTTP/1.1" 200 715 0.640874 10.0.0.23 - - [2026-03-23 02:24:30] "DELETE /project/887cc80c-3f49-4826-9c0a-5f8beab1735d HTTP/1.1" 200 115 1.197208 10.0.0.23 - - [2026-03-23 02:24:30] "DELETE /project/afb4e554-8453-415a-bdec-5650d8e02bcc HTTP/1.1" 200 115 1.215640 10.0.0.27 - - [2026-03-23 02:24:30] "POST /id-to-fqname HTTP/1.1" 200 216 0.001861 10.0.0.27 - - [2026-03-23 02:24:30] "GET /virtual-network/8badfa4f-6a50-4fbc-b9a2-d26277bf5f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.006191 10.0.0.27 - - [2026-03-23 02:24:30] "GET /virtual-network/8badfa4f-6a50-4fbc-b9a2-d26277bf5f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.007680 10.0.0.23 - - [2026-03-23 02:24:30] "POST /ref-update HTTP/1.1" 200 156 0.022179 10.0.0.27 - - [2026-03-23 02:24:30] "POST /neutron/network HTTP/1.1" 200 818 0.010624 10.0.0.27 - - [2026-03-23 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.003798 10.0.0.27 - - [2026-03-23 02:24:30] "GET /virtual-network/8badfa4f-6a50-4fbc-b9a2-d26277bf5f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.005711 10.0.0.23 - - [2026-03-23 02:24:30] "DELETE /access-control-list/8d2b56bc-06f6-479e-8306-8ca20176914c HTTP/1.1" 200 115 0.046021 10.0.0.27 - - [2026-03-23 02:24:30] "GET /virtual-machine-interface/9061cfc0-c1f2-48f3-8312-ef3af0b1c896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.007821 10.0.0.27 - - [2026-03-23 02:24:30] "GET /virtual-machine-interface/9061cfc0-c1f2-48f3-8312-ef3af0b1c896?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.008376 10.0.0.27 - - [2026-03-23 02:24:30] "GET /instance-ip/a1c3cecc-8f8a-45ba-9f01-3ee92e30aad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.004319 10.0.0.27 - - [2026-03-23 02:24:31] "POST /neutron/port HTTP/1.1" 200 1015 0.014004 10.0.0.23 - - [2026-03-23 02:24:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003045 10.0.0.23 - - [2026-03-23 02:24:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003483 10.0.0.27 - - [2026-03-23 02:24:31] "POST /neutron/network HTTP/1.1" 200 151 0.145236 10.0.0.23 - - [2026-03-23 02:24:31] "DELETE /route-target/7d7752da-25bf-4f48-a5d1-459c797425ec HTTP/1.1" 200 115 0.031035 10.0.0.23 - - [2026-03-23 02:24:32] "GET /obj-perms HTTP/1.1" 200 5056 0.072839 10.0.0.27 - - [2026-03-23 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.23 - - [2026-03-23 02:24:34] "GET /projects?obj_uuids=9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000835 10.0.0.27 - - [2026-03-23 02:24:34] "GET /project/9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.034295 10.0.0.23 - - [2026-03-23 02:24:34] "POST /useragent-kv HTTP/1.1" 200 115 0.013325 10.0.0.27 - - [2026-03-23 02:24:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.193118 10.0.0.27 - - [2026-03-23 02:24:35] "POST /id-to-fqname HTTP/1.1" 200 217 0.001239 10.0.0.27 - - [2026-03-23 02:24:35] "GET /virtual-network/86f0888b-9775-494a-8688-5ef10d9de8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006928 10.0.0.27 - - [2026-03-23 02:24:35] "POST /neutron/network HTTP/1.1" 200 980 0.008085 10.0.0.27 - - [2026-03-23 02:24:35] "GET /virtual-network/86f0888b-9775-494a-8688-5ef10d9de8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006896 10.0.0.27 - - [2026-03-23 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.009077 10.0.0.27 - - [2026-03-23 02:24:35] "POST /id-to-fqname HTTP/1.1" 200 217 0.001178 10.0.0.27 - - [2026-03-23 02:24:36] "POST /neutron/port HTTP/1.1" 200 1020 0.014796 10.0.0.27 - - [2026-03-23 02:24:36] "POST /neutron/port HTTP/1.1" 200 1020 0.010603 10.0.0.27 - - [2026-03-23 02:24:36] "POST /id-to-fqname HTTP/1.1" 200 217 0.001244 10.0.0.27 - - [2026-03-23 02:24:36] "POST /neutron/port HTTP/1.1" 200 117 0.005827 10.0.0.27 - - [2026-03-23 02:24:36] "POST /neutron/port HTTP/1.1" 200 1018 0.014755 10.0.0.27 - - [2026-03-23 02:24:37] "POST /neutron/port HTTP/1.1" 200 1018 0.011628 10.0.0.27 - - [2026-03-23 02:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.006312 10.0.0.27 - - [2026-03-23 02:24:37] "POST /neutron/port HTTP/1.1" 200 1020 0.012274 10.0.0.27 - - [2026-03-23 02:24:37] "POST /neutron/port HTTP/1.1" 200 1122 0.018398 10.0.0.27 - - [2026-03-23 02:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.27 - - [2026-03-23 02:24:37] "POST /neutron/network HTTP/1.1" 200 990 0.006937 10.0.0.27 - - [2026-03-23 02:24:38] "POST /neutron/port HTTP/1.1" 200 1110 0.180137 10.0.0.27 - - [2026-03-23 02:24:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.009742 10.0.0.27 - - [2026-03-23 02:24:42] "POST /neutron/port HTTP/1.1" 200 1122 0.017641 10.0.0.27 - - [2026-03-23 02:24:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007867 10.0.0.27 - - [2026-03-23 02:24:42] "GET /virtual-machine/f226f9f6-af54-4627-aeed-2ac4c9082560 HTTP/1.1" 401 292 0.000381 10.0.0.27 - - [2026-03-23 02:24:42] "GET /virtual-machine/f226f9f6-af54-4627-aeed-2ac4c9082560 HTTP/1.1" 200 1285 0.035446 10.0.0.27 - - [2026-03-23 02:24:42] "GET /virtual-machine-interface/f231344a-c33b-473f-9c80-1e7ef055f0ce HTTP/1.1" 200 2924 0.004731 10.0.0.27 - - [2026-03-23 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.27 - - [2026-03-23 02:24:42] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003530 10.0.0.27 - - [2026-03-23 02:24:43] "GET /virtual-networks?parent_id=9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002405 10.0.0.27 - - [2026-03-23 02:24:43] "GET /virtual-network/86f0888b-9775-494a-8688-5ef10d9de8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005497 10.0.0.27 - - [2026-03-23 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.27 - - [2026-03-23 02:24:46] "GET /virtual-network/86f0888b-9775-494a-8688-5ef10d9de8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005096 10.0.0.27 - - [2026-03-23 02:24:46] "POST /neutron/port HTTP/1.1" 200 1122 0.016922 10.0.0.27 - - [2026-03-23 02:24:47] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006157 10.0.0.27 - - [2026-03-23 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.27 - - [2026-03-23 02:24:48] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003703 10.0.0.27 - - [2026-03-23 02:24:48] "GET /virtual-networks?parent_id=9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002719 10.0.0.27 - - [2026-03-23 02:24:48] "GET /virtual-network/86f0888b-9775-494a-8688-5ef10d9de8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.004947 10.0.0.27 - - [2026-03-23 02:24:48] "POST /neutron/port HTTP/1.1" 200 1120 0.017764 10.0.0.27 - - [2026-03-23 02:24:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008147 10.0.0.27 - - [2026-03-23 02:24:48] "GET /virtual-machine/881cf74c-1ccd-49cd-9128-2f31882120ed HTTP/1.1" 200 1284 0.008037 10.0.0.27 - - [2026-03-23 02:24:48] "GET /virtual-machine-interface/df43a592-10d9-4548-afdc-96f407026603 HTTP/1.1" 200 2924 0.004359 10.0.0.27 - - [2026-03-23 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.27 - - [2026-03-23 02:24:48] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003023 10.0.0.27 - - [2026-03-23 02:24:48] "GET /virtual-networks?parent_id=9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002416 10.0.0.27 - - [2026-03-23 02:24:48] "GET /virtual-network/86f0888b-9775-494a-8688-5ef10d9de8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005758 10.0.0.27 - - [2026-03-23 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.27 - - [2026-03-23 02:24:49] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003428 10.0.0.27 - - [2026-03-23 02:24:49] "GET /virtual-networks?parent_id=9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002432 10.0.0.27 - - [2026-03-23 02:24:49] "GET /virtual-network/86f0888b-9775-494a-8688-5ef10d9de8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005111 10.0.0.27 - - [2026-03-23 02:24:53] "POST /neutron/port HTTP/1.1" 200 151 0.160401 10.0.0.27 - - [2026-03-23 02:24:53] "POST /neutron/port HTTP/1.1" 200 151 0.165282 10.0.0.23 - - [2026-03-23 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009019 10.0.0.23 - - [2026-03-23 02:24:55] "GET /projects?obj_uuids=9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000978 10.0.0.27 - - [2026-03-23 02:24:55] "GET /project/9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.045487 10.0.0.23 - - [2026-03-23 02:24:55] "GET /projects?obj_uuids=9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000895 10.0.0.27 - - [2026-03-23 02:24:55] "GET /project/9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9?fields=virtual_networks HTTP/1.1" 200 1024 0.041496 10.0.0.23 - - [2026-03-23 02:24:55] "GET /projects?obj_uuids=9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000990 10.0.0.27 - - [2026-03-23 02:24:55] "GET /project/9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.037351 10.0.0.23 - - [2026-03-23 02:24:55] "GET /projects?obj_uuids=9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000973 10.0.0.27 - - [2026-03-23 02:24:55] "GET /project/9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9?fields=security_groups HTTP/1.1" 200 1246 0.053538 10.0.0.27 - - [2026-03-23 02:24:56] "POST /fqname-to-id HTTP/1.1" 404 186 0.029625 10.0.0.23 - - [2026-03-23 02:24:56] "GET /projects?obj_uuids=caa139e7-5d9a-4710-b2e8-c202f59e0f38&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003353 10.0.0.23 - - [2026-03-23 02:24:56] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.23 - - [2026-03-23 02:24:56] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006390 10.0.0.23 - - [2026-03-23 02:24:56] "POST /id-to-fqname HTTP/1.1" 200 188 0.009990 10.0.0.23 - - [2026-03-23 02:24:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.009184 10.0.0.23 - - [2026-03-23 02:24:57] "POST /security-groups HTTP/1.1" 200 589 0.086282 10.0.0.23 - - [2026-03-23 02:24:57] "POST /projects HTTP/1.1" 200 581 0.306353 10.0.0.23 - - [2026-03-23 02:24:57] "POST /access-control-lists HTTP/1.1" 200 594 0.027783 10.0.0.23 - - [2026-03-23 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.380076 10.0.0.27 - - [2026-03-23 02:24:57] "GET /project/caa139e7-5d9a-4710-b2e8-c202f59e0f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.531138 10.0.0.27 - - [2026-03-23 02:24:58] "GET / HTTP/1.1" 200 35931 0.001487 10.0.0.27 - - [2026-03-23 02:24:58] "POST /neutron/port HTTP/1.1" 200 117 0.005671 10.0.0.27 - - [2026-03-23 02:24:59] "POST /neutron/port HTTP/1.1" 400 205 0.003615 10.0.0.27 - - [2026-03-23 02:25:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000390 10.0.0.27 - - [2026-03-23 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.069213 10.0.0.23 - - [2026-03-23 02:25:00] "GET /projects?obj_uuids=caa139e7-5d9a-4710-b2e8-c202f59e0f38&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.27 - - [2026-03-23 02:25:00] "GET /project/caa139e7-5d9a-4710-b2e8-c202f59e0f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044899 10.0.0.23 - - [2026-03-23 02:25:00] "POST /route-targets HTTP/1.1" 200 327 0.016157 10.0.0.23 - - [2026-03-23 02:25:01] "POST /useragent-kv HTTP/1.1" 200 115 0.007779 10.0.0.27 - - [2026-03-23 02:25:01] "POST /neutron/subnet HTTP/1.1" 200 715 0.273432 10.0.0.27 - - [2026-03-23 02:25:01] "POST /id-to-fqname HTTP/1.1" 200 219 0.001190 10.0.0.27 - - [2026-03-23 02:25:01] "GET /virtual-network/3098544a-a3ab-4fba-9684-c34466359248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005641 10.0.0.27 - - [2026-03-23 02:25:01] "GET /virtual-network/3098544a-a3ab-4fba-9684-c34466359248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005353 10.0.0.27 - - [2026-03-23 02:25:01] "POST /neutron/network HTTP/1.1" 200 822 0.005862 10.0.0.27 - - [2026-03-23 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.23 - - [2026-03-23 02:25:01] "GET /projects?obj_uuids=caa139e7-5d9a-4710-b2e8-c202f59e0f38&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000863 10.0.0.27 - - [2026-03-23 02:25:01] "GET /project/caa139e7-5d9a-4710-b2e8-c202f59e0f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.053514 10.0.0.23 - - [2026-03-23 02:25:01] "GET /projects?obj_uuids=caa139e7-5d9a-4710-b2e8-c202f59e0f38&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.27 - - [2026-03-23 02:25:01] "POST /neutron/network HTTP/1.1" 200 605 0.142872 10.0.0.23 - - [2026-03-23 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.036978 10.0.0.27 - - [2026-03-23 02:25:02] "POST /id-to-fqname HTTP/1.1" 200 219 0.003788 10.0.0.27 - - [2026-03-23 02:25:02] "GET /virtual-network/a358fdc5-ff9c-4c77-9339-4a24420192ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005629 10.0.0.27 - - [2026-03-23 02:25:02] "POST /neutron/network HTTP/1.1" 200 825 0.006318 10.0.0.27 - - [2026-03-23 02:25:02] "GET /virtual-network/a358fdc5-ff9c-4c77-9339-4a24420192ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005385 10.0.0.27 - - [2026-03-23 02:25:02] "POST /id-to-fqname HTTP/1.1" 200 219 0.001179 10.0.0.27 - - [2026-03-23 02:25:02] "POST /neutron/network HTTP/1.1" 200 832 0.006491 10.0.0.23 - - [2026-03-23 02:25:03] "GET /projects?obj_uuids=caa139e7-5d9a-4710-b2e8-c202f59e0f38&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.27 - - [2026-03-23 02:25:03] "GET /project/caa139e7-5d9a-4710-b2e8-c202f59e0f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.081265 10.0.0.27 - - [2026-03-23 02:25:03] "POST /neutron/port HTTP/1.1" 200 117 0.005872 10.0.0.27 - - [2026-03-23 02:25:03] "POST /id-to-fqname HTTP/1.1" 200 219 0.001013 10.0.0.27 - - [2026-03-23 02:25:04] "POST /neutron/network HTTP/1.1" 200 832 0.006399 10.0.0.23 - - [2026-03-23 02:25:04] "GET /projects?obj_uuids=caa139e7-5d9a-4710-b2e8-c202f59e0f38&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000896 10.0.0.27 - - [2026-03-23 02:25:04] "GET /project/caa139e7-5d9a-4710-b2e8-c202f59e0f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.099215 10.0.0.27 - - [2026-03-23 02:25:05] "POST /neutron/network HTTP/1.1" 200 825 0.051299 10.0.0.27 - - [2026-03-23 02:25:05] "POST /neutron/port HTTP/1.1" 200 1120 0.052916 10.0.0.27 - - [2026-03-23 02:25:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003632 10.0.0.27 - - [2026-03-23 02:25:05] "POST /neutron/port HTTP/1.1" 200 117 0.007896 10.0.0.27 - - [2026-03-23 02:25:05] "POST /neutron/router HTTP/1.1" 200 580 0.004824 10.0.0.23 - - [2026-03-23 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.016839 10.0.0.27 - - [2026-03-23 02:25:06] "POST /neutron/network HTTP/1.1" 200 835 0.009222 10.0.0.27 - - [2026-03-23 02:25:06] "POST /neutron/port HTTP/1.1" 200 1059 0.016398 10.0.0.27 - - [2026-03-23 02:25:06] "POST /neutron/port HTTP/1.1" 200 1123 0.019513 10.0.0.27 - - [2026-03-23 02:25:06] "POST /neutron/port HTTP/1.1" 200 117 0.001011 10.0.0.27 - - [2026-03-23 02:25:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008374 10.0.0.27 - - [2026-03-23 02:25:11] "POST /neutron/port HTTP/1.1" 200 1120 0.017293 10.0.0.27 - - [2026-03-23 02:25:11] "GET /virtual-machine/c941de8c-c8b6-40ac-b78b-60ecb2098611 HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2026-03-23 02:25:11] "GET /virtual-machine/c941de8c-c8b6-40ac-b78b-60ecb2098611 HTTP/1.1" 200 1291 0.038436 10.0.0.27 - - [2026-03-23 02:25:11] "GET /virtual-machine-interface/871d8d82-7093-4e95-bc36-14dd1949a087 HTTP/1.1" 200 2933 0.005278 10.0.0.27 - - [2026-03-23 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.27 - - [2026-03-23 02:25:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004691 10.0.0.27 - - [2026-03-23 02:25:11] "GET /virtual-networks?parent_id=caa139e7-5d9a-4710-b2e8-c202f59e0f38&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002803 10.0.0.27 - - [2026-03-23 02:25:11] "GET /virtual-network/3098544a-a3ab-4fba-9684-c34466359248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005272 10.0.0.27 - - [2026-03-23 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.27 - - [2026-03-23 02:25:14] "GET /virtual-network/3098544a-a3ab-4fba-9684-c34466359248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005232 10.0.0.27 - - [2026-03-23 02:25:16] "POST /neutron/port HTTP/1.1" 200 1120 0.015679 10.0.0.27 - - [2026-03-23 02:25:16] "POST /neutron/subnet HTTP/1.1" 200 689 0.008736 10.0.0.27 - - [2026-03-23 02:25:17] "POST /neutron/port HTTP/1.1" 200 1120 0.018409 10.0.0.27 - - [2026-03-23 02:25:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005385 10.0.0.27 - - [2026-03-23 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.27 - - [2026-03-23 02:25:19] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003308 10.0.0.27 - - [2026-03-23 02:25:19] "GET /virtual-networks?parent_id=caa139e7-5d9a-4710-b2e8-c202f59e0f38&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002961 10.0.0.27 - - [2026-03-23 02:25:19] "GET /virtual-network/3098544a-a3ab-4fba-9684-c34466359248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005429 10.0.0.27 - - [2026-03-23 02:25:19] "POST /neutron/port HTTP/1.1" 200 1123 0.020842 10.0.0.27 - - [2026-03-23 02:25:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009419 10.0.0.27 - - [2026-03-23 02:25:19] "GET /virtual-machine/904c4dde-3999-4a95-9ef6-a04205562770 HTTP/1.1" 200 1291 0.005826 10.0.0.27 - - [2026-03-23 02:25:19] "GET /virtual-machine-interface/9958d88d-e575-4a4e-ba28-abd31cbe002b HTTP/1.1" 200 2934 0.004925 10.0.0.27 - - [2026-03-23 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.27 - - [2026-03-23 02:25:19] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003256 10.0.0.27 - - [2026-03-23 02:25:19] "GET /virtual-networks?parent_id=caa139e7-5d9a-4710-b2e8-c202f59e0f38&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002911 10.0.0.27 - - [2026-03-23 02:25:19] "GET /virtual-network/a358fdc5-ff9c-4c77-9339-4a24420192ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005313 10.0.0.27 - - [2026-03-23 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.27 - - [2026-03-23 02:25:20] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003297 10.0.0.27 - - [2026-03-23 02:25:20] "GET /virtual-networks?parent_id=caa139e7-5d9a-4710-b2e8-c202f59e0f38&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002569 10.0.0.27 - - [2026-03-23 02:25:20] "GET /virtual-network/a358fdc5-ff9c-4c77-9339-4a24420192ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004751 10.0.0.27 - - [2026-03-23 02:25:22] "POST /neutron/port HTTP/1.1" 200 1123 0.017250 10.0.0.27 - - [2026-03-23 02:25:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003856 10.0.0.27 - - [2026-03-23 02:25:22] "POST /neutron/network HTTP/1.1" 200 825 0.006199 10.0.0.23 - - [2026-03-23 02:25:30] "DELETE /project/caa139e75d9a4710b2e8c202f59e0f38 HTTP/1.1" 404 173 0.003817 10.0.0.23 - - [2026-03-23 02:25:30] "DELETE /project/9bbc400f-0a3d-44c9-92ea-a9cb4824d3b9 HTTP/1.1" 404 177 0.003487 10.0.0.27 - - [2026-03-23 02:25:30] "POST /neutron/port HTTP/1.1" 200 1919 0.027344 10.0.0.23 - - [2026-03-23 02:25:30] "POST /ref-update HTTP/1.1" 200 156 0.013575 10.0.0.50 - - [2026-03-23 02:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.50 - - [2026-03-23 02:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.23 - - [2026-03-23 02:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000322 10.0.0.23 - - [2026-03-23 02:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.23 - - [2026-03-23 02:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2026-03-23 02:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000321 10.0.0.50 - - [2026-03-23 02:25:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.50 - - [2026-03-23 02:25:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.27 - - [2026-03-23 02:25:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.27 - - [2026-03-23 02:25:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.27 - - [2026-03-23 02:25:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2026-03-23 02:25:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000837 10.0.0.27 - - [2026-03-23 02:25:40] "POST /neutron/router HTTP/1.1" 200 580 0.006902 10.0.0.23 - - [2026-03-23 02:25:43] "POST /ref-update HTTP/1.1" 200 156 0.018453 10.0.0.27 - - [2026-03-23 02:25:43] "POST /neutron/router HTTP/1.1" 200 344 0.174222 10.0.0.27 - - [2026-03-23 02:25:43] "POST /neutron/router HTTP/1.1" 200 580 0.005698 10.0.0.23 - - [2026-03-23 02:25:43] "DELETE /route-target/ec9cdcfc-2503-47f7-b1b4-04056dd1ba0b HTTP/1.1" 200 115 0.021993 10.0.0.27 - - [2026-03-23 02:25:43] "POST /neutron/network HTTP/1.1" 400 204 0.012147 10.0.0.27 - - [2026-03-23 02:25:44] "POST /neutron/port HTTP/1.1" 200 151 0.205195 10.0.0.27 - - [2026-03-23 02:25:44] "POST /neutron/port HTTP/1.1" 200 151 0.168371 10.0.0.27 - - [2026-03-23 02:25:46] "POST /neutron/network HTTP/1.1" 200 822 0.007101 10.0.0.23 - - [2026-03-23 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.23 - - [2026-03-23 02:25:47] "GET /projects?obj_uuids=caa139e7-5d9a-4710-b2e8-c202f59e0f38&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000863 10.0.0.27 - - [2026-03-23 02:25:47] "GET /project/caa139e7-5d9a-4710-b2e8-c202f59e0f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040027 10.0.0.23 - - [2026-03-23 02:25:47] "GET /projects?obj_uuids=caa139e7-5d9a-4710-b2e8-c202f59e0f38&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000920 10.0.0.27 - - [2026-03-23 02:25:47] "GET /project/caa139e7-5d9a-4710-b2e8-c202f59e0f38?fields=virtual_networks HTTP/1.1" 200 1028 0.051326 10.0.0.23 - - [2026-03-23 02:25:47] "GET /projects?obj_uuids=caa139e7-5d9a-4710-b2e8-c202f59e0f38&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000893 10.0.0.27 - - [2026-03-23 02:25:47] "GET /project/caa139e7-5d9a-4710-b2e8-c202f59e0f38?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.045665 10.0.0.23 - - [2026-03-23 02:25:47] "GET /projects?obj_uuids=caa139e7-5d9a-4710-b2e8-c202f59e0f38&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.27 - - [2026-03-23 02:25:47] "GET /project/caa139e7-5d9a-4710-b2e8-c202f59e0f38?fields=security_groups HTTP/1.1" 200 1252 0.045449 10.0.0.27 - - [2026-03-23 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 191 0.029079 10.0.0.23 - - [2026-03-23 02:25:48] "GET /projects?obj_uuids=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003385 10.0.0.23 - - [2026-03-23 02:25:48] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.23 - - [2026-03-23 02:25:48] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006571 10.0.0.23 - - [2026-03-23 02:25:49] "POST /id-to-fqname HTTP/1.1" 200 193 0.000978 10.0.0.23 - - [2026-03-23 02:25:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.002381 10.0.0.23 - - [2026-03-23 02:25:49] "POST /security-groups HTTP/1.1" 200 594 0.069796 10.0.0.23 - - [2026-03-23 02:25:49] "POST /projects HTTP/1.1" 200 591 0.248950 10.0.0.23 - - [2026-03-23 02:25:49] "POST /access-control-lists HTTP/1.1" 200 599 0.022725 10.0.0.23 - - [2026-03-23 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.324134 10.0.0.27 - - [2026-03-23 02:25:49] "GET /project/76c31541-f76e-4586-8c75-5642256764ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.470536 10.0.0.27 - - [2026-03-23 02:25:50] "GET / HTTP/1.1" 200 35931 0.001294 10.0.0.27 - - [2026-03-23 02:25:52] "GET /project/76c31541-f76e-4586-8c75-5642256764ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2026-03-23 02:25:53] "GET /projects?obj_uuids=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000895 10.0.0.27 - - [2026-03-23 02:25:53] "GET /project/76c31541-f76e-4586-8c75-5642256764ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.075783 10.0.0.27 - - [2026-03-23 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.27 - - [2026-03-23 02:25:53] "GET /security-group/c641f7d1-fb99-4ffd-a03f-f85f5f130f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.006750 10.0.0.27 - - [2026-03-23 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.23 - - [2026-03-23 02:25:53] "GET /projects?obj_uuids=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000849 10.0.0.27 - - [2026-03-23 02:25:53] "GET /project/76c31541-f76e-4586-8c75-5642256764ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.042369 10.0.0.27 - - [2026-03-23 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.27 - - [2026-03-23 02:25:53] "GET /security-group/c641f7d1-fb99-4ffd-a03f-f85f5f130f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004181 10.0.0.27 - - [2026-03-23 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.27 - - [2026-03-23 02:25:53] "PUT /security-group/c641f7d1-fb99-4ffd-a03f-f85f5f130f4f HTTP/1.1" 200 262 0.018021 10.0.0.23 - - [2026-03-23 02:25:53] "PUT /access-control-list/c375d0b0-3fdc-49fa-bbc3-6b1e568dc6bc HTTP/1.1" 200 272 0.013164 10.0.0.27 - - [2026-03-23 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 202 0.003538 10.0.0.27 - - [2026-03-23 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.23 - - [2026-03-23 02:25:53] "GET /projects?obj_uuids=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001269 10.0.0.27 - - [2026-03-23 02:25:53] "GET /project/76c31541-f76e-4586-8c75-5642256764ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.032701 10.0.0.23 - - [2026-03-23 02:25:53] "GET /projects?obj_uuids=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000887 10.0.0.27 - - [2026-03-23 02:25:53] "POST /neutron/network HTTP/1.1" 200 608 0.154250 10.0.0.23 - - [2026-03-23 02:25:53] "POST /ref-update HTTP/1.1" 200 156 0.028159 10.0.0.27 - - [2026-03-23 02:25:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.003421 10.0.0.27 - - [2026-03-23 02:25:54] "GET /virtual-network/c2a76a27-09cd-4840-bc07-ff752ba001d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005455 10.0.0.27 - - [2026-03-23 02:25:54] "POST /neutron/network HTTP/1.1" 200 827 0.006073 10.0.0.27 - - [2026-03-23 02:25:54] "GET /virtual-network/c2a76a27-09cd-4840-bc07-ff752ba001d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005340 10.0.0.27 - - [2026-03-23 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.23 - - [2026-03-23 02:25:54] "GET /projects?obj_uuids=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000799 10.0.0.27 - - [2026-03-23 02:25:54] "GET /project/76c31541-f76e-4586-8c75-5642256764ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.045076 10.0.0.27 - - [2026-03-23 02:25:54] "POST /neutron/network HTTP/1.1" 200 117 0.012800 10.0.0.27 - - [2026-03-23 02:25:54] "POST /neutron/network HTTP/1.1" 200 832 0.008250 10.0.0.27 - - [2026-03-23 02:25:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.000960 10.0.0.27 - - [2026-03-23 02:25:54] "GET /virtual-network/0bb2565b-6768-423a-aa8f-c6f72721f9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005003 10.0.0.27 - - [2026-03-23 02:25:54] "GET /virtual-network/0bb2565b-6768-423a-aa8f-c6f72721f9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005117 10.0.0.27 - - [2026-03-23 02:25:54] "POST /neutron/subnet HTTP/1.1" 200 715 0.008420 10.0.0.27 - - [2026-03-23 02:25:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.000907 10.0.0.23 - - [2026-03-23 02:25:55] "GET /projects?obj_uuids=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000853 10.0.0.27 - - [2026-03-23 02:25:55] "GET /project/76c31541-f76e-4586-8c75-5642256764ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.081302 10.0.0.27 - - [2026-03-23 02:25:56] "POST /neutron/port HTTP/1.1" 200 117 0.005569 10.0.0.27 - - [2026-03-23 02:25:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001069 10.0.0.27 - - [2026-03-23 02:25:56] "POST /neutron/network HTTP/1.1" 200 842 0.006482 10.0.0.27 - - [2026-03-23 02:25:57] "POST /neutron/port HTTP/1.1" 200 1063 0.017464 10.0.0.23 - - [2026-03-23 02:25:57] "GET /projects?obj_uuids=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001200 10.0.0.27 - - [2026-03-23 02:25:57] "GET /project/76c31541-f76e-4586-8c75-5642256764ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.126673 10.0.0.27 - - [2026-03-23 02:25:57] "POST /neutron/network HTTP/1.1" 200 832 0.005752 10.0.0.27 - - [2026-03-23 02:25:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.010112 10.0.0.27 - - [2026-03-23 02:25:57] "POST /neutron/port HTTP/1.1" 200 1127 0.027141 10.0.0.23 - - [2026-03-23 02:25:57] "GET /projects?obj_uuids=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001118 10.0.0.27 - - [2026-03-23 02:25:57] "POST /neutron/router HTTP/1.1" 200 585 0.098664 10.0.0.23 - - [2026-03-23 02:25:57] "POST /route-targets HTTP/1.1" 200 327 0.014314 10.0.0.27 - - [2026-03-23 02:25:57] "POST /neutron/router HTTP/1.1" 200 656 0.009153 10.0.0.50 - - [2026-03-23 02:25:57] "GET /logical-router/0f78874c-d193-4afd-8525-006fcab39d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.073889 10.0.0.50 - - [2026-03-23 02:25:57] "POST /fqname-to-id HTTP/1.1" 404 215 0.007434 10.0.0.23 - - [2026-03-23 02:25:58] "POST /ref-update HTTP/1.1" 200 156 0.088574 10.0.0.50 - - [2026-03-23 02:25:58] "POST /route-tables HTTP/1.1" 200 582 0.106895 10.0.0.23 - - [2026-03-23 02:25:58] "GET /projects?obj_uuids=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000926 10.0.0.50 - - [2026-03-23 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006308 10.0.0.27 - - [2026-03-23 02:25:58] "POST /neutron/port HTTP/1.1" 200 1061 0.393900 10.0.0.50 - - [2026-03-23 02:25:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.137642 10.0.0.50 - - [2026-03-23 02:25:58] "POST /instance-ips HTTP/1.1" 400 246 0.025042 10.0.0.27 - - [2026-03-23 02:25:58] "POST /neutron/port HTTP/1.1" 200 1061 0.085615 10.0.0.50 - - [2026-03-23 02:25:58] "PUT /instance-ip/c06233c1-4ec8-4ea7-8942-546115845666 HTTP/1.1" 200 256 0.032980 10.0.0.50 - - [2026-03-23 02:25:59] "POST /chown HTTP/1.1" 200 109 0.025422 10.0.0.27 - - [2026-03-23 02:25:59] "POST /neutron/port HTTP/1.1" 200 1125 0.019179 10.0.0.50 - - [2026-03-23 02:25:59] "POST /chown HTTP/1.1" 200 109 0.016195 10.0.0.27 - - [2026-03-23 02:25:59] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.50 - - [2026-03-23 02:25:59] "POST /ref-update HTTP/1.1" 200 156 0.029720 10.0.0.23 - - [2026-03-23 02:25:59] "PUT /routing-instance/bc82529b-ffa7-468e-bd2f-376295ca89a2 HTTP/1.1" 200 266 0.033125 10.0.0.50 - - [2026-03-23 02:25:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.112136 10.0.0.50 - - [2026-03-23 02:25:59] "POST /chown HTTP/1.1" 200 109 0.012771 10.0.0.50 - - [2026-03-23 02:25:59] "POST /ref-update HTTP/1.1" 200 156 0.030363 10.0.0.50 - - [2026-03-23 02:26:00] "POST /chown HTTP/1.1" 200 109 0.056121 10.0.0.50 - - [2026-03-23 02:26:00] "PUT /virtual-machine-interface/2ff7a089-4efa-4958-ac79-1944a7ff1472 HTTP/1.1" 200 284 0.030632 10.0.0.50 - - [2026-03-23 02:26:00] "POST /ref-update HTTP/1.1" 200 156 0.035826 10.0.0.23 - - [2026-03-23 02:26:00] "POST /ref-update HTTP/1.1" 200 156 0.033100 10.0.0.27 - - [2026-03-23 02:26:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007352 10.0.0.27 - - [2026-03-23 02:26:03] "POST /neutron/port HTTP/1.1" 200 1127 0.030090 10.0.0.27 - - [2026-03-23 02:26:03] "GET /virtual-machine/68c657a9-f746-4e2f-b7d0-6ff4d50ff36b HTTP/1.1" 401 292 0.000492 10.0.0.27 - - [2026-03-23 02:26:04] "GET /virtual-machine/68c657a9-f746-4e2f-b7d0-6ff4d50ff36b HTTP/1.1" 200 1295 0.057095 10.0.0.27 - - [2026-03-23 02:26:04] "GET /virtual-machine-interface/3db3dc72-121f-4b79-928d-9503b84b6b05 HTTP/1.1" 200 2955 0.005602 10.0.0.27 - - [2026-03-23 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009106 10.0.0.27 - - [2026-03-23 02:26:04] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003955 10.0.0.27 - - [2026-03-23 02:26:04] "GET /virtual-networks?parent_id=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003068 10.0.0.27 - - [2026-03-23 02:26:04] "GET /virtual-network/c2a76a27-09cd-4840-bc07-ff752ba001d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005444 10.0.0.27 - - [2026-03-23 02:26:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006341 10.0.0.27 - - [2026-03-23 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.27 - - [2026-03-23 02:26:07] "GET /virtual-network/c2a76a27-09cd-4840-bc07-ff752ba001d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005014 10.0.0.27 - - [2026-03-23 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.27 - - [2026-03-23 02:26:09] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003006 10.0.0.27 - - [2026-03-23 02:26:09] "GET /virtual-networks?parent_id=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002826 10.0.0.27 - - [2026-03-23 02:26:09] "GET /virtual-network/c2a76a27-09cd-4840-bc07-ff752ba001d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005337 10.0.0.27 - - [2026-03-23 02:26:09] "POST /neutron/port HTTP/1.1" 200 1125 0.015392 10.0.0.27 - - [2026-03-23 02:26:14] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006935 10.0.0.27 - - [2026-03-23 02:26:15] "POST /neutron/port HTTP/1.1" 200 1125 0.014899 10.0.0.27 - - [2026-03-23 02:26:15] "GET /virtual-machine/b946ee98-7abd-4399-94b1-94eb9a92f782 HTTP/1.1" 200 1296 0.006078 10.0.0.27 - - [2026-03-23 02:26:15] "GET /virtual-machine-interface/b25fa02d-0653-49de-90ef-4b3ab58b4b1a HTTP/1.1" 200 2968 0.004414 10.0.0.27 - - [2026-03-23 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006761 10.0.0.27 - - [2026-03-23 02:26:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003704 10.0.0.27 - - [2026-03-23 02:26:15] "GET /virtual-networks?parent_id=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003336 10.0.0.27 - - [2026-03-23 02:26:15] "GET /virtual-network/0bb2565b-6768-423a-aa8f-c6f72721f9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005987 10.0.0.23 - - [2026-03-23 02:26:15] "DELETE /access-control-list/f434990a-5e43-47ec-b31f-cfeba41665da HTTP/1.1" 200 115 0.040099 10.0.0.27 - - [2026-03-23 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.27 - - [2026-03-23 02:26:16] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003510 10.0.0.27 - - [2026-03-23 02:26:16] "GET /virtual-networks?parent_id=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002807 10.0.0.27 - - [2026-03-23 02:26:16] "GET /virtual-network/0bb2565b-6768-423a-aa8f-c6f72721f9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005508 10.0.0.27 - - [2026-03-23 02:26:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007369 10.0.0.27 - - [2026-03-23 02:26:18] "POST /neutron/network HTTP/1.1" 200 837 0.007240 10.0.0.27 - - [2026-03-23 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.001011 10.0.0.27 - - [2026-03-23 02:26:24] "POST /neutron/port HTTP/1.1" 200 1125 0.016656 10.0.0.27 - - [2026-03-23 02:26:24] "POST /neutron/subnet HTTP/1.1" 200 689 0.009213 10.0.0.27 - - [2026-03-23 02:26:25] "POST /neutron/router HTTP/1.1" 200 656 0.010967 10.0.0.50 - - [2026-03-23 02:26:25] "GET /service-instance/1d72b8df-24d7-4929-a9bf-e3753b76378b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.003534 10.0.0.27 - - [2026-03-23 02:26:25] "POST /neutron/router HTTP/1.1" 200 151 0.084380 10.0.0.23 - - [2026-03-23 02:26:25] "DELETE /route-target/8ada56c0-59f3-4655-9033-d99bc4973389 HTTP/1.1" 409 239 0.011972 10.0.0.50 - - [2026-03-23 02:26:25] "GET /service-instance/1d72b8df-24d7-4929-a9bf-e3753b76378b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.005006 10.0.0.50 - - [2026-03-23 02:26:26] "GET /virtual-network/17bdafc3-bfec-448f-86e2-914ac4eda4c1?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2297 0.005253 10.0.0.50 - - [2026-03-23 02:26:26] "GET /virtual-machine-interface/2ff7a089-4efa-4958-ac79-1944a7ff1472?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1649 0.007894 10.0.0.50 - - [2026-03-23 02:26:26] "DELETE /virtual-machine-interface/2ff7a089-4efa-4958-ac79-1944a7ff1472 HTTP/1.1" 200 115 0.065586 10.0.0.50 - - [2026-03-23 02:26:26] "GET /instance-ip/ed367586-8d85-404c-ab44-21491ba40388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1760 0.009754 10.0.0.50 - - [2026-03-23 02:26:26] "DELETE /instance-ip/ed367586-8d85-404c-ab44-21491ba40388 HTTP/1.1" 404 177 0.003557 10.0.0.27 - - [2026-03-23 02:26:26] "POST /neutron/port HTTP/1.1" 200 1125 0.016577 10.0.0.23 - - [2026-03-23 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.27 - - [2026-03-23 02:26:26] "POST /neutron/port HTTP/1.1" 200 1127 0.019804 10.0.0.50 - - [2026-03-23 02:26:26] "GET /virtual-machine-interface/d1becbc0-1fab-40b1-a1c6-32296b60a6c8?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.006902 10.0.0.50 - - [2026-03-23 02:26:26] "DELETE /virtual-machine-interface/d1becbc0-1fab-40b1-a1c6-32296b60a6c8 HTTP/1.1" 200 115 0.084052 10.0.0.50 - - [2026-03-23 02:26:27] "GET /virtual-machine-interface/134946e9-702b-4ead-88b5-1c3affc058d5?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1651 0.008088 10.0.0.50 - - [2026-03-23 02:26:27] "DELETE /instance-ip/c06233c1-4ec8-4ea7-8942-546115845666 HTTP/1.1" 200 115 0.051167 10.0.0.50 - - [2026-03-23 02:26:27] "DELETE /virtual-machine/a8820456-de05-40c7-a423-9cba3c0dfa33 HTTP/1.1" 200 115 0.052778 10.0.0.27 - - [2026-03-23 02:26:28] "POST /neutron/network HTTP/1.1" 200 832 0.007709 10.0.0.23 - - [2026-03-23 02:26:28] "DELETE /route-target/cde70229-9f0c-4271-a92d-6c21c74cb34e HTTP/1.1" 200 115 0.036189 10.0.0.23 - - [2026-03-23 02:26:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003433 10.0.0.23 - - [2026-03-23 02:26:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002704 10.0.0.27 - - [2026-03-23 02:26:28] "POST /neutron/network HTTP/1.1" 200 151 0.130695 10.0.0.23 - - [2026-03-23 02:26:29] "GET /projects?obj_uuids=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001348 10.0.0.27 - - [2026-03-23 02:26:29] "GET /project/76c31541-f76e-4586-8c75-5642256764ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.039950 10.0.0.23 - - [2026-03-23 02:26:29] "GET /projects?obj_uuids=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000979 10.0.0.27 - - [2026-03-23 02:26:30] "GET /project/76c31541-f76e-4586-8c75-5642256764ee?fields=virtual_networks HTTP/1.1" 200 1037 0.053884 10.0.0.23 - - [2026-03-23 02:26:30] "GET /projects?obj_uuids=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001346 10.0.0.27 - - [2026-03-23 02:26:30] "GET /project/76c31541-f76e-4586-8c75-5642256764ee?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.040753 10.0.0.23 - - [2026-03-23 02:26:30] "GET /projects?obj_uuids=76c31541-f76e-4586-8c75-5642256764ee&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001128 10.0.0.27 - - [2026-03-23 02:26:30] "GET /project/76c31541-f76e-4586-8c75-5642256764ee?fields=security_groups HTTP/1.1" 200 1266 0.042186 10.0.0.23 - - [2026-03-23 02:26:30] "DELETE /project/caa139e7-5d9a-4710-b2e8-c202f59e0f38 HTTP/1.1" 404 177 0.002948 10.0.0.23 - - [2026-03-23 02:26:30] "DELETE /project/76c31541f76e45868c755642256764ee HTTP/1.1" 404 173 0.004914 10.0.0.27 - - [2026-03-23 02:26:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.035874 10.0.0.23 - - [2026-03-23 02:26:31] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002823 10.0.0.23 - - [2026-03-23 02:26:31] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000804 10.0.0.23 - - [2026-03-23 02:26:31] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006525 10.0.0.23 - - [2026-03-23 02:26:31] "POST /id-to-fqname HTTP/1.1" 200 198 0.005461 10.0.0.23 - - [2026-03-23 02:26:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.005720 10.0.0.23 - - [2026-03-23 02:26:31] "POST /security-groups HTTP/1.1" 200 599 0.073786 10.0.0.23 - - [2026-03-23 02:26:31] "POST /fqname-to-id HTTP/1.1" 404 242 0.002821 10.0.0.23 - - [2026-03-23 02:26:31] "POST /projects HTTP/1.1" 200 601 0.271256 10.0.0.23 - - [2026-03-23 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.343351 10.0.0.23 - - [2026-03-23 02:26:31] "POST /access-control-lists HTTP/1.1" 200 602 0.030885 10.0.0.27 - - [2026-03-23 02:26:31] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.471381 10.0.0.27 - - [2026-03-23 02:26:32] "GET / HTTP/1.1" 200 35931 0.001306 10.0.0.27 - - [2026-03-23 02:26:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.27 - - [2026-03-23 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.039869 10.0.0.23 - - [2026-03-23 02:26:35] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.27 - - [2026-03-23 02:26:35] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038826 10.0.0.23 - - [2026-03-23 02:26:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003574 10.0.0.27 - - [2026-03-23 02:26:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.230304 10.0.0.23 - - [2026-03-23 02:26:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.041435 10.0.0.27 - - [2026-03-23 02:26:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.001306 10.0.0.27 - - [2026-03-23 02:26:35] "GET /virtual-network/cb108279-d67a-47fc-a0ab-9be40b3152df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009959 10.0.0.27 - - [2026-03-23 02:26:35] "POST /neutron/network HTTP/1.1" 200 1005 0.007649 10.0.0.27 - - [2026-03-23 02:26:35] "GET /virtual-network/cb108279-d67a-47fc-a0ab-9be40b3152df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005023 10.0.0.27 - - [2026-03-23 02:26:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.008221 10.0.0.27 - - [2026-03-23 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.23 - - [2026-03-23 02:26:36] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.27 - - [2026-03-23 02:26:36] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046217 10.0.0.23 - - [2026-03-23 02:26:36] "POST /route-targets HTTP/1.1" 200 327 0.019351 10.0.0.23 - - [2026-03-23 02:26:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007796 10.0.0.27 - - [2026-03-23 02:26:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.193233 10.0.0.27 - - [2026-03-23 02:26:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001243 10.0.0.27 - - [2026-03-23 02:26:36] "GET /virtual-network/4ae88423-549a-46e6-bccd-e5547f3f63c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.011538 10.0.0.27 - - [2026-03-23 02:26:36] "POST /neutron/network HTTP/1.1" 200 1004 0.008482 10.0.0.27 - - [2026-03-23 02:26:36] "GET /virtual-network/4ae88423-549a-46e6-bccd-e5547f3f63c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004804 10.0.0.27 - - [2026-03-23 02:26:36] "POST /neutron/subnet HTTP/1.1" 200 823 0.008568 10.0.0.27 - - [2026-03-23 02:26:36] "POST /fqname-to-id HTTP/1.1" 404 234 0.002735 10.0.0.27 - - [2026-03-23 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008214 10.0.0.23 - - [2026-03-23 02:26:36] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.27 - - [2026-03-23 02:26:37] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.054908 10.0.0.27 - - [2026-03-23 02:26:37] "POST /network-policys HTTP/1.1" 200 577 0.027594 10.0.0.27 - - [2026-03-23 02:26:37] "GET /network-policy/65a336f7-a0ce-4853-8508-b0382e061ae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3126 0.005842 10.0.0.23 - - [2026-03-23 02:26:37] "POST /access-control-lists HTTP/1.1" 200 596 0.055749 10.0.0.27 - - [2026-03-23 02:26:37] "POST /neutron/network HTTP/1.1" 200 1113 0.034256 10.0.0.27 - - [2026-03-23 02:26:37] "GET /virtual-network/cb108279-d67a-47fc-a0ab-9be40b3152df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007319 10.0.0.27 - - [2026-03-23 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005581 10.0.0.27 - - [2026-03-23 02:26:37] "GET /network-policy/65a336f7-a0ce-4853-8508-b0382e061ae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3126 0.003738 10.0.0.23 - - [2026-03-23 02:26:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.002884 10.0.0.27 - - [2026-03-23 02:26:37] "POST /neutron/network HTTP/1.1" 200 1112 0.013031 10.0.0.23 - - [2026-03-23 02:26:37] "POST /ref-update HTTP/1.1" 200 156 0.036958 10.0.0.27 - - [2026-03-23 02:26:37] "GET /virtual-network/4ae88423-549a-46e6-bccd-e5547f3f63c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.010621 10.0.0.27 - - [2026-03-23 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.27 - - [2026-03-23 02:26:37] "GET /network-policy/65a336f7-a0ce-4853-8508-b0382e061ae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3126 0.004086 10.0.0.27 - - [2026-03-23 02:26:38] "GET /virtual-network/cb108279-d67a-47fc-a0ab-9be40b3152df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005508 10.0.0.27 - - [2026-03-23 02:26:38] "GET /obj-perms HTTP/1.1" 200 5046 0.068365 10.0.0.50 - - [2026-03-23 02:26:39] "GET /obj-perms HTTP/1.1" 200 5046 0.068513 10.0.0.27 - - [2026-03-23 02:26:39] "GET /virtual-network/4ae88423-549a-46e6-bccd-e5547f3f63c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007831 10.0.0.23 - - [2026-03-23 02:26:40] "GET /obj-perms HTTP/1.1" 200 5046 0.060147 10.0.0.27 - - [2026-03-23 02:26:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001193 10.0.0.23 - - [2026-03-23 02:26:41] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.27 - - [2026-03-23 02:26:41] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.074920 10.0.0.27 - - [2026-03-23 02:26:41] "POST /neutron/port HTTP/1.1" 200 117 0.006133 10.0.0.27 - - [2026-03-23 02:26:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.001186 10.0.0.27 - - [2026-03-23 02:26:41] "POST /neutron/network HTTP/1.1" 200 1122 0.006101 10.0.0.27 - - [2026-03-23 02:26:42] "POST /neutron/port HTTP/1.1" 200 1174 0.025946 10.0.0.27 - - [2026-03-23 02:26:42] "POST /neutron/port HTTP/1.1" 200 1238 0.023220 10.0.0.23 - - [2026-03-23 02:26:42] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000948 10.0.0.27 - - [2026-03-23 02:26:42] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.088793 10.0.0.27 - - [2026-03-23 02:26:42] "POST /neutron/subnet HTTP/1.1" 200 1380 0.021189 10.0.0.27 - - [2026-03-23 02:26:43] "POST /neutron/port HTTP/1.1" 200 117 0.001488 10.0.0.27 - - [2026-03-23 02:26:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007231 10.0.0.27 - - [2026-03-23 02:26:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006701 10.0.0.27 - - [2026-03-23 02:26:44] "POST /neutron/port HTTP/1.1" 200 1173 0.018018 10.0.0.27 - - [2026-03-23 02:26:44] "POST /neutron/port HTTP/1.1" 200 1237 0.016232 10.0.0.27 - - [2026-03-23 02:26:44] "POST /neutron/subnet HTTP/1.1" 200 1375 0.010691 10.0.0.27 - - [2026-03-23 02:26:44] "POST /neutron/network HTTP/1.1" 200 1112 0.009191 10.0.0.27 - - [2026-03-23 02:26:48] "POST /neutron/port HTTP/1.1" 200 1238 0.015814 10.0.0.27 - - [2026-03-23 02:26:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006807 10.0.0.27 - - [2026-03-23 02:26:48] "GET /virtual-machine/dc62c5b7-6423-4349-b28f-6500a0f4a9a1 HTTP/1.1" 401 292 0.000323 10.0.0.27 - - [2026-03-23 02:26:49] "GET /virtual-machine/dc62c5b7-6423-4349-b28f-6500a0f4a9a1 HTTP/1.1" 200 1301 0.036533 10.0.0.27 - - [2026-03-23 02:26:49] "GET /virtual-machine-interface/9d280fb9-49b8-4d2f-a29a-bc5affcc1d61 HTTP/1.1" 200 3175 0.004716 10.0.0.27 - - [2026-03-23 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.27 - - [2026-03-23 02:26:49] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003403 10.0.0.27 - - [2026-03-23 02:26:49] "GET /virtual-networks?parent_id=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002938 10.0.0.27 - - [2026-03-23 02:26:49] "GET /virtual-network/cb108279-d67a-47fc-a0ab-9be40b3152df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005717 10.0.0.27 - - [2026-03-23 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.27 - - [2026-03-23 02:26:52] "GET /virtual-network/cb108279-d67a-47fc-a0ab-9be40b3152df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005248 10.0.0.27 - - [2026-03-23 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.27 - - [2026-03-23 02:26:56] "GET /virtual-network/cb108279-d67a-47fc-a0ab-9be40b3152df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004555 10.0.0.27 - - [2026-03-23 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.27 - - [2026-03-23 02:27:00] "GET /virtual-network/cb108279-d67a-47fc-a0ab-9be40b3152df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.010228 10.0.0.27 - - [2026-03-23 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.014772 10.0.0.27 - - [2026-03-23 02:27:04] "GET /virtual-network/cb108279-d67a-47fc-a0ab-9be40b3152df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006741 10.0.0.27 - - [2026-03-23 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.27 - - [2026-03-23 02:27:08] "GET /virtual-network/cb108279-d67a-47fc-a0ab-9be40b3152df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004566 10.0.0.27 - - [2026-03-23 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.27 - - [2026-03-23 02:27:12] "GET /virtual-network/cb108279-d67a-47fc-a0ab-9be40b3152df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005621 10.0.0.23 - - [2026-03-23 02:27:16] "DELETE /access-control-list/c375d0b0-3fdc-49fa-bbc3-6b1e568dc6bc HTTP/1.1" 200 115 0.038162 10.0.0.27 - - [2026-03-23 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.27 - - [2026-03-23 02:27:16] "GET /virtual-network/cb108279-d67a-47fc-a0ab-9be40b3152df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006684 10.0.0.27 - - [2026-03-23 02:27:19] "POST /neutron/network HTTP/1.1" 200 1123 0.006643 10.0.0.27 - - [2026-03-23 02:27:19] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012031 10.0.0.27 - - [2026-03-23 02:27:19] "POST /neutron/network HTTP/1.1" 200 1113 0.008863 10.0.0.27 - - [2026-03-23 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.27 - - [2026-03-23 02:27:21] "GET /virtual-network/cb108279-d67a-47fc-a0ab-9be40b3152df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005841 10.0.0.27 - - [2026-03-23 02:27:24] "POST /neutron/network HTTP/1.1" 200 1122 0.006011 10.0.0.27 - - [2026-03-23 02:27:24] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012674 10.0.0.27 - - [2026-03-23 02:27:24] "POST /neutron/network HTTP/1.1" 200 1112 0.008234 10.0.0.27 - - [2026-03-23 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.27 - - [2026-03-23 02:27:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003570 10.0.0.27 - - [2026-03-23 02:27:25] "GET /virtual-networks?parent_id=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003717 10.0.0.27 - - [2026-03-23 02:27:25] "GET /virtual-network/cb108279-d67a-47fc-a0ab-9be40b3152df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005725 10.0.0.23 - - [2026-03-23 02:27:30] "DELETE /project/86d80cf009fc4741be79f1f748f5c76f HTTP/1.1" 404 173 0.002596 10.0.0.23 - - [2026-03-23 02:27:30] "DELETE /project/76c31541-f76e-4586-8c75-5642256764ee HTTP/1.1" 404 177 0.004646 10.0.0.27 - - [2026-03-23 02:27:30] "POST /neutron/port HTTP/1.1" 200 1238 0.015752 10.0.0.27 - - [2026-03-23 02:27:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006665 10.0.0.27 - - [2026-03-23 02:27:36] "POST /neutron/port HTTP/1.1" 200 1237 0.017657 10.0.0.27 - - [2026-03-23 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007086 10.0.0.27 - - [2026-03-23 02:27:46] "POST /neutron/port HTTP/1.1" 200 1237 0.015681 10.0.0.27 - - [2026-03-23 02:27:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008908 10.0.0.27 - - [2026-03-23 02:27:46] "GET /virtual-machine/037bfb37-410d-4094-9dad-8d2e481edfc2 HTTP/1.1" 200 1299 0.007269 10.0.0.27 - - [2026-03-23 02:27:46] "GET /virtual-machine-interface/0cfe45ff-e5f8-42c4-b982-f1cca7f0e627 HTTP/1.1" 200 3173 0.005100 10.0.0.27 - - [2026-03-23 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.27 - - [2026-03-23 02:27:46] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005195 10.0.0.27 - - [2026-03-23 02:27:46] "GET /virtual-networks?parent_id=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003444 10.0.0.27 - - [2026-03-23 02:27:46] "GET /virtual-network/4ae88423-549a-46e6-bccd-e5547f3f63c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005695 10.0.0.27 - - [2026-03-23 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.27 - - [2026-03-23 02:27:47] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003786 10.0.0.27 - - [2026-03-23 02:27:47] "GET /virtual-networks?parent_id=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003621 10.0.0.27 - - [2026-03-23 02:27:47] "GET /virtual-network/4ae88423-549a-46e6-bccd-e5547f3f63c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005545 10.0.0.27 - - [2026-03-23 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.23 - - [2026-03-23 02:28:10] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.27 - - [2026-03-23 02:28:10] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042898 10.0.0.27 - - [2026-03-23 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.27 - - [2026-03-23 02:28:10] "PUT /network-policy/65a336f7-a0ce-4853-8508-b0382e061ae2 HTTP/1.1" 200 262 0.013544 10.0.0.23 - - [2026-03-23 02:28:11] "PUT /access-control-list/7ed84dc4-2401-4ed6-9bbd-9c8d8d447d10 HTTP/1.1" 200 272 0.018183 10.0.0.27 - - [2026-03-23 02:28:14] "GET /virtual-network/4ae88423-549a-46e6-bccd-e5547f3f63c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007712 10.0.0.27 - - [2026-03-23 02:28:14] "POST /neutron/network HTTP/1.1" 200 1004 0.010430 10.0.0.27 - - [2026-03-23 02:28:14] "GET /virtual-network/4ae88423-549a-46e6-bccd-e5547f3f63c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005150 10.0.0.27 - - [2026-03-23 02:28:14] "GET /virtual-network/cb108279-d67a-47fc-a0ab-9be40b3152df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004331 10.0.0.23 - - [2026-03-23 02:28:14] "DELETE /access-control-list/7ed84dc4-2401-4ed6-9bbd-9c8d8d447d10 HTTP/1.1" 200 115 0.047829 10.0.0.27 - - [2026-03-23 02:28:15] "POST /neutron/network HTTP/1.1" 200 1005 0.011683 10.0.0.27 - - [2026-03-23 02:28:15] "GET /virtual-network/cb108279-d67a-47fc-a0ab-9be40b3152df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007248 10.0.0.27 - - [2026-03-23 02:28:15] "DELETE /network-policy/65a336f7-a0ce-4853-8508-b0382e061ae2 HTTP/1.1" 200 115 0.032110 10.0.0.27 - - [2026-03-23 02:28:15] "POST /neutron/port HTTP/1.1" 200 1237 0.015835 10.0.0.27 - - [2026-03-23 02:28:15] "POST /neutron/port HTTP/1.1" 200 1238 0.019737 10.0.0.27 - - [2026-03-23 02:28:17] "POST /neutron/network HTTP/1.1" 200 1004 0.008314 10.0.0.23 - - [2026-03-23 02:28:17] "DELETE /route-target/5b4ed2cb-c2e6-4e17-a02a-ff0c7a203040 HTTP/1.1" 200 115 0.017059 10.0.0.23 - - [2026-03-23 02:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003588 10.0.0.23 - - [2026-03-23 02:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005000 10.0.0.23 - - [2026-03-23 02:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.001873 10.0.0.23 - - [2026-03-23 02:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002472 10.0.0.27 - - [2026-03-23 02:28:17] "POST /neutron/network HTTP/1.1" 200 151 0.124955 10.0.0.23 - - [2026-03-23 02:28:22] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.27 - - [2026-03-23 02:28:22] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044740 10.0.0.27 - - [2026-03-23 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.23 - - [2026-03-23 02:28:22] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000825 10.0.0.27 - - [2026-03-23 02:28:22] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006363 10.0.0.27 - - [2026-03-23 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.23 - - [2026-03-23 02:28:22] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000812 10.0.0.27 - - [2026-03-23 02:28:22] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043958 10.0.0.27 - - [2026-03-23 02:28:23] "GET /domains HTTP/1.1" 200 280 0.003325 10.0.0.23 - - [2026-03-23 02:28:23] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000808 10.0.0.27 - - [2026-03-23 02:28:23] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789 HTTP/1.1" 200 2775 0.008020 10.0.0.23 - - [2026-03-23 02:28:23] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000730 10.0.0.27 - - [2026-03-23 02:28:23] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f HTTP/1.1" 200 1899 0.086643 10.0.0.27 - - [2026-03-23 02:28:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002945 10.0.0.27 - - [2026-03-23 02:28:23] "POST /network-ipams HTTP/1.1" 200 609 0.027770 10.0.0.27 - - [2026-03-23 02:28:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.002879 10.0.0.27 - - [2026-03-23 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.27 - - [2026-03-23 02:28:23] "GET /network-ipam/e7b9a580-219b-4cb8-9645-897db6451864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.005641 10.0.0.27 - - [2026-03-23 02:28:23] "PUT /network-ipam/e7b9a580-219b-4cb8-9645-897db6451864 HTTP/1.1" 200 258 0.014142 10.0.0.27 - - [2026-03-23 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.23 - - [2026-03-23 02:28:23] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001219 10.0.0.27 - - [2026-03-23 02:28:23] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038247 10.0.0.23 - - [2026-03-23 02:28:23] "POST /route-targets HTTP/1.1" 200 327 0.017177 10.0.0.23 - - [2026-03-23 02:28:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003220 10.0.0.27 - - [2026-03-23 02:28:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.213638 10.0.0.23 - - [2026-03-23 02:28:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.003706 10.0.0.27 - - [2026-03-23 02:28:24] "POST /neutron/network HTTP/1.1" 200 1309 0.011355 10.0.0.27 - - [2026-03-23 02:28:24] "POST /id-to-fqname HTTP/1.1" 200 231 0.000891 10.0.0.27 - - [2026-03-23 02:28:24] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.004510 10.0.0.27 - - [2026-03-23 02:28:24] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.004684 10.0.0.27 - - [2026-03-23 02:28:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.008340 10.0.0.27 - - [2026-03-23 02:28:25] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.004943 10.0.0.27 - - [2026-03-23 02:28:25] "GET /obj-perms HTTP/1.1" 200 5046 0.003535 10.0.0.27 - - [2026-03-23 02:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.23 - - [2026-03-23 02:28:25] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873 10.0.0.27 - - [2026-03-23 02:28:25] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.034646 10.0.0.27 - - [2026-03-23 02:28:25] "POST /neutron/network HTTP/1.1" 200 117 0.012574 10.0.0.23 - - [2026-03-23 02:28:25] "POST /ref-update HTTP/1.1" 200 156 0.020233 10.0.0.23 - - [2026-03-23 02:28:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005343 10.0.0.27 - - [2026-03-23 02:28:26] "POST /neutron/subnet HTTP/1.1" 200 701 0.200353 10.0.0.27 - - [2026-03-23 02:28:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.001219 10.0.0.27 - - [2026-03-23 02:28:26] "GET /virtual-network/70b20879-6edc-45e8-aaed-03136c0b24e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006804 10.0.0.27 - - [2026-03-23 02:28:26] "POST /neutron/network HTTP/1.1" 200 1309 0.010700 10.0.0.27 - - [2026-03-23 02:28:26] "GET /virtual-network/70b20879-6edc-45e8-aaed-03136c0b24e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.004848 10.0.0.27 - - [2026-03-23 02:28:26] "POST /neutron/subnet HTTP/1.1" 200 701 0.007695 10.0.0.27 - - [2026-03-23 02:28:26] "GET /virtual-network/70b20879-6edc-45e8-aaed-03136c0b24e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005313 10.0.0.50 - - [2026-03-23 02:28:26] "GET /obj-perms HTTP/1.1" 200 5046 0.003400 10.0.0.23 - - [2026-03-23 02:28:26] "GET /obj-perms HTTP/1.1" 200 5046 0.002675 10.0.0.27 - - [2026-03-23 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.23 - - [2026-03-23 02:28:27] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000841 10.0.0.27 - - [2026-03-23 02:28:27] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.037442 10.0.0.23 - - [2026-03-23 02:28:27] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000829 10.0.0.27 - - [2026-03-23 02:28:27] "POST /neutron/network HTTP/1.1" 200 619 0.106018 10.0.0.23 - - [2026-03-23 02:28:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002765 10.0.0.27 - - [2026-03-23 02:28:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.238780 10.0.0.27 - - [2026-03-23 02:28:27] "POST /id-to-fqname HTTP/1.1" 200 231 0.003690 10.0.0.27 - - [2026-03-23 02:28:27] "GET /virtual-network/d469ab6d-c124-4dd9-ab3c-f60d759a3ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005791 10.0.0.27 - - [2026-03-23 02:28:28] "GET /virtual-network/d469ab6d-c124-4dd9-ab3c-f60d759a3ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.004588 10.0.0.27 - - [2026-03-23 02:28:28] "POST /neutron/network HTTP/1.1" 200 1309 0.009946 10.0.0.27 - - [2026-03-23 02:28:28] "POST /neutron/subnet HTTP/1.1" 200 828 0.010033 10.0.0.27 - - [2026-03-23 02:28:28] "GET /virtual-network/d469ab6d-c124-4dd9-ab3c-f60d759a3ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005192 10.0.0.27 - - [2026-03-23 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.23 - - [2026-03-23 02:28:28] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.27 - - [2026-03-23 02:28:28] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.028890 10.0.0.23 - - [2026-03-23 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.023946 10.0.0.23 - - [2026-03-23 02:28:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006102 10.0.0.27 - - [2026-03-23 02:28:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.212571 10.0.0.23 - - [2026-03-23 02:28:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.004096 10.0.0.27 - - [2026-03-23 02:28:29] "POST /neutron/network HTTP/1.1" 200 1309 0.011713 10.0.0.27 - - [2026-03-23 02:28:29] "POST /id-to-fqname HTTP/1.1" 200 231 0.000979 10.0.0.27 - - [2026-03-23 02:28:29] "GET /virtual-network/18d19c21-8345-4ecc-87e9-db23c2aa3fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.010974 10.0.0.27 - - [2026-03-23 02:28:29] "GET /virtual-network/18d19c21-8345-4ecc-87e9-db23c2aa3fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005194 10.0.0.27 - - [2026-03-23 02:28:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.007983 10.0.0.27 - - [2026-03-23 02:28:30] "GET /virtual-network/18d19c21-8345-4ecc-87e9-db23c2aa3fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005187 10.0.0.27 - - [2026-03-23 02:28:30] "GET /obj-perms HTTP/1.1" 200 5046 0.003311 10.0.0.27 - - [2026-03-23 02:28:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.003107 10.0.0.27 - - [2026-03-23 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.23 - - [2026-03-23 02:28:30] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.27 - - [2026-03-23 02:28:30] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.034714 10.0.0.27 - - [2026-03-23 02:28:30] "POST /network-policys HTTP/1.1" 200 559 0.041465 10.0.0.27 - - [2026-03-23 02:28:30] "GET /network-policy/cea34b7d-41cd-4cda-a719-d9c6a8072c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006485 10.0.0.27 - - [2026-03-23 02:28:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.003048 10.0.0.27 - - [2026-03-23 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007727 10.0.0.23 - - [2026-03-23 02:28:30] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001238 10.0.0.27 - - [2026-03-23 02:28:31] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.051652 10.0.0.27 - - [2026-03-23 02:28:31] "POST /network-policys HTTP/1.1" 200 559 0.032196 10.0.0.27 - - [2026-03-23 02:28:31] "GET /network-policy/f633175f-11c0-472b-af90-2c512e4f45f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006888 10.0.0.27 - - [2026-03-23 02:28:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.003745 10.0.0.27 - - [2026-03-23 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.23 - - [2026-03-23 02:28:31] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.27 - - [2026-03-23 02:28:31] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041938 10.0.0.27 - - [2026-03-23 02:28:31] "POST /network-policys HTTP/1.1" 200 559 0.036376 10.0.0.27 - - [2026-03-23 02:28:31] "GET /network-policy/8cc0e533-76dd-4c9c-84b9-d6e7a7961d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.005706 10.0.0.27 - - [2026-03-23 02:28:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.003468 10.0.0.27 - - [2026-03-23 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.23 - - [2026-03-23 02:28:31] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.27 - - [2026-03-23 02:28:31] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040702 10.0.0.27 - - [2026-03-23 02:28:31] "POST /network-policys HTTP/1.1" 200 559 0.041523 10.0.0.27 - - [2026-03-23 02:28:32] "GET /network-policy/36d0b1d4-8463-484f-904f-3e57bea705aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.013329 10.0.0.27 - - [2026-03-23 02:28:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.003292 10.0.0.27 - - [2026-03-23 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.23 - - [2026-03-23 02:28:32] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000852 10.0.0.27 - - [2026-03-23 02:28:32] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.034556 10.0.0.27 - - [2026-03-23 02:28:32] "POST /network-policys HTTP/1.1" 200 559 0.026301 10.0.0.27 - - [2026-03-23 02:28:32] "GET /network-policy/5ec14809-74a5-4ace-9d89-2b438f2a6fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.005515 10.0.0.27 - - [2026-03-23 02:28:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.005108 10.0.0.27 - - [2026-03-23 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.23 - - [2026-03-23 02:28:32] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000924 10.0.0.27 - - [2026-03-23 02:28:32] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035234 10.0.0.27 - - [2026-03-23 02:28:32] "POST /network-policys HTTP/1.1" 200 559 0.028355 10.0.0.27 - - [2026-03-23 02:28:32] "GET /network-policy/6168fecc-700c-41ef-bd25-e4f814ed07b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.005828 10.0.0.27 - - [2026-03-23 02:28:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.006624 10.0.0.27 - - [2026-03-23 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.23 - - [2026-03-23 02:28:33] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.27 - - [2026-03-23 02:28:33] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.049655 10.0.0.27 - - [2026-03-23 02:28:33] "POST /network-policys HTTP/1.1" 200 559 0.030412 10.0.0.27 - - [2026-03-23 02:28:33] "GET /network-policy/8f716b96-cdce-4c1c-94dd-275b9c830895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006247 10.0.0.27 - - [2026-03-23 02:28:33] "POST /fqname-to-id HTTP/1.1" 404 225 0.006459 10.0.0.27 - - [2026-03-23 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.23 - - [2026-03-23 02:28:33] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001289 10.0.0.27 - - [2026-03-23 02:28:33] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042782 10.0.0.27 - - [2026-03-23 02:28:33] "POST /network-policys HTTP/1.1" 200 559 0.034040 10.0.0.27 - - [2026-03-23 02:28:33] "GET /network-policy/e287181c-5f8c-49f8-acdb-4d943f68dc45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006857 10.0.0.27 - - [2026-03-23 02:28:33] "POST /neutron/network HTTP/1.1" 200 1309 0.009786 10.0.0.27 - - [2026-03-23 02:28:34] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.008280 10.0.0.27 - - [2026-03-23 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.27 - - [2026-03-23 02:28:34] "GET /network-policy/cea34b7d-41cd-4cda-a719-d9c6a8072c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.005896 10.0.0.27 - - [2026-03-23 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.27 - - [2026-03-23 02:28:34] "GET /network-policy/f633175f-11c0-472b-af90-2c512e4f45f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.003666 10.0.0.27 - - [2026-03-23 02:28:34] "POST /neutron/network HTTP/1.1" 200 1309 0.009475 10.0.0.23 - - [2026-03-23 02:28:34] "POST /fqname-to-id HTTP/1.1" 404 248 0.006712 10.0.0.27 - - [2026-03-23 02:28:34] "GET /virtual-network/70b20879-6edc-45e8-aaed-03136c0b24e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006425 10.0.0.27 - - [2026-03-23 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.27 - - [2026-03-23 02:28:34] "GET /network-policy/36d0b1d4-8463-484f-904f-3e57bea705aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.003962 10.0.0.27 - - [2026-03-23 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.27 - - [2026-03-23 02:28:34] "GET /network-policy/8cc0e533-76dd-4c9c-84b9-d6e7a7961d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.004270 10.0.0.27 - - [2026-03-23 02:28:34] "POST /neutron/network HTTP/1.1" 200 1309 0.010487 10.0.0.23 - - [2026-03-23 02:28:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.008285 10.0.0.23 - - [2026-03-23 02:28:35] "POST /fqname-to-id HTTP/1.1" 404 248 0.063277 10.0.0.27 - - [2026-03-23 02:28:35] "GET /virtual-network/d469ab6d-c124-4dd9-ab3c-f60d759a3ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007032 10.0.0.27 - - [2026-03-23 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005165 10.0.0.27 - - [2026-03-23 02:28:35] "GET /network-policy/5ec14809-74a5-4ace-9d89-2b438f2a6fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.018275 10.0.0.27 - - [2026-03-23 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.27 - - [2026-03-23 02:28:35] "GET /network-policy/6168fecc-700c-41ef-bd25-e4f814ed07b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.003983 10.0.0.27 - - [2026-03-23 02:28:35] "POST /neutron/network HTTP/1.1" 200 1309 0.009734 10.0.0.23 - - [2026-03-23 02:28:35] "POST /access-control-lists HTTP/1.1" 200 605 0.029925 10.0.0.27 - - [2026-03-23 02:28:35] "GET /virtual-network/18d19c21-8345-4ecc-87e9-db23c2aa3fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.008631 10.0.0.27 - - [2026-03-23 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.27 - - [2026-03-23 02:28:35] "GET /network-policy/8f716b96-cdce-4c1c-94dd-275b9c830895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006754 10.0.0.27 - - [2026-03-23 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.27 - - [2026-03-23 02:28:35] "GET /network-policy/e287181c-5f8c-49f8-acdb-4d943f68dc45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004885 10.0.0.27 - - [2026-03-23 02:28:35] "POST /id-to-fqname HTTP/1.1" 200 231 0.001281 10.0.0.50 - - [2026-03-23 02:28:35] "GET /obj-perms HTTP/1.1" 200 5056 0.071296 10.0.0.23 - - [2026-03-23 02:28:36] "GET /obj-perms HTTP/1.1" 200 5056 0.069125 10.0.0.27 - - [2026-03-23 02:29:10] "POST /neutron/network HTTP/1.1" 200 1504 0.006493 10.0.0.23 - - [2026-03-23 02:29:10] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000897 10.0.0.27 - - [2026-03-23 02:29:10] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.073999 10.0.0.27 - - [2026-03-23 02:29:11] "POST /neutron/port HTTP/1.1" 200 117 0.008584 10.0.0.27 - - [2026-03-23 02:29:11] "POST /id-to-fqname HTTP/1.1" 200 231 0.000981 10.0.0.27 - - [2026-03-23 02:29:11] "POST /neutron/network HTTP/1.1" 200 1504 0.006265 10.0.0.23 - - [2026-03-23 02:29:12] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.27 - - [2026-03-23 02:29:12] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.130863 10.0.0.27 - - [2026-03-23 02:29:12] "POST /neutron/port HTTP/1.1" 200 1180 0.074480 10.0.0.27 - - [2026-03-23 02:29:12] "POST /neutron/port HTTP/1.1" 200 117 0.015461 10.0.0.27 - - [2026-03-23 02:29:12] "POST /neutron/port HTTP/1.1" 200 1180 0.048790 10.0.0.27 - - [2026-03-23 02:29:13] "POST /neutron/network HTTP/1.1" 200 1504 0.020588 10.0.0.23 - - [2026-03-23 02:29:13] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.27 - - [2026-03-23 02:29:13] "POST /neutron/port HTTP/1.1" 200 117 0.005357 10.0.0.27 - - [2026-03-23 02:29:13] "POST /neutron/port HTTP/1.1" 200 1170 0.672398 10.0.0.27 - - [2026-03-23 02:29:14] "POST /neutron/port HTTP/1.1" 200 1170 0.041080 10.0.0.27 - - [2026-03-23 02:29:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013925 10.0.0.27 - - [2026-03-23 02:29:14] "POST /neutron/port HTTP/1.1" 200 117 0.005958 10.0.0.27 - - [2026-03-23 02:29:18] "POST /neutron/port HTTP/1.1" 200 1234 0.062001 10.0.0.27 - - [2026-03-23 02:29:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010644 10.0.0.27 - - [2026-03-23 02:29:33] "POST /neutron/port HTTP/1.1" 200 1234 0.056306 10.0.0.27 - - [2026-03-23 02:29:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.027632 10.0.0.27 - - [2026-03-23 02:29:49] "POST /neutron/port HTTP/1.1" 200 1234 0.035464 10.0.0.27 - - [2026-03-23 02:29:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006872 10.0.0.27 - - [2026-03-23 02:30:04] "POST /neutron/port HTTP/1.1" 200 1234 0.019463 10.0.0.27 - - [2026-03-23 02:30:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007523 10.0.0.27 - - [2026-03-23 02:30:19] "POST /neutron/port HTTP/1.1" 200 1234 0.016843 10.0.0.27 - - [2026-03-23 02:30:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009059 10.0.0.27 - - [2026-03-23 02:30:30] "POST /neutron/port HTTP/1.1" 200 1234 0.020503 10.0.0.27 - - [2026-03-23 02:30:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007245 10.0.0.27 - - [2026-03-23 02:30:30] "GET /virtual-machine/6647c6e8-d388-4a40-9b99-c00a80000ffa HTTP/1.1" 200 1300 0.008409 10.0.0.27 - - [2026-03-23 02:30:30] "GET /virtual-machine-interface/a21ea231-2fc0-427b-81b9-2ac013f7a0a6 HTTP/1.1" 200 3183 0.005075 10.0.0.27 - - [2026-03-23 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.27 - - [2026-03-23 02:30:30] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003714 10.0.0.27 - - [2026-03-23 02:30:30] "GET /virtual-networks?parent_id=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002619 10.0.0.27 - - [2026-03-23 02:30:30] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005149 10.0.0.27 - - [2026-03-23 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.27 - - [2026-03-23 02:30:33] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006136 10.0.0.50 - - [2026-03-23 02:30:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.50 - - [2026-03-23 02:30:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.23 - - [2026-03-23 02:30:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.23 - - [2026-03-23 02:30:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.23 - - [2026-03-23 02:30:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.23 - - [2026-03-23 02:30:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.50 - - [2026-03-23 02:30:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.50 - - [2026-03-23 02:30:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2026-03-23 02:30:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.27 - - [2026-03-23 02:30:37] "GET /global-system-configs HTTP/1.1" 401 292 0.001066 10.0.0.27 - - [2026-03-23 02:30:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.27 - - [2026-03-23 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.27 - - [2026-03-23 02:30:37] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005222 10.0.0.27 - - [2026-03-23 02:30:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000322 10.0.0.27 - - [2026-03-23 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.27 - - [2026-03-23 02:30:41] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006130 10.0.0.27 - - [2026-03-23 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.27 - - [2026-03-23 02:30:45] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007506 10.0.0.27 - - [2026-03-23 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.27 - - [2026-03-23 02:30:49] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005486 10.0.0.27 - - [2026-03-23 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.27 - - [2026-03-23 02:30:53] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006327 10.0.0.27 - - [2026-03-23 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.27 - - [2026-03-23 02:30:58] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.004993 10.0.0.27 - - [2026-03-23 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.27 - - [2026-03-23 02:31:02] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005486 10.0.0.27 - - [2026-03-23 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.27 - - [2026-03-23 02:31:06] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.004633 10.0.0.27 - - [2026-03-23 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.27 - - [2026-03-23 02:31:08] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004209 10.0.0.27 - - [2026-03-23 02:31:08] "GET /virtual-networks?parent_id=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003016 10.0.0.27 - - [2026-03-23 02:31:08] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007166 10.0.0.27 - - [2026-03-23 02:31:13] "POST /neutron/port HTTP/1.1" 200 1234 0.015826 10.0.0.27 - - [2026-03-23 02:31:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006649 10.0.0.27 - - [2026-03-23 02:31:20] "POST /neutron/port HTTP/1.1" 200 1234 0.046732 10.0.0.27 - - [2026-03-23 02:31:23] "POST /neutron/port HTTP/1.1" 200 1234 0.058106 10.0.0.27 - - [2026-03-23 02:31:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004496 10.0.0.27 - - [2026-03-23 02:31:23] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.27 - - [2026-03-23 02:31:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006873 10.0.0.27 - - [2026-03-23 02:31:29] "POST /neutron/port HTTP/1.1" 200 1234 0.044057 10.0.0.27 - - [2026-03-23 02:31:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003599 10.0.0.27 - - [2026-03-23 02:31:29] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.27 - - [2026-03-23 02:31:34] "POST /neutron/port HTTP/1.1" 200 1234 0.015841 10.0.0.27 - - [2026-03-23 02:31:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009001 10.0.0.27 - - [2026-03-23 02:31:34] "GET /virtual-machine/d308b684-3adb-4eb0-8dec-3dcd986a9473 HTTP/1.1" 200 1301 0.005539 10.0.0.27 - - [2026-03-23 02:31:34] "GET /virtual-machine-interface/31df575d-f1bb-4350-894c-e6eac7073819 HTTP/1.1" 200 3182 0.006419 10.0.0.27 - - [2026-03-23 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.27 - - [2026-03-23 02:31:34] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003808 10.0.0.27 - - [2026-03-23 02:31:34] "GET /virtual-networks?parent_id=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003075 10.0.0.27 - - [2026-03-23 02:31:34] "GET /virtual-network/70b20879-6edc-45e8-aaed-03136c0b24e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007084 10.0.0.27 - - [2026-03-23 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.040398 10.0.0.27 - - [2026-03-23 02:31:35] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003658 10.0.0.27 - - [2026-03-23 02:31:35] "GET /virtual-networks?parent_id=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002888 10.0.0.27 - - [2026-03-23 02:31:35] "GET /virtual-network/70b20879-6edc-45e8-aaed-03136c0b24e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006035 10.0.0.27 - - [2026-03-23 02:31:36] "POST /neutron/port HTTP/1.1" 200 2314 0.053955 10.0.0.27 - - [2026-03-23 02:31:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008103 10.0.0.27 - - [2026-03-23 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.27 - - [2026-03-23 02:31:36] "GET /network-policy/8cc0e533-76dd-4c9c-84b9-d6e7a7961d82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.003489 10.0.0.27 - - [2026-03-23 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002275 10.0.0.27 - - [2026-03-23 02:31:36] "GET /network-policy/36d0b1d4-8463-484f-904f-3e57bea705aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.004213 10.0.0.27 - - [2026-03-23 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.27 - - [2026-03-23 02:31:37] "GET /network-policy/cea34b7d-41cd-4cda-a719-d9c6a8072c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004572 10.0.0.27 - - [2026-03-23 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.010539 10.0.0.27 - - [2026-03-23 02:31:37] "GET /network-policy/f633175f-11c0-472b-af90-2c512e4f45f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.003995 10.0.0.27 - - [2026-03-23 02:32:00] "GET /virtual-machine/d308b684-3adb-4eb0-8dec-3dcd986a9473 HTTP/1.1" 200 1301 0.034801 10.0.0.27 - - [2026-03-23 02:32:01] "POST /neutron/port HTTP/1.1" 200 1234 0.016291 10.0.0.27 - - [2026-03-23 02:32:02] "GET /virtual-machine/d308b684-3adb-4eb0-8dec-3dcd986a9473 HTTP/1.1" 404 171 0.003134 10.0.0.27 - - [2026-03-23 02:32:02] "GET /virtual-machine/d308b684-3adb-4eb0-8dec-3dcd986a9473 HTTP/1.1" 404 171 0.002598 10.0.0.27 - - [2026-03-23 02:32:02] "GET /virtual-machine/d308b684-3adb-4eb0-8dec-3dcd986a9473 HTTP/1.1" 404 171 0.002987 10.0.0.27 - - [2026-03-23 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.27 - - [2026-03-23 02:32:03] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003832 10.0.0.27 - - [2026-03-23 02:32:03] "GET /virtual-networks?parent_id=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003478 10.0.0.27 - - [2026-03-23 02:32:03] "GET /virtual-network/70b20879-6edc-45e8-aaed-03136c0b24e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005520 10.0.0.27 - - [2026-03-23 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.27 - - [2026-03-23 02:32:03] "GET /routing-instance/27df35bc-f167-4f5a-a91b-e236f4092fc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004252 10.0.0.27 - - [2026-03-23 02:32:03] "GET /route-target/5b09e90b-9551-493d-8760-de3316533c7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003598 10.0.0.27 - - [2026-03-23 02:32:03] "GET /virtual-machine/d308b684-3adb-4eb0-8dec-3dcd986a9473 HTTP/1.1" 404 171 0.004323 10.0.0.27 - - [2026-03-23 02:32:04] "GET /virtual-machine/d308b684-3adb-4eb0-8dec-3dcd986a9473 HTTP/1.1" 404 171 0.003081 10.0.0.27 - - [2026-03-23 02:32:05] "GET /virtual-machine/d308b684-3adb-4eb0-8dec-3dcd986a9473 HTTP/1.1" 404 171 0.003469 10.0.0.27 - - [2026-03-23 02:32:06] "GET /virtual-machine/d308b684-3adb-4eb0-8dec-3dcd986a9473 HTTP/1.1" 404 171 0.003538 10.0.0.27 - - [2026-03-23 02:32:07] "GET /virtual-machine/d308b684-3adb-4eb0-8dec-3dcd986a9473 HTTP/1.1" 404 171 0.003146 10.0.0.27 - - [2026-03-23 02:32:08] "GET /virtual-machine/d308b684-3adb-4eb0-8dec-3dcd986a9473 HTTP/1.1" 404 171 0.002883 10.0.0.27 - - [2026-03-23 02:32:08] "GET /obj-perms HTTP/1.1" 200 5046 0.060050 10.0.0.27 - - [2026-03-23 02:32:08] "GET /obj-perms HTTP/1.1" 200 5046 0.003758 10.0.0.50 - - [2026-03-23 02:32:08] "GET /obj-perms HTTP/1.1" 200 5046 0.061783 10.0.0.23 - - [2026-03-23 02:32:08] "GET /obj-perms HTTP/1.1" 200 5046 0.063091 10.0.0.27 - - [2026-03-23 02:32:08] "GET /virtual-machine/6647c6e8-d388-4a40-9b99-c00a80000ffa HTTP/1.1" 200 1300 0.005807 10.0.0.27 - - [2026-03-23 02:32:09] "POST /neutron/port HTTP/1.1" 200 1234 0.016263 10.0.0.27 - - [2026-03-23 02:32:10] "GET /virtual-machine/6647c6e8-d388-4a40-9b99-c00a80000ffa HTTP/1.1" 404 171 0.003761 10.0.0.27 - - [2026-03-23 02:32:10] "GET /virtual-machine/6647c6e8-d388-4a40-9b99-c00a80000ffa HTTP/1.1" 404 171 0.003657 10.0.0.27 - - [2026-03-23 02:32:10] "GET /virtual-machine/6647c6e8-d388-4a40-9b99-c00a80000ffa HTTP/1.1" 404 171 0.002851 10.0.0.27 - - [2026-03-23 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.27 - - [2026-03-23 02:32:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004002 10.0.0.27 - - [2026-03-23 02:32:11] "GET /virtual-networks?parent_id=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003818 10.0.0.27 - - [2026-03-23 02:32:11] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006972 10.0.0.27 - - [2026-03-23 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.27 - - [2026-03-23 02:32:11] "GET /routing-instance/205069d9-596d-4764-b0dc-50074b5986ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004787 10.0.0.27 - - [2026-03-23 02:32:11] "GET /route-target/e9153662-de64-4677-950c-01a8fa36ddb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004629 10.0.0.27 - - [2026-03-23 02:32:14] "GET /obj-perms HTTP/1.1" 200 5046 0.003909 10.0.0.27 - - [2026-03-23 02:32:17] "GET /obj-perms HTTP/1.1" 200 5046 0.003423 10.0.0.27 - - [2026-03-23 02:32:23] "GET /obj-perms HTTP/1.1" 200 5046 0.004118 10.0.0.27 - - [2026-03-23 02:32:26] "GET /obj-perms HTTP/1.1" 200 5046 0.003689 10.0.0.27 - - [2026-03-23 02:32:32] "GET /obj-perms HTTP/1.1" 200 5046 0.003448 10.0.0.27 - - [2026-03-23 02:32:36] "GET /obj-perms HTTP/1.1" 200 5046 0.004318 10.0.0.27 - - [2026-03-23 02:32:39] "GET /obj-perms HTTP/1.1" 200 5046 0.004230 10.0.0.27 - - [2026-03-23 02:32:39] "GET /virtual-network/18d19c21-8345-4ecc-87e9-db23c2aa3fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005550 10.0.0.27 - - [2026-03-23 02:32:39] "POST /neutron/network HTTP/1.1" 200 1494 0.011193 10.0.0.23 - - [2026-03-23 02:32:39] "DELETE /access-control-list/45de0310-f834-4a6c-99a0-8f93655d9023 HTTP/1.1" 200 115 0.046771 10.0.0.27 - - [2026-03-23 02:32:39] "GET /virtual-network/18d19c21-8345-4ecc-87e9-db23c2aa3fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.009890 10.0.0.27 - - [2026-03-23 02:32:39] "GET /virtual-network/d469ab6d-c124-4dd9-ab3c-f60d759a3ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005696 10.0.0.27 - - [2026-03-23 02:32:39] "POST /neutron/network HTTP/1.1" 200 1494 0.011658 10.0.0.23 - - [2026-03-23 02:32:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.066227 10.0.0.27 - - [2026-03-23 02:32:40] "GET /virtual-network/d469ab6d-c124-4dd9-ab3c-f60d759a3ab9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008129 10.0.0.27 - - [2026-03-23 02:32:40] "GET /virtual-network/70b20879-6edc-45e8-aaed-03136c0b24e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006108 10.0.0.27 - - [2026-03-23 02:32:40] "POST /neutron/network HTTP/1.1" 200 1494 0.011523 10.0.0.27 - - [2026-03-23 02:32:40] "GET /virtual-network/70b20879-6edc-45e8-aaed-03136c0b24e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007140 10.0.0.23 - - [2026-03-23 02:32:40] "POST /ref-update HTTP/1.1" 200 156 0.021635 10.0.0.27 - - [2026-03-23 02:32:40] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.004884 10.0.0.27 - - [2026-03-23 02:32:40] "POST /neutron/network HTTP/1.1" 200 1494 0.009841 10.0.0.27 - - [2026-03-23 02:32:40] "GET /virtual-network/f104cdba-b774-45c7-8367-fd62326a59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007622 10.0.0.27 - - [2026-03-23 02:32:40] "DELETE /network-policy/e287181c-5f8c-49f8-acdb-4d943f68dc45 HTTP/1.1" 200 115 0.063586 10.0.0.27 - - [2026-03-23 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005721 10.0.0.23 - - [2026-03-23 02:32:40] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.030562 10.0.0.27 - - [2026-03-23 02:32:41] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.064758 10.0.0.27 - - [2026-03-23 02:32:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-52947145&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.005222 10.0.0.27 - - [2026-03-23 02:32:41] "DELETE /network-policy/8f716b96-cdce-4c1c-94dd-275b9c830895 HTTP/1.1" 200 115 0.048839 10.0.0.27 - - [2026-03-23 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.23 - - [2026-03-23 02:32:41] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000829 10.0.0.27 - - [2026-03-23 02:32:41] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.049609 10.0.0.27 - - [2026-03-23 02:32:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-52947145&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005076 10.0.0.27 - - [2026-03-23 02:32:41] "DELETE /network-policy/6168fecc-700c-41ef-bd25-e4f814ed07b2 HTTP/1.1" 200 115 0.040572 10.0.0.27 - - [2026-03-23 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.23 - - [2026-03-23 02:32:41] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.27 - - [2026-03-23 02:32:41] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050745 10.0.0.27 - - [2026-03-23 02:32:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-52947145&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.004933 10.0.0.27 - - [2026-03-23 02:32:41] "DELETE /network-policy/5ec14809-74a5-4ace-9d89-2b438f2a6fa4 HTTP/1.1" 200 115 0.054501 10.0.0.27 - - [2026-03-23 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.23 - - [2026-03-23 02:32:41] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.27 - - [2026-03-23 02:32:41] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.037951 10.0.0.27 - - [2026-03-23 02:32:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-52947145&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.005549 10.0.0.27 - - [2026-03-23 02:32:41] "DELETE /network-policy/36d0b1d4-8463-484f-904f-3e57bea705aa HTTP/1.1" 200 115 0.043494 10.0.0.27 - - [2026-03-23 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.23 - - [2026-03-23 02:32:41] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.27 - - [2026-03-23 02:32:41] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.034428 10.0.0.27 - - [2026-03-23 02:32:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-52947145&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.012203 10.0.0.27 - - [2026-03-23 02:32:42] "DELETE /network-policy/8cc0e533-76dd-4c9c-84b9-d6e7a7961d82 HTTP/1.1" 200 115 0.045154 10.0.0.27 - - [2026-03-23 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.23 - - [2026-03-23 02:32:42] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.27 - - [2026-03-23 02:32:42] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048982 10.0.0.27 - - [2026-03-23 02:32:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-52947145&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.006030 10.0.0.27 - - [2026-03-23 02:32:42] "DELETE /network-policy/f633175f-11c0-472b-af90-2c512e4f45f3 HTTP/1.1" 200 115 0.048242 10.0.0.27 - - [2026-03-23 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.23 - - [2026-03-23 02:32:42] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.27 - - [2026-03-23 02:32:42] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042789 10.0.0.27 - - [2026-03-23 02:32:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-52947145&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.007243 10.0.0.27 - - [2026-03-23 02:32:42] "DELETE /network-policy/cea34b7d-41cd-4cda-a719-d9c6a8072c11 HTTP/1.1" 200 115 0.044618 10.0.0.27 - - [2026-03-23 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.23 - - [2026-03-23 02:32:42] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.27 - - [2026-03-23 02:32:42] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042694 10.0.0.27 - - [2026-03-23 02:32:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-52947145&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007339 10.0.0.27 - - [2026-03-23 02:32:42] "POST /neutron/network HTTP/1.1" 200 1309 0.010851 10.0.0.23 - - [2026-03-23 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.23 - - [2026-03-23 02:32:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004694 10.0.0.23 - - [2026-03-23 02:32:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003917 10.0.0.23 - - [2026-03-23 02:32:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002303 10.0.0.23 - - [2026-03-23 02:32:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002493 10.0.0.23 - - [2026-03-23 02:32:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001833 10.0.0.23 - - [2026-03-23 02:32:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001765 10.0.0.27 - - [2026-03-23 02:32:43] "POST /neutron/network HTTP/1.1" 200 151 0.140931 10.0.0.23 - - [2026-03-23 02:32:43] "DELETE /route-target/8ada56c0-59f3-4655-9033-d99bc4973389 HTTP/1.1" 200 115 0.032009 10.0.0.27 - - [2026-03-23 02:32:44] "POST /neutron/network HTTP/1.1" 200 1309 0.010304 10.0.0.23 - - [2026-03-23 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.27 - - [2026-03-23 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.27 - - [2026-03-23 02:32:44] "DELETE /network-ipam/e7b9a580-219b-4cb8-9645-897db6451864 HTTP/1.1" 200 115 0.038441 10.0.0.27 - - [2026-03-23 02:32:44] "POST /fqname-to-id HTTP/1.1" 404 252 0.003923 10.0.0.23 - - [2026-03-23 02:32:44] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000864 10.0.0.23 - - [2026-03-23 02:32:44] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.041379 10.0.0.23 - - [2026-03-23 02:32:44] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.23 - - [2026-03-23 02:32:44] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?fields=security_groups HTTP/1.1" 200 1386 0.046160 10.0.0.23 - - [2026-03-23 02:32:44] "DELETE /security-group/bba71f9a-1917-4674-8c6f-d62fe2493150 HTTP/1.1" 200 115 0.054670 10.0.0.23 - - [2026-03-23 02:32:44] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000809 10.0.0.23 - - [2026-03-23 02:32:44] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?fields=application_policy_sets HTTP/1.1" 200 1425 0.047204 10.0.0.23 - - [2026-03-23 02:32:44] "DELETE /access-control-list/ee6183a4-e0a9-4b0f-9748-05c864f72e61 HTTP/1.1" 200 115 0.049936 10.0.0.27 - - [2026-03-23 02:32:45] "DELETE /project/86d80cf0-09fc-4741-be79-f1f748f5c76f HTTP/1.1" 200 115 0.387296 10.0.0.23 - - [2026-03-23 02:32:45] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000865 10.0.0.27 - - [2026-03-23 02:32:45] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?fields=projects HTTP/1.1" 200 1438 0.018525 10.0.0.27 - - [2026-03-23 02:32:50] "POST /fqname-to-id HTTP/1.1" 404 225 0.003056 10.0.0.23 - - [2026-03-23 02:32:50] "POST /id-to-fqname HTTP/1.1" 200 198 0.004017 10.0.0.23 - - [2026-03-23 02:32:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.004219 10.0.0.23 - - [2026-03-23 02:32:50] "POST /security-groups HTTP/1.1" 200 599 0.069361 10.0.0.23 - - [2026-03-23 02:32:50] "POST /projects HTTP/1.1" 200 601 0.276858 10.0.0.27 - - [2026-03-23 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.310941 10.0.0.23 - - [2026-03-23 02:32:50] "POST /fqname-to-id HTTP/1.1" 404 241 0.012207 10.0.0.23 - - [2026-03-23 02:32:50] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000837 10.0.0.27 - - [2026-03-23 02:32:50] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.054993 10.0.0.27 - - [2026-03-23 02:32:50] "POST /network-policys HTTP/1.1" 200 559 0.026864 10.0.0.27 - - [2026-03-23 02:32:50] "GET /network-policy/aaf73a8d-6b49-4ebc-9441-5c0d741792e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.006271 10.0.0.27 - - [2026-03-23 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.23 - - [2026-03-23 02:32:50] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000832 10.0.0.27 - - [2026-03-23 02:32:50] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043031 10.0.0.23 - - [2026-03-23 02:32:51] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001126 10.0.0.27 - - [2026-03-23 02:32:51] "POST /neutron/network HTTP/1.1" 200 615 0.143868 10.0.0.23 - - [2026-03-23 02:32:51] "POST /ref-update HTTP/1.1" 200 156 0.031354 10.0.0.23 - - [2026-03-23 02:32:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.004313 10.0.0.27 - - [2026-03-23 02:32:51] "POST /neutron/network HTTP/1.1" 200 1007 0.009406 10.0.0.27 - - [2026-03-23 02:32:51] "POST /id-to-fqname HTTP/1.1" 200 229 0.000973 10.0.0.27 - - [2026-03-23 02:32:51] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004844 10.0.0.27 - - [2026-03-23 02:32:51] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006232 10.0.0.27 - - [2026-03-23 02:32:51] "POST /neutron/subnet HTTP/1.1" 200 721 0.009943 10.0.0.27 - - [2026-03-23 02:32:51] "POST /neutron/network HTTP/1.1" 200 1106 0.090491 10.0.0.27 - - [2026-03-23 02:32:51] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005964 10.0.0.27 - - [2026-03-23 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.27 - - [2026-03-23 02:32:52] "GET /network-policy/aaf73a8d-6b49-4ebc-9441-5c0d741792e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.004187 10.0.0.27 - - [2026-03-23 02:32:52] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005912 10.0.0.27 - - [2026-03-23 02:32:52] "GET /obj-perms HTTP/1.1" 200 5046 0.003245 10.0.0.50 - - [2026-03-23 02:32:52] "GET /obj-perms HTTP/1.1" 200 5046 0.003633 10.0.0.27 - - [2026-03-23 02:32:52] "POST /id-to-fqname HTTP/1.1" 200 229 0.001274 10.0.0.23 - - [2026-03-23 02:32:53] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001314 10.0.0.27 - - [2026-03-23 02:32:53] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.070244 10.0.0.27 - - [2026-03-23 02:32:53] "POST /neutron/network HTTP/1.1" 200 1106 0.046292 10.0.0.27 - - [2026-03-23 02:32:53] "POST /id-to-fqname HTTP/1.1" 200 229 0.001175 10.0.0.27 - - [2026-03-23 02:32:53] "POST /neutron/port HTTP/1.1" 200 117 0.005895 10.0.0.23 - - [2026-03-23 02:32:54] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000818 10.0.0.23 - - [2026-03-23 02:32:54] "PUT /access-control-list/3cf6f954-bfdd-4fb2-a089-95d1742a33e2 HTTP/1.1" 200 272 0.055735 10.0.0.27 - - [2026-03-23 02:32:54] "POST /neutron/port HTTP/1.1" 200 1174 0.379184 10.0.0.23 - - [2026-03-23 02:32:54] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000886 10.0.0.27 - - [2026-03-23 02:32:54] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.095593 10.0.0.27 - - [2026-03-23 02:32:54] "POST /neutron/port HTTP/1.1" 200 1228 0.142927 10.0.0.27 - - [2026-03-23 02:32:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003735 10.0.0.27 - - [2026-03-23 02:32:55] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.27 - - [2026-03-23 02:32:55] "POST /neutron/port HTTP/1.1" 200 1238 0.022538 10.0.0.27 - - [2026-03-23 02:32:55] "POST /neutron/port HTTP/1.1" 200 1238 0.020328 10.0.0.23 - - [2026-03-23 02:32:55] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000818 10.0.0.27 - - [2026-03-23 02:32:55] "POST /neutron/port HTTP/1.1" 200 1174 0.317862 10.0.0.27 - - [2026-03-23 02:32:56] "POST /neutron/port HTTP/1.1" 200 1228 0.117182 10.0.0.27 - - [2026-03-23 02:32:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003851 10.0.0.27 - - [2026-03-23 02:32:56] "POST /neutron/port HTTP/1.1" 200 117 0.001371 10.0.0.27 - - [2026-03-23 02:33:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009734 10.0.0.27 - - [2026-03-23 02:33:00] "POST /neutron/port HTTP/1.1" 200 1238 0.035261 10.0.0.27 - - [2026-03-23 02:33:00] "GET /virtual-machine/3d30a753-4bbd-4473-89e5-d09a4809bc1f HTTP/1.1" 200 1299 0.006754 10.0.0.27 - - [2026-03-23 02:33:00] "GET /virtual-machine-interface/92db52cb-0414-4f89-8276-62bce572ee94 HTTP/1.1" 200 3177 0.009121 10.0.0.27 - - [2026-03-23 02:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.27 - - [2026-03-23 02:33:00] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004368 10.0.0.27 - - [2026-03-23 02:33:00] "GET /virtual-networks?parent_id=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003324 10.0.0.27 - - [2026-03-23 02:33:00] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005527 10.0.0.27 - - [2026-03-23 02:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.27 - - [2026-03-23 02:33:03] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005200 10.0.0.27 - - [2026-03-23 02:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2026-03-23 02:33:08] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.004967 10.0.0.27 - - [2026-03-23 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.27 - - [2026-03-23 02:33:12] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005084 10.0.0.27 - - [2026-03-23 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.27 - - [2026-03-23 02:33:16] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.004516 10.0.0.27 - - [2026-03-23 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.27 - - [2026-03-23 02:33:20] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005127 10.0.0.27 - - [2026-03-23 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.27 - - [2026-03-23 02:33:24] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005481 10.0.0.27 - - [2026-03-23 02:33:26] "POST /neutron/port HTTP/1.1" 200 1238 0.015997 10.0.0.27 - - [2026-03-23 02:33:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003706 10.0.0.27 - - [2026-03-23 02:33:26] "POST /neutron/port HTTP/1.1" 200 117 0.000996 10.0.0.27 - - [2026-03-23 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.27 - - [2026-03-23 02:33:28] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.004366 10.0.0.23 - - [2026-03-23 02:33:30] "DELETE /project/86d80cf009fc4741be79f1f748f5c76f HTTP/1.1" 404 173 0.039176 10.0.0.27 - - [2026-03-23 02:33:31] "POST /neutron/port HTTP/1.1" 200 1238 0.020449 10.0.0.27 - - [2026-03-23 02:33:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004366 10.0.0.27 - - [2026-03-23 02:33:31] "POST /neutron/port HTTP/1.1" 200 117 0.001514 10.0.0.27 - - [2026-03-23 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.27 - - [2026-03-23 02:33:32] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.004727 10.0.0.27 - - [2026-03-23 02:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.27 - - [2026-03-23 02:33:36] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005267 10.0.0.27 - - [2026-03-23 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.27 - - [2026-03-23 02:33:38] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003249 10.0.0.27 - - [2026-03-23 02:33:38] "GET /virtual-networks?parent_id=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002241 10.0.0.27 - - [2026-03-23 02:33:38] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005135 10.0.0.27 - - [2026-03-23 02:33:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007138 10.0.0.23 - - [2026-03-23 02:33:40] "GET /obj-perms HTTP/1.1" 200 5056 0.071623 10.0.0.27 - - [2026-03-23 02:33:49] "POST /neutron/port HTTP/1.1" 200 1238 0.017692 10.0.0.27 - - [2026-03-23 02:33:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007175 10.0.0.27 - - [2026-03-23 02:33:54] "POST /neutron/port HTTP/1.1" 200 1238 0.015686 10.0.0.27 - - [2026-03-23 02:33:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008848 10.0.0.27 - - [2026-03-23 02:33:59] "POST /neutron/port HTTP/1.1" 200 1238 0.023473 10.0.0.27 - - [2026-03-23 02:33:59] "GET /virtual-machine/3c9bb408-463e-4002-b2d0-d7a1c4050947 HTTP/1.1" 200 1300 0.009247 10.0.0.27 - - [2026-03-23 02:33:59] "GET /virtual-machine-interface/d43f7595-3315-4628-9923-a8054a85cc32 HTTP/1.1" 200 3178 0.009945 10.0.0.27 - - [2026-03-23 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.27 - - [2026-03-23 02:34:00] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003595 10.0.0.27 - - [2026-03-23 02:34:00] "GET /virtual-networks?parent_id=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003155 10.0.0.27 - - [2026-03-23 02:34:00] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005565 10.0.0.27 - - [2026-03-23 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.022316 10.0.0.27 - - [2026-03-23 02:34:01] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004118 10.0.0.27 - - [2026-03-23 02:34:01] "GET /virtual-networks?parent_id=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003496 10.0.0.27 - - [2026-03-23 02:34:01] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005318 10.0.0.27 - - [2026-03-23 02:34:26] "POST /neutron/port HTTP/1.1" 200 1238 0.019836 10.0.0.27 - - [2026-03-23 02:34:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003342 10.0.0.27 - - [2026-03-23 02:34:26] "POST /neutron/port HTTP/1.1" 200 117 0.000998 10.0.0.27 - - [2026-03-23 02:34:30] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005754 10.0.0.27 - - [2026-03-23 02:34:30] "POST /neutron/network HTTP/1.1" 200 1007 0.078243 10.0.0.27 - - [2026-03-23 02:34:30] "GET /virtual-network/6a346084-945b-45c9-98ff-88c45beca515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006522 10.0.0.27 - - [2026-03-23 02:34:30] "POST /neutron/network HTTP/1.1" 400 204 0.012104 10.0.0.27 - - [2026-03-23 02:34:31] "POST /neutron/port HTTP/1.1" 200 151 0.276943 10.0.0.27 - - [2026-03-23 02:34:31] "POST /neutron/port HTTP/1.1" 200 151 0.306482 10.0.0.23 - - [2026-03-23 02:34:32] "DELETE /route-target/a8980ca0-74eb-4082-a258-eeff4e5d05cf HTTP/1.1" 200 115 0.075089 10.0.0.27 - - [2026-03-23 02:34:33] "DELETE /network-policy/aaf73a8d-6b49-4ebc-9441-5c0d741792e6 HTTP/1.1" 200 115 0.042625 10.0.0.23 - - [2026-03-23 02:34:35] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000923 10.0.0.27 - - [2026-03-23 02:34:35] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.068224 10.0.0.23 - - [2026-03-23 02:34:35] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001296 10.0.0.27 - - [2026-03-23 02:34:35] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?fields=virtual_networks HTTP/1.1" 200 1047 0.094229 10.0.0.23 - - [2026-03-23 02:34:35] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.27 - - [2026-03-23 02:34:35] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.056521 10.0.0.23 - - [2026-03-23 02:34:35] "GET /projects?obj_uuids=86d80cf0-09fc-4741-be79-f1f748f5c76f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000871 10.0.0.27 - - [2026-03-23 02:34:35] "GET /project/86d80cf0-09fc-4741-be79-f1f748f5c76f?fields=security_groups HTTP/1.1" 200 1281 0.039213 10.0.0.27 - - [2026-03-23 02:34:36] "POST /fqname-to-id HTTP/1.1" 404 202 0.029556 10.0.0.23 - - [2026-03-23 02:34:36] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002769 10.0.0.23 - - [2026-03-23 02:34:36] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000809 10.0.0.23 - - [2026-03-23 02:34:36] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006070 10.0.0.23 - - [2026-03-23 02:34:37] "POST /id-to-fqname HTTP/1.1" 200 204 0.005221 10.0.0.23 - - [2026-03-23 02:34:37] "POST /fqname-to-id HTTP/1.1" 404 213 0.008844 10.0.0.23 - - [2026-03-23 02:34:37] "POST /security-groups HTTP/1.1" 200 605 0.029955 10.0.0.23 - - [2026-03-23 02:34:37] "POST /projects HTTP/1.1" 200 613 0.234069 10.0.0.23 - - [2026-03-23 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.274060 10.0.0.23 - - [2026-03-23 02:34:37] "POST /fqname-to-id HTTP/1.1" 404 247 0.016833 10.0.0.27 - - [2026-03-23 02:34:37] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.426924 10.0.0.27 - - [2026-03-23 02:34:38] "GET / HTTP/1.1" 200 35931 0.001713 10.0.0.27 - - [2026-03-23 02:34:42] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2026-03-23 02:34:42] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000876 10.0.0.27 - - [2026-03-23 02:34:42] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.068971 10.0.0.27 - - [2026-03-23 02:34:43] "GET / HTTP/1.1" 200 35931 0.002504 10.0.0.27 - - [2026-03-23 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.23 - - [2026-03-23 02:34:43] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000811 10.0.0.27 - - [2026-03-23 02:34:43] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006345 10.0.0.27 - - [2026-03-23 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.23 - - [2026-03-23 02:34:43] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000876 10.0.0.27 - - [2026-03-23 02:34:43] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.038840 10.0.0.27 - - [2026-03-23 02:34:44] "GET /domains HTTP/1.1" 401 292 0.000334 10.0.0.27 - - [2026-03-23 02:34:45] "GET /domains HTTP/1.1" 200 280 0.036730 10.0.0.23 - - [2026-03-23 02:34:45] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000790 10.0.0.27 - - [2026-03-23 02:34:45] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789 HTTP/1.1" 200 2975 0.007987 10.0.0.23 - - [2026-03-23 02:34:45] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000772 10.0.0.27 - - [2026-03-23 02:34:45] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07 HTTP/1.1" 200 1935 0.087758 10.0.0.27 - - [2026-03-23 02:34:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002898 10.0.0.27 - - [2026-03-23 02:34:45] "POST /network-ipams HTTP/1.1" 200 627 0.031680 10.0.0.27 - - [2026-03-23 02:34:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003419 10.0.0.27 - - [2026-03-23 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.27 - - [2026-03-23 02:34:45] "GET /network-ipam/ec5daec3-6b8d-4820-8300-0980411fc4f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.005944 10.0.0.27 - - [2026-03-23 02:34:45] "PUT /network-ipam/ec5daec3-6b8d-4820-8300-0980411fc4f2 HTTP/1.1" 200 258 0.016201 10.0.0.27 - - [2026-03-23 02:34:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2026-03-23 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.030131 10.0.0.23 - - [2026-03-23 02:34:46] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000781 10.0.0.27 - - [2026-03-23 02:34:46] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.045784 10.0.0.27 - - [2026-03-23 02:34:46] "POST /neutron/network HTTP/1.1" 200 117 0.039280 10.0.0.23 - - [2026-03-23 02:34:46] "POST /ref-update HTTP/1.1" 200 156 0.043866 10.0.0.23 - - [2026-03-23 02:34:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.008331 10.0.0.23 - - [2026-03-23 02:34:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007384 10.0.0.27 - - [2026-03-23 02:34:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.222809 10.0.0.27 - - [2026-03-23 02:34:47] "POST /id-to-fqname HTTP/1.1" 200 237 0.001189 10.0.0.27 - - [2026-03-23 02:34:47] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.005191 10.0.0.27 - - [2026-03-23 02:34:47] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.005001 10.0.0.27 - - [2026-03-23 02:34:47] "POST /neutron/network HTTP/1.1" 200 1142 0.009074 10.0.0.27 - - [2026-03-23 02:34:47] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.006941 10.0.0.27 - - [2026-03-23 02:34:49] "POST /fqname-to-id HTTP/1.1" 404 231 0.002779 10.0.0.27 - - [2026-03-23 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006687 10.0.0.23 - - [2026-03-23 02:34:49] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000878 10.0.0.27 - - [2026-03-23 02:34:49] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.035894 10.0.0.27 - - [2026-03-23 02:34:49] "POST /network-policys HTTP/1.1" 200 565 0.085756 10.0.0.27 - - [2026-03-23 02:34:49] "GET /network-policy/d1dd2d1f-892e-457b-a4fa-74f596ceaed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.006354 10.0.0.27 - - [2026-03-23 02:34:49] "POST /fqname-to-id HTTP/1.1" 404 231 0.002758 10.0.0.27 - - [2026-03-23 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.23 - - [2026-03-23 02:34:49] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000847 10.0.0.27 - - [2026-03-23 02:34:49] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.044191 10.0.0.27 - - [2026-03-23 02:34:50] "POST /network-policys HTTP/1.1" 200 565 0.079869 10.0.0.27 - - [2026-03-23 02:34:50] "GET /network-policy/e1c1fe20-02a7-43ce-bb2e-14eb3b7241a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.005277 10.0.0.27 - - [2026-03-23 02:34:50] "POST /fqname-to-id HTTP/1.1" 404 231 0.003034 10.0.0.27 - - [2026-03-23 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.23 - - [2026-03-23 02:34:50] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001257 10.0.0.27 - - [2026-03-23 02:34:50] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.041606 10.0.0.27 - - [2026-03-23 02:34:50] "POST /network-policys HTTP/1.1" 200 565 0.033350 10.0.0.27 - - [2026-03-23 02:34:50] "GET /network-policy/999b3f1b-8812-48ec-bcd1-1edddeb06ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.007613 10.0.0.27 - - [2026-03-23 02:34:50] "POST /neutron/network HTTP/1.1" 200 1142 0.008666 10.0.0.27 - - [2026-03-23 02:34:51] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.009028 10.0.0.27 - - [2026-03-23 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.27 - - [2026-03-23 02:34:51] "GET /network-policy/d1dd2d1f-892e-457b-a4fa-74f596ceaed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.005015 10.0.0.27 - - [2026-03-23 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.27 - - [2026-03-23 02:34:51] "GET /network-policy/e1c1fe20-02a7-43ce-bb2e-14eb3b7241a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.005320 10.0.0.27 - - [2026-03-23 02:34:51] "POST /id-to-fqname HTTP/1.1" 200 237 0.001725 10.0.0.27 - - [2026-03-23 02:34:51] "POST /neutron/network HTTP/1.1" 200 1350 0.006708 10.0.0.23 - - [2026-03-23 02:34:52] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000852 10.0.0.27 - - [2026-03-23 02:34:52] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.067605 10.0.0.27 - - [2026-03-23 02:34:52] "POST /neutron/port HTTP/1.1" 200 117 0.005709 10.0.0.23 - - [2026-03-23 02:34:53] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000894 10.0.0.23 - - [2026-03-23 02:34:53] "PUT /access-control-list/5907ab40-f806-46e1-a58b-40b0093d8ca5 HTTP/1.1" 200 272 0.066959 10.0.0.27 - - [2026-03-23 02:34:53] "POST /neutron/port HTTP/1.1" 200 1181 0.368255 10.0.0.27 - - [2026-03-23 02:34:53] "POST /neutron/port HTTP/1.1" 200 1235 0.104862 10.0.0.27 - - [2026-03-23 02:34:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004492 10.0.0.27 - - [2026-03-23 02:34:53] "POST /neutron/port HTTP/1.1" 200 117 0.001001 10.0.0.27 - - [2026-03-23 02:34:57] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007002 10.0.0.27 - - [2026-03-23 02:34:57] "POST /neutron/port HTTP/1.1" 200 1245 0.017367 10.0.0.27 - - [2026-03-23 02:34:57] "GET /virtual-machine/d41a23a0-90ed-47a4-92f2-ad81060cd653 HTTP/1.1" 401 292 0.000375 10.0.0.27 - - [2026-03-23 02:34:58] "GET /virtual-machine/d41a23a0-90ed-47a4-92f2-ad81060cd653 HTTP/1.1" 200 1307 0.034787 10.0.0.27 - - [2026-03-23 02:34:58] "GET /virtual-machine-interface/5b4e94ee-e143-432f-a94e-d7aed1ef6ced HTTP/1.1" 200 3176 0.007260 10.0.0.27 - - [2026-03-23 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.27 - - [2026-03-23 02:34:58] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003757 10.0.0.27 - - [2026-03-23 02:34:58] "GET /virtual-networks?parent_id=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005880 10.0.0.27 - - [2026-03-23 02:34:58] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005840 10.0.0.27 - - [2026-03-23 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.27 - - [2026-03-23 02:35:01] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.004927 10.0.0.27 - - [2026-03-23 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.27 - - [2026-03-23 02:35:05] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005975 10.0.0.27 - - [2026-03-23 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.27 - - [2026-03-23 02:35:09] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.004615 10.0.0.27 - - [2026-03-23 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.27 - - [2026-03-23 02:35:13] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.004805 10.0.0.27 - - [2026-03-23 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.27 - - [2026-03-23 02:35:17] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.004647 10.0.0.27 - - [2026-03-23 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.27 - - [2026-03-23 02:35:22] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005127 10.0.0.27 - - [2026-03-23 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.27 - - [2026-03-23 02:35:26] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.004689 10.0.0.27 - - [2026-03-23 02:35:26] "POST /neutron/port HTTP/1.1" 200 1245 0.015460 10.0.0.27 - - [2026-03-23 02:35:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003615 10.0.0.27 - - [2026-03-23 02:35:26] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.27 - - [2026-03-23 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.27 - - [2026-03-23 02:35:30] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005004 10.0.0.23 - - [2026-03-23 02:35:30] "DELETE /project/86d80cf0-09fc-4741-be79-f1f748f5c76f HTTP/1.1" 404 177 0.005772 10.0.0.23 - - [2026-03-23 02:35:30] "DELETE /project/bb0c6e9acafc404986017d2208a46e07 HTTP/1.1" 404 173 0.004966 10.0.0.27 - - [2026-03-23 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.27 - - [2026-03-23 02:35:34] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005977 10.0.0.50 - - [2026-03-23 02:35:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.50 - - [2026-03-23 02:35:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000881 10.0.0.23 - - [2026-03-23 02:35:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.23 - - [2026-03-23 02:35:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.23 - - [2026-03-23 02:35:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2026-03-23 02:35:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.50 - - [2026-03-23 02:35:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.50 - - [2026-03-23 02:35:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2026-03-23 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.27 - - [2026-03-23 02:35:36] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004149 10.0.0.27 - - [2026-03-23 02:35:36] "GET /virtual-networks?parent_id=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002921 10.0.0.27 - - [2026-03-23 02:35:36] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006112 10.0.0.27 - - [2026-03-23 02:35:36] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007494 10.0.0.27 - - [2026-03-23 02:35:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.27 - - [2026-03-23 02:35:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.27 - - [2026-03-23 02:35:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.27 - - [2026-03-23 02:35:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2026-03-23 02:35:41] "GET /obj-perms HTTP/1.1" 200 5056 0.080582 10.0.0.50 - - [2026-03-23 02:35:42] "GET /obj-perms HTTP/1.1" 200 5056 0.060325 10.0.0.27 - - [2026-03-23 02:35:46] "POST /neutron/port HTTP/1.1" 200 1245 0.015322 10.0.0.27 - - [2026-03-23 02:35:48] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006358 10.0.0.27 - - [2026-03-23 02:35:57] "POST /neutron/port HTTP/1.1" 200 1245 0.016037 10.0.0.27 - - [2026-03-23 02:36:02] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006605 10.0.0.27 - - [2026-03-23 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.27 - - [2026-03-23 02:36:02] "GET /network-policy/d1dd2d1f-892e-457b-a4fa-74f596ceaed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.003318 10.0.0.27 - - [2026-03-23 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.27 - - [2026-03-23 02:36:02] "GET /network-policy/e1c1fe20-02a7-43ce-bb2e-14eb3b7241a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.007567 10.0.0.27 - - [2026-03-23 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.27 - - [2026-03-23 02:36:03] "GET /network-policy/999b3f1b-8812-48ec-bcd1-1edddeb06ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.003917 10.0.0.27 - - [2026-03-23 02:36:03] "POST /neutron/network HTTP/1.1" 200 1340 0.008843 10.0.0.23 - - [2026-03-23 02:36:03] "PUT /access-control-list/5907ab40-f806-46e1-a58b-40b0093d8ca5 HTTP/1.1" 200 272 0.075270 10.0.0.27 - - [2026-03-23 02:36:03] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3598 0.007052 10.0.0.27 - - [2026-03-23 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.27 - - [2026-03-23 02:36:03] "GET /network-policy/999b3f1b-8812-48ec-bcd1-1edddeb06ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004031 10.0.0.27 - - [2026-03-23 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.27 - - [2026-03-23 02:36:03] "GET /network-policy/d1dd2d1f-892e-457b-a4fa-74f596ceaed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004684 10.0.0.27 - - [2026-03-23 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.062986 10.0.0.27 - - [2026-03-23 02:36:03] "GET /network-policy/e1c1fe20-02a7-43ce-bb2e-14eb3b7241a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004068 10.0.0.27 - - [2026-03-23 02:36:08] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3598 0.006030 10.0.0.27 - - [2026-03-23 02:36:08] "POST /neutron/network HTTP/1.1" 200 1432 0.008150 10.0.0.23 - - [2026-03-23 02:36:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.003927 10.0.0.27 - - [2026-03-23 02:36:08] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.008294 10.0.0.27 - - [2026-03-23 02:36:13] "GET /virtual-machine/d41a23a0-90ed-47a4-92f2-ad81060cd653 HTTP/1.1" 200 1307 0.004115 10.0.0.27 - - [2026-03-23 02:36:14] "POST /neutron/port HTTP/1.1" 200 1245 0.016984 10.0.0.27 - - [2026-03-23 02:36:15] "GET /virtual-machine/d41a23a0-90ed-47a4-92f2-ad81060cd653 HTTP/1.1" 404 171 0.002986 10.0.0.27 - - [2026-03-23 02:36:15] "GET /virtual-machine/d41a23a0-90ed-47a4-92f2-ad81060cd653 HTTP/1.1" 404 171 0.002860 10.0.0.27 - - [2026-03-23 02:36:15] "GET /virtual-machine/d41a23a0-90ed-47a4-92f2-ad81060cd653 HTTP/1.1" 404 171 0.002395 10.0.0.27 - - [2026-03-23 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.27 - - [2026-03-23 02:36:16] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003517 10.0.0.27 - - [2026-03-23 02:36:16] "GET /virtual-networks?parent_id=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002707 10.0.0.27 - - [2026-03-23 02:36:16] "GET /virtual-network/fd03ad8c-4f56-4d5f-871e-13bd0f86bb12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.005853 10.0.0.27 - - [2026-03-23 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.27 - - [2026-03-23 02:36:16] "GET /routing-instance/7e0cea07-dfcf-4bd2-92b0-a2d71d7f35b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.004108 10.0.0.27 - - [2026-03-23 02:36:16] "GET /route-target/a3e3cf6b-e343-43dd-a7ef-f57d75a47338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004597 10.0.0.27 - - [2026-03-23 02:36:19] "GET /obj-perms HTTP/1.1" 200 5021 0.054353 10.0.0.27 - - [2026-03-23 02:36:22] "GET /obj-perms HTTP/1.1" 200 5021 0.004020 10.0.0.27 - - [2026-03-23 02:36:28] "GET /obj-perms HTTP/1.1" 200 5021 0.004045 10.0.0.27 - - [2026-03-23 02:36:31] "GET /obj-perms HTTP/1.1" 200 5021 0.003514 10.0.0.27 - - [2026-03-23 02:36:38] "GET /obj-perms HTTP/1.1" 200 5021 0.003407 10.0.0.27 - - [2026-03-23 02:36:41] "GET /obj-perms HTTP/1.1" 200 5021 0.003675 10.0.0.23 - - [2026-03-23 02:36:41] "GET /obj-perms HTTP/1.1" 200 5021 0.057622 10.0.0.27 - - [2026-03-23 02:36:41] "DELETE /network-policy/999b3f1b-8812-48ec-bcd1-1edddeb06ff0 HTTP/1.1" 200 115 0.030914 10.0.0.27 - - [2026-03-23 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.23 - - [2026-03-23 02:36:41] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000926 10.0.0.27 - - [2026-03-23 02:36:41] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.043428 10.0.0.27 - - [2026-03-23 02:36:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-40124791&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005102 10.0.0.27 - - [2026-03-23 02:36:41] "DELETE /network-policy/e1c1fe20-02a7-43ce-bb2e-14eb3b7241a5 HTTP/1.1" 200 115 0.040869 10.0.0.27 - - [2026-03-23 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.23 - - [2026-03-23 02:36:41] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000864 10.0.0.27 - - [2026-03-23 02:36:41] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.043105 10.0.0.27 - - [2026-03-23 02:36:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-40124791&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005970 10.0.0.27 - - [2026-03-23 02:36:41] "DELETE /network-policy/d1dd2d1f-892e-457b-a4fa-74f596ceaed4 HTTP/1.1" 200 115 0.038152 10.0.0.27 - - [2026-03-23 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.23 - - [2026-03-23 02:36:42] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000833 10.0.0.27 - - [2026-03-23 02:36:42] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.035887 10.0.0.27 - - [2026-03-23 02:36:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-40124791&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004404 10.0.0.27 - - [2026-03-23 02:36:42] "POST /neutron/network HTTP/1.1" 200 1142 0.008377 10.0.0.23 - - [2026-03-23 02:36:42] "DELETE /route-target/a3e3cf6b-e343-43dd-a7ef-f57d75a47338 HTTP/1.1" 200 115 0.031691 10.0.0.27 - - [2026-03-23 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.27 - - [2026-03-23 02:36:42] "DELETE /network-ipam/ec5daec3-6b8d-4820-8300-0980411fc4f2 HTTP/1.1" 200 115 0.033739 10.0.0.27 - - [2026-03-23 02:36:42] "POST /fqname-to-id HTTP/1.1" 404 264 0.003706 10.0.0.23 - - [2026-03-23 02:36:42] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000892 10.0.0.23 - - [2026-03-23 02:36:42] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.035825 10.0.0.23 - - [2026-03-23 02:36:42] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000835 10.0.0.23 - - [2026-03-23 02:36:42] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?fields=security_groups HTTP/1.1" 200 1404 0.060926 10.0.0.23 - - [2026-03-23 02:36:42] "DELETE /security-group/7bd647a2-ff5a-40f0-8d61-48cd1fe9e61f HTTP/1.1" 200 115 0.047718 10.0.0.23 - - [2026-03-23 02:36:42] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000842 10.0.0.23 - - [2026-03-23 02:36:43] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?fields=application_policy_sets HTTP/1.1" 200 1443 0.057069 10.0.0.27 - - [2026-03-23 02:36:43] "DELETE /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07 HTTP/1.1" 200 115 0.404328 10.0.0.23 - - [2026-03-23 02:36:43] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.27 - - [2026-03-23 02:36:43] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?fields=projects HTTP/1.1" 200 1438 0.012444 10.0.0.27 - - [2026-03-23 02:36:43] "GET /obj-perms HTTP/1.1" 200 5056 0.053607 10.0.0.23 - - [2026-03-23 02:36:45] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002852 10.0.0.23 - - [2026-03-23 02:36:46] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000813 10.0.0.23 - - [2026-03-23 02:36:46] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006014 10.0.0.23 - - [2026-03-23 02:36:46] "POST /id-to-fqname HTTP/1.1" 200 204 0.002000 10.0.0.23 - - [2026-03-23 02:36:46] "POST /fqname-to-id HTTP/1.1" 404 213 0.004825 10.0.0.23 - - [2026-03-23 02:36:46] "POST /security-groups HTTP/1.1" 200 605 0.029657 10.0.0.23 - - [2026-03-23 02:36:46] "POST /fqname-to-id HTTP/1.1" 404 248 0.002758 10.0.0.23 - - [2026-03-23 02:36:46] "POST /projects HTTP/1.1" 200 613 0.226467 10.0.0.23 - - [2026-03-23 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.307308 10.0.0.23 - - [2026-03-23 02:36:46] "POST /access-control-lists HTTP/1.1" 200 608 0.030090 10.0.0.27 - - [2026-03-23 02:36:46] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.752856 10.0.0.23 - - [2026-03-23 02:36:46] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000912 10.0.0.27 - - [2026-03-23 02:36:46] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?fields=virtual_networks HTTP/1.1" 200 1059 0.052574 10.0.0.23 - - [2026-03-23 02:36:46] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000878 10.0.0.27 - - [2026-03-23 02:36:46] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.035787 10.0.0.23 - - [2026-03-23 02:36:46] "GET /projects?obj_uuids=bb0c6e9a-cafc-4049-8601-7d2208a46e07&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000885 10.0.0.27 - - [2026-03-23 02:36:46] "GET /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07?fields=security_groups HTTP/1.1" 200 1299 0.037353 10.0.0.27 - - [2026-03-23 02:36:47] "POST /fqname-to-id HTTP/1.1" 404 204 0.036799 10.0.0.23 - - [2026-03-23 02:36:47] "GET /projects?obj_uuids=3f69de82-e86b-475c-9a76-67df9cb00977&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002660 10.0.0.23 - - [2026-03-23 02:36:47] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000855 10.0.0.23 - - [2026-03-23 02:36:47] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006236 10.0.0.23 - - [2026-03-23 02:36:48] "POST /id-to-fqname HTTP/1.1" 200 206 0.002721 10.0.0.23 - - [2026-03-23 02:36:48] "POST /fqname-to-id HTTP/1.1" 404 215 0.011064 10.0.0.23 - - [2026-03-23 02:36:48] "POST /security-groups HTTP/1.1" 200 607 0.032550 10.0.0.23 - - [2026-03-23 02:36:48] "POST /projects HTTP/1.1" 200 617 0.264301 10.0.0.23 - - [2026-03-23 02:36:48] "POST /fqname-to-id HTTP/1.1" 404 249 0.012974 10.0.0.23 - - [2026-03-23 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.350752 10.0.0.27 - - [2026-03-23 02:36:48] "GET /project/3f69de82-e86b-475c-9a76-67df9cb00977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.492373 10.0.0.27 - - [2026-03-23 02:36:49] "GET / HTTP/1.1" 200 35931 0.001684 10.0.0.27 - - [2026-03-23 02:36:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2026-03-23 02:36:52] "POST /fqname-to-id HTTP/1.1" 404 233 0.066975 10.0.0.27 - - [2026-03-23 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.23 - - [2026-03-23 02:36:52] "GET /projects?obj_uuids=3f69de82-e86b-475c-9a76-67df9cb00977&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000851 10.0.0.27 - - [2026-03-23 02:36:52] "GET /project/3f69de82-e86b-475c-9a76-67df9cb00977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.042534 10.0.0.27 - - [2026-03-23 02:36:53] "POST /network-policys HTTP/1.1" 200 567 0.069290 10.0.0.27 - - [2026-03-23 02:36:53] "GET /network-policy/a14f98c4-bab7-4cff-ab6e-64f0800c9721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005493 10.0.0.27 - - [2026-03-23 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.23 - - [2026-03-23 02:36:53] "GET /projects?obj_uuids=3f69de82-e86b-475c-9a76-67df9cb00977&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000874 10.0.0.27 - - [2026-03-23 02:36:53] "GET /project/3f69de82-e86b-475c-9a76-67df9cb00977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.039514 10.0.0.23 - - [2026-03-23 02:36:53] "GET /projects?obj_uuids=3f69de82-e86b-475c-9a76-67df9cb00977&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001025 10.0.0.27 - - [2026-03-23 02:36:53] "POST /neutron/network HTTP/1.1" 200 623 0.152902 10.0.0.23 - - [2026-03-23 02:36:53] "POST /ref-update HTTP/1.1" 200 156 0.036142 10.0.0.27 - - [2026-03-23 02:36:54] "POST /neutron/network HTTP/1.1" 200 1015 0.010209 10.0.0.27 - - [2026-03-23 02:36:54] "POST /id-to-fqname HTTP/1.1" 200 237 0.000916 10.0.0.27 - - [2026-03-23 02:36:54] "GET /virtual-network/4c973000-f340-46ff-9a11-fafc92c7c179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.004812 10.0.0.27 - - [2026-03-23 02:36:54] "GET /virtual-network/4c973000-f340-46ff-9a11-fafc92c7c179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.005039 10.0.0.27 - - [2026-03-23 02:36:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.008168 10.0.0.27 - - [2026-03-23 02:36:54] "POST /neutron/network HTTP/1.1" 200 1122 0.074791 10.0.0.27 - - [2026-03-23 02:36:54] "GET /virtual-network/4c973000-f340-46ff-9a11-fafc92c7c179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.005783 10.0.0.27 - - [2026-03-23 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.27 - - [2026-03-23 02:36:54] "GET /network-policy/a14f98c4-bab7-4cff-ab6e-64f0800c9721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.003919 10.0.0.27 - - [2026-03-23 02:36:54] "GET /virtual-network/4c973000-f340-46ff-9a11-fafc92c7c179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.005440 10.0.0.27 - - [2026-03-23 02:36:56] "DELETE /network-policy/a14f98c4-bab7-4cff-ab6e-64f0800c9721 HTTP/1.1" 409 238 0.006784 10.0.0.23 - - [2026-03-23 02:36:56] "DELETE /access-control-list/a8632b96-8e61-47e7-8ce4-023bc4da9fd5 HTTP/1.1" 200 115 0.053184 10.0.0.23 - - [2026-03-23 02:36:56] "POST /useragent-kv HTTP/1.1" 200 115 0.006630 10.0.0.23 - - [2026-03-23 02:36:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003037 10.0.0.23 - - [2026-03-23 02:36:56] "POST /useragent-kv HTTP/1.1" 200 115 0.007611 10.0.0.23 - - [2026-03-23 02:36:56] "POST /useragent-kv HTTP/1.1" 200 115 0.005340 10.0.0.27 - - [2026-03-23 02:36:56] "POST /neutron/network HTTP/1.1" 200 151 0.158574 10.0.0.27 - - [2026-03-23 02:36:56] "DELETE /network-policy/a14f98c4-bab7-4cff-ab6e-64f0800c9721 HTTP/1.1" 200 115 0.036614 10.0.0.27 - - [2026-03-23 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.23 - - [2026-03-23 02:36:56] "GET /projects?obj_uuids=3f69de82-e86b-475c-9a76-67df9cb00977&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000873 10.0.0.27 - - [2026-03-23 02:36:56] "GET /project/3f69de82-e86b-475c-9a76-67df9cb00977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.050300 10.0.0.27 - - [2026-03-23 02:36:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-72790704&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005496 10.0.0.23 - - [2026-03-23 02:36:59] "GET /projects?obj_uuids=3f69de82-e86b-475c-9a76-67df9cb00977&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000863 10.0.0.27 - - [2026-03-23 02:36:59] "GET /project/3f69de82-e86b-475c-9a76-67df9cb00977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.032705 10.0.0.23 - - [2026-03-23 02:36:59] "GET /projects?obj_uuids=3f69de82-e86b-475c-9a76-67df9cb00977&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000899 10.0.0.27 - - [2026-03-23 02:36:59] "GET /project/3f69de82-e86b-475c-9a76-67df9cb00977?fields=virtual_networks HTTP/1.1" 200 1063 0.053016 10.0.0.23 - - [2026-03-23 02:36:59] "GET /projects?obj_uuids=3f69de82-e86b-475c-9a76-67df9cb00977&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000920 10.0.0.27 - - [2026-03-23 02:36:59] "GET /project/3f69de82-e86b-475c-9a76-67df9cb00977?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.040955 10.0.0.23 - - [2026-03-23 02:36:59] "GET /projects?obj_uuids=3f69de82-e86b-475c-9a76-67df9cb00977&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000968 10.0.0.27 - - [2026-03-23 02:36:59] "GET /project/3f69de82-e86b-475c-9a76-67df9cb00977?fields=security_groups HTTP/1.1" 200 1305 0.040395 10.0.0.27 - - [2026-03-23 02:37:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.031878 10.0.0.23 - - [2026-03-23 02:37:00] "GET /projects?obj_uuids=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003214 10.0.0.23 - - [2026-03-23 02:37:01] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001294 10.0.0.23 - - [2026-03-23 02:37:01] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009283 10.0.0.23 - - [2026-03-23 02:37:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.006016 10.0.0.23 - - [2026-03-23 02:37:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.008559 10.0.0.23 - - [2026-03-23 02:37:01] "POST /security-groups HTTP/1.1" 200 591 0.028541 10.0.0.23 - - [2026-03-23 02:37:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.005804 10.0.0.23 - - [2026-03-23 02:37:01] "POST /projects HTTP/1.1" 200 585 0.252308 10.0.0.23 - - [2026-03-23 02:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.348140 10.0.0.23 - - [2026-03-23 02:37:01] "POST /access-control-lists HTTP/1.1" 200 594 0.048368 10.0.0.27 - - [2026-03-23 02:37:01] "GET /project/25c6c1a1-524b-41e1-82d9-608178da7a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.509603 10.0.0.27 - - [2026-03-23 02:37:02] "GET / HTTP/1.1" 200 35931 0.002398 10.0.0.27 - - [2026-03-23 02:37:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2026-03-23 02:37:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.066955 10.0.0.27 - - [2026-03-23 02:37:04] "POST /network-ipams HTTP/1.1" 200 513 0.025693 10.0.0.27 - - [2026-03-23 02:37:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.002939 10.0.0.27 - - [2026-03-23 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.27 - - [2026-03-23 02:37:05] "GET /network-ipam/f78d1e1c-b962-43b5-b79d-8afc17e52237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.005779 10.0.0.27 - - [2026-03-23 02:37:05] "PUT /network-ipam/f78d1e1c-b962-43b5-b79d-8afc17e52237 HTTP/1.1" 200 258 0.013006 10.0.0.27 - - [2026-03-23 02:37:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003514 10.0.0.27 - - [2026-03-23 02:37:05] "POST /network-ipams HTTP/1.1" 200 513 0.045196 10.0.0.27 - - [2026-03-23 02:37:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.011832 10.0.0.27 - - [2026-03-23 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.27 - - [2026-03-23 02:37:05] "GET /network-ipam/ee3bde87-1fc9-40dc-be42-20998c60a699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007495 10.0.0.27 - - [2026-03-23 02:37:05] "PUT /network-ipam/ee3bde87-1fc9-40dc-be42-20998c60a699 HTTP/1.1" 200 258 0.013231 10.0.0.27 - - [2026-03-23 02:37:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003126 10.0.0.27 - - [2026-03-23 02:37:05] "POST /network-ipams HTTP/1.1" 200 513 0.026533 10.0.0.27 - - [2026-03-23 02:37:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003272 10.0.0.27 - - [2026-03-23 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.27 - - [2026-03-23 02:37:05] "GET /network-ipam/667b2bb7-9328-473b-9098-a1c077cc66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.005748 10.0.0.27 - - [2026-03-23 02:37:05] "PUT /network-ipam/667b2bb7-9328-473b-9098-a1c077cc66e4 HTTP/1.1" 200 258 0.012138 10.0.0.27 - - [2026-03-23 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.23 - - [2026-03-23 02:37:06] "GET /projects?obj_uuids=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000830 10.0.0.27 - - [2026-03-23 02:37:06] "GET /project/25c6c1a1-524b-41e1-82d9-608178da7a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.042466 10.0.0.23 - - [2026-03-23 02:37:07] "POST /useragent-kv HTTP/1.1" 200 115 0.007040 10.0.0.27 - - [2026-03-23 02:37:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.202295 10.0.0.27 - - [2026-03-23 02:37:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001154 10.0.0.27 - - [2026-03-23 02:37:07] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004651 10.0.0.27 - - [2026-03-23 02:37:07] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007722 10.0.0.27 - - [2026-03-23 02:37:07] "POST /neutron/network HTTP/1.1" 200 825 0.006341 10.0.0.27 - - [2026-03-23 02:37:07] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004608 10.0.0.27 - - [2026-03-23 02:37:07] "GET /network-ipam/f78d1e1c-b962-43b5-b79d-8afc17e52237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.003648 10.0.0.27 - - [2026-03-23 02:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.23 - - [2026-03-23 02:37:07] "GET /projects?obj_uuids=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.27 - - [2026-03-23 02:37:07] "GET /project/25c6c1a1-524b-41e1-82d9-608178da7a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.069251 10.0.0.27 - - [2026-03-23 02:37:07] "POST /neutron/network HTTP/1.1" 200 117 0.015785 10.0.0.23 - - [2026-03-23 02:37:08] "POST /route-targets HTTP/1.1" 200 327 0.017048 10.0.0.27 - - [2026-03-23 02:37:08] "POST /neutron/network HTTP/1.1" 200 824 0.009453 10.0.0.27 - - [2026-03-23 02:37:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001100 10.0.0.27 - - [2026-03-23 02:37:08] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005276 10.0.0.27 - - [2026-03-23 02:37:08] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005199 10.0.0.27 - - [2026-03-23 02:37:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.007811 10.0.0.27 - - [2026-03-23 02:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002188 10.0.0.23 - - [2026-03-23 02:37:08] "GET /projects?obj_uuids=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000788 10.0.0.27 - - [2026-03-23 02:37:08] "GET /project/25c6c1a1-524b-41e1-82d9-608178da7a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.033994 10.0.0.23 - - [2026-03-23 02:37:08] "POST /ref-update HTTP/1.1" 200 156 0.030230 10.0.0.23 - - [2026-03-23 02:37:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007932 10.0.0.27 - - [2026-03-23 02:37:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.200058 10.0.0.27 - - [2026-03-23 02:37:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001183 10.0.0.27 - - [2026-03-23 02:37:08] "GET /virtual-network/a5fa62a8-6416-4aae-9559-aa3ba619f960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006718 10.0.0.27 - - [2026-03-23 02:37:08] "GET /virtual-network/a5fa62a8-6416-4aae-9559-aa3ba619f960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006165 10.0.0.27 - - [2026-03-23 02:37:09] "POST /neutron/network HTTP/1.1" 200 823 0.005486 10.0.0.27 - - [2026-03-23 02:37:09] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005211 10.0.0.50 - - [2026-03-23 02:37:10] "GET /obj-perms HTTP/1.1" 200 5030 0.101096 10.0.0.23 - - [2026-03-23 02:37:10] "GET /obj-perms HTTP/1.1" 200 5030 0.059805 10.0.0.27 - - [2026-03-23 02:37:10] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005316 10.0.0.27 - - [2026-03-23 02:37:11] "GET /obj-perms HTTP/1.1" 200 5030 0.057230 10.0.0.27 - - [2026-03-23 02:37:11] "GET /virtual-network/a5fa62a8-6416-4aae-9559-aa3ba619f960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005536 10.0.0.27 - - [2026-03-23 02:37:11] "POST /fqname-to-id HTTP/1.1" 404 215 0.003022 10.0.0.27 - - [2026-03-23 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002287 10.0.0.23 - - [2026-03-23 02:37:12] "GET /projects?obj_uuids=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.27 - - [2026-03-23 02:37:12] "GET /project/25c6c1a1-524b-41e1-82d9-608178da7a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.036484 10.0.0.27 - - [2026-03-23 02:37:12] "POST /network-policys HTTP/1.1" 200 553 0.029311 10.0.0.27 - - [2026-03-23 02:37:12] "GET /network-policy/c219246a-c74e-439e-8cc1-478f74965e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008946 10.0.0.27 - - [2026-03-23 02:37:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.003216 10.0.0.27 - - [2026-03-23 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.23 - - [2026-03-23 02:37:12] "GET /projects?obj_uuids=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.27 - - [2026-03-23 02:37:12] "GET /project/25c6c1a1-524b-41e1-82d9-608178da7a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.052879 10.0.0.27 - - [2026-03-23 02:37:12] "POST /network-policys HTTP/1.1" 200 553 0.035015 10.0.0.27 - - [2026-03-23 02:37:12] "GET /network-policy/588bc97a-ce8e-4094-94af-5e486140e4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006380 10.0.0.27 - - [2026-03-23 02:37:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.002731 10.0.0.27 - - [2026-03-23 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.23 - - [2026-03-23 02:37:12] "GET /projects?obj_uuids=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000971 10.0.0.27 - - [2026-03-23 02:37:12] "GET /project/25c6c1a1-524b-41e1-82d9-608178da7a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.040279 10.0.0.27 - - [2026-03-23 02:37:12] "POST /network-policys HTTP/1.1" 200 553 0.028773 10.0.0.27 - - [2026-03-23 02:37:12] "GET /network-policy/23a1cdc3-8ac4-40ea-a971-5426d5eeb801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005681 10.0.0.27 - - [2026-03-23 02:37:12] "POST /ref-update HTTP/1.1" 200 156 0.050367 10.0.0.27 - - [2026-03-23 02:37:13] "POST /ref-update HTTP/1.1" 200 156 0.063209 10.0.0.23 - - [2026-03-23 02:37:13] "PUT /access-control-list/0aae23cf-b8bd-4f2e-8d12-e01a3b65f18b HTTP/1.1" 200 272 0.057147 10.0.0.27 - - [2026-03-23 02:37:13] "POST /neutron/network HTTP/1.1" 200 916 0.069371 10.0.0.23 - - [2026-03-23 02:37:13] "POST /ref-update HTTP/1.1" 200 156 0.032868 10.0.0.27 - - [2026-03-23 02:37:13] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.020452 10.0.0.27 - - [2026-03-23 02:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006233 10.0.0.27 - - [2026-03-23 02:37:13] "GET /network-policy/588bc97a-ce8e-4094-94af-5e486140e4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.004995 10.0.0.27 - - [2026-03-23 02:37:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001363 10.0.0.23 - - [2026-03-23 02:37:14] "GET /projects?obj_uuids=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000857 10.0.0.27 - - [2026-03-23 02:37:14] "GET /project/25c6c1a1-524b-41e1-82d9-608178da7a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.064847 10.0.0.27 - - [2026-03-23 02:37:14] "POST /neutron/network HTTP/1.1" 200 996 0.007497 10.0.0.27 - - [2026-03-23 02:37:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001168 10.0.0.27 - - [2026-03-23 02:37:14] "POST /neutron/port HTTP/1.1" 200 117 0.006896 10.0.0.23 - - [2026-03-23 02:37:15] "GET /projects?obj_uuids=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001162 10.0.0.27 - - [2026-03-23 02:37:15] "POST /neutron/port HTTP/1.1" 200 1061 0.280563 10.0.0.23 - - [2026-03-23 02:37:15] "GET /projects?obj_uuids=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001229 10.0.0.27 - - [2026-03-23 02:37:15] "GET /project/25c6c1a1-524b-41e1-82d9-608178da7a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.079977 10.0.0.27 - - [2026-03-23 02:37:15] "POST /neutron/network HTTP/1.1" 200 916 0.006537 10.0.0.27 - - [2026-03-23 02:37:15] "POST /neutron/port HTTP/1.1" 200 1125 0.019583 10.0.0.27 - - [2026-03-23 02:37:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.047412 10.0.0.27 - - [2026-03-23 02:37:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001314 10.0.0.27 - - [2026-03-23 02:37:16] "POST /neutron/network HTTP/1.1" 200 996 0.007177 10.0.0.27 - - [2026-03-23 02:37:16] "POST /neutron/network HTTP/1.1" 200 833 0.005776 10.0.0.27 - - [2026-03-23 02:37:16] "POST /neutron/port HTTP/1.1" 200 1060 0.050763 10.0.0.23 - - [2026-03-23 02:37:17] "GET /projects?obj_uuids=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.27 - - [2026-03-23 02:37:17] "GET /project/25c6c1a1-524b-41e1-82d9-608178da7a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.088026 10.0.0.27 - - [2026-03-23 02:37:17] "POST /neutron/network HTTP/1.1" 200 823 0.017102 10.0.0.27 - - [2026-03-23 02:37:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.008318 10.0.0.27 - - [2026-03-23 02:37:17] "POST /neutron/port HTTP/1.1" 200 2097 0.022168 10.0.0.27 - - [2026-03-23 02:37:17] "POST /neutron/port HTTP/1.1" 200 1125 0.016133 10.0.0.27 - - [2026-03-23 02:37:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007036 10.0.0.27 - - [2026-03-23 02:37:17] "POST /neutron/network HTTP/1.1" 200 833 0.005831 10.0.0.27 - - [2026-03-23 02:37:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012790 10.0.0.27 - - [2026-03-23 02:37:18] "GET /virtual-machine/13232ee3-8e6d-4728-a9d1-adde99af50db HTTP/1.1" 401 292 0.000391 10.0.0.23 - - [2026-03-23 02:37:18] "DELETE /access-control-list/a50951f5-2a26-4867-9c70-4cb1e7132e09 HTTP/1.1" 200 115 0.031061 10.0.0.27 - - [2026-03-23 02:37:18] "POST /neutron/port HTTP/1.1" 200 1113 0.110158 10.0.0.27 - - [2026-03-23 02:37:18] "GET /virtual-machine/13232ee3-8e6d-4728-a9d1-adde99af50db HTTP/1.1" 200 1292 0.073193 10.0.0.27 - - [2026-03-23 02:37:18] "GET /virtual-machine/13232ee3-8e6d-4728-a9d1-adde99af50db HTTP/1.1" 200 1292 0.006402 10.0.0.27 - - [2026-03-23 02:37:18] "GET /virtual-machine-interface/f720bd61-c5c0-49eb-9d9e-51dc99f6f9f7 HTTP/1.1" 200 2944 0.005038 10.0.0.27 - - [2026-03-23 02:37:18] "GET /virtual-machine/13232ee3-8e6d-4728-a9d1-adde99af50db HTTP/1.1" 200 1292 0.005874 10.0.0.27 - - [2026-03-23 02:37:18] "GET /virtual-machine-interface/f720bd61-c5c0-49eb-9d9e-51dc99f6f9f7 HTTP/1.1" 200 2944 0.006645 10.0.0.27 - - [2026-03-23 02:37:18] "GET /instance-ip/a5ee6a5f-f2ed-41c7-aaba-b696ad59bf9e HTTP/1.1" 200 1623 0.008426 10.0.0.27 - - [2026-03-23 02:37:18] "GET /virtual-machine/13232ee3-8e6d-4728-a9d1-adde99af50db HTTP/1.1" 200 1292 0.003383 10.0.0.27 - - [2026-03-23 02:37:18] "GET /virtual-machine-interface/f720bd61-c5c0-49eb-9d9e-51dc99f6f9f7 HTTP/1.1" 200 2944 0.005086 10.0.0.27 - - [2026-03-23 02:37:18] "GET /instance-ip/a5ee6a5f-f2ed-41c7-aaba-b696ad59bf9e HTTP/1.1" 200 1623 0.004436 10.0.0.27 - - [2026-03-23 02:37:18] "POST /neutron/subnet HTTP/1.1" 200 694 0.008261 10.0.0.27 - - [2026-03-23 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006185 10.0.0.27 - - [2026-03-23 02:37:18] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006640 10.0.0.27 - - [2026-03-23 02:37:18] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004001 10.0.0.27 - - [2026-03-23 02:37:18] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006668 10.0.0.27 - - [2026-03-23 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.27 - - [2026-03-23 02:37:18] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005313 10.0.0.27 - - [2026-03-23 02:37:19] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003181 10.0.0.27 - - [2026-03-23 02:37:19] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007677 10.0.0.27 - - [2026-03-23 02:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.27 - - [2026-03-23 02:37:19] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003088 10.0.0.27 - - [2026-03-23 02:37:19] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002877 10.0.0.27 - - [2026-03-23 02:37:19] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005764 10.0.0.27 - - [2026-03-23 02:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.27 - - [2026-03-23 02:37:19] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003713 10.0.0.27 - - [2026-03-23 02:37:19] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003460 10.0.0.27 - - [2026-03-23 02:37:19] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005886 10.0.0.27 - - [2026-03-23 02:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.27 - - [2026-03-23 02:37:19] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003686 10.0.0.27 - - [2026-03-23 02:37:19] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003003 10.0.0.27 - - [2026-03-23 02:37:19] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007053 10.0.0.27 - - [2026-03-23 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.27 - - [2026-03-23 02:37:22] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004421 10.0.0.27 - - [2026-03-23 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.27 - - [2026-03-23 02:37:26] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.010982 10.0.0.27 - - [2026-03-23 02:37:30] "POST /neutron/port HTTP/1.1" 200 1125 0.015891 10.0.0.27 - - [2026-03-23 02:37:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003842 10.0.0.27 - - [2026-03-23 02:37:30] "POST /neutron/network HTTP/1.1" 200 996 0.006183 10.0.0.27 - - [2026-03-23 02:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.27 - - [2026-03-23 02:37:30] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005202 10.0.0.23 - - [2026-03-23 02:37:30] "DELETE /project/3f69de82e86b475c9a7667df9cb00977 HTTP/1.1" 404 173 0.006868 10.0.0.23 - - [2026-03-23 02:37:30] "DELETE /project/25c6c1a1524b41e182d9608178da7a11 HTTP/1.1" 404 173 0.008288 10.0.0.23 - - [2026-03-23 02:37:30] "DELETE /project/bb0c6e9acafc404986017d2208a46e07 HTTP/1.1" 404 173 0.006396 10.0.0.23 - - [2026-03-23 02:37:30] "GET /projects?obj_uuids=3f69de82-e86b-475c-9a76-67df9cb00977&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000741 10.0.0.23 - - [2026-03-23 02:37:30] "DELETE /project/bb0c6e9a-cafc-4049-8601-7d2208a46e07 HTTP/1.1" 404 177 0.006074 10.0.0.23 - - [2026-03-23 02:37:30] "GET /project/3f69de82-e86b-475c-9a76-67df9cb00977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.034751 10.0.0.23 - - [2026-03-23 02:37:30] "GET /projects?obj_uuids=3f69de82-e86b-475c-9a76-67df9cb00977&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000821 10.0.0.23 - - [2026-03-23 02:37:31] "GET /project/3f69de82-e86b-475c-9a76-67df9cb00977?fields=security_groups HTTP/1.1" 200 1410 0.083717 10.0.0.23 - - [2026-03-23 02:37:31] "DELETE /security-group/acc35c6f-8954-4eb3-9481-c13f6e4c69a0 HTTP/1.1" 200 115 0.047214 10.0.0.23 - - [2026-03-23 02:37:31] "GET /projects?obj_uuids=3f69de82-e86b-475c-9a76-67df9cb00977&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000818 10.0.0.23 - - [2026-03-23 02:37:31] "GET /project/3f69de82-e86b-475c-9a76-67df9cb00977?fields=application_policy_sets HTTP/1.1" 200 1449 0.057464 10.0.0.23 - - [2026-03-23 02:37:31] "DELETE /project/3f69de82-e86b-475c-9a76-67df9cb00977 HTTP/1.1" 200 115 0.432180 10.0.0.27 - - [2026-03-23 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.27 - - [2026-03-23 02:37:34] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005022 10.0.0.27 - - [2026-03-23 02:37:36] "POST /neutron/network HTTP/1.1" 200 926 0.006338 10.0.0.27 - - [2026-03-23 02:37:36] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.27 - - [2026-03-23 02:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.27 - - [2026-03-23 02:37:38] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005900 10.0.0.27 - - [2026-03-23 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.27 - - [2026-03-23 02:37:43] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005512 10.0.0.50 - - [2026-03-23 02:37:43] "GET /obj-perms HTTP/1.1" 200 5056 0.082813 10.0.0.23 - - [2026-03-23 02:37:44] "GET /obj-perms HTTP/1.1" 200 5056 0.065722 10.0.0.27 - - [2026-03-23 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.27 - - [2026-03-23 02:37:47] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005146 10.0.0.27 - - [2026-03-23 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.27 - - [2026-03-23 02:37:51] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004699 10.0.0.27 - - [2026-03-23 02:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.27 - - [2026-03-23 02:37:55] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005665 10.0.0.27 - - [2026-03-23 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.27 - - [2026-03-23 02:37:59] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005301 10.0.0.27 - - [2026-03-23 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.27 - - [2026-03-23 02:38:03] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005304 10.0.0.27 - - [2026-03-23 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.27 - - [2026-03-23 02:38:07] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003854 10.0.0.27 - - [2026-03-23 02:38:07] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002974 10.0.0.27 - - [2026-03-23 02:38:07] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005709 10.0.0.27 - - [2026-03-23 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.27 - - [2026-03-23 02:38:07] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003973 10.0.0.27 - - [2026-03-23 02:38:07] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003213 10.0.0.27 - - [2026-03-23 02:38:07] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005844 10.0.0.27 - - [2026-03-23 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.27 - - [2026-03-23 02:38:07] "GET /routing-instance/c43a6e40-9f27-471b-8af9-1ff7ee8c6483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004341 10.0.0.27 - - [2026-03-23 02:38:07] "GET /route-target/a28de305-0981-49fa-8272-eb637d016100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003094 10.0.0.27 - - [2026-03-23 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.27 - - [2026-03-23 02:38:08] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006083 10.0.0.27 - - [2026-03-23 02:38:08] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003304 10.0.0.27 - - [2026-03-23 02:38:08] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005810 10.0.0.27 - - [2026-03-23 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.27 - - [2026-03-23 02:38:08] "GET /routing-instance/c43a6e40-9f27-471b-8af9-1ff7ee8c6483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004390 10.0.0.27 - - [2026-03-23 02:38:08] "GET /route-target/a28de305-0981-49fa-8272-eb637d016100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003221 10.0.0.27 - - [2026-03-23 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005302 10.0.0.27 - - [2026-03-23 02:38:08] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003814 10.0.0.27 - - [2026-03-23 02:38:08] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002636 10.0.0.27 - - [2026-03-23 02:38:08] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005842 10.0.0.27 - - [2026-03-23 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.27 - - [2026-03-23 02:38:08] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007027 10.0.0.27 - - [2026-03-23 02:38:08] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003606 10.0.0.27 - - [2026-03-23 02:38:08] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005857 10.0.0.27 - - [2026-03-23 02:38:08] "GET /obj-perms HTTP/1.1" 200 5030 0.004228 10.0.0.23 - - [2026-03-23 02:38:08] "GET /obj-perms HTTP/1.1" 200 5030 0.003510 10.0.0.27 - - [2026-03-23 02:38:08] "GET /obj-perms HTTP/1.1" 200 5030 0.004261 10.0.0.27 - - [2026-03-23 02:38:08] "GET /obj-perms HTTP/1.1" 200 5030 0.004499 10.0.0.27 - - [2026-03-23 02:38:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008177 10.0.0.27 - - [2026-03-23 02:38:09] "POST /neutron/port HTTP/1.1" 200 1124 0.015437 10.0.0.27 - - [2026-03-23 02:38:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006886 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-machine/a3f4add3-b529-4a61-9907-0b7dbafed799 HTTP/1.1" 200 1293 0.005124 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-machine/a3f4add3-b529-4a61-9907-0b7dbafed799 HTTP/1.1" 200 1293 0.003073 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-machine-interface/7d65e7dc-a248-42a8-9417-9fe50bc1da4d HTTP/1.1" 200 2943 0.004611 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-machine/a3f4add3-b529-4a61-9907-0b7dbafed799 HTTP/1.1" 200 1293 0.003514 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-machine-interface/7d65e7dc-a248-42a8-9417-9fe50bc1da4d HTTP/1.1" 200 2943 0.005078 10.0.0.27 - - [2026-03-23 02:38:09] "GET /instance-ip/46b3660a-96bb-47f4-9ea5-9fae14f4dcf4 HTTP/1.1" 200 1621 0.005401 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-machine/a3f4add3-b529-4a61-9907-0b7dbafed799 HTTP/1.1" 200 1293 0.003686 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-machine-interface/7d65e7dc-a248-42a8-9417-9fe50bc1da4d HTTP/1.1" 200 2943 0.006058 10.0.0.27 - - [2026-03-23 02:38:09] "GET /instance-ip/46b3660a-96bb-47f4-9ea5-9fae14f4dcf4 HTTP/1.1" 200 1621 0.004363 10.0.0.27 - - [2026-03-23 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.27 - - [2026-03-23 02:38:09] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003119 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002970 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005736 10.0.0.27 - - [2026-03-23 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.27 - - [2026-03-23 02:38:09] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005081 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003208 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005127 10.0.0.27 - - [2026-03-23 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.27 - - [2026-03-23 02:38:09] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004061 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002956 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005479 10.0.0.27 - - [2026-03-23 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.27 - - [2026-03-23 02:38:09] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003469 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002717 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005466 10.0.0.27 - - [2026-03-23 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.27 - - [2026-03-23 02:38:09] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004307 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003399 10.0.0.27 - - [2026-03-23 02:38:09] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005926 10.0.0.27 - - [2026-03-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.27 - - [2026-03-23 02:38:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003993 10.0.0.27 - - [2026-03-23 02:38:11] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002745 10.0.0.27 - - [2026-03-23 02:38:11] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005447 10.0.0.27 - - [2026-03-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.27 - - [2026-03-23 02:38:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003434 10.0.0.27 - - [2026-03-23 02:38:11] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003949 10.0.0.27 - - [2026-03-23 02:38:11] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007289 10.0.0.27 - - [2026-03-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.27 - - [2026-03-23 02:38:11] "GET /routing-instance/f6a7f4c7-aa33-4f54-aeb0-843691b99838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004431 10.0.0.27 - - [2026-03-23 02:38:11] "GET /route-target/21d4a921-26d6-469e-915d-5e3445ea031a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003434 10.0.0.27 - - [2026-03-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.27 - - [2026-03-23 02:38:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003921 10.0.0.27 - - [2026-03-23 02:38:11] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002958 10.0.0.27 - - [2026-03-23 02:38:11] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005270 10.0.0.27 - - [2026-03-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.27 - - [2026-03-23 02:38:11] "GET /routing-instance/f6a7f4c7-aa33-4f54-aeb0-843691b99838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004206 10.0.0.27 - - [2026-03-23 02:38:11] "GET /route-target/21d4a921-26d6-469e-915d-5e3445ea031a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003292 10.0.0.27 - - [2026-03-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.27 - - [2026-03-23 02:38:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004207 10.0.0.27 - - [2026-03-23 02:38:11] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002908 10.0.0.27 - - [2026-03-23 02:38:11] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008154 10.0.0.27 - - [2026-03-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.27 - - [2026-03-23 02:38:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005373 10.0.0.27 - - [2026-03-23 02:38:11] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003573 10.0.0.27 - - [2026-03-23 02:38:11] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005236 10.0.0.27 - - [2026-03-23 02:38:12] "GET /obj-perms HTTP/1.1" 200 5030 0.003365 10.0.0.23 - - [2026-03-23 02:38:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004468 10.0.0.27 - - [2026-03-23 02:38:12] "GET /obj-perms HTTP/1.1" 200 5030 0.003509 10.0.0.27 - - [2026-03-23 02:38:12] "GET /obj-perms HTTP/1.1" 200 5030 0.003769 10.0.0.27 - - [2026-03-23 02:38:12] "POST /neutron/port HTTP/1.1" 200 1123 0.017671 10.0.0.27 - - [2026-03-23 02:38:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006559 10.0.0.27 - - [2026-03-23 02:38:12] "POST /neutron/port HTTP/1.1" 200 1123 0.017113 10.0.0.27 - - [2026-03-23 02:38:12] "GET /virtual-machine/46af49bb-1955-4ce0-b479-2d864111882d HTTP/1.1" 200 1292 0.005555 10.0.0.27 - - [2026-03-23 02:38:12] "GET /virtual-machine/46af49bb-1955-4ce0-b479-2d864111882d HTTP/1.1" 200 1292 0.003502 10.0.0.27 - - [2026-03-23 02:38:12] "GET /virtual-machine-interface/3f4fa895-0aa3-4530-a56c-32846dfaaf71 HTTP/1.1" 200 2943 0.004550 10.0.0.27 - - [2026-03-23 02:38:12] "GET /virtual-machine/46af49bb-1955-4ce0-b479-2d864111882d HTTP/1.1" 200 1292 0.003530 10.0.0.27 - - [2026-03-23 02:38:12] "GET /virtual-machine-interface/3f4fa895-0aa3-4530-a56c-32846dfaaf71 HTTP/1.1" 200 2943 0.004780 10.0.0.27 - - [2026-03-23 02:38:12] "GET /instance-ip/8ba3e211-7493-42cf-b357-1b8ead320c97 HTTP/1.1" 200 1621 0.008272 10.0.0.27 - - [2026-03-23 02:38:12] "GET /virtual-machine/46af49bb-1955-4ce0-b479-2d864111882d HTTP/1.1" 200 1292 0.003536 10.0.0.27 - - [2026-03-23 02:38:12] "GET /virtual-machine-interface/3f4fa895-0aa3-4530-a56c-32846dfaaf71 HTTP/1.1" 200 2943 0.004692 10.0.0.27 - - [2026-03-23 02:38:12] "GET /instance-ip/8ba3e211-7493-42cf-b357-1b8ead320c97 HTTP/1.1" 200 1621 0.003195 10.0.0.27 - - [2026-03-23 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.27 - - [2026-03-23 02:38:12] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003754 10.0.0.27 - - [2026-03-23 02:38:12] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003315 10.0.0.27 - - [2026-03-23 02:38:12] "GET /virtual-network/a5fa62a8-6416-4aae-9559-aa3ba619f960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005641 10.0.0.27 - - [2026-03-23 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.27 - - [2026-03-23 02:38:12] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007478 10.0.0.27 - - [2026-03-23 02:38:12] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002984 10.0.0.27 - - [2026-03-23 02:38:13] "GET /virtual-network/a5fa62a8-6416-4aae-9559-aa3ba619f960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005185 10.0.0.27 - - [2026-03-23 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.27 - - [2026-03-23 02:38:13] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003728 10.0.0.27 - - [2026-03-23 02:38:13] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002584 10.0.0.27 - - [2026-03-23 02:38:13] "GET /virtual-network/a5fa62a8-6416-4aae-9559-aa3ba619f960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005712 10.0.0.27 - - [2026-03-23 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.27 - - [2026-03-23 02:38:13] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003922 10.0.0.27 - - [2026-03-23 02:38:13] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002864 10.0.0.27 - - [2026-03-23 02:38:13] "GET /virtual-network/a5fa62a8-6416-4aae-9559-aa3ba619f960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005992 10.0.0.27 - - [2026-03-23 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.27 - - [2026-03-23 02:38:13] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003631 10.0.0.27 - - [2026-03-23 02:38:13] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004539 10.0.0.27 - - [2026-03-23 02:38:13] "GET /virtual-network/a5fa62a8-6416-4aae-9559-aa3ba619f960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006016 10.0.0.27 - - [2026-03-23 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.27 - - [2026-03-23 02:38:14] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003921 10.0.0.27 - - [2026-03-23 02:38:14] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002841 10.0.0.27 - - [2026-03-23 02:38:14] "GET /virtual-network/a5fa62a8-6416-4aae-9559-aa3ba619f960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005647 10.0.0.27 - - [2026-03-23 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.27 - - [2026-03-23 02:38:14] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003288 10.0.0.27 - - [2026-03-23 02:38:14] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002548 10.0.0.27 - - [2026-03-23 02:38:14] "GET /virtual-network/a5fa62a8-6416-4aae-9559-aa3ba619f960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006887 10.0.0.27 - - [2026-03-23 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.27 - - [2026-03-23 02:38:14] "GET /routing-instance/6b9f8245-21cc-42a0-952c-50a2dafe3463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004096 10.0.0.27 - - [2026-03-23 02:38:14] "GET /route-target/de5c9960-372a-4f38-a0ce-8e7671e72794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003758 10.0.0.27 - - [2026-03-23 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.27 - - [2026-03-23 02:38:14] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003299 10.0.0.27 - - [2026-03-23 02:38:15] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002746 10.0.0.27 - - [2026-03-23 02:38:15] "GET /virtual-network/a5fa62a8-6416-4aae-9559-aa3ba619f960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005335 10.0.0.27 - - [2026-03-23 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.27 - - [2026-03-23 02:38:15] "GET /routing-instance/6b9f8245-21cc-42a0-952c-50a2dafe3463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.003980 10.0.0.27 - - [2026-03-23 02:38:15] "GET /route-target/de5c9960-372a-4f38-a0ce-8e7671e72794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004240 10.0.0.27 - - [2026-03-23 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.27 - - [2026-03-23 02:38:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003791 10.0.0.27 - - [2026-03-23 02:38:15] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002749 10.0.0.27 - - [2026-03-23 02:38:15] "GET /virtual-network/a5fa62a8-6416-4aae-9559-aa3ba619f960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004891 10.0.0.27 - - [2026-03-23 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.27 - - [2026-03-23 02:38:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003691 10.0.0.27 - - [2026-03-23 02:38:15] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002507 10.0.0.27 - - [2026-03-23 02:38:15] "GET /virtual-network/a5fa62a8-6416-4aae-9559-aa3ba619f960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005225 10.0.0.23 - - [2026-03-23 02:38:15] "GET /obj-perms HTTP/1.1" 200 5030 0.004483 10.0.0.27 - - [2026-03-23 02:38:15] "GET /obj-perms HTTP/1.1" 200 5030 0.003228 10.0.0.27 - - [2026-03-23 02:38:15] "GET /obj-perms HTTP/1.1" 200 5030 0.003493 10.0.0.27 - - [2026-03-23 02:38:15] "GET /obj-perms HTTP/1.1" 200 5030 0.003629 10.0.0.50 - - [2026-03-23 02:38:15] "GET /obj-perms HTTP/1.1" 200 5030 0.004330 10.0.0.23 - - [2026-03-23 02:38:15] "GET /obj-perms HTTP/1.1" 200 5030 0.006068 10.0.0.27 - - [2026-03-23 02:38:15] "GET /virtual-machine/13232ee3-8e6d-4728-a9d1-adde99af50db HTTP/1.1" 200 1292 0.003894 10.0.0.27 - - [2026-03-23 02:38:15] "GET /virtual-machine-interface/f720bd61-c5c0-49eb-9d9e-51dc99f6f9f7 HTTP/1.1" 200 2944 0.004469 10.0.0.27 - - [2026-03-23 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.27 - - [2026-03-23 02:38:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005494 10.0.0.27 - - [2026-03-23 02:38:15] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002815 10.0.0.27 - - [2026-03-23 02:38:15] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005924 10.0.0.27 - - [2026-03-23 02:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.27 - - [2026-03-23 02:38:17] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003197 10.0.0.27 - - [2026-03-23 02:38:17] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003350 10.0.0.27 - - [2026-03-23 02:38:17] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005253 10.0.0.27 - - [2026-03-23 02:38:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007222 10.0.0.27 - - [2026-03-23 02:38:22] "POST /neutron/port HTTP/1.1" 200 1123 0.045066 10.0.0.27 - - [2026-03-23 02:38:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006749 10.0.0.27 - - [2026-03-23 02:38:30] "POST /neutron/port HTTP/1.1" 200 1123 0.016084 10.0.0.27 - - [2026-03-23 02:38:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003181 10.0.0.27 - - [2026-03-23 02:38:30] "POST /neutron/network HTTP/1.1" 200 823 0.007949 10.0.0.27 - - [2026-03-23 02:38:32] "GET /virtual-machine/a3f4add3-b529-4a61-9907-0b7dbafed799 HTTP/1.1" 200 1293 0.003780 10.0.0.27 - - [2026-03-23 02:38:32] "GET /virtual-machine-interface/7d65e7dc-a248-42a8-9417-9fe50bc1da4d HTTP/1.1" 200 2943 0.005098 10.0.0.27 - - [2026-03-23 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.27 - - [2026-03-23 02:38:32] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003094 10.0.0.27 - - [2026-03-23 02:38:32] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002959 10.0.0.27 - - [2026-03-23 02:38:32] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005064 10.0.0.27 - - [2026-03-23 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.27 - - [2026-03-23 02:38:33] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003434 10.0.0.27 - - [2026-03-23 02:38:33] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002387 10.0.0.27 - - [2026-03-23 02:38:33] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.004712 10.0.0.27 - - [2026-03-23 02:38:34] "GET /virtual-machine/46af49bb-1955-4ce0-b479-2d864111882d HTTP/1.1" 200 1292 0.004324 10.0.0.27 - - [2026-03-23 02:38:34] "GET /virtual-machine-interface/3f4fa895-0aa3-4530-a56c-32846dfaaf71 HTTP/1.1" 200 2943 0.005683 10.0.0.27 - - [2026-03-23 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.27 - - [2026-03-23 02:38:34] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004773 10.0.0.27 - - [2026-03-23 02:38:34] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003170 10.0.0.27 - - [2026-03-23 02:38:34] "GET /virtual-network/a5fa62a8-6416-4aae-9559-aa3ba619f960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005792 10.0.0.27 - - [2026-03-23 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.27 - - [2026-03-23 02:38:35] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003903 10.0.0.27 - - [2026-03-23 02:38:35] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002852 10.0.0.27 - - [2026-03-23 02:38:35] "GET /virtual-network/a5fa62a8-6416-4aae-9559-aa3ba619f960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005624 10.0.0.27 - - [2026-03-23 02:38:36] "POST /neutron/network HTTP/1.1" 200 926 0.005399 10.0.0.27 - - [2026-03-23 02:38:36] "POST /neutron/port HTTP/1.1" 200 117 0.001010 10.0.0.27 - - [2026-03-23 02:39:31] "POST /neutron/port HTTP/1.1" 200 1125 0.016143 10.0.0.27 - - [2026-03-23 02:39:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.009342 10.0.0.27 - - [2026-03-23 02:39:36] "POST /neutron/port HTTP/1.1" 200 1124 0.015607 10.0.0.27 - - [2026-03-23 02:39:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003356 10.0.0.27 - - [2026-03-23 02:39:36] "POST /neutron/network HTTP/1.1" 200 916 0.006028 10.0.0.27 - - [2026-03-23 02:39:39] "GET /virtual-machine/46af49bb-1955-4ce0-b479-2d864111882d HTTP/1.1" 200 1292 0.003803 10.0.0.27 - - [2026-03-23 02:39:40] "POST /neutron/port HTTP/1.1" 200 151 0.217914 10.0.0.27 - - [2026-03-23 02:39:41] "GET /virtual-machine/46af49bb-1955-4ce0-b479-2d864111882d HTTP/1.1" 404 171 0.002876 10.0.0.27 - - [2026-03-23 02:39:41] "GET /virtual-machine/46af49bb-1955-4ce0-b479-2d864111882d HTTP/1.1" 404 171 0.002960 10.0.0.27 - - [2026-03-23 02:39:41] "GET /virtual-machine/46af49bb-1955-4ce0-b479-2d864111882d HTTP/1.1" 404 171 0.002733 10.0.0.27 - - [2026-03-23 02:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.27 - - [2026-03-23 02:39:41] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003545 10.0.0.27 - - [2026-03-23 02:39:41] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003000 10.0.0.27 - - [2026-03-23 02:39:41] "GET /virtual-network/a5fa62a8-6416-4aae-9559-aa3ba619f960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005739 10.0.0.27 - - [2026-03-23 02:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.27 - - [2026-03-23 02:39:41] "GET /routing-instance/6b9f8245-21cc-42a0-952c-50a2dafe3463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004197 10.0.0.27 - - [2026-03-23 02:39:42] "GET /route-target/de5c9960-372a-4f38-a0ce-8e7671e72794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003612 10.0.0.27 - - [2026-03-23 02:39:42] "GET /obj-perms HTTP/1.1" 200 5030 0.004047 10.0.0.27 - - [2026-03-23 02:39:45] "GET /obj-perms HTTP/1.1" 200 5030 0.003354 10.0.0.27 - - [2026-03-23 02:39:48] "GET /obj-perms HTTP/1.1" 200 5030 0.003266 10.0.0.27 - - [2026-03-23 02:39:54] "GET /obj-perms HTTP/1.1" 200 5030 0.004230 10.0.0.27 - - [2026-03-23 02:39:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003340 10.0.0.27 - - [2026-03-23 02:40:03] "GET /obj-perms HTTP/1.1" 200 5030 0.003901 10.0.0.27 - - [2026-03-23 02:40:06] "GET /obj-perms HTTP/1.1" 200 5030 0.003424 10.0.0.27 - - [2026-03-23 02:40:09] "GET /obj-perms HTTP/1.1" 200 5030 0.003813 10.0.0.27 - - [2026-03-23 02:40:10] "GET /virtual-machine/a3f4add3-b529-4a61-9907-0b7dbafed799 HTTP/1.1" 200 1293 0.004023 10.0.0.27 - - [2026-03-23 02:40:10] "POST /neutron/port HTTP/1.1" 200 151 0.165820 10.0.0.27 - - [2026-03-23 02:40:12] "GET /virtual-machine/a3f4add3-b529-4a61-9907-0b7dbafed799 HTTP/1.1" 404 171 0.002917 10.0.0.27 - - [2026-03-23 02:40:12] "GET /virtual-machine/a3f4add3-b529-4a61-9907-0b7dbafed799 HTTP/1.1" 404 171 0.003536 10.0.0.27 - - [2026-03-23 02:40:12] "GET /virtual-machine/a3f4add3-b529-4a61-9907-0b7dbafed799 HTTP/1.1" 404 171 0.002868 10.0.0.27 - - [2026-03-23 02:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.27 - - [2026-03-23 02:40:12] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003320 10.0.0.27 - - [2026-03-23 02:40:12] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002968 10.0.0.27 - - [2026-03-23 02:40:12] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008175 10.0.0.27 - - [2026-03-23 02:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005097 10.0.0.27 - - [2026-03-23 02:40:12] "GET /routing-instance/f6a7f4c7-aa33-4f54-aeb0-843691b99838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.006123 10.0.0.27 - - [2026-03-23 02:40:12] "GET /route-target/21d4a921-26d6-469e-915d-5e3445ea031a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004447 10.0.0.27 - - [2026-03-23 02:40:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004351 10.0.0.27 - - [2026-03-23 02:40:18] "GET /obj-perms HTTP/1.1" 200 5030 0.003634 10.0.0.27 - - [2026-03-23 02:40:21] "GET /obj-perms HTTP/1.1" 200 5030 0.003370 10.0.0.27 - - [2026-03-23 02:40:27] "GET /obj-perms HTTP/1.1" 200 5030 0.003549 10.0.0.27 - - [2026-03-23 02:40:30] "GET /obj-perms HTTP/1.1" 200 5030 0.003675 10.0.0.50 - - [2026-03-23 02:40:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.50 - - [2026-03-23 02:40:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000320 10.0.0.23 - - [2026-03-23 02:40:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.23 - - [2026-03-23 02:40:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.23 - - [2026-03-23 02:40:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.23 - - [2026-03-23 02:40:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.50 - - [2026-03-23 02:40:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.50 - - [2026-03-23 02:40:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.27 - - [2026-03-23 02:40:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.27 - - [2026-03-23 02:40:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.27 - - [2026-03-23 02:40:37] "GET /obj-perms HTTP/1.1" 200 5030 0.003749 10.0.0.27 - - [2026-03-23 02:40:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.27 - - [2026-03-23 02:40:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.27 - - [2026-03-23 02:40:40] "GET /obj-perms HTTP/1.1" 200 5030 0.003696 10.0.0.50 - - [2026-03-23 02:40:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004307 10.0.0.23 - - [2026-03-23 02:40:40] "GET /obj-perms HTTP/1.1" 200 5030 0.003083 10.0.0.27 - - [2026-03-23 02:40:40] "GET /virtual-machine/13232ee3-8e6d-4728-a9d1-adde99af50db HTTP/1.1" 200 1292 0.006166 10.0.0.27 - - [2026-03-23 02:40:41] "POST /neutron/port HTTP/1.1" 200 151 0.178041 10.0.0.27 - - [2026-03-23 02:40:42] "GET /virtual-machine/13232ee3-8e6d-4728-a9d1-adde99af50db HTTP/1.1" 404 171 0.003727 10.0.0.27 - - [2026-03-23 02:40:42] "GET /virtual-machine/13232ee3-8e6d-4728-a9d1-adde99af50db HTTP/1.1" 404 171 0.002540 10.0.0.27 - - [2026-03-23 02:40:42] "GET /virtual-machine/13232ee3-8e6d-4728-a9d1-adde99af50db HTTP/1.1" 404 171 0.002543 10.0.0.27 - - [2026-03-23 02:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.27 - - [2026-03-23 02:40:42] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003216 10.0.0.27 - - [2026-03-23 02:40:42] "GET /virtual-networks?parent_id=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002486 10.0.0.27 - - [2026-03-23 02:40:42] "GET /virtual-network/af52bb6f-0405-4bf4-9c73-172a25b1a9c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006341 10.0.0.27 - - [2026-03-23 02:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005939 10.0.0.27 - - [2026-03-23 02:40:42] "GET /routing-instance/c43a6e40-9f27-471b-8af9-1ff7ee8c6483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004547 10.0.0.27 - - [2026-03-23 02:40:42] "GET /route-target/a28de305-0981-49fa-8272-eb637d016100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003085 10.0.0.27 - - [2026-03-23 02:40:42] "GET /obj-perms HTTP/1.1" 200 5030 0.004477 10.0.0.27 - - [2026-03-23 02:40:46] "GET /obj-perms HTTP/1.1" 200 5030 0.003436 10.0.0.27 - - [2026-03-23 02:40:52] "GET /obj-perms HTTP/1.1" 200 5030 0.003998 10.0.0.27 - - [2026-03-23 02:40:55] "GET /obj-perms HTTP/1.1" 200 5030 0.003453 10.0.0.27 - - [2026-03-23 02:41:01] "GET /obj-perms HTTP/1.1" 200 5030 0.003553 10.0.0.27 - - [2026-03-23 02:41:04] "GET /obj-perms HTTP/1.1" 200 5030 0.006807 10.0.0.27 - - [2026-03-23 02:41:10] "GET /obj-perms HTTP/1.1" 200 5030 0.003463 10.0.0.27 - - [2026-03-23 02:41:10] "GET /obj-perms HTTP/1.1" 200 5030 0.003864 10.0.0.27 - - [2026-03-23 02:41:10] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005474 10.0.0.27 - - [2026-03-23 02:41:10] "POST /neutron/network HTTP/1.1" 200 824 0.010677 10.0.0.27 - - [2026-03-23 02:41:11] "GET /virtual-network/565eaf76-f2dc-4ba1-8983-5e30fbf76856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009952 10.0.0.23 - - [2026-03-23 02:41:11] "DELETE /access-control-list/1bb86ef1-46c1-4ecb-a1f3-2cc3edf47ec2 HTTP/1.1" 200 115 0.103857 10.0.0.27 - - [2026-03-23 02:41:11] "POST /ref-update HTTP/1.1" 200 156 0.060201 10.0.0.27 - - [2026-03-23 02:41:11] "POST /ref-update HTTP/1.1" 200 156 0.060527 10.0.0.23 - - [2026-03-23 02:41:11] "POST /ref-update HTTP/1.1" 200 156 0.032022 10.0.0.27 - - [2026-03-23 02:41:11] "DELETE /network-policy/23a1cdc3-8ac4-40ea-a971-5426d5eeb801 HTTP/1.1" 200 115 0.056773 10.0.0.27 - - [2026-03-23 02:41:11] "DELETE /network-policy/588bc97a-ce8e-4094-94af-5e486140e4f8 HTTP/1.1" 200 115 0.054640 10.0.0.27 - - [2026-03-23 02:41:11] "DELETE /network-policy/c219246a-c74e-439e-8cc1-478f74965e99 HTTP/1.1" 200 115 0.040080 10.0.0.23 - - [2026-03-23 02:41:11] "DELETE /route-target/de5c9960-372a-4f38-a0ce-8e7671e72794 HTTP/1.1" 200 115 0.024648 10.0.0.27 - - [2026-03-23 02:41:11] "POST /neutron/network HTTP/1.1" 200 824 0.006048 10.0.0.23 - - [2026-03-23 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004956 10.0.0.23 - - [2026-03-23 02:41:12] "POST /useragent-kv HTTP/1.1" 200 115 0.053275 10.0.0.23 - - [2026-03-23 02:41:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002420 10.0.0.27 - - [2026-03-23 02:41:12] "POST /neutron/network HTTP/1.1" 200 151 0.160541 10.0.0.27 - - [2026-03-23 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.27 - - [2026-03-23 02:41:12] "DELETE /network-ipam/667b2bb7-9328-473b-9098-a1c077cc66e4 HTTP/1.1" 200 115 0.030991 10.0.0.27 - - [2026-03-23 02:41:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.002586 10.0.0.27 - - [2026-03-23 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.27 - - [2026-03-23 02:41:12] "DELETE /network-ipam/ee3bde87-1fc9-40dc-be42-20998c60a699 HTTP/1.1" 200 115 0.037598 10.0.0.27 - - [2026-03-23 02:41:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.004064 10.0.0.27 - - [2026-03-23 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.27 - - [2026-03-23 02:41:13] "DELETE /network-ipam/f78d1e1c-b962-43b5-b79d-8afc17e52237 HTTP/1.1" 200 115 0.033470 10.0.0.27 - - [2026-03-23 02:41:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.003702 10.0.0.23 - - [2026-03-23 02:41:14] "GET /projects?obj_uuids=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001345 10.0.0.27 - - [2026-03-23 02:41:14] "GET /project/25c6c1a1-524b-41e1-82d9-608178da7a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.067575 10.0.0.23 - - [2026-03-23 02:41:14] "GET /projects?obj_uuids=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000839 10.0.0.27 - - [2026-03-23 02:41:14] "GET /project/25c6c1a1-524b-41e1-82d9-608178da7a11?fields=virtual_networks HTTP/1.1" 200 1030 0.081406 10.0.0.23 - - [2026-03-23 02:41:14] "GET /projects?obj_uuids=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000881 10.0.0.27 - - [2026-03-23 02:41:14] "GET /project/25c6c1a1-524b-41e1-82d9-608178da7a11?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.037985 10.0.0.23 - - [2026-03-23 02:41:14] "GET /projects?obj_uuids=25c6c1a1-524b-41e1-82d9-608178da7a11&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000919 10.0.0.27 - - [2026-03-23 02:41:14] "GET /project/25c6c1a1-524b-41e1-82d9-608178da7a11?fields=security_groups HTTP/1.1" 200 1256 0.043634 10.0.0.27 - - [2026-03-23 02:41:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.031693 10.0.0.23 - - [2026-03-23 02:41:15] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002952 10.0.0.23 - - [2026-03-23 02:41:15] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.23 - - [2026-03-23 02:41:15] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041670 10.0.0.23 - - [2026-03-23 02:41:15] "POST /id-to-fqname HTTP/1.1" 200 196 0.012135 10.0.0.23 - - [2026-03-23 02:41:15] "POST /fqname-to-id HTTP/1.1" 404 205 0.006837 10.0.0.23 - - [2026-03-23 02:41:16] "POST /security-groups HTTP/1.1" 200 597 0.032046 10.0.0.23 - - [2026-03-23 02:41:16] "POST /projects HTTP/1.1" 200 597 0.261066 10.0.0.23 - - [2026-03-23 02:41:16] "POST /access-control-lists HTTP/1.1" 200 602 0.031543 10.0.0.23 - - [2026-03-23 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.337084 10.0.0.27 - - [2026-03-23 02:41:16] "GET /project/795eb2f7-b712-4597-8892-0bb448d551b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.515810 10.0.0.27 - - [2026-03-23 02:41:17] "GET / HTTP/1.1" 200 35931 0.001423 10.0.0.23 - - [2026-03-23 02:41:18] "DELETE /access-control-list/25f7c3eb-53d9-4c63-bd9b-7d0faeaeb9f7 HTTP/1.1" 200 115 0.048785 10.0.0.27 - - [2026-03-23 02:41:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000621 10.0.0.27 - - [2026-03-23 02:41:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.031190 10.0.0.27 - - [2026-03-23 02:41:20] "POST /network-ipams HTTP/1.1" 200 519 0.033818 10.0.0.27 - - [2026-03-23 02:41:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.005432 10.0.0.27 - - [2026-03-23 02:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.27 - - [2026-03-23 02:41:20] "GET /network-ipam/d0d9951d-2464-48ef-a0d6-7fe847df000c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006861 10.0.0.27 - - [2026-03-23 02:41:21] "PUT /network-ipam/d0d9951d-2464-48ef-a0d6-7fe847df000c HTTP/1.1" 200 258 0.015208 10.0.0.27 - - [2026-03-23 02:41:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003856 10.0.0.27 - - [2026-03-23 02:41:21] "POST /network-ipams HTTP/1.1" 200 519 0.026687 10.0.0.27 - - [2026-03-23 02:41:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003607 10.0.0.27 - - [2026-03-23 02:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.27 - - [2026-03-23 02:41:21] "GET /network-ipam/b0842ff9-8f4c-4929-964c-e42bc7efed57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006207 10.0.0.27 - - [2026-03-23 02:41:21] "PUT /network-ipam/b0842ff9-8f4c-4929-964c-e42bc7efed57 HTTP/1.1" 200 258 0.014225 10.0.0.27 - - [2026-03-23 02:41:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004814 10.0.0.27 - - [2026-03-23 02:41:21] "POST /network-ipams HTTP/1.1" 200 519 0.031733 10.0.0.27 - - [2026-03-23 02:41:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003787 10.0.0.27 - - [2026-03-23 02:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005287 10.0.0.27 - - [2026-03-23 02:41:21] "GET /network-ipam/cbaee1ca-083c-48a5-ae49-70dd17049eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006077 10.0.0.27 - - [2026-03-23 02:41:21] "PUT /network-ipam/cbaee1ca-083c-48a5-ae49-70dd17049eab HTTP/1.1" 200 258 0.014761 10.0.0.27 - - [2026-03-23 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.23 - - [2026-03-23 02:41:22] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001034 10.0.0.27 - - [2026-03-23 02:41:22] "GET /project/795eb2f7-b712-4597-8892-0bb448d551b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.045087 10.0.0.23 - - [2026-03-23 02:41:23] "POST /ref-update HTTP/1.1" 200 156 0.026845 10.0.0.23 - - [2026-03-23 02:41:23] "POST /useragent-kv HTTP/1.1" 200 115 0.007577 10.0.0.27 - - [2026-03-23 02:41:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.244377 10.0.0.23 - - [2026-03-23 02:41:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.073770 10.0.0.27 - - [2026-03-23 02:41:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001148 10.0.0.27 - - [2026-03-23 02:41:23] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007024 10.0.0.27 - - [2026-03-23 02:41:23] "POST /neutron/network HTTP/1.1" 200 1014 0.009047 10.0.0.27 - - [2026-03-23 02:41:23] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004793 10.0.0.27 - - [2026-03-23 02:41:23] "POST /neutron/subnet HTTP/1.1" 200 828 0.008815 10.0.0.27 - - [2026-03-23 02:41:23] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006429 10.0.0.27 - - [2026-03-23 02:41:23] "GET /network-ipam/d0d9951d-2464-48ef-a0d6-7fe847df000c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.003685 10.0.0.27 - - [2026-03-23 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.23 - - [2026-03-23 02:41:23] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001152 10.0.0.27 - - [2026-03-23 02:41:23] "GET /project/795eb2f7-b712-4597-8892-0bb448d551b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.053749 10.0.0.23 - - [2026-03-23 02:41:23] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001219 10.0.0.27 - - [2026-03-23 02:41:24] "POST /neutron/network HTTP/1.1" 200 613 0.152243 10.0.0.27 - - [2026-03-23 02:41:24] "POST /neutron/network HTTP/1.1" 200 1013 0.010657 10.0.0.27 - - [2026-03-23 02:41:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001087 10.0.0.27 - - [2026-03-23 02:41:24] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005194 10.0.0.27 - - [2026-03-23 02:41:24] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005693 10.0.0.27 - - [2026-03-23 02:41:24] "POST /neutron/subnet HTTP/1.1" 200 719 0.008311 10.0.0.27 - - [2026-03-23 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.23 - - [2026-03-23 02:41:24] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000924 10.0.0.27 - - [2026-03-23 02:41:24] "GET /project/795eb2f7-b712-4597-8892-0bb448d551b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.038708 10.0.0.23 - - [2026-03-23 02:41:24] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001169 10.0.0.27 - - [2026-03-23 02:41:24] "POST /neutron/network HTTP/1.1" 200 613 0.133932 10.0.0.23 - - [2026-03-23 02:41:25] "POST /route-targets HTTP/1.1" 200 327 0.013181 10.0.0.27 - - [2026-03-23 02:41:25] "POST /neutron/network HTTP/1.1" 200 1014 0.011799 10.0.0.27 - - [2026-03-23 02:41:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001063 10.0.0.27 - - [2026-03-23 02:41:25] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004686 10.0.0.27 - - [2026-03-23 02:41:25] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006390 10.0.0.27 - - [2026-03-23 02:41:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.010394 10.0.0.27 - - [2026-03-23 02:41:25] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005139 10.0.0.50 - - [2026-03-23 02:41:26] "GET /obj-perms HTTP/1.1" 200 5042 0.060843 10.0.0.23 - - [2026-03-23 02:41:27] "GET /obj-perms HTTP/1.1" 200 5042 0.062321 10.0.0.27 - - [2026-03-23 02:41:27] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005640 10.0.0.27 - - [2026-03-23 02:41:28] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004999 10.0.0.27 - - [2026-03-23 02:41:28] "GET /obj-perms HTTP/1.1" 200 5042 0.073629 10.0.0.27 - - [2026-03-23 02:41:28] "POST /fqname-to-id HTTP/1.1" 404 224 0.003352 10.0.0.27 - - [2026-03-23 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.23 - - [2026-03-23 02:41:28] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000873 10.0.0.27 - - [2026-03-23 02:41:28] "GET /project/795eb2f7-b712-4597-8892-0bb448d551b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.047141 10.0.0.27 - - [2026-03-23 02:41:28] "POST /network-policys HTTP/1.1" 200 559 0.026983 10.0.0.27 - - [2026-03-23 02:41:28] "GET /network-policy/cf82a5e9-976f-418a-8428-0cbe4453b3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.005676 10.0.0.27 - - [2026-03-23 02:41:28] "POST /fqname-to-id HTTP/1.1" 404 224 0.002381 10.0.0.27 - - [2026-03-23 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.23 - - [2026-03-23 02:41:29] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000855 10.0.0.27 - - [2026-03-23 02:41:29] "GET /project/795eb2f7-b712-4597-8892-0bb448d551b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.035155 10.0.0.27 - - [2026-03-23 02:41:29] "POST /network-policys HTTP/1.1" 200 559 0.025565 10.0.0.27 - - [2026-03-23 02:41:29] "GET /network-policy/154ff3dc-cdd3-407d-964b-93d84f646923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.005861 10.0.0.27 - - [2026-03-23 02:41:29] "POST /fqname-to-id HTTP/1.1" 404 224 0.002111 10.0.0.27 - - [2026-03-23 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.23 - - [2026-03-23 02:41:29] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000922 10.0.0.27 - - [2026-03-23 02:41:29] "GET /project/795eb2f7-b712-4597-8892-0bb448d551b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.035367 10.0.0.27 - - [2026-03-23 02:41:29] "POST /network-policys HTTP/1.1" 200 559 0.025320 10.0.0.27 - - [2026-03-23 02:41:29] "GET /network-policy/986bdaac-40e7-44f1-aea4-e748d00df42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.005357 10.0.0.23 - - [2026-03-23 02:41:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.005040 10.0.0.27 - - [2026-03-23 02:41:29] "POST /neutron/network HTTP/1.1" 200 1198 0.090282 10.0.0.27 - - [2026-03-23 02:41:29] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005536 10.0.0.27 - - [2026-03-23 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.23 - - [2026-03-23 02:41:29] "POST /access-control-lists HTTP/1.1" 200 597 0.099466 10.0.0.27 - - [2026-03-23 02:41:29] "GET /network-policy/154ff3dc-cdd3-407d-964b-93d84f646923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.006773 10.0.0.27 - - [2026-03-23 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.27 - - [2026-03-23 02:41:29] "GET /network-policy/cf82a5e9-976f-418a-8428-0cbe4453b3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.004120 10.0.0.27 - - [2026-03-23 02:41:30] "POST /neutron/network HTTP/1.1" 200 1111 0.104084 10.0.0.27 - - [2026-03-23 02:41:30] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005119 10.0.0.27 - - [2026-03-23 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.23 - - [2026-03-23 02:41:30] "POST /ref-update HTTP/1.1" 200 156 0.031230 10.0.0.27 - - [2026-03-23 02:41:30] "GET /network-policy/986bdaac-40e7-44f1-aea4-e748d00df42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.009753 10.0.0.27 - - [2026-03-23 02:41:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.000973 10.0.0.23 - - [2026-03-23 02:41:31] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001232 10.0.0.27 - - [2026-03-23 02:41:31] "GET /project/795eb2f7-b712-4597-8892-0bb448d551b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.071536 10.0.0.27 - - [2026-03-23 02:41:31] "POST /neutron/network HTTP/1.1" 200 1198 0.040781 10.0.0.27 - - [2026-03-23 02:41:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001207 10.0.0.23 - - [2026-03-23 02:41:31] "DELETE /project/25c6c1a1-524b-41e1-82d9-608178da7a11 HTTP/1.1" 404 177 0.004417 10.0.0.23 - - [2026-03-23 02:41:31] "DELETE /project/795eb2f7b712459788920bb448d551b3 HTTP/1.1" 404 173 0.004006 10.0.0.27 - - [2026-03-23 02:41:31] "POST /neutron/port HTTP/1.1" 200 117 0.007057 10.0.0.23 - - [2026-03-23 02:41:32] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001064 10.0.0.27 - - [2026-03-23 02:41:32] "POST /neutron/port HTTP/1.1" 200 1173 0.354615 10.0.0.27 - - [2026-03-23 02:41:32] "POST /neutron/port HTTP/1.1" 200 1227 0.149857 10.0.0.23 - - [2026-03-23 02:41:32] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001021 10.0.0.27 - - [2026-03-23 02:41:32] "GET /project/795eb2f7-b712-4597-8892-0bb448d551b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.099230 10.0.0.27 - - [2026-03-23 02:41:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004453 10.0.0.27 - - [2026-03-23 02:41:32] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.27 - - [2026-03-23 02:41:33] "POST /neutron/port HTTP/1.1" 200 1237 0.036308 10.0.0.27 - - [2026-03-23 02:41:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001686 10.0.0.27 - - [2026-03-23 02:41:33] "POST /neutron/port HTTP/1.1" 200 1237 0.020765 10.0.0.27 - - [2026-03-23 02:41:33] "POST /neutron/network HTTP/1.1" 200 1121 0.006795 10.0.0.27 - - [2026-03-23 02:41:34] "POST /neutron/port HTTP/1.1" 200 1172 0.018960 10.0.0.23 - - [2026-03-23 02:41:34] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000930 10.0.0.27 - - [2026-03-23 02:41:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005636 10.0.0.27 - - [2026-03-23 02:41:34] "GET /project/795eb2f7-b712-4597-8892-0bb448d551b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.105456 10.0.0.27 - - [2026-03-23 02:41:34] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015184 10.0.0.27 - - [2026-03-23 02:41:34] "POST /neutron/network HTTP/1.1" 200 1111 0.008570 10.0.0.27 - - [2026-03-23 02:41:34] "POST /neutron/port HTTP/1.1" 200 117 0.005883 10.0.0.27 - - [2026-03-23 02:41:35] "POST /neutron/port HTTP/1.1" 200 1237 0.019239 10.0.0.27 - - [2026-03-23 02:41:35] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006600 10.0.0.27 - - [2026-03-23 02:41:35] "GET /virtual-machine/b9118f5e-0ff5-4f6f-95ff-b4e78f48232d HTTP/1.1" 401 292 0.000379 10.0.0.27 - - [2026-03-23 02:41:35] "POST /neutron/network HTTP/1.1" 200 1024 0.006035 10.0.0.27 - - [2026-03-23 02:41:35] "GET /virtual-machine/b9118f5e-0ff5-4f6f-95ff-b4e78f48232d HTTP/1.1" 200 1299 0.070191 10.0.0.27 - - [2026-03-23 02:41:35] "GET /virtual-machine/b9118f5e-0ff5-4f6f-95ff-b4e78f48232d HTTP/1.1" 200 1299 0.003216 10.0.0.27 - - [2026-03-23 02:41:35] "GET /virtual-machine-interface/2e4f5405-735a-4ca0-b0e1-af1f9eb7edf7 HTTP/1.1" 200 3167 0.004096 10.0.0.27 - - [2026-03-23 02:41:35] "GET /virtual-machine/b9118f5e-0ff5-4f6f-95ff-b4e78f48232d HTTP/1.1" 200 1299 0.005773 10.0.0.27 - - [2026-03-23 02:41:35] "GET /virtual-machine-interface/2e4f5405-735a-4ca0-b0e1-af1f9eb7edf7 HTTP/1.1" 200 3167 0.004791 10.0.0.27 - - [2026-03-23 02:41:35] "GET /instance-ip/8e9e49e6-c9e6-41ca-a6a5-561585c91ab1 HTTP/1.1" 200 1634 0.005053 10.0.0.27 - - [2026-03-23 02:41:35] "GET /instance-ip/a2e1d463-c056-48d8-b7fd-428d17f49270 HTTP/1.1" 200 1654 0.008176 10.0.0.27 - - [2026-03-23 02:41:35] "GET /virtual-machine/b9118f5e-0ff5-4f6f-95ff-b4e78f48232d HTTP/1.1" 200 1299 0.004887 10.0.0.27 - - [2026-03-23 02:41:35] "GET /virtual-machine-interface/2e4f5405-735a-4ca0-b0e1-af1f9eb7edf7 HTTP/1.1" 200 3167 0.011739 10.0.0.27 - - [2026-03-23 02:41:35] "GET /instance-ip/8e9e49e6-c9e6-41ca-a6a5-561585c91ab1 HTTP/1.1" 200 1634 0.003058 10.0.0.27 - - [2026-03-23 02:41:35] "GET /instance-ip/a2e1d463-c056-48d8-b7fd-428d17f49270 HTTP/1.1" 200 1654 0.002975 10.0.0.27 - - [2026-03-23 02:41:35] "POST /neutron/port HTTP/1.1" 200 1173 0.017169 10.0.0.27 - - [2026-03-23 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.27 - - [2026-03-23 02:41:36] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004938 10.0.0.27 - - [2026-03-23 02:41:36] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003565 10.0.0.27 - - [2026-03-23 02:41:36] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.004717 10.0.0.27 - - [2026-03-23 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.27 - - [2026-03-23 02:41:36] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003321 10.0.0.27 - - [2026-03-23 02:41:36] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002310 10.0.0.27 - - [2026-03-23 02:41:36] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005097 10.0.0.27 - - [2026-03-23 02:41:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003601 10.0.0.27 - - [2026-03-23 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.27 - - [2026-03-23 02:41:36] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003003 10.0.0.27 - - [2026-03-23 02:41:36] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002753 10.0.0.27 - - [2026-03-23 02:41:36] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007739 10.0.0.27 - - [2026-03-23 02:41:36] "POST /neutron/port HTTP/1.1" 200 117 0.000786 10.0.0.27 - - [2026-03-23 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809 10.0.0.27 - - [2026-03-23 02:41:36] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003661 10.0.0.27 - - [2026-03-23 02:41:36] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003093 10.0.0.27 - - [2026-03-23 02:41:36] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006782 10.0.0.27 - - [2026-03-23 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.27 - - [2026-03-23 02:41:36] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004466 10.0.0.27 - - [2026-03-23 02:41:36] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003827 10.0.0.27 - - [2026-03-23 02:41:36] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006847 10.0.0.27 - - [2026-03-23 02:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.27 - - [2026-03-23 02:41:39] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006407 10.0.0.27 - - [2026-03-23 02:41:40] "POST /neutron/port HTTP/1.1" 200 1236 0.018605 10.0.0.27 - - [2026-03-23 02:41:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003699 10.0.0.27 - - [2026-03-23 02:41:40] "POST /neutron/port HTTP/1.1" 200 117 0.000993 10.0.0.27 - - [2026-03-23 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.27 - - [2026-03-23 02:41:43] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005072 10.0.0.50 - - [2026-03-23 02:41:47] "GET /obj-perms HTTP/1.1" 200 5056 0.079150 10.0.0.27 - - [2026-03-23 02:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.27 - - [2026-03-23 02:41:47] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005908 10.0.0.27 - - [2026-03-23 02:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.27 - - [2026-03-23 02:41:52] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.004590 10.0.0.27 - - [2026-03-23 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.27 - - [2026-03-23 02:41:56] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005080 10.0.0.27 - - [2026-03-23 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.27 - - [2026-03-23 02:42:00] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005354 10.0.0.27 - - [2026-03-23 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.27 - - [2026-03-23 02:42:04] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.004537 10.0.0.27 - - [2026-03-23 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.27 - - [2026-03-23 02:42:08] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.004620 10.0.0.27 - - [2026-03-23 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.27 - - [2026-03-23 02:42:12] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006270 10.0.0.27 - - [2026-03-23 02:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.27 - - [2026-03-23 02:42:16] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.004726 10.0.0.27 - - [2026-03-23 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.27 - - [2026-03-23 02:42:20] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005043 10.0.0.27 - - [2026-03-23 02:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.27 - - [2026-03-23 02:42:22] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003587 10.0.0.27 - - [2026-03-23 02:42:22] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002799 10.0.0.27 - - [2026-03-23 02:42:22] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005239 10.0.0.27 - - [2026-03-23 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.27 - - [2026-03-23 02:42:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003336 10.0.0.27 - - [2026-03-23 02:42:23] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003394 10.0.0.27 - - [2026-03-23 02:42:23] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005688 10.0.0.27 - - [2026-03-23 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.27 - - [2026-03-23 02:42:23] "GET /routing-instance/f822c1b1-4f3e-4d42-986a-120fc24ba354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004575 10.0.0.27 - - [2026-03-23 02:42:23] "GET /route-target/1b2db432-cce6-4cbf-890d-6a307c12ca63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003532 10.0.0.27 - - [2026-03-23 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.27 - - [2026-03-23 02:42:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003137 10.0.0.27 - - [2026-03-23 02:42:23] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002798 10.0.0.27 - - [2026-03-23 02:42:23] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.004896 10.0.0.27 - - [2026-03-23 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.27 - - [2026-03-23 02:42:23] "GET /routing-instance/f822c1b1-4f3e-4d42-986a-120fc24ba354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004044 10.0.0.27 - - [2026-03-23 02:42:23] "GET /route-target/1b2db432-cce6-4cbf-890d-6a307c12ca63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.002923 10.0.0.27 - - [2026-03-23 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.27 - - [2026-03-23 02:42:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003818 10.0.0.27 - - [2026-03-23 02:42:23] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003366 10.0.0.27 - - [2026-03-23 02:42:23] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005121 10.0.0.27 - - [2026-03-23 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.27 - - [2026-03-23 02:42:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003942 10.0.0.27 - - [2026-03-23 02:42:23] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002865 10.0.0.27 - - [2026-03-23 02:42:23] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007065 10.0.0.27 - - [2026-03-23 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.27 - - [2026-03-23 02:42:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003931 10.0.0.27 - - [2026-03-23 02:42:23] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003572 10.0.0.27 - - [2026-03-23 02:42:23] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005189 10.0.0.27 - - [2026-03-23 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.27 - - [2026-03-23 02:42:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004112 10.0.0.27 - - [2026-03-23 02:42:23] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003063 10.0.0.27 - - [2026-03-23 02:42:23] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005296 10.0.0.23 - - [2026-03-23 02:42:23] "GET /obj-perms HTTP/1.1" 200 5042 0.003887 10.0.0.27 - - [2026-03-23 02:42:24] "GET /obj-perms HTTP/1.1" 200 5042 0.003599 10.0.0.27 - - [2026-03-23 02:42:24] "GET /obj-perms HTTP/1.1" 200 5042 0.003252 10.0.0.27 - - [2026-03-23 02:42:24] "GET /obj-perms HTTP/1.1" 200 5042 0.003601 10.0.0.23 - - [2026-03-23 02:42:24] "GET /obj-perms HTTP/1.1" 200 5042 0.003905 10.0.0.27 - - [2026-03-23 02:42:24] "POST /neutron/port HTTP/1.1" 200 1236 0.015111 10.0.0.27 - - [2026-03-23 02:42:24] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006087 10.0.0.27 - - [2026-03-23 02:42:24] "POST /neutron/port HTTP/1.1" 200 1236 0.016150 10.0.0.27 - - [2026-03-23 02:42:24] "GET /virtual-machine/2b20e41b-930e-4120-9a1b-a1bfd8c6aee7 HTTP/1.1" 200 1298 0.006765 10.0.0.27 - - [2026-03-23 02:42:24] "GET /virtual-machine/2b20e41b-930e-4120-9a1b-a1bfd8c6aee7 HTTP/1.1" 200 1298 0.003687 10.0.0.27 - - [2026-03-23 02:42:24] "GET /virtual-machine-interface/88a744b0-7b99-4bf6-aff7-0ff8b6bdd8d6 HTTP/1.1" 200 3167 0.004815 10.0.0.27 - - [2026-03-23 02:42:24] "GET /virtual-machine/2b20e41b-930e-4120-9a1b-a1bfd8c6aee7 HTTP/1.1" 200 1298 0.003601 10.0.0.27 - - [2026-03-23 02:42:24] "GET /virtual-machine-interface/88a744b0-7b99-4bf6-aff7-0ff8b6bdd8d6 HTTP/1.1" 200 3167 0.004603 10.0.0.27 - - [2026-03-23 02:42:24] "GET /instance-ip/0f10529f-43ec-44d3-9e1c-9772f96e18ee HTTP/1.1" 200 1653 0.005006 10.0.0.27 - - [2026-03-23 02:42:24] "GET /instance-ip/867eb4b2-7bc4-4fba-97c0-64d47d5fd90f HTTP/1.1" 200 1632 0.004515 10.0.0.27 - - [2026-03-23 02:42:24] "GET /virtual-machine/2b20e41b-930e-4120-9a1b-a1bfd8c6aee7 HTTP/1.1" 200 1298 0.003286 10.0.0.27 - - [2026-03-23 02:42:24] "GET /virtual-machine-interface/88a744b0-7b99-4bf6-aff7-0ff8b6bdd8d6 HTTP/1.1" 200 3167 0.005825 10.0.0.27 - - [2026-03-23 02:42:24] "GET /instance-ip/0f10529f-43ec-44d3-9e1c-9772f96e18ee HTTP/1.1" 200 1653 0.003694 10.0.0.27 - - [2026-03-23 02:42:24] "GET /instance-ip/867eb4b2-7bc4-4fba-97c0-64d47d5fd90f HTTP/1.1" 200 1632 0.004146 10.0.0.27 - - [2026-03-23 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.27 - - [2026-03-23 02:42:24] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.013466 10.0.0.27 - - [2026-03-23 02:42:24] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003113 10.0.0.27 - - [2026-03-23 02:42:24] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005390 10.0.0.27 - - [2026-03-23 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.27 - - [2026-03-23 02:42:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004233 10.0.0.27 - - [2026-03-23 02:42:25] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002783 10.0.0.27 - - [2026-03-23 02:42:25] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006618 10.0.0.27 - - [2026-03-23 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.27 - - [2026-03-23 02:42:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004010 10.0.0.27 - - [2026-03-23 02:42:25] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003799 10.0.0.27 - - [2026-03-23 02:42:25] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006185 10.0.0.27 - - [2026-03-23 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.27 - - [2026-03-23 02:42:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003948 10.0.0.27 - - [2026-03-23 02:42:25] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003397 10.0.0.27 - - [2026-03-23 02:42:25] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006398 10.0.0.27 - - [2026-03-23 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.27 - - [2026-03-23 02:42:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005382 10.0.0.27 - - [2026-03-23 02:42:25] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003762 10.0.0.27 - - [2026-03-23 02:42:25] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006688 10.0.0.27 - - [2026-03-23 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.27 - - [2026-03-23 02:42:26] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003257 10.0.0.27 - - [2026-03-23 02:42:26] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002491 10.0.0.27 - - [2026-03-23 02:42:26] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005600 10.0.0.27 - - [2026-03-23 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.27 - - [2026-03-23 02:42:26] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003181 10.0.0.27 - - [2026-03-23 02:42:26] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003386 10.0.0.27 - - [2026-03-23 02:42:26] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005627 10.0.0.27 - - [2026-03-23 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.27 - - [2026-03-23 02:42:26] "GET /routing-instance/d7c1db74-e018-4917-9241-625dbbe1beb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004494 10.0.0.27 - - [2026-03-23 02:42:26] "GET /route-target/027b1f06-7ef5-43d7-95f3-4e4fa049ad85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004678 10.0.0.27 - - [2026-03-23 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.27 - - [2026-03-23 02:42:27] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003693 10.0.0.27 - - [2026-03-23 02:42:27] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002728 10.0.0.27 - - [2026-03-23 02:42:27] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.004481 10.0.0.27 - - [2026-03-23 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.27 - - [2026-03-23 02:42:27] "GET /routing-instance/d7c1db74-e018-4917-9241-625dbbe1beb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.003701 10.0.0.27 - - [2026-03-23 02:42:27] "GET /route-target/027b1f06-7ef5-43d7-95f3-4e4fa049ad85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003324 10.0.0.27 - - [2026-03-23 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.27 - - [2026-03-23 02:42:27] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003705 10.0.0.27 - - [2026-03-23 02:42:27] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003193 10.0.0.27 - - [2026-03-23 02:42:27] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.014313 10.0.0.27 - - [2026-03-23 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.27 - - [2026-03-23 02:42:27] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003778 10.0.0.27 - - [2026-03-23 02:42:27] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003146 10.0.0.27 - - [2026-03-23 02:42:27] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005183 10.0.0.27 - - [2026-03-23 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.27 - - [2026-03-23 02:42:27] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003810 10.0.0.27 - - [2026-03-23 02:42:27] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003472 10.0.0.27 - - [2026-03-23 02:42:27] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.004901 10.0.0.27 - - [2026-03-23 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.27 - - [2026-03-23 02:42:27] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003749 10.0.0.27 - - [2026-03-23 02:42:27] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002543 10.0.0.27 - - [2026-03-23 02:42:27] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007181 10.0.0.27 - - [2026-03-23 02:42:27] "GET /obj-perms HTTP/1.1" 200 5042 0.002661 10.0.0.27 - - [2026-03-23 02:42:27] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007066 10.0.0.27 - - [2026-03-23 02:42:27] "GET /obj-perms HTTP/1.1" 200 5042 0.003504 10.0.0.23 - - [2026-03-23 02:42:27] "GET /obj-perms HTTP/1.1" 200 5042 0.003358 10.0.0.27 - - [2026-03-23 02:42:27] "GET /obj-perms HTTP/1.1" 200 5042 0.003640 10.0.0.27 - - [2026-03-23 02:42:28] "GET /obj-perms HTTP/1.1" 200 5042 0.004471 10.0.0.27 - - [2026-03-23 02:42:28] "POST /neutron/port HTTP/1.1" 200 1237 0.017758 10.0.0.27 - - [2026-03-23 02:42:28] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006543 10.0.0.27 - - [2026-03-23 02:42:28] "GET /virtual-machine/097a34b3-8732-4086-98b5-e0e7919863ca HTTP/1.1" 200 1297 0.005840 10.0.0.27 - - [2026-03-23 02:42:28] "GET /virtual-machine/097a34b3-8732-4086-98b5-e0e7919863ca HTTP/1.1" 200 1297 0.003238 10.0.0.27 - - [2026-03-23 02:42:28] "GET /virtual-machine-interface/15597562-05c4-4707-bc41-9a91b44f879a HTTP/1.1" 200 3167 0.004704 10.0.0.27 - - [2026-03-23 02:42:28] "GET /virtual-machine/097a34b3-8732-4086-98b5-e0e7919863ca HTTP/1.1" 200 1297 0.002698 10.0.0.27 - - [2026-03-23 02:42:28] "GET /virtual-machine-interface/15597562-05c4-4707-bc41-9a91b44f879a HTTP/1.1" 200 3167 0.004498 10.0.0.27 - - [2026-03-23 02:42:28] "GET /instance-ip/42f228f6-032a-464d-a50a-6d88186ced3f HTTP/1.1" 200 1633 0.005287 10.0.0.27 - - [2026-03-23 02:42:28] "GET /instance-ip/8a6c86d4-6c37-4f23-975c-49afca03970c HTTP/1.1" 200 1653 0.006779 10.0.0.27 - - [2026-03-23 02:42:28] "GET /virtual-machine/097a34b3-8732-4086-98b5-e0e7919863ca HTTP/1.1" 200 1297 0.002827 10.0.0.27 - - [2026-03-23 02:42:28] "GET /virtual-machine-interface/15597562-05c4-4707-bc41-9a91b44f879a HTTP/1.1" 200 3167 0.004811 10.0.0.27 - - [2026-03-23 02:42:28] "GET /instance-ip/42f228f6-032a-464d-a50a-6d88186ced3f HTTP/1.1" 200 1633 0.003479 10.0.0.27 - - [2026-03-23 02:42:28] "GET /instance-ip/8a6c86d4-6c37-4f23-975c-49afca03970c HTTP/1.1" 200 1653 0.003547 10.0.0.27 - - [2026-03-23 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.27 - - [2026-03-23 02:42:28] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003059 10.0.0.27 - - [2026-03-23 02:42:28] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003262 10.0.0.27 - - [2026-03-23 02:42:28] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006215 10.0.0.27 - - [2026-03-23 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.27 - - [2026-03-23 02:42:28] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005171 10.0.0.27 - - [2026-03-23 02:42:28] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003154 10.0.0.27 - - [2026-03-23 02:42:28] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005053 10.0.0.27 - - [2026-03-23 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.27 - - [2026-03-23 02:42:28] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003561 10.0.0.27 - - [2026-03-23 02:42:28] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003320 10.0.0.27 - - [2026-03-23 02:42:29] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005198 10.0.0.27 - - [2026-03-23 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.27 - - [2026-03-23 02:42:29] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006484 10.0.0.27 - - [2026-03-23 02:42:29] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002780 10.0.0.27 - - [2026-03-23 02:42:29] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005518 10.0.0.27 - - [2026-03-23 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.27 - - [2026-03-23 02:42:29] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004366 10.0.0.27 - - [2026-03-23 02:42:29] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002901 10.0.0.27 - - [2026-03-23 02:42:29] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004886 10.0.0.27 - - [2026-03-23 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.27 - - [2026-03-23 02:42:30] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003640 10.0.0.27 - - [2026-03-23 02:42:30] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003049 10.0.0.27 - - [2026-03-23 02:42:30] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005442 10.0.0.27 - - [2026-03-23 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.27 - - [2026-03-23 02:42:30] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004230 10.0.0.27 - - [2026-03-23 02:42:30] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003470 10.0.0.27 - - [2026-03-23 02:42:30] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006783 10.0.0.27 - - [2026-03-23 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.27 - - [2026-03-23 02:42:30] "GET /routing-instance/9bff2410-8609-493b-8078-125a8d270a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.007156 10.0.0.27 - - [2026-03-23 02:42:30] "GET /route-target/bd931c7a-7a7d-41d5-9b03-8906909b4df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004222 10.0.0.27 - - [2026-03-23 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.27 - - [2026-03-23 02:42:30] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003642 10.0.0.27 - - [2026-03-23 02:42:30] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002850 10.0.0.27 - - [2026-03-23 02:42:30] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005139 10.0.0.27 - - [2026-03-23 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.27 - - [2026-03-23 02:42:30] "GET /routing-instance/9bff2410-8609-493b-8078-125a8d270a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004520 10.0.0.27 - - [2026-03-23 02:42:31] "GET /route-target/bd931c7a-7a7d-41d5-9b03-8906909b4df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004353 10.0.0.27 - - [2026-03-23 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.27 - - [2026-03-23 02:42:31] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003980 10.0.0.27 - - [2026-03-23 02:42:31] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002985 10.0.0.27 - - [2026-03-23 02:42:31] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005629 10.0.0.27 - - [2026-03-23 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.27 - - [2026-03-23 02:42:31] "POST /neutron/port HTTP/1.1" 200 1237 0.046439 10.0.0.27 - - [2026-03-23 02:42:31] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003287 10.0.0.27 - - [2026-03-23 02:42:31] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002434 10.0.0.27 - - [2026-03-23 02:42:31] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005533 10.0.0.27 - - [2026-03-23 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.27 - - [2026-03-23 02:42:31] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003334 10.0.0.27 - - [2026-03-23 02:42:31] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002912 10.0.0.27 - - [2026-03-23 02:42:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004848 10.0.0.27 - - [2026-03-23 02:42:31] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005310 10.0.0.27 - - [2026-03-23 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.27 - - [2026-03-23 02:42:31] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.27 - - [2026-03-23 02:42:31] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003848 10.0.0.27 - - [2026-03-23 02:42:31] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005875 10.0.0.27 - - [2026-03-23 02:42:31] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005618 10.0.0.27 - - [2026-03-23 02:42:31] "GET /obj-perms HTTP/1.1" 200 5042 0.003281 10.0.0.23 - - [2026-03-23 02:42:31] "GET /obj-perms HTTP/1.1" 200 5042 0.003654 10.0.0.27 - - [2026-03-23 02:42:31] "GET /obj-perms HTTP/1.1" 200 5042 0.003590 10.0.0.27 - - [2026-03-23 02:42:31] "GET /obj-perms HTTP/1.1" 200 5042 0.004684 10.0.0.50 - - [2026-03-23 02:42:31] "GET /obj-perms HTTP/1.1" 200 5042 0.003034 10.0.0.27 - - [2026-03-23 02:42:31] "GET /virtual-machine/b9118f5e-0ff5-4f6f-95ff-b4e78f48232d HTTP/1.1" 200 1299 0.003514 10.0.0.27 - - [2026-03-23 02:42:31] "GET /virtual-machine-interface/2e4f5405-735a-4ca0-b0e1-af1f9eb7edf7 HTTP/1.1" 200 3167 0.004678 10.0.0.27 - - [2026-03-23 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.27 - - [2026-03-23 02:42:31] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003397 10.0.0.27 - - [2026-03-23 02:42:32] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003248 10.0.0.27 - - [2026-03-23 02:42:32] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.016494 10.0.0.27 - - [2026-03-23 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.27 - - [2026-03-23 02:42:33] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003381 10.0.0.27 - - [2026-03-23 02:42:33] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002466 10.0.0.27 - - [2026-03-23 02:42:33] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005900 10.0.0.27 - - [2026-03-23 02:42:33] "POST /neutron/port HTTP/1.1" 200 1237 0.024070 10.0.0.27 - - [2026-03-23 02:42:36] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007628 10.0.0.27 - - [2026-03-23 02:42:41] "POST /neutron/port HTTP/1.1" 200 1237 0.016477 10.0.0.27 - - [2026-03-23 02:42:42] "POST /neutron/port HTTP/1.1" 200 1236 0.046857 10.0.0.27 - - [2026-03-23 02:42:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004363 10.0.0.27 - - [2026-03-23 02:42:42] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.27 - - [2026-03-23 02:42:43] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006719 10.0.0.23 - - [2026-03-23 02:42:47] "GET /obj-perms HTTP/1.1" 200 5056 0.073918 10.0.0.27 - - [2026-03-23 02:42:48] "GET /virtual-machine/2b20e41b-930e-4120-9a1b-a1bfd8c6aee7 HTTP/1.1" 200 1298 0.003745 10.0.0.27 - - [2026-03-23 02:42:48] "GET /virtual-machine-interface/88a744b0-7b99-4bf6-aff7-0ff8b6bdd8d6 HTTP/1.1" 200 3167 0.005484 10.0.0.27 - - [2026-03-23 02:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.27 - - [2026-03-23 02:42:48] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003346 10.0.0.27 - - [2026-03-23 02:42:48] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002495 10.0.0.27 - - [2026-03-23 02:42:49] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007404 10.0.0.27 - - [2026-03-23 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.27 - - [2026-03-23 02:42:50] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002955 10.0.0.27 - - [2026-03-23 02:42:50] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003161 10.0.0.27 - - [2026-03-23 02:42:50] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005756 10.0.0.27 - - [2026-03-23 02:42:50] "GET /virtual-machine/097a34b3-8732-4086-98b5-e0e7919863ca HTTP/1.1" 200 1297 0.003680 10.0.0.27 - - [2026-03-23 02:42:50] "GET /virtual-machine-interface/15597562-05c4-4707-bc41-9a91b44f879a HTTP/1.1" 200 3167 0.005062 10.0.0.27 - - [2026-03-23 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.27 - - [2026-03-23 02:42:50] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003452 10.0.0.27 - - [2026-03-23 02:42:50] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004111 10.0.0.27 - - [2026-03-23 02:42:50] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007257 10.0.0.27 - - [2026-03-23 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.27 - - [2026-03-23 02:42:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003748 10.0.0.27 - - [2026-03-23 02:42:51] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002638 10.0.0.27 - - [2026-03-23 02:42:51] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004934 10.0.0.27 - - [2026-03-23 02:43:19] "GET /virtual-machine/097a34b3-8732-4086-98b5-e0e7919863ca HTTP/1.1" 200 1297 0.004027 10.0.0.27 - - [2026-03-23 02:43:20] "POST /neutron/port HTTP/1.1" 200 151 0.231652 10.0.0.27 - - [2026-03-23 02:43:21] "GET /virtual-machine/097a34b3-8732-4086-98b5-e0e7919863ca HTTP/1.1" 404 171 0.002808 10.0.0.27 - - [2026-03-23 02:43:21] "GET /virtual-machine/097a34b3-8732-4086-98b5-e0e7919863ca HTTP/1.1" 404 171 0.002733 10.0.0.27 - - [2026-03-23 02:43:21] "GET /virtual-machine/097a34b3-8732-4086-98b5-e0e7919863ca HTTP/1.1" 404 171 0.002761 10.0.0.27 - - [2026-03-23 02:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.27 - - [2026-03-23 02:43:21] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003131 10.0.0.27 - - [2026-03-23 02:43:21] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002563 10.0.0.27 - - [2026-03-23 02:43:21] "GET /virtual-network/15cda9ab-c4c4-4242-a4aa-2de801e3fa8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004655 10.0.0.27 - - [2026-03-23 02:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.27 - - [2026-03-23 02:43:21] "GET /routing-instance/9bff2410-8609-493b-8078-125a8d270a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004562 10.0.0.27 - - [2026-03-23 02:43:22] "GET /route-target/bd931c7a-7a7d-41d5-9b03-8906909b4df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003604 10.0.0.27 - - [2026-03-23 02:43:22] "GET /obj-perms HTTP/1.1" 200 5042 0.003937 10.0.0.27 - - [2026-03-23 02:43:25] "GET /obj-perms HTTP/1.1" 200 5042 0.003861 10.0.0.27 - - [2026-03-23 02:43:31] "GET /obj-perms HTTP/1.1" 200 5042 0.003504 10.0.0.27 - - [2026-03-23 02:43:34] "GET /obj-perms HTTP/1.1" 200 5042 0.003594 10.0.0.27 - - [2026-03-23 02:43:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003744 10.0.0.27 - - [2026-03-23 02:43:40] "GET /obj-perms HTTP/1.1" 200 5042 0.004333 10.0.0.27 - - [2026-03-23 02:43:40] "GET /virtual-machine/2b20e41b-930e-4120-9a1b-a1bfd8c6aee7 HTTP/1.1" 200 1298 0.004350 10.0.0.27 - - [2026-03-23 02:43:41] "POST /neutron/port HTTP/1.1" 200 151 0.212120 10.0.0.27 - - [2026-03-23 02:43:42] "GET /virtual-machine/2b20e41b-930e-4120-9a1b-a1bfd8c6aee7 HTTP/1.1" 404 171 0.002810 10.0.0.27 - - [2026-03-23 02:43:42] "GET /virtual-machine/2b20e41b-930e-4120-9a1b-a1bfd8c6aee7 HTTP/1.1" 404 171 0.004229 10.0.0.27 - - [2026-03-23 02:43:42] "GET /virtual-machine/2b20e41b-930e-4120-9a1b-a1bfd8c6aee7 HTTP/1.1" 404 171 0.002305 10.0.0.27 - - [2026-03-23 02:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.27 - - [2026-03-23 02:43:43] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004379 10.0.0.27 - - [2026-03-23 02:43:43] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003532 10.0.0.27 - - [2026-03-23 02:43:43] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006111 10.0.0.27 - - [2026-03-23 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.27 - - [2026-03-23 02:43:43] "GET /routing-instance/d7c1db74-e018-4917-9241-625dbbe1beb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004667 10.0.0.27 - - [2026-03-23 02:43:43] "GET /route-target/027b1f06-7ef5-43d7-95f3-4e4fa049ad85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004232 10.0.0.27 - - [2026-03-23 02:43:46] "GET /obj-perms HTTP/1.1" 200 5042 0.004890 10.0.0.27 - - [2026-03-23 02:43:49] "GET /obj-perms HTTP/1.1" 200 5042 0.003641 10.0.0.27 - - [2026-03-23 02:43:55] "GET /obj-perms HTTP/1.1" 200 5042 0.003927 10.0.0.27 - - [2026-03-23 02:43:58] "GET /obj-perms HTTP/1.1" 200 5042 0.004015 10.0.0.27 - - [2026-03-23 02:44:04] "GET /obj-perms HTTP/1.1" 200 5042 0.004706 10.0.0.27 - - [2026-03-23 02:44:07] "GET /obj-perms HTTP/1.1" 200 5042 0.003259 10.0.0.27 - - [2026-03-23 02:44:11] "GET /obj-perms HTTP/1.1" 200 5042 0.003762 10.0.0.50 - - [2026-03-23 02:44:11] "GET /obj-perms HTTP/1.1" 200 5042 0.003509 10.0.0.23 - - [2026-03-23 02:44:11] "GET /obj-perms HTTP/1.1" 200 5042 0.003018 10.0.0.27 - - [2026-03-23 02:44:11] "GET /virtual-machine/b9118f5e-0ff5-4f6f-95ff-b4e78f48232d HTTP/1.1" 200 1299 0.004299 10.0.0.27 - - [2026-03-23 02:44:11] "POST /neutron/port HTTP/1.1" 200 151 0.225934 10.0.0.27 - - [2026-03-23 02:44:13] "GET /virtual-machine/b9118f5e-0ff5-4f6f-95ff-b4e78f48232d HTTP/1.1" 404 171 0.002852 10.0.0.27 - - [2026-03-23 02:44:13] "GET /virtual-machine/b9118f5e-0ff5-4f6f-95ff-b4e78f48232d HTTP/1.1" 404 171 0.003291 10.0.0.27 - - [2026-03-23 02:44:13] "GET /virtual-machine/b9118f5e-0ff5-4f6f-95ff-b4e78f48232d HTTP/1.1" 404 171 0.002608 10.0.0.27 - - [2026-03-23 02:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.27 - - [2026-03-23 02:44:13] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003868 10.0.0.27 - - [2026-03-23 02:44:13] "GET /virtual-networks?parent_id=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003427 10.0.0.27 - - [2026-03-23 02:44:13] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005072 10.0.0.27 - - [2026-03-23 02:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.27 - - [2026-03-23 02:44:13] "GET /routing-instance/f822c1b1-4f3e-4d42-986a-120fc24ba354?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004031 10.0.0.27 - - [2026-03-23 02:44:13] "GET /route-target/1b2db432-cce6-4cbf-890d-6a307c12ca63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003886 10.0.0.27 - - [2026-03-23 02:44:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004389 10.0.0.27 - - [2026-03-23 02:44:19] "GET /obj-perms HTTP/1.1" 200 5042 0.004037 10.0.0.27 - - [2026-03-23 02:44:22] "GET /obj-perms HTTP/1.1" 200 5042 0.003278 10.0.0.27 - - [2026-03-23 02:44:29] "GET /obj-perms HTTP/1.1" 200 5042 0.003703 10.0.0.27 - - [2026-03-23 02:44:32] "GET /obj-perms HTTP/1.1" 200 5042 0.004215 10.0.0.27 - - [2026-03-23 02:44:38] "GET /obj-perms HTTP/1.1" 200 5042 0.003577 10.0.0.27 - - [2026-03-23 02:44:38] "GET /obj-perms HTTP/1.1" 200 5042 0.003433 10.0.0.27 - - [2026-03-23 02:44:38] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005181 10.0.0.23 - - [2026-03-23 02:44:38] "DELETE /access-control-list/b67652dc-a607-4544-8559-3aba2dec7183 HTTP/1.1" 200 115 0.031697 10.0.0.27 - - [2026-03-23 02:44:38] "POST /neutron/network HTTP/1.1" 200 1013 0.013999 10.0.0.27 - - [2026-03-23 02:44:38] "GET /virtual-network/716a3451-38a6-483a-894d-009ae6af7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005318 10.0.0.27 - - [2026-03-23 02:44:38] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005253 10.0.0.23 - - [2026-03-23 02:44:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.003216 10.0.0.27 - - [2026-03-23 02:44:39] "POST /neutron/network HTTP/1.1" 200 1014 0.009346 10.0.0.27 - - [2026-03-23 02:44:39] "GET /virtual-network/10a5bc7c-cae0-46f6-9496-02eb8feb5a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005808 10.0.0.27 - - [2026-03-23 02:44:39] "DELETE /network-policy/986bdaac-40e7-44f1-aea4-e748d00df42b HTTP/1.1" 200 115 0.048306 10.0.0.27 - - [2026-03-23 02:44:39] "DELETE /network-policy/154ff3dc-cdd3-407d-964b-93d84f646923 HTTP/1.1" 200 115 0.049622 10.0.0.27 - - [2026-03-23 02:44:39] "DELETE /network-policy/cf82a5e9-976f-418a-8428-0cbe4453b3c0 HTTP/1.1" 200 115 0.065023 10.0.0.23 - - [2026-03-23 02:44:39] "POST /ref-update HTTP/1.1" 200 156 0.034689 10.0.0.23 - - [2026-03-23 02:44:39] "DELETE /route-target/bd931c7a-7a7d-41d5-9b03-8906909b4df8 HTTP/1.1" 200 115 0.025011 10.0.0.27 - - [2026-03-23 02:44:39] "POST /neutron/network HTTP/1.1" 200 1013 0.008200 10.0.0.23 - - [2026-03-23 02:44:40] "POST /useragent-kv HTTP/1.1" 200 115 0.009772 10.0.0.23 - - [2026-03-23 02:44:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002109 10.0.0.23 - - [2026-03-23 02:44:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002989 10.0.0.23 - - [2026-03-23 02:44:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002340 10.0.0.23 - - [2026-03-23 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006597 10.0.0.27 - - [2026-03-23 02:44:40] "POST /neutron/network HTTP/1.1" 200 151 0.129997 10.0.0.27 - - [2026-03-23 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.27 - - [2026-03-23 02:44:40] "DELETE /network-ipam/cbaee1ca-083c-48a5-ae49-70dd17049eab HTTP/1.1" 200 115 0.029034 10.0.0.27 - - [2026-03-23 02:44:40] "POST /fqname-to-id HTTP/1.1" 404 203 0.003425 10.0.0.27 - - [2026-03-23 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.27 - - [2026-03-23 02:44:40] "DELETE /network-ipam/b0842ff9-8f4c-4929-964c-e42bc7efed57 HTTP/1.1" 200 115 0.030577 10.0.0.27 - - [2026-03-23 02:44:40] "POST /fqname-to-id HTTP/1.1" 404 203 0.004163 10.0.0.27 - - [2026-03-23 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.27 - - [2026-03-23 02:44:40] "DELETE /network-ipam/d0d9951d-2464-48ef-a0d6-7fe847df000c HTTP/1.1" 200 115 0.039364 10.0.0.27 - - [2026-03-23 02:44:40] "POST /fqname-to-id HTTP/1.1" 404 203 0.002589 10.0.0.23 - - [2026-03-23 02:44:43] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000856 10.0.0.27 - - [2026-03-23 02:44:43] "GET /project/795eb2f7-b712-4597-8892-0bb448d551b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.040308 10.0.0.23 - - [2026-03-23 02:44:43] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000890 10.0.0.27 - - [2026-03-23 02:44:43] "GET /project/795eb2f7-b712-4597-8892-0bb448d551b3?fields=virtual_networks HTTP/1.1" 200 1042 0.039463 10.0.0.23 - - [2026-03-23 02:44:43] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000928 10.0.0.27 - - [2026-03-23 02:44:43] "GET /project/795eb2f7-b712-4597-8892-0bb448d551b3?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.030480 10.0.0.23 - - [2026-03-23 02:44:43] "GET /projects?obj_uuids=795eb2f7-b712-4597-8892-0bb448d551b3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001183 10.0.0.27 - - [2026-03-23 02:44:43] "GET /project/795eb2f7-b712-4597-8892-0bb448d551b3?fields=security_groups HTTP/1.1" 200 1274 0.044399 10.0.0.27 - - [2026-03-23 02:44:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.035270 10.0.0.23 - - [2026-03-23 02:44:44] "GET /projects?obj_uuids=9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002954 10.0.0.23 - - [2026-03-23 02:44:44] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.23 - - [2026-03-23 02:44:44] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006499 10.0.0.23 - - [2026-03-23 02:44:45] "POST /id-to-fqname HTTP/1.1" 200 192 0.004246 10.0.0.23 - - [2026-03-23 02:44:45] "POST /fqname-to-id HTTP/1.1" 404 201 0.003814 10.0.0.23 - - [2026-03-23 02:44:45] "POST /security-groups HTTP/1.1" 200 593 0.093449 10.0.0.23 - - [2026-03-23 02:44:45] "POST /projects HTTP/1.1" 200 589 0.285791 10.0.0.23 - - [2026-03-23 02:44:45] "POST /access-control-lists HTTP/1.1" 200 598 0.023991 10.0.0.23 - - [2026-03-23 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.364793 10.0.0.27 - - [2026-03-23 02:44:45] "GET /project/9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.501490 10.0.0.27 - - [2026-03-23 02:44:46] "GET / HTTP/1.1" 200 35931 0.001340 10.0.0.27 - - [2026-03-23 02:44:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2026-03-23 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.074258 10.0.0.23 - - [2026-03-23 02:44:48] "GET /projects?obj_uuids=9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000868 10.0.0.27 - - [2026-03-23 02:44:48] "GET /project/9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.033659 10.0.0.23 - - [2026-03-23 02:44:49] "POST /route-targets HTTP/1.1" 200 327 0.012194 10.0.0.23 - - [2026-03-23 02:44:49] "POST /useragent-kv HTTP/1.1" 200 115 0.008135 10.0.0.27 - - [2026-03-23 02:44:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.567392 10.0.0.27 - - [2026-03-23 02:44:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001197 10.0.0.27 - - [2026-03-23 02:44:50] "GET /virtual-network/6f830d04-4b46-4e18-ba42-49c1d2e0eb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005552 10.0.0.27 - - [2026-03-23 02:44:50] "GET /virtual-network/6f830d04-4b46-4e18-ba42-49c1d2e0eb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005345 10.0.0.27 - - [2026-03-23 02:44:50] "POST /neutron/network HTTP/1.1" 200 826 0.005826 10.0.0.27 - - [2026-03-23 02:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.23 - - [2026-03-23 02:44:50] "GET /projects?obj_uuids=9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000756 10.0.0.27 - - [2026-03-23 02:44:50] "GET /project/9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.048139 10.0.0.23 - - [2026-03-23 02:44:50] "GET /projects?obj_uuids=9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000869 10.0.0.27 - - [2026-03-23 02:44:50] "POST /neutron/network HTTP/1.1" 200 607 0.131522 10.0.0.23 - - [2026-03-23 02:44:50] "POST /ref-update HTTP/1.1" 200 156 0.026172 10.0.0.27 - - [2026-03-23 02:44:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.003159 10.0.0.27 - - [2026-03-23 02:44:50] "GET /virtual-network/d7def582-d067-46c5-a820-3cd9e29b69ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004825 10.0.0.27 - - [2026-03-23 02:44:50] "POST /neutron/network HTTP/1.1" 200 825 0.005100 10.0.0.27 - - [2026-03-23 02:44:50] "GET /virtual-network/d7def582-d067-46c5-a820-3cd9e29b69ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.012624 10.0.0.27 - - [2026-03-23 02:44:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.002875 10.0.0.27 - - [2026-03-23 02:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.23 - - [2026-03-23 02:44:50] "GET /projects?obj_uuids=9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000776 10.0.0.27 - - [2026-03-23 02:44:50] "GET /project/9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.038418 10.0.0.27 - - [2026-03-23 02:44:50] "POST /network-policys HTTP/1.1" 200 571 0.024291 10.0.0.27 - - [2026-03-23 02:44:50] "GET /network-policy/b220d938-1d24-4f35-9684-bbb6e9e7d0f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005265 10.0.0.27 - - [2026-03-23 02:44:50] "POST /neutron/network HTTP/1.1" 200 826 0.006370 10.0.0.27 - - [2026-03-23 02:44:51] "GET /virtual-network/6f830d04-4b46-4e18-ba42-49c1d2e0eb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.020076 10.0.0.27 - - [2026-03-23 02:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008065 10.0.0.27 - - [2026-03-23 02:44:51] "GET /network-policy/b220d938-1d24-4f35-9684-bbb6e9e7d0f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003230 10.0.0.27 - - [2026-03-23 02:44:51] "POST /neutron/network HTTP/1.1" 200 825 0.005839 10.0.0.23 - - [2026-03-23 02:44:51] "PUT /access-control-list/bb2e05af-108f-467d-a166-5d54e5b28b19 HTTP/1.1" 200 272 0.055208 10.0.0.27 - - [2026-03-23 02:44:51] "GET /virtual-network/d7def582-d067-46c5-a820-3cd9e29b69ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006387 10.0.0.27 - - [2026-03-23 02:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.23 - - [2026-03-23 02:44:51] "POST /ref-update HTTP/1.1" 200 156 0.013831 10.0.0.27 - - [2026-03-23 02:44:51] "GET /network-policy/b220d938-1d24-4f35-9684-bbb6e9e7d0f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005837 10.0.0.27 - - [2026-03-23 02:44:51] "GET /virtual-network/6f830d04-4b46-4e18-ba42-49c1d2e0eb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004822 10.0.0.50 - - [2026-03-23 02:44:52] "GET /obj-perms HTTP/1.1" 200 5034 0.076070 10.0.0.27 - - [2026-03-23 02:44:53] "GET /virtual-network/d7def582-d067-46c5-a820-3cd9e29b69ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006256 10.0.0.27 - - [2026-03-23 02:44:53] "GET /obj-perms HTTP/1.1" 200 5034 0.056715 10.0.0.23 - - [2026-03-23 02:44:53] "GET /obj-perms HTTP/1.1" 200 5034 0.060121 10.0.0.27 - - [2026-03-23 02:44:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001256 10.0.0.27 - - [2026-03-23 02:44:54] "POST /neutron/network HTTP/1.1" 200 938 0.007460 10.0.0.23 - - [2026-03-23 02:44:54] "GET /projects?obj_uuids=9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000878 10.0.0.27 - - [2026-03-23 02:44:54] "GET /project/9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.068915 10.0.0.27 - - [2026-03-23 02:44:55] "POST /neutron/port HTTP/1.1" 200 117 0.005510 10.0.0.27 - - [2026-03-23 02:44:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001059 10.0.0.27 - - [2026-03-23 02:44:55] "POST /neutron/network HTTP/1.1" 200 938 0.006277 10.0.0.27 - - [2026-03-23 02:44:56] "POST /neutron/port HTTP/1.1" 200 1062 0.015303 10.0.0.23 - - [2026-03-23 02:44:56] "GET /projects?obj_uuids=9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000903 10.0.0.27 - - [2026-03-23 02:44:56] "GET /project/9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.092322 10.0.0.27 - - [2026-03-23 02:44:56] "POST /neutron/network HTTP/1.1" 200 927 0.017419 10.0.0.27 - - [2026-03-23 02:44:56] "POST /neutron/port HTTP/1.1" 200 117 0.000989 10.0.0.27 - - [2026-03-23 02:44:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006732 10.0.0.27 - - [2026-03-23 02:44:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005738 10.0.0.27 - - [2026-03-23 02:44:57] "POST /neutron/port HTTP/1.1" 200 1061 0.014755 10.0.0.27 - - [2026-03-23 02:44:57] "POST /neutron/port HTTP/1.1" 200 1125 0.017444 10.0.0.27 - - [2026-03-23 02:44:57] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.27 - - [2026-03-23 02:45:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010350 10.0.0.27 - - [2026-03-23 02:45:02] "POST /neutron/port HTTP/1.1" 200 1126 0.032298 10.0.0.27 - - [2026-03-23 02:45:02] "GET /virtual-machine/b9d0eab0-d5e6-4c37-a3f0-a3f38a104a16 HTTP/1.1" 401 292 0.000355 10.0.0.27 - - [2026-03-23 02:45:02] "GET /virtual-machine/b9d0eab0-d5e6-4c37-a3f0-a3f38a104a16 HTTP/1.1" 200 1295 0.042577 10.0.0.27 - - [2026-03-23 02:45:02] "GET /virtual-machine-interface/13e1c154-48e9-4b2d-a5d2-181b42db79ed HTTP/1.1" 200 2950 0.005445 10.0.0.27 - - [2026-03-23 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.27 - - [2026-03-23 02:45:02] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003476 10.0.0.27 - - [2026-03-23 02:45:02] "GET /virtual-networks?parent_id=9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005162 10.0.0.27 - - [2026-03-23 02:45:02] "GET /virtual-network/6f830d04-4b46-4e18-ba42-49c1d2e0eb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005486 10.0.0.27 - - [2026-03-23 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.27 - - [2026-03-23 02:45:05] "GET /virtual-network/6f830d04-4b46-4e18-ba42-49c1d2e0eb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007252 10.0.0.27 - - [2026-03-23 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.27 - - [2026-03-23 02:45:09] "GET /virtual-network/6f830d04-4b46-4e18-ba42-49c1d2e0eb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006101 10.0.0.27 - - [2026-03-23 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.27 - - [2026-03-23 02:45:13] "GET /virtual-network/6f830d04-4b46-4e18-ba42-49c1d2e0eb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004860 10.0.0.27 - - [2026-03-23 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.27 - - [2026-03-23 02:45:17] "GET /virtual-network/6f830d04-4b46-4e18-ba42-49c1d2e0eb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005609 10.0.0.23 - - [2026-03-23 02:45:19] "DELETE /access-control-list/7f7fc86f-759d-4b2f-b327-68944902ef81 HTTP/1.1" 200 115 0.077731 10.0.0.27 - - [2026-03-23 02:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.27 - - [2026-03-23 02:45:22] "GET /virtual-network/6f830d04-4b46-4e18-ba42-49c1d2e0eb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004935 10.0.0.27 - - [2026-03-23 02:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.27 - - [2026-03-23 02:45:26] "GET /virtual-network/6f830d04-4b46-4e18-ba42-49c1d2e0eb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004917 10.0.0.27 - - [2026-03-23 02:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.27 - - [2026-03-23 02:45:30] "GET /virtual-network/6f830d04-4b46-4e18-ba42-49c1d2e0eb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004585 10.0.0.23 - - [2026-03-23 02:45:31] "DELETE /project/9e5cfdef684b44aba7f413a63f7b2eb4 HTTP/1.1" 404 173 0.004272 10.0.0.23 - - [2026-03-23 02:45:31] "DELETE /project/795eb2f7-b712-4597-8892-0bb448d551b3 HTTP/1.1" 404 177 0.003574 10.0.0.27 - - [2026-03-23 02:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.27 - - [2026-03-23 02:45:34] "GET /virtual-network/6f830d04-4b46-4e18-ba42-49c1d2e0eb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.016883 10.0.0.50 - - [2026-03-23 02:45:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.50 - - [2026-03-23 02:45:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.27 - - [2026-03-23 02:45:35] "POST /neutron/port HTTP/1.1" 200 1126 0.015381 10.0.0.27 - - [2026-03-23 02:45:35] "POST /neutron/subnet HTTP/1.1" 200 699 0.011574 10.0.0.23 - - [2026-03-23 02:45:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.23 - - [2026-03-23 02:45:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.23 - - [2026-03-23 02:45:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2026-03-23 02:45:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.50 - - [2026-03-23 02:45:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000624 10.0.0.50 - - [2026-03-23 02:45:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.27 - - [2026-03-23 02:45:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.27 - - [2026-03-23 02:45:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.27 - - [2026-03-23 02:45:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2026-03-23 02:45:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.27 - - [2026-03-23 02:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.27 - - [2026-03-23 02:45:38] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003284 10.0.0.27 - - [2026-03-23 02:45:38] "GET /virtual-networks?parent_id=9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002897 10.0.0.27 - - [2026-03-23 02:45:38] "GET /virtual-network/6f830d04-4b46-4e18-ba42-49c1d2e0eb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004631 10.0.0.27 - - [2026-03-23 02:45:38] "POST /neutron/port HTTP/1.1" 200 1126 0.014188 10.0.0.27 - - [2026-03-23 02:45:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007881 10.0.0.27 - - [2026-03-23 02:45:46] "POST /neutron/network HTTP/1.1" 200 937 0.006243 10.0.0.27 - - [2026-03-23 02:45:46] "POST /neutron/port HTTP/1.1" 200 117 0.001329 10.0.0.27 - - [2026-03-23 02:45:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.022566 10.0.0.27 - - [2026-03-23 02:45:49] "POST /neutron/port HTTP/1.1" 200 1125 0.043225 10.0.0.27 - - [2026-03-23 02:45:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006699 10.0.0.27 - - [2026-03-23 02:45:59] "POST /neutron/port HTTP/1.1" 200 1125 0.016005 10.0.0.27 - - [2026-03-23 02:45:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006430 10.0.0.27 - - [2026-03-23 02:45:59] "GET /virtual-machine/a3b65e61-c920-44f4-bd22-b04134c88eec HTTP/1.1" 200 1295 0.005102 10.0.0.27 - - [2026-03-23 02:45:59] "GET /virtual-machine-interface/56a08916-cb72-4504-a104-b98e361ab848 HTTP/1.1" 200 2950 0.005455 10.0.0.27 - - [2026-03-23 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.27 - - [2026-03-23 02:46:00] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003231 10.0.0.27 - - [2026-03-23 02:46:00] "GET /virtual-networks?parent_id=9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003790 10.0.0.27 - - [2026-03-23 02:46:00] "GET /virtual-network/d7def582-d067-46c5-a820-3cd9e29b69ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005680 10.0.0.27 - - [2026-03-23 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.27 - - [2026-03-23 02:46:01] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003366 10.0.0.27 - - [2026-03-23 02:46:01] "GET /virtual-networks?parent_id=9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002651 10.0.0.27 - - [2026-03-23 02:46:01] "GET /virtual-network/d7def582-d067-46c5-a820-3cd9e29b69ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.008057 10.0.0.27 - - [2026-03-23 02:46:06] "POST /neutron/port HTTP/1.1" 200 1125 0.020108 10.0.0.27 - - [2026-03-23 02:46:35] "POST /neutron/port HTTP/1.1" 200 1126 0.015238 10.0.0.27 - - [2026-03-23 02:46:35] "POST /neutron/subnet HTTP/1.1" 200 699 0.007893 10.0.0.27 - - [2026-03-23 02:46:46] "POST /neutron/port HTTP/1.1" 200 1125 0.015067 10.0.0.27 - - [2026-03-23 02:46:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003989 10.0.0.27 - - [2026-03-23 02:46:46] "POST /neutron/network HTTP/1.1" 200 927 0.007006 10.0.0.27 - - [2026-03-23 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.23 - - [2026-03-23 02:47:01] "GET /projects?obj_uuids=9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.033321 10.0.0.27 - - [2026-03-23 02:47:01] "GET /project/9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.075520 10.0.0.27 - - [2026-03-23 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.27 - - [2026-03-23 02:47:01] "PUT /network-policy/b220d938-1d24-4f35-9684-bbb6e9e7d0f0 HTTP/1.1" 200 262 0.014345 10.0.0.23 - - [2026-03-23 02:47:02] "PUT /access-control-list/f94b927f-9c33-4a42-b08a-1b1e400eefbb HTTP/1.1" 200 272 0.114271 10.0.0.27 - - [2026-03-23 02:47:04] "GET /virtual-network/d7def582-d067-46c5-a820-3cd9e29b69ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006509 10.0.0.27 - - [2026-03-23 02:47:05] "POST /neutron/network HTTP/1.1" 200 825 0.023650 10.0.0.27 - - [2026-03-23 02:47:05] "GET /virtual-network/d7def582-d067-46c5-a820-3cd9e29b69ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004851 10.0.0.27 - - [2026-03-23 02:47:05] "GET /virtual-network/6f830d04-4b46-4e18-ba42-49c1d2e0eb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.008536 10.0.0.27 - - [2026-03-23 02:47:05] "POST /neutron/network HTTP/1.1" 200 826 0.009453 10.0.0.23 - - [2026-03-23 02:47:05] "DELETE /access-control-list/bb2e05af-108f-467d-a166-5d54e5b28b19 HTTP/1.1" 200 115 0.047162 10.0.0.27 - - [2026-03-23 02:47:05] "GET /virtual-network/6f830d04-4b46-4e18-ba42-49c1d2e0eb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.022707 10.0.0.27 - - [2026-03-23 02:47:05] "DELETE /network-policy/b220d938-1d24-4f35-9684-bbb6e9e7d0f0 HTTP/1.1" 200 115 0.025967 10.0.0.27 - - [2026-03-23 02:47:05] "POST /neutron/port HTTP/1.1" 200 1125 0.016077 10.0.0.27 - - [2026-03-23 02:47:05] "POST /neutron/port HTTP/1.1" 200 1126 0.018943 10.0.0.27 - - [2026-03-23 02:47:07] "POST /neutron/network HTTP/1.1" 200 825 0.006404 10.0.0.23 - - [2026-03-23 02:47:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005540 10.0.0.23 - - [2026-03-23 02:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006563 10.0.0.23 - - [2026-03-23 02:47:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.27 - - [2026-03-23 02:47:07] "POST /neutron/network HTTP/1.1" 200 151 0.134152 10.0.0.23 - - [2026-03-23 02:47:09] "GET /projects?obj_uuids=9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001312 10.0.0.27 - - [2026-03-23 02:47:09] "GET /project/9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.084164 10.0.0.23 - - [2026-03-23 02:47:09] "GET /projects?obj_uuids=9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000914 10.0.0.27 - - [2026-03-23 02:47:09] "GET /project/9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4?fields=virtual_networks HTTP/1.1" 200 1036 0.041132 10.0.0.23 - - [2026-03-23 02:47:09] "GET /projects?obj_uuids=9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001324 10.0.0.27 - - [2026-03-23 02:47:09] "GET /project/9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.037056 10.0.0.23 - - [2026-03-23 02:47:09] "GET /projects?obj_uuids=9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000889 10.0.0.27 - - [2026-03-23 02:47:09] "GET /project/9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4?fields=security_groups HTTP/1.1" 200 1264 0.039568 10.0.0.27 - - [2026-03-23 02:47:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.037593 10.0.0.23 - - [2026-03-23 02:47:10] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003025 10.0.0.23 - - [2026-03-23 02:47:10] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.23 - - [2026-03-23 02:47:10] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038885 10.0.0.23 - - [2026-03-23 02:47:10] "POST /id-to-fqname HTTP/1.1" 200 202 0.002043 10.0.0.23 - - [2026-03-23 02:47:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.005092 10.0.0.23 - - [2026-03-23 02:47:11] "POST /security-groups HTTP/1.1" 200 603 0.030876 10.0.0.23 - - [2026-03-23 02:47:11] "POST /projects HTTP/1.1" 200 609 0.223288 10.0.0.23 - - [2026-03-23 02:47:11] "POST /access-control-lists HTTP/1.1" 200 608 0.026700 10.0.0.23 - - [2026-03-23 02:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.299462 10.0.0.27 - - [2026-03-23 02:47:11] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.474059 10.0.0.27 - - [2026-03-23 02:47:12] "GET / HTTP/1.1" 200 35931 0.001483 10.0.0.27 - - [2026-03-23 02:47:15] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000396 10.0.0.23 - - [2026-03-23 02:47:16] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000875 10.0.0.27 - - [2026-03-23 02:47:16] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.072849 10.0.0.27 - - [2026-03-23 02:47:16] "GET / HTTP/1.1" 200 35931 0.001792 10.0.0.27 - - [2026-03-23 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.23 - - [2026-03-23 02:47:17] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.27 - - [2026-03-23 02:47:17] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007026 10.0.0.27 - - [2026-03-23 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.23 - - [2026-03-23 02:47:17] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001106 10.0.0.27 - - [2026-03-23 02:47:17] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047086 10.0.0.27 - - [2026-03-23 02:47:18] "GET /domains HTTP/1.1" 401 292 0.000334 10.0.0.27 - - [2026-03-23 02:47:18] "GET /domains HTTP/1.1" 200 280 0.029822 10.0.0.23 - - [2026-03-23 02:47:18] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000735 10.0.0.27 - - [2026-03-23 02:47:18] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789 HTTP/1.1" 200 2967 0.007667 10.0.0.23 - - [2026-03-23 02:47:18] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000714 10.0.0.27 - - [2026-03-23 02:47:18] "GET /project/5968966e-eb52-4cd2-a732-214990759d10 HTTP/1.1" 200 1923 0.080907 10.0.0.27 - - [2026-03-23 02:47:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004588 10.0.0.27 - - [2026-03-23 02:47:18] "POST /network-ipams HTTP/1.1" 200 621 0.032243 10.0.0.27 - - [2026-03-23 02:47:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.002910 10.0.0.27 - - [2026-03-23 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.27 - - [2026-03-23 02:47:19] "GET /network-ipam/b4ef2e08-730e-4f23-9e48-5e4ba0602e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.005730 10.0.0.27 - - [2026-03-23 02:47:19] "PUT /network-ipam/b4ef2e08-730e-4f23-9e48-5e4ba0602e3f HTTP/1.1" 200 258 0.013222 10.0.0.27 - - [2026-03-23 02:47:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.27 - - [2026-03-23 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.027187 10.0.0.23 - - [2026-03-23 02:47:19] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000844 10.0.0.27 - - [2026-03-23 02:47:19] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047917 10.0.0.23 - - [2026-03-23 02:47:20] "POST /route-targets HTTP/1.1" 200 327 0.014919 10.0.0.23 - - [2026-03-23 02:47:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004901 10.0.0.27 - - [2026-03-23 02:47:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.262350 10.0.0.23 - - [2026-03-23 02:47:20] "DELETE /access-control-list/a74df184-c87b-40ac-bc08-31e5167af193 HTTP/1.1" 200 115 0.057114 10.0.0.27 - - [2026-03-23 02:47:20] "POST /neutron/network HTTP/1.1" 200 1337 0.013093 10.0.0.27 - - [2026-03-23 02:47:20] "POST /id-to-fqname HTTP/1.1" 200 235 0.000911 10.0.0.27 - - [2026-03-23 02:47:20] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008010 10.0.0.27 - - [2026-03-23 02:47:20] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005142 10.0.0.27 - - [2026-03-23 02:47:21] "POST /neutron/subnet HTTP/1.1" 200 701 0.009860 10.0.0.27 - - [2026-03-23 02:47:21] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005755 10.0.0.50 - - [2026-03-23 02:47:22] "GET /obj-perms HTTP/1.1" 200 5019 0.062964 10.0.0.23 - - [2026-03-23 02:47:23] "GET /obj-perms HTTP/1.1" 200 5019 0.072450 10.0.0.27 - - [2026-03-23 02:47:23] "POST /fqname-to-id HTTP/1.1" 404 229 0.003606 10.0.0.27 - - [2026-03-23 02:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.23 - - [2026-03-23 02:47:23] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001351 10.0.0.27 - - [2026-03-23 02:47:23] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038880 10.0.0.27 - - [2026-03-23 02:47:23] "POST /network-policys HTTP/1.1" 200 563 0.073738 10.0.0.27 - - [2026-03-23 02:47:23] "GET /network-policy/fd7fab3a-67ea-4d19-9ec5-a9dda13b29ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006517 10.0.0.27 - - [2026-03-23 02:47:23] "POST /fqname-to-id HTTP/1.1" 404 229 0.002616 10.0.0.27 - - [2026-03-23 02:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.23 - - [2026-03-23 02:47:23] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000819 10.0.0.27 - - [2026-03-23 02:47:23] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039503 10.0.0.27 - - [2026-03-23 02:47:23] "POST /network-policys HTTP/1.1" 200 563 0.069202 10.0.0.27 - - [2026-03-23 02:47:23] "GET /network-policy/029ab122-baa5-436f-80c2-bb45dcd74ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8877 0.005777 10.0.0.27 - - [2026-03-23 02:47:23] "POST /fqname-to-id HTTP/1.1" 404 229 0.002608 10.0.0.27 - - [2026-03-23 02:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.23 - - [2026-03-23 02:47:24] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001118 10.0.0.27 - - [2026-03-23 02:47:24] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.040782 10.0.0.27 - - [2026-03-23 02:47:24] "POST /network-policys HTTP/1.1" 200 563 0.068900 10.0.0.27 - - [2026-03-23 02:47:24] "GET /network-policy/797b88ae-50a9-4162-9bc0-6397719214cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005493 10.0.0.27 - - [2026-03-23 02:47:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.002674 10.0.0.27 - - [2026-03-23 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.23 - - [2026-03-23 02:47:24] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000904 10.0.0.27 - - [2026-03-23 02:47:24] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038013 10.0.0.27 - - [2026-03-23 02:47:24] "POST /network-policys HTTP/1.1" 200 563 0.069223 10.0.0.27 - - [2026-03-23 02:47:24] "GET /network-policy/e600ad6e-7c0c-44ef-9c9a-290fe9cf5855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005603 10.0.0.27 - - [2026-03-23 02:47:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.002832 10.0.0.27 - - [2026-03-23 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.23 - - [2026-03-23 02:47:24] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000847 10.0.0.27 - - [2026-03-23 02:47:24] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046545 10.0.0.27 - - [2026-03-23 02:47:25] "POST /network-policys HTTP/1.1" 200 563 0.073984 10.0.0.27 - - [2026-03-23 02:47:25] "GET /network-policy/fa5947b3-8ff4-4ec8-af69-095088067960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005394 10.0.0.27 - - [2026-03-23 02:47:25] "POST /fqname-to-id HTTP/1.1" 404 229 0.002657 10.0.0.27 - - [2026-03-23 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.23 - - [2026-03-23 02:47:25] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000885 10.0.0.27 - - [2026-03-23 02:47:25] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041581 10.0.0.27 - - [2026-03-23 02:47:25] "POST /network-policys HTTP/1.1" 200 563 0.070454 10.0.0.27 - - [2026-03-23 02:47:25] "GET /network-policy/561988b9-cb65-4d3c-b1b6-e2b724b991a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006659 10.0.0.27 - - [2026-03-23 02:47:25] "POST /fqname-to-id HTTP/1.1" 404 229 0.002691 10.0.0.27 - - [2026-03-23 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002491 10.0.0.23 - - [2026-03-23 02:47:25] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000824 10.0.0.27 - - [2026-03-23 02:47:25] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041419 10.0.0.27 - - [2026-03-23 02:47:25] "POST /network-policys HTTP/1.1" 200 563 0.074901 10.0.0.27 - - [2026-03-23 02:47:25] "GET /network-policy/83c8a101-2c77-4b70-b1b4-2491c8b3fc1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007236 10.0.0.27 - - [2026-03-23 02:47:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.002610 10.0.0.27 - - [2026-03-23 02:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.23 - - [2026-03-23 02:47:26] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000858 10.0.0.27 - - [2026-03-23 02:47:26] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038131 10.0.0.27 - - [2026-03-23 02:47:26] "POST /network-policys HTTP/1.1" 200 563 0.069879 10.0.0.27 - - [2026-03-23 02:47:26] "GET /network-policy/dda2ab78-f724-4671-8b1b-66ae6fdc511c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006489 10.0.0.27 - - [2026-03-23 02:47:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.002908 10.0.0.27 - - [2026-03-23 02:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.23 - - [2026-03-23 02:47:26] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.27 - - [2026-03-23 02:47:26] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045608 10.0.0.27 - - [2026-03-23 02:47:26] "POST /network-policys HTTP/1.1" 200 563 0.073693 10.0.0.27 - - [2026-03-23 02:47:26] "GET /network-policy/97a5a720-7492-4210-97b0-ee62d0da11fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005825 10.0.0.27 - - [2026-03-23 02:47:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.002714 10.0.0.27 - - [2026-03-23 02:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.23 - - [2026-03-23 02:47:26] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000858 10.0.0.27 - - [2026-03-23 02:47:27] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043661 10.0.0.27 - - [2026-03-23 02:47:27] "POST /network-policys HTTP/1.1" 200 563 0.074331 10.0.0.27 - - [2026-03-23 02:47:27] "GET /network-policy/241ba7f2-4ebf-4daf-b624-3acfd2fcde79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.009233 10.0.0.27 - - [2026-03-23 02:47:27] "POST /neutron/network HTTP/1.1" 200 1337 0.013272 10.0.0.27 - - [2026-03-23 02:47:27] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.041765 10.0.0.27 - - [2026-03-23 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.27 - - [2026-03-23 02:47:27] "GET /network-policy/029ab122-baa5-436f-80c2-bb45dcd74ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8877 0.004057 10.0.0.27 - - [2026-03-23 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.27 - - [2026-03-23 02:47:27] "GET /network-policy/241ba7f2-4ebf-4daf-b624-3acfd2fcde79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003985 10.0.0.27 - - [2026-03-23 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.27 - - [2026-03-23 02:47:27] "GET /network-policy/561988b9-cb65-4d3c-b1b6-e2b724b991a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004205 10.0.0.27 - - [2026-03-23 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.27 - - [2026-03-23 02:47:27] "GET /network-policy/797b88ae-50a9-4162-9bc0-6397719214cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003613 10.0.0.27 - - [2026-03-23 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.27 - - [2026-03-23 02:47:28] "GET /network-policy/83c8a101-2c77-4b70-b1b4-2491c8b3fc1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003903 10.0.0.27 - - [2026-03-23 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.27 - - [2026-03-23 02:47:28] "GET /network-policy/97a5a720-7492-4210-97b0-ee62d0da11fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003933 10.0.0.27 - - [2026-03-23 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.27 - - [2026-03-23 02:47:28] "GET /network-policy/dda2ab78-f724-4671-8b1b-66ae6fdc511c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004325 10.0.0.27 - - [2026-03-23 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.27 - - [2026-03-23 02:47:28] "GET /network-policy/e600ad6e-7c0c-44ef-9c9a-290fe9cf5855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004240 10.0.0.27 - - [2026-03-23 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.27 - - [2026-03-23 02:47:28] "GET /network-policy/fa5947b3-8ff4-4ec8-af69-095088067960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003952 10.0.0.27 - - [2026-03-23 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.27 - - [2026-03-23 02:47:28] "GET /network-policy/fd7fab3a-67ea-4d19-9ec5-a9dda13b29ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003891 10.0.0.27 - - [2026-03-23 02:47:28] "POST /id-to-fqname HTTP/1.1" 200 235 0.001063 10.0.0.27 - - [2026-03-23 02:47:28] "POST /neutron/network HTTP/1.1" 200 2260 0.006925 10.0.0.23 - - [2026-03-23 02:47:29] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000908 10.0.0.27 - - [2026-03-23 02:47:29] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.073501 10.0.0.27 - - [2026-03-23 02:47:29] "POST /neutron/port HTTP/1.1" 200 117 0.010029 10.0.0.23 - - [2026-03-23 02:47:30] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001259 10.0.0.23 - - [2026-03-23 02:47:30] "PUT /access-control-list/9e4163ac-c377-437b-9d9f-9a128a549de4 HTTP/1.1" 200 272 0.023322 10.0.0.27 - - [2026-03-23 02:47:30] "POST /neutron/port HTTP/1.1" 200 1174 0.361975 10.0.0.27 - - [2026-03-23 02:47:30] "POST /neutron/port HTTP/1.1" 200 1228 0.107980 10.0.0.27 - - [2026-03-23 02:47:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.040369 10.0.0.27 - - [2026-03-23 02:47:31] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.23 - - [2026-03-23 02:47:32] "DELETE /project/5968966eeb524cd2a732214990759d10 HTTP/1.1" 404 173 0.002868 10.0.0.23 - - [2026-03-23 02:47:32] "DELETE /project/9e5cfdef-684b-44ab-a7f4-13a63f7b2eb4 HTTP/1.1" 404 177 0.005159 10.0.0.27 - - [2026-03-23 02:47:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006718 10.0.0.27 - - [2026-03-23 02:47:35] "POST /neutron/port HTTP/1.1" 200 1238 0.018162 10.0.0.27 - - [2026-03-23 02:47:35] "GET /virtual-machine/56549d43-b9a5-4d4c-9ae1-4f37451b2592 HTTP/1.1" 401 292 0.000359 10.0.0.27 - - [2026-03-23 02:47:35] "POST /neutron/port HTTP/1.1" 200 1238 0.017764 10.0.0.27 - - [2026-03-23 02:47:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004132 10.0.0.27 - - [2026-03-23 02:47:35] "POST /neutron/port HTTP/1.1" 200 117 0.001394 10.0.0.27 - - [2026-03-23 02:47:35] "GET /virtual-machine/56549d43-b9a5-4d4c-9ae1-4f37451b2592 HTTP/1.1" 200 1304 0.036046 10.0.0.27 - - [2026-03-23 02:47:35] "GET /virtual-machine-interface/9bdb2c1c-8edd-4790-aef4-ebc11033176b HTTP/1.1" 200 3169 0.004464 10.0.0.27 - - [2026-03-23 02:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.27 - - [2026-03-23 02:47:35] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003337 10.0.0.27 - - [2026-03-23 02:47:35] "GET /virtual-networks?parent_id=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002803 10.0.0.27 - - [2026-03-23 02:47:35] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005689 10.0.0.27 - - [2026-03-23 02:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.27 - - [2026-03-23 02:47:38] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.004896 10.0.0.27 - - [2026-03-23 02:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.27 - - [2026-03-23 02:47:42] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005697 10.0.0.27 - - [2026-03-23 02:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.27 - - [2026-03-23 02:47:46] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005548 10.0.0.27 - - [2026-03-23 02:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.27 - - [2026-03-23 02:47:51] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005464 10.0.0.27 - - [2026-03-23 02:47:51] "GET /obj-perms HTTP/1.1" 200 5056 0.064187 10.0.0.27 - - [2026-03-23 02:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.27 - - [2026-03-23 02:47:55] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005827 10.0.0.27 - - [2026-03-23 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.27 - - [2026-03-23 02:47:59] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006386 10.0.0.27 - - [2026-03-23 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.27 - - [2026-03-23 02:48:03] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.008791 10.0.0.27 - - [2026-03-23 02:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.27 - - [2026-03-23 02:48:07] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005536 10.0.0.27 - - [2026-03-23 02:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.27 - - [2026-03-23 02:48:11] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006096 10.0.0.27 - - [2026-03-23 02:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.27 - - [2026-03-23 02:48:13] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003508 10.0.0.27 - - [2026-03-23 02:48:13] "GET /virtual-networks?parent_id=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002405 10.0.0.27 - - [2026-03-23 02:48:13] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.004679 10.0.0.27 - - [2026-03-23 02:48:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006579 10.0.0.27 - - [2026-03-23 02:48:23] "POST /neutron/port HTTP/1.1" 200 1238 0.017123 10.0.0.27 - - [2026-03-23 02:48:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006104 10.0.0.27 - - [2026-03-23 02:48:34] "POST /neutron/port HTTP/1.1" 200 1238 0.017782 10.0.0.27 - - [2026-03-23 02:48:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006741 10.0.0.27 - - [2026-03-23 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.27 - - [2026-03-23 02:48:35] "GET /network-policy/fd7fab3a-67ea-4d19-9ec5-a9dda13b29ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003995 10.0.0.27 - - [2026-03-23 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.27 - - [2026-03-23 02:48:35] "GET /network-policy/029ab122-baa5-436f-80c2-bb45dcd74ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8877 0.005219 10.0.0.27 - - [2026-03-23 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.27 - - [2026-03-23 02:48:35] "GET /network-policy/797b88ae-50a9-4162-9bc0-6397719214cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004854 10.0.0.27 - - [2026-03-23 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.27 - - [2026-03-23 02:48:35] "GET /network-policy/e600ad6e-7c0c-44ef-9c9a-290fe9cf5855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004594 10.0.0.27 - - [2026-03-23 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.27 - - [2026-03-23 02:48:35] "GET /network-policy/fa5947b3-8ff4-4ec8-af69-095088067960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004232 10.0.0.27 - - [2026-03-23 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.27 - - [2026-03-23 02:48:35] "GET /network-policy/561988b9-cb65-4d3c-b1b6-e2b724b991a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004156 10.0.0.27 - - [2026-03-23 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.27 - - [2026-03-23 02:48:35] "GET /network-policy/83c8a101-2c77-4b70-b1b4-2491c8b3fc1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005047 10.0.0.27 - - [2026-03-23 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.27 - - [2026-03-23 02:48:35] "GET /network-policy/dda2ab78-f724-4671-8b1b-66ae6fdc511c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005044 10.0.0.27 - - [2026-03-23 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.27 - - [2026-03-23 02:48:35] "GET /network-policy/97a5a720-7492-4210-97b0-ee62d0da11fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005265 10.0.0.27 - - [2026-03-23 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.27 - - [2026-03-23 02:48:35] "GET /network-policy/241ba7f2-4ebf-4daf-b624-3acfd2fcde79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005784 10.0.0.23 - - [2026-03-23 02:48:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.068851 10.0.0.27 - - [2026-03-23 02:48:35] "POST /neutron/network HTTP/1.1" 200 1440 0.013183 10.0.0.27 - - [2026-03-23 02:48:35] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005557 10.0.0.27 - - [2026-03-23 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.27 - - [2026-03-23 02:48:35] "GET /network-policy/fd7fab3a-67ea-4d19-9ec5-a9dda13b29ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005097 10.0.0.27 - - [2026-03-23 02:48:37] "POST /neutron/network HTTP/1.1" 200 1450 0.007914 10.0.0.27 - - [2026-03-23 02:48:37] "POST /neutron/subnet HTTP/1.1" 200 1361 0.013639 10.0.0.27 - - [2026-03-23 02:48:37] "POST /neutron/network HTTP/1.1" 200 1440 0.011006 10.0.0.27 - - [2026-03-23 02:48:41] "POST /neutron/network HTTP/1.1" 200 1440 0.027110 10.0.0.27 - - [2026-03-23 02:48:41] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004508 10.0.0.27 - - [2026-03-23 02:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002154 10.0.0.27 - - [2026-03-23 02:48:41] "GET /network-policy/029ab122-baa5-436f-80c2-bb45dcd74ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8877 0.004006 10.0.0.23 - - [2026-03-23 02:48:46] "PUT /access-control-list/9e4163ac-c377-437b-9d9f-9a128a549de4 HTTP/1.1" 200 272 0.070289 10.0.0.27 - - [2026-03-23 02:48:46] "POST /neutron/network HTTP/1.1" 200 1440 0.016218 10.0.0.27 - - [2026-03-23 02:48:46] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005231 10.0.0.27 - - [2026-03-23 02:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.27 - - [2026-03-23 02:48:46] "GET /network-policy/797b88ae-50a9-4162-9bc0-6397719214cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003622 10.0.0.23 - - [2026-03-23 02:48:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.003376 10.0.0.27 - - [2026-03-23 02:48:51] "POST /neutron/network HTTP/1.1" 200 1440 0.013790 10.0.0.27 - - [2026-03-23 02:48:51] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004603 10.0.0.27 - - [2026-03-23 02:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.27 - - [2026-03-23 02:48:51] "GET /network-policy/e600ad6e-7c0c-44ef-9c9a-290fe9cf5855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004388 10.0.0.27 - - [2026-03-23 02:48:56] "POST /neutron/network HTTP/1.1" 200 1440 0.016469 10.0.0.27 - - [2026-03-23 02:48:56] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008727 10.0.0.27 - - [2026-03-23 02:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002327 10.0.0.27 - - [2026-03-23 02:48:57] "GET /network-policy/fa5947b3-8ff4-4ec8-af69-095088067960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004084 10.0.0.23 - - [2026-03-23 02:49:02] "PUT /access-control-list/9e4163ac-c377-437b-9d9f-9a128a549de4 HTTP/1.1" 200 272 0.056599 10.0.0.27 - - [2026-03-23 02:49:02] "POST /neutron/network HTTP/1.1" 200 1440 0.018569 10.0.0.27 - - [2026-03-23 02:49:02] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004718 10.0.0.27 - - [2026-03-23 02:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.27 - - [2026-03-23 02:49:02] "GET /network-policy/561988b9-cb65-4d3c-b1b6-e2b724b991a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004073 10.0.0.23 - - [2026-03-23 02:49:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.003496 10.0.0.27 - - [2026-03-23 02:49:07] "POST /neutron/network HTTP/1.1" 200 1440 0.015627 10.0.0.27 - - [2026-03-23 02:49:07] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004587 10.0.0.27 - - [2026-03-23 02:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.27 - - [2026-03-23 02:49:07] "GET /network-policy/83c8a101-2c77-4b70-b1b4-2491c8b3fc1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003876 10.0.0.27 - - [2026-03-23 02:49:12] "POST /neutron/network HTTP/1.1" 200 1440 0.023543 10.0.0.27 - - [2026-03-23 02:49:12] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004649 10.0.0.27 - - [2026-03-23 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002182 10.0.0.27 - - [2026-03-23 02:49:12] "GET /network-policy/dda2ab78-f724-4671-8b1b-66ae6fdc511c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003715 10.0.0.23 - - [2026-03-23 02:49:18] "PUT /access-control-list/9e4163ac-c377-437b-9d9f-9a128a549de4 HTTP/1.1" 200 272 0.062165 10.0.0.27 - - [2026-03-23 02:49:18] "POST /neutron/network HTTP/1.1" 200 1440 0.011598 10.0.0.27 - - [2026-03-23 02:49:18] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004003 10.0.0.27 - - [2026-03-23 02:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002298 10.0.0.27 - - [2026-03-23 02:49:18] "GET /network-policy/97a5a720-7492-4210-97b0-ee62d0da11fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004007 10.0.0.23 - - [2026-03-23 02:49:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.007756 10.0.0.27 - - [2026-03-23 02:49:23] "POST /neutron/network HTTP/1.1" 200 1440 0.016664 10.0.0.27 - - [2026-03-23 02:49:23] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004648 10.0.0.27 - - [2026-03-23 02:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.27 - - [2026-03-23 02:49:23] "GET /network-policy/241ba7f2-4ebf-4daf-b624-3acfd2fcde79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004012 10.0.0.27 - - [2026-03-23 02:49:28] "GET /virtual-machine/56549d43-b9a5-4d4c-9ae1-4f37451b2592 HTTP/1.1" 200 1304 0.004349 10.0.0.27 - - [2026-03-23 02:49:29] "POST /neutron/port HTTP/1.1" 200 151 0.225491 10.0.0.27 - - [2026-03-23 02:49:30] "GET /virtual-machine/56549d43-b9a5-4d4c-9ae1-4f37451b2592 HTTP/1.1" 404 171 0.002955 10.0.0.27 - - [2026-03-23 02:49:30] "GET /virtual-machine/56549d43-b9a5-4d4c-9ae1-4f37451b2592 HTTP/1.1" 404 171 0.002863 10.0.0.27 - - [2026-03-23 02:49:30] "GET /virtual-machine/56549d43-b9a5-4d4c-9ae1-4f37451b2592 HTTP/1.1" 404 171 0.002947 10.0.0.27 - - [2026-03-23 02:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.27 - - [2026-03-23 02:49:30] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003684 10.0.0.27 - - [2026-03-23 02:49:30] "GET /virtual-networks?parent_id=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002854 10.0.0.27 - - [2026-03-23 02:49:31] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006922 10.0.0.27 - - [2026-03-23 02:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.27 - - [2026-03-23 02:49:31] "GET /routing-instance/565ff737-f0de-4ba4-8a6f-86b06700d930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.004183 10.0.0.27 - - [2026-03-23 02:49:31] "GET /route-target/d0198b9a-187b-4b22-8830-d1fa2e6d8325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005106 10.0.0.27 - - [2026-03-23 02:49:31] "GET /obj-perms HTTP/1.1" 200 5019 0.071511 10.0.0.27 - - [2026-03-23 02:49:37] "GET /obj-perms HTTP/1.1" 200 5019 0.003843 10.0.0.27 - - [2026-03-23 02:49:40] "GET /obj-perms HTTP/1.1" 200 5019 0.004061 10.0.0.27 - - [2026-03-23 02:49:41] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005549 10.0.0.27 - - [2026-03-23 02:49:41] "POST /neutron/network HTTP/1.1" 200 1337 0.035506 10.0.0.27 - - [2026-03-23 02:49:41] "GET /virtual-network/b699e971-454b-494d-a85b-7006c45f62ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004877 10.0.0.27 - - [2026-03-23 02:49:41] "DELETE /network-policy/241ba7f2-4ebf-4daf-b624-3acfd2fcde79 HTTP/1.1" 200 115 0.037432 10.0.0.27 - - [2026-03-23 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.23 - - [2026-03-23 02:49:41] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000884 10.0.0.27 - - [2026-03-23 02:49:41] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042974 10.0.0.27 - - [2026-03-23 02:49:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-86961359&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.006453 10.0.0.27 - - [2026-03-23 02:49:41] "DELETE /network-policy/97a5a720-7492-4210-97b0-ee62d0da11fd HTTP/1.1" 200 115 0.038222 10.0.0.27 - - [2026-03-23 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.23 - - [2026-03-23 02:49:41] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000847 10.0.0.27 - - [2026-03-23 02:49:41] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.037217 10.0.0.27 - - [2026-03-23 02:49:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-86961359&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.006171 10.0.0.27 - - [2026-03-23 02:49:41] "DELETE /network-policy/dda2ab78-f724-4671-8b1b-66ae6fdc511c HTTP/1.1" 200 115 0.031535 10.0.0.27 - - [2026-03-23 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.23 - - [2026-03-23 02:49:41] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000878 10.0.0.27 - - [2026-03-23 02:49:41] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.037692 10.0.0.27 - - [2026-03-23 02:49:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-86961359&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005178 10.0.0.27 - - [2026-03-23 02:49:41] "DELETE /network-policy/83c8a101-2c77-4b70-b1b4-2491c8b3fc1d HTTP/1.1" 200 115 0.043306 10.0.0.27 - - [2026-03-23 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.23 - - [2026-03-23 02:49:41] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.27 - - [2026-03-23 02:49:41] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.036537 10.0.0.27 - - [2026-03-23 02:49:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-86961359&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005638 10.0.0.27 - - [2026-03-23 02:49:42] "DELETE /network-policy/561988b9-cb65-4d3c-b1b6-e2b724b991a7 HTTP/1.1" 200 115 0.043820 10.0.0.27 - - [2026-03-23 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.23 - - [2026-03-23 02:49:42] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000905 10.0.0.27 - - [2026-03-23 02:49:42] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043157 10.0.0.27 - - [2026-03-23 02:49:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-86961359&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.007094 10.0.0.27 - - [2026-03-23 02:49:42] "DELETE /network-policy/fa5947b3-8ff4-4ec8-af69-095088067960 HTTP/1.1" 200 115 0.048551 10.0.0.27 - - [2026-03-23 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.23 - - [2026-03-23 02:49:42] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.27 - - [2026-03-23 02:49:42] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.051982 10.0.0.27 - - [2026-03-23 02:49:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-86961359&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.006971 10.0.0.27 - - [2026-03-23 02:49:42] "DELETE /network-policy/e600ad6e-7c0c-44ef-9c9a-290fe9cf5855 HTTP/1.1" 200 115 0.041657 10.0.0.27 - - [2026-03-23 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.23 - - [2026-03-23 02:49:42] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000932 10.0.0.27 - - [2026-03-23 02:49:42] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044675 10.0.0.27 - - [2026-03-23 02:49:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-86961359&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005706 10.0.0.27 - - [2026-03-23 02:49:42] "DELETE /network-policy/797b88ae-50a9-4162-9bc0-6397719214cc HTTP/1.1" 200 115 0.046796 10.0.0.27 - - [2026-03-23 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.23 - - [2026-03-23 02:49:42] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.27 - - [2026-03-23 02:49:42] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.033984 10.0.0.27 - - [2026-03-23 02:49:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-86961359&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.005265 10.0.0.27 - - [2026-03-23 02:49:42] "DELETE /network-policy/029ab122-baa5-436f-80c2-bb45dcd74ecf HTTP/1.1" 200 115 0.045639 10.0.0.27 - - [2026-03-23 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.23 - - [2026-03-23 02:49:43] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000893 10.0.0.27 - - [2026-03-23 02:49:43] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.033722 10.0.0.27 - - [2026-03-23 02:49:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-86961359&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005957 10.0.0.27 - - [2026-03-23 02:49:43] "DELETE /network-policy/fd7fab3a-67ea-4d19-9ec5-a9dda13b29ed HTTP/1.1" 200 115 0.041535 10.0.0.27 - - [2026-03-23 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.23 - - [2026-03-23 02:49:43] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000858 10.0.0.27 - - [2026-03-23 02:49:43] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.037207 10.0.0.27 - - [2026-03-23 02:49:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-86961359&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005038 10.0.0.23 - - [2026-03-23 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.27 - - [2026-03-23 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.27 - - [2026-03-23 02:49:43] "DELETE /network-ipam/b4ef2e08-730e-4f23-9e48-5e4ba0602e3f HTTP/1.1" 200 115 0.029703 10.0.0.27 - - [2026-03-23 02:49:43] "POST /fqname-to-id HTTP/1.1" 404 260 0.002659 10.0.0.23 - - [2026-03-23 02:49:43] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000789 10.0.0.23 - - [2026-03-23 02:49:44] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.034000 10.0.0.23 - - [2026-03-23 02:49:44] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000842 10.0.0.23 - - [2026-03-23 02:49:44] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?fields=security_groups HTTP/1.1" 200 1398 0.039380 10.0.0.23 - - [2026-03-23 02:49:44] "DELETE /security-group/403bef69-a707-47d9-96a8-5a3d863bd263 HTTP/1.1" 200 115 0.052146 10.0.0.23 - - [2026-03-23 02:49:44] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000811 10.0.0.23 - - [2026-03-23 02:49:44] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?fields=application_policy_sets HTTP/1.1" 200 1437 0.059269 10.0.0.23 - - [2026-03-23 02:49:44] "DELETE /access-control-list/0b8f6094-c3db-492c-ad44-703db8e6476f HTTP/1.1" 200 115 0.053159 10.0.0.27 - - [2026-03-23 02:49:44] "DELETE /project/5968966e-eb52-4cd2-a732-214990759d10 HTTP/1.1" 200 115 0.376171 10.0.0.23 - - [2026-03-23 02:49:44] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.27 - - [2026-03-23 02:49:44] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?fields=projects HTTP/1.1" 200 1438 0.017795 10.0.0.23 - - [2026-03-23 02:49:46] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003268 10.0.0.23 - - [2026-03-23 02:49:47] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000847 10.0.0.23 - - [2026-03-23 02:49:47] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047062 10.0.0.23 - - [2026-03-23 02:49:47] "POST /id-to-fqname HTTP/1.1" 200 202 0.001790 10.0.0.23 - - [2026-03-23 02:49:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.004292 10.0.0.23 - - [2026-03-23 02:49:47] "POST /security-groups HTTP/1.1" 200 603 0.077027 10.0.0.23 - - [2026-03-23 02:49:47] "POST /projects HTTP/1.1" 200 609 0.271410 10.0.0.23 - - [2026-03-23 02:49:47] "POST /fqname-to-id HTTP/1.1" 404 245 0.009595 10.0.0.23 - - [2026-03-23 02:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.354777 10.0.0.27 - - [2026-03-23 02:49:47] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.497858 10.0.0.23 - - [2026-03-23 02:49:47] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000838 10.0.0.27 - - [2026-03-23 02:49:47] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?fields=virtual_networks HTTP/1.1" 200 1055 0.053908 10.0.0.23 - - [2026-03-23 02:49:47] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.27 - - [2026-03-23 02:49:47] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.032869 10.0.0.23 - - [2026-03-23 02:49:47] "GET /projects?obj_uuids=5968966e-eb52-4cd2-a732-214990759d10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001358 10.0.0.27 - - [2026-03-23 02:49:47] "GET /project/5968966e-eb52-4cd2-a732-214990759d10?fields=security_groups HTTP/1.1" 200 1293 0.045334 10.0.0.27 - - [2026-03-23 02:49:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.033433 10.0.0.23 - - [2026-03-23 02:49:48] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002575 10.0.0.23 - - [2026-03-23 02:49:48] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001182 10.0.0.23 - - [2026-03-23 02:49:48] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007159 10.0.0.23 - - [2026-03-23 02:49:48] "POST /id-to-fqname HTTP/1.1" 200 196 0.001062 10.0.0.23 - - [2026-03-23 02:49:48] "POST /fqname-to-id HTTP/1.1" 404 205 0.004636 10.0.0.23 - - [2026-03-23 02:49:48] "POST /security-groups HTTP/1.1" 200 597 0.029220 10.0.0.23 - - [2026-03-23 02:49:49] "POST /projects HTTP/1.1" 200 597 0.231099 10.0.0.23 - - [2026-03-23 02:49:49] "POST /access-control-lists HTTP/1.1" 200 602 0.027237 10.0.0.23 - - [2026-03-23 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.304595 10.0.0.27 - - [2026-03-23 02:49:49] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.449381 10.0.0.27 - - [2026-03-23 02:49:50] "GET / HTTP/1.1" 200 35931 0.001371 10.0.0.27 - - [2026-03-23 02:49:52] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2026-03-23 02:49:52] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000839 10.0.0.27 - - [2026-03-23 02:49:52] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.081509 10.0.0.27 - - [2026-03-23 02:49:53] "GET / HTTP/1.1" 200 35931 0.002240 10.0.0.50 - - [2026-03-23 02:49:53] "GET /obj-perms HTTP/1.1" 200 5056 0.410319 10.0.0.23 - - [2026-03-23 02:49:54] "GET /obj-perms HTTP/1.1" 200 5056 0.139017 10.0.0.27 - - [2026-03-23 02:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.23 - - [2026-03-23 02:49:54] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000774 10.0.0.27 - - [2026-03-23 02:49:54] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.005728 10.0.0.27 - - [2026-03-23 02:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.23 - - [2026-03-23 02:49:54] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001118 10.0.0.27 - - [2026-03-23 02:49:54] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.032117 10.0.0.27 - - [2026-03-23 02:49:55] "GET /domains HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2026-03-23 02:49:55] "GET /domains HTTP/1.1" 200 280 0.028812 10.0.0.23 - - [2026-03-23 02:49:56] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000861 10.0.0.27 - - [2026-03-23 02:49:56] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789 HTTP/1.1" 200 2971 0.009391 10.0.0.23 - - [2026-03-23 02:49:56] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001014 10.0.0.27 - - [2026-03-23 02:49:56] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790 HTTP/1.1" 200 1888 0.087875 10.0.0.27 - - [2026-03-23 02:49:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002681 10.0.0.27 - - [2026-03-23 02:49:56] "POST /network-ipams HTTP/1.1" 200 603 0.025477 10.0.0.27 - - [2026-03-23 02:49:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.002822 10.0.0.27 - - [2026-03-23 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.27 - - [2026-03-23 02:49:56] "GET /network-ipam/1b230b94-d0e2-4b08-91ee-9982e337345d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.005427 10.0.0.27 - - [2026-03-23 02:49:56] "PUT /network-ipam/1b230b94-d0e2-4b08-91ee-9982e337345d HTTP/1.1" 200 258 0.013057 10.0.0.27 - - [2026-03-23 02:49:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2026-03-23 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.032557 10.0.0.23 - - [2026-03-23 02:49:56] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000755 10.0.0.27 - - [2026-03-23 02:49:56] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.036774 10.0.0.27 - - [2026-03-23 02:49:57] "POST /neutron/network HTTP/1.1" 200 117 0.040640 10.0.0.23 - - [2026-03-23 02:49:57] "POST /route-targets HTTP/1.1" 200 327 0.016622 10.0.0.23 - - [2026-03-23 02:49:57] "POST /useragent-kv HTTP/1.1" 200 115 0.008317 10.0.0.27 - - [2026-03-23 02:49:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.199018 10.0.0.27 - - [2026-03-23 02:49:57] "POST /id-to-fqname HTTP/1.1" 200 229 0.001595 10.0.0.27 - - [2026-03-23 02:49:57] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005095 10.0.0.27 - - [2026-03-23 02:49:57] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005243 10.0.0.27 - - [2026-03-23 02:49:57] "POST /neutron/network HTTP/1.1" 200 1074 0.008969 10.0.0.27 - - [2026-03-23 02:49:58] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.007019 10.0.0.27 - - [2026-03-23 02:49:59] "GET /obj-perms HTTP/1.1" 200 5013 0.058594 10.0.0.27 - - [2026-03-23 02:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.23 - - [2026-03-23 02:49:59] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001191 10.0.0.27 - - [2026-03-23 02:49:59] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.035378 10.0.0.27 - - [2026-03-23 02:49:59] "POST /neutron/network HTTP/1.1" 200 117 0.017817 10.0.0.23 - - [2026-03-23 02:50:00] "POST /ref-update HTTP/1.1" 200 156 0.035921 10.0.0.23 - - [2026-03-23 02:50:00] "POST /useragent-kv HTTP/1.1" 200 115 0.010650 10.0.0.27 - - [2026-03-23 02:50:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.188454 10.0.0.27 - - [2026-03-23 02:50:00] "POST /id-to-fqname HTTP/1.1" 200 229 0.001156 10.0.0.27 - - [2026-03-23 02:50:00] "GET /virtual-network/f6298733-95f9-40db-b956-70e4ef11c377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.004815 10.0.0.27 - - [2026-03-23 02:50:00] "GET /virtual-network/f6298733-95f9-40db-b956-70e4ef11c377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006141 10.0.0.27 - - [2026-03-23 02:50:00] "POST /neutron/network HTTP/1.1" 200 1074 0.009771 10.0.0.27 - - [2026-03-23 02:50:01] "GET /virtual-network/f6298733-95f9-40db-b956-70e4ef11c377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006818 10.0.0.27 - - [2026-03-23 02:50:01] "POST /fqname-to-id HTTP/1.1" 404 205 0.003367 10.0.0.27 - - [2026-03-23 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.23 - - [2026-03-23 02:50:01] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000969 10.0.0.27 - - [2026-03-23 02:50:01] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.059191 10.0.0.27 - - [2026-03-23 02:50:01] "POST /network-policys HTTP/1.1" 200 527 0.046633 10.0.0.27 - - [2026-03-23 02:50:01] "GET /network-policy/a3b6b446-ef8a-42b0-a95d-45e1f22bf9db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.010281 10.0.0.27 - - [2026-03-23 02:50:01] "POST /fqname-to-id HTTP/1.1" 404 205 0.002974 10.0.0.27 - - [2026-03-23 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.23 - - [2026-03-23 02:50:01] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000895 10.0.0.27 - - [2026-03-23 02:50:02] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042268 10.0.0.27 - - [2026-03-23 02:50:02] "POST /network-policys HTTP/1.1" 200 527 0.031506 10.0.0.27 - - [2026-03-23 02:50:02] "GET /network-policy/8742b1d6-ded0-4c50-bbfa-46635cd32e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.005750 10.0.0.27 - - [2026-03-23 02:50:02] "POST /fqname-to-id HTTP/1.1" 404 205 0.003038 10.0.0.27 - - [2026-03-23 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.23 - - [2026-03-23 02:50:02] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000838 10.0.0.27 - - [2026-03-23 02:50:02] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.064167 10.0.0.27 - - [2026-03-23 02:50:02] "POST /network-policys HTTP/1.1" 200 527 0.074252 10.0.0.27 - - [2026-03-23 02:50:02] "GET /network-policy/8488bc14-5671-4a4d-a98d-ba2b5b567dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.006907 10.0.0.27 - - [2026-03-23 02:50:02] "POST /fqname-to-id HTTP/1.1" 404 205 0.005125 10.0.0.27 - - [2026-03-23 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.23 - - [2026-03-23 02:50:02] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000951 10.0.0.27 - - [2026-03-23 02:50:02] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041959 10.0.0.27 - - [2026-03-23 02:50:03] "POST /network-policys HTTP/1.1" 200 527 0.037996 10.0.0.27 - - [2026-03-23 02:50:03] "GET /network-policy/c258f719-f1c6-41f7-ac5a-b00e6cee79b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007053 10.0.0.27 - - [2026-03-23 02:50:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.004176 10.0.0.27 - - [2026-03-23 02:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.23 - - [2026-03-23 02:50:03] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001240 10.0.0.27 - - [2026-03-23 02:50:03] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.051072 10.0.0.27 - - [2026-03-23 02:50:03] "POST /network-policys HTTP/1.1" 200 531 0.029869 10.0.0.27 - - [2026-03-23 02:50:03] "GET /network-policy/df80d429-75a8-472b-b06d-1172d431c25c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.011041 10.0.0.27 - - [2026-03-23 02:50:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.003057 10.0.0.27 - - [2026-03-23 02:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.23 - - [2026-03-23 02:50:03] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000924 10.0.0.27 - - [2026-03-23 02:50:03] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040319 10.0.0.27 - - [2026-03-23 02:50:03] "POST /network-policys HTTP/1.1" 200 529 0.032732 10.0.0.27 - - [2026-03-23 02:50:03] "GET /network-policy/c9cc7fee-00ba-4a11-97c2-29d822dd6257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007074 10.0.0.27 - - [2026-03-23 02:50:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.009338 10.0.0.27 - - [2026-03-23 02:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.23 - - [2026-03-23 02:50:04] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000855 10.0.0.27 - - [2026-03-23 02:50:04] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.055521 10.0.0.27 - - [2026-03-23 02:50:04] "POST /network-policys HTTP/1.1" 200 529 0.027417 10.0.0.27 - - [2026-03-23 02:50:04] "GET /network-policy/bb24bc08-ff1c-4f14-81d0-2951e562e784?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.007455 10.0.0.27 - - [2026-03-23 02:50:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.003357 10.0.0.27 - - [2026-03-23 02:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.23 - - [2026-03-23 02:50:04] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000869 10.0.0.27 - - [2026-03-23 02:50:04] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.049164 10.0.0.27 - - [2026-03-23 02:50:04] "POST /network-policys HTTP/1.1" 200 529 0.036193 10.0.0.27 - - [2026-03-23 02:50:04] "GET /network-policy/f7429a66-973c-45f2-b39c-e23dbd75afbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006305 10.0.0.27 - - [2026-03-23 02:50:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.003037 10.0.0.27 - - [2026-03-23 02:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.23 - - [2026-03-23 02:50:04] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001063 10.0.0.27 - - [2026-03-23 02:50:05] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.057640 10.0.0.27 - - [2026-03-23 02:50:05] "POST /network-policys HTTP/1.1" 200 529 0.031669 10.0.0.27 - - [2026-03-23 02:50:05] "GET /network-policy/fd599037-ff8e-4d68-9069-7f2def2bec6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007124 10.0.0.27 - - [2026-03-23 02:50:05] "POST /fqname-to-id HTTP/1.1" 404 208 0.003440 10.0.0.27 - - [2026-03-23 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.23 - - [2026-03-23 02:50:05] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001027 10.0.0.27 - - [2026-03-23 02:50:05] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.049015 10.0.0.27 - - [2026-03-23 02:50:05] "POST /network-policys HTTP/1.1" 200 533 0.048089 10.0.0.27 - - [2026-03-23 02:50:05] "GET /network-policy/6fca8ccb-d1b0-4494-adc7-e4fbe3aca568?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1126 0.009654 10.0.0.27 - - [2026-03-23 02:50:05] "POST /neutron/network HTTP/1.1" 200 1074 0.008088 10.0.0.27 - - [2026-03-23 02:50:06] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.008109 10.0.0.27 - - [2026-03-23 02:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.27 - - [2026-03-23 02:50:06] "GET /network-policy/a3b6b446-ef8a-42b0-a95d-45e1f22bf9db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.011245 10.0.0.27 - - [2026-03-23 02:50:06] "POST /neutron/network HTTP/1.1" 200 1074 0.008723 10.0.0.23 - - [2026-03-23 02:50:06] "POST /fqname-to-id HTTP/1.1" 404 246 0.006874 10.0.0.27 - - [2026-03-23 02:50:06] "GET /virtual-network/f6298733-95f9-40db-b956-70e4ef11c377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.013021 10.0.0.27 - - [2026-03-23 02:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.27 - - [2026-03-23 02:50:06] "GET /network-policy/df80d429-75a8-472b-b06d-1172d431c25c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004238 10.0.0.27 - - [2026-03-23 02:50:06] "POST /id-to-fqname HTTP/1.1" 200 229 0.001156 10.0.0.27 - - [2026-03-23 02:50:06] "POST /neutron/network HTTP/1.1" 200 1167 0.006732 10.0.0.23 - - [2026-03-23 02:50:07] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001187 10.0.0.27 - - [2026-03-23 02:50:07] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.071016 10.0.0.27 - - [2026-03-23 02:50:07] "POST /neutron/port HTTP/1.1" 200 117 0.008792 10.0.0.27 - - [2026-03-23 02:50:07] "POST /id-to-fqname HTTP/1.1" 200 229 0.001030 10.0.0.27 - - [2026-03-23 02:50:08] "POST /neutron/network HTTP/1.1" 200 1167 0.006553 10.0.0.23 - - [2026-03-23 02:50:08] "PUT /access-control-list/8b6a3d5a-8548-4b48-b1c2-3d95be5109a2 HTTP/1.1" 200 272 0.013923 10.0.0.27 - - [2026-03-23 02:50:08] "POST /neutron/port HTTP/1.1" 200 1061 0.016530 10.0.0.23 - - [2026-03-23 02:50:08] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000905 10.0.0.27 - - [2026-03-23 02:50:09] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.087592 10.0.0.27 - - [2026-03-23 02:50:09] "POST /neutron/network HTTP/1.1" 200 1159 0.053065 10.0.0.27 - - [2026-03-23 02:50:09] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.27 - - [2026-03-23 02:50:09] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007730 10.0.0.27 - - [2026-03-23 02:50:09] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007846 10.0.0.27 - - [2026-03-23 02:50:10] "POST /neutron/port HTTP/1.1" 200 1061 0.046253 10.0.0.27 - - [2026-03-23 02:50:10] "POST /neutron/port HTTP/1.1" 200 1125 0.018477 10.0.0.27 - - [2026-03-23 02:50:10] "POST /neutron/port HTTP/1.1" 200 117 0.000919 10.0.0.27 - - [2026-03-23 02:50:14] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007389 10.0.0.27 - - [2026-03-23 02:50:14] "POST /neutron/port HTTP/1.1" 200 1125 0.020403 10.0.0.27 - - [2026-03-23 02:50:14] "GET /virtual-machine/1eef0a21-5192-4b78-8f9f-f17ac3e027f6 HTTP/1.1" 401 292 0.000359 10.0.0.27 - - [2026-03-23 02:50:15] "GET /virtual-machine/1eef0a21-5192-4b78-8f9f-f17ac3e027f6 HTTP/1.1" 200 1298 0.039364 10.0.0.27 - - [2026-03-23 02:50:15] "GET /virtual-machine-interface/8ff5ea81-d9aa-4f27-bfdd-a1823cd43442 HTTP/1.1" 200 2951 0.005182 10.0.0.27 - - [2026-03-23 02:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.27 - - [2026-03-23 02:50:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003323 10.0.0.27 - - [2026-03-23 02:50:15] "GET /virtual-networks?parent_id=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002751 10.0.0.27 - - [2026-03-23 02:50:15] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005803 10.0.0.27 - - [2026-03-23 02:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.27 - - [2026-03-23 02:50:18] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.004951 10.0.0.23 - - [2026-03-23 02:50:21] "DELETE /access-control-list/586cb373-f9fb-4be3-891e-ee89ec3ac1a7 HTTP/1.1" 200 115 0.041418 10.0.0.27 - - [2026-03-23 02:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005917 10.0.0.27 - - [2026-03-23 02:50:22] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005182 10.0.0.27 - - [2026-03-23 02:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.27 - - [2026-03-23 02:50:26] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.004895 10.0.0.27 - - [2026-03-23 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.27 - - [2026-03-23 02:50:30] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005717 10.0.0.23 - - [2026-03-23 02:50:32] "DELETE /project/5968966e-eb52-4cd2-a732-214990759d10 HTTP/1.1" 404 177 0.003401 10.0.0.23 - - [2026-03-23 02:50:32] "DELETE /project/5968966eeb524cd2a732214990759d10 HTTP/1.1" 404 173 0.005371 10.0.0.23 - - [2026-03-23 02:50:32] "DELETE /project/942cb41e9a2e4cc29a64093cc5bb3790 HTTP/1.1" 404 173 0.004515 10.0.0.27 - - [2026-03-23 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.27 - - [2026-03-23 02:50:34] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.004879 10.0.0.50 - - [2026-03-23 02:50:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.50 - - [2026-03-23 02:50:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000324 10.0.0.23 - - [2026-03-23 02:50:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.23 - - [2026-03-23 02:50:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2026-03-23 02:50:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.23 - - [2026-03-23 02:50:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.50 - - [2026-03-23 02:50:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.50 - - [2026-03-23 02:50:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.27 - - [2026-03-23 02:50:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.27 - - [2026-03-23 02:50:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.27 - - [2026-03-23 02:50:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.27 - - [2026-03-23 02:50:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.27 - - [2026-03-23 02:50:38] "POST /neutron/port HTTP/1.1" 200 1125 0.016267 10.0.0.27 - - [2026-03-23 02:50:38] "POST /neutron/subnet HTTP/1.1" 200 675 0.010855 10.0.0.27 - - [2026-03-23 02:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.27 - - [2026-03-23 02:50:38] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.004979 10.0.0.27 - - [2026-03-23 02:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.27 - - [2026-03-23 02:50:42] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006448 10.0.0.27 - - [2026-03-23 02:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.27 - - [2026-03-23 02:50:47] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005837 10.0.0.27 - - [2026-03-23 02:50:48] "POST /neutron/port HTTP/1.1" 200 1125 0.018490 10.0.0.27 - - [2026-03-23 02:50:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005219 10.0.0.27 - - [2026-03-23 02:50:48] "POST /neutron/network HTTP/1.1" 200 1159 0.010665 10.0.0.27 - - [2026-03-23 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.27 - - [2026-03-23 02:50:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002994 10.0.0.27 - - [2026-03-23 02:50:51] "GET /virtual-networks?parent_id=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002741 10.0.0.27 - - [2026-03-23 02:50:51] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005621 10.0.0.50 - - [2026-03-23 02:50:55] "GET /obj-perms HTTP/1.1" 200 5056 0.059744 10.0.0.27 - - [2026-03-23 02:50:56] "POST /neutron/port HTTP/1.1" 200 1125 0.019351 10.0.0.27 - - [2026-03-23 02:51:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008775 10.0.0.27 - - [2026-03-23 02:51:04] "POST /neutron/port HTTP/1.1" 200 1125 0.050427 10.0.0.27 - - [2026-03-23 02:51:06] "POST /neutron/security_group HTTP/1.1" 200 2064 0.011521 10.0.0.27 - - [2026-03-23 02:51:17] "POST /neutron/port HTTP/1.1" 200 1125 0.016130 10.0.0.27 - - [2026-03-23 02:51:17] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009394 10.0.0.27 - - [2026-03-23 02:51:17] "GET /virtual-machine/c07a9b35-1659-4cd4-b0cc-289ebf13e1c2 HTTP/1.1" 200 1299 0.005814 10.0.0.27 - - [2026-03-23 02:51:17] "GET /virtual-machine-interface/7af1aeb9-688c-43c6-8962-43c00651a7aa HTTP/1.1" 200 2949 0.004458 10.0.0.27 - - [2026-03-23 02:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.27 - - [2026-03-23 02:51:17] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005006 10.0.0.27 - - [2026-03-23 02:51:17] "GET /virtual-networks?parent_id=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002367 10.0.0.27 - - [2026-03-23 02:51:17] "GET /virtual-network/f6298733-95f9-40db-b956-70e4ef11c377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005233 10.0.0.27 - - [2026-03-23 02:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.27 - - [2026-03-23 02:51:18] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004212 10.0.0.27 - - [2026-03-23 02:51:18] "GET /virtual-networks?parent_id=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003291 10.0.0.27 - - [2026-03-23 02:51:18] "GET /virtual-network/f6298733-95f9-40db-b956-70e4ef11c377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006689 10.0.0.27 - - [2026-03-23 02:51:18] "POST /neutron/port HTTP/1.1" 200 2098 0.020525 10.0.0.27 - - [2026-03-23 02:51:19] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006872 10.0.0.27 - - [2026-03-23 02:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.27 - - [2026-03-23 02:51:19] "GET /network-policy/df80d429-75a8-472b-b06d-1172d431c25c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.003297 10.0.0.27 - - [2026-03-23 02:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.27 - - [2026-03-23 02:51:19] "GET /network-policy/a3b6b446-ef8a-42b0-a95d-45e1f22bf9db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.009882 10.0.0.27 - - [2026-03-23 02:51:19] "POST /neutron/network HTTP/1.1" 200 1157 0.008329 10.0.0.27 - - [2026-03-23 02:51:19] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.009525 10.0.0.27 - - [2026-03-23 02:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.27 - - [2026-03-23 02:51:19] "GET /network-policy/8742b1d6-ded0-4c50-bbfa-46635cd32e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.003951 10.0.0.27 - - [2026-03-23 02:51:39] "POST /neutron/port HTTP/1.1" 200 1125 0.017607 10.0.0.27 - - [2026-03-23 02:51:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003596 10.0.0.27 - - [2026-03-23 02:51:39] "POST /neutron/network HTTP/1.1" 200 1157 0.008107 10.0.0.23 - - [2026-03-23 02:51:45] "POST /ref-update HTTP/1.1" 200 156 0.036631 10.0.0.27 - - [2026-03-23 02:51:45] "POST /neutron/network HTTP/1.1" 200 1160 0.023298 10.0.0.27 - - [2026-03-23 02:51:45] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005063 10.0.0.27 - - [2026-03-23 02:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.27 - - [2026-03-23 02:51:46] "GET /network-policy/6fca8ccb-d1b0-4494-adc7-e4fbe3aca568?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1126 0.003481 10.0.0.27 - - [2026-03-23 02:51:49] "POST /neutron/network HTTP/1.1" 200 1169 0.006351 10.0.0.27 - - [2026-03-23 02:51:49] "POST /neutron/port HTTP/1.1" 200 117 0.000996 10.0.0.27 - - [2026-03-23 02:51:55] "POST /neutron/network HTTP/1.1" 200 1157 0.073198 10.0.0.27 - - [2026-03-23 02:51:55] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.009887 10.0.0.27 - - [2026-03-23 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.009579 10.0.0.27 - - [2026-03-23 02:51:55] "GET /network-policy/8488bc14-5671-4a4d-a98d-ba2b5b567dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.004724 10.0.0.23 - - [2026-03-23 02:51:55] "GET /obj-perms HTTP/1.1" 200 5056 0.058312 10.0.0.27 - - [2026-03-23 02:51:56] "GET /obj-perms HTTP/1.1" 200 5056 0.059192 10.0.0.27 - - [2026-03-23 02:52:04] "POST /neutron/network HTTP/1.1" 200 1157 0.086778 10.0.0.27 - - [2026-03-23 02:52:04] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005563 10.0.0.27 - - [2026-03-23 02:52:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002482 10.0.0.23 - - [2026-03-23 02:52:04] "PUT /access-control-list/8b6a3d5a-8548-4b48-b1c2-3d95be5109a2 HTTP/1.1" 200 272 0.073691 10.0.0.27 - - [2026-03-23 02:52:04] "GET /network-policy/c258f719-f1c6-41f7-ac5a-b00e6cee79b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004193 10.0.0.27 - - [2026-03-23 02:52:12] "POST /neutron/network HTTP/1.1" 200 1158 0.087950 10.0.0.27 - - [2026-03-23 02:52:12] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.020956 10.0.0.27 - - [2026-03-23 02:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.27 - - [2026-03-23 02:52:12] "GET /network-policy/c9cc7fee-00ba-4a11-97c2-29d822dd6257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.009689 10.0.0.23 - - [2026-03-23 02:52:21] "PUT /access-control-list/8b6a3d5a-8548-4b48-b1c2-3d95be5109a2 HTTP/1.1" 200 272 0.017290 10.0.0.27 - - [2026-03-23 02:52:21] "POST /neutron/network HTTP/1.1" 200 1158 0.091362 10.0.0.27 - - [2026-03-23 02:52:21] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007333 10.0.0.27 - - [2026-03-23 02:52:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005729 10.0.0.27 - - [2026-03-23 02:52:21] "GET /network-policy/bb24bc08-ff1c-4f14-81d0-2951e562e784?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.003698 10.0.0.27 - - [2026-03-23 02:52:29] "POST /neutron/network HTTP/1.1" 200 1158 0.091598 10.0.0.27 - - [2026-03-23 02:52:29] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006016 10.0.0.27 - - [2026-03-23 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.27 - - [2026-03-23 02:52:29] "GET /network-policy/f7429a66-973c-45f2-b39c-e23dbd75afbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.003833 10.0.0.23 - - [2026-03-23 02:52:37] "PUT /access-control-list/8b6a3d5a-8548-4b48-b1c2-3d95be5109a2 HTTP/1.1" 200 272 0.023245 10.0.0.27 - - [2026-03-23 02:52:37] "POST /neutron/network HTTP/1.1" 200 1158 0.088315 10.0.0.27 - - [2026-03-23 02:52:37] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005473 10.0.0.27 - - [2026-03-23 02:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.27 - - [2026-03-23 02:52:37] "GET /network-policy/fd599037-ff8e-4d68-9069-7f2def2bec6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004192 10.0.0.27 - - [2026-03-23 02:52:39] "POST /neutron/port HTTP/1.1" 200 1125 0.044046 10.0.0.27 - - [2026-03-23 02:52:39] "POST /neutron/subnet HTTP/1.1" 200 675 0.009263 10.0.0.27 - - [2026-03-23 02:52:45] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005549 10.0.0.27 - - [2026-03-23 02:52:45] "POST /neutron/network HTTP/1.1" 200 1158 0.008987 10.0.0.27 - - [2026-03-23 02:52:45] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.021781 10.0.0.27 - - [2026-03-23 02:52:45] "GET /virtual-machine/c07a9b35-1659-4cd4-b0cc-289ebf13e1c2 HTTP/1.1" 200 1299 0.004084 10.0.0.27 - - [2026-03-23 02:52:46] "POST /neutron/port HTTP/1.1" 200 1125 0.015299 10.0.0.27 - - [2026-03-23 02:52:47] "GET /virtual-machine/c07a9b35-1659-4cd4-b0cc-289ebf13e1c2 HTTP/1.1" 404 171 0.002926 10.0.0.27 - - [2026-03-23 02:52:47] "GET /virtual-machine/c07a9b35-1659-4cd4-b0cc-289ebf13e1c2 HTTP/1.1" 404 171 0.002095 10.0.0.27 - - [2026-03-23 02:52:47] "GET /virtual-machine/c07a9b35-1659-4cd4-b0cc-289ebf13e1c2 HTTP/1.1" 404 171 0.002622 10.0.0.27 - - [2026-03-23 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.27 - - [2026-03-23 02:52:47] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004052 10.0.0.27 - - [2026-03-23 02:52:47] "GET /virtual-networks?parent_id=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003414 10.0.0.27 - - [2026-03-23 02:52:48] "GET /virtual-network/f6298733-95f9-40db-b956-70e4ef11c377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006520 10.0.0.27 - - [2026-03-23 02:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.27 - - [2026-03-23 02:52:48] "GET /routing-instance/dcbc9668-6eb9-4a52-80c0-14ae78753a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.005927 10.0.0.27 - - [2026-03-23 02:52:48] "GET /route-target/416a9f7d-3232-4b75-9bba-87a0f02bc343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005567 10.0.0.27 - - [2026-03-23 02:52:51] "GET /obj-perms HTTP/1.1" 200 5013 0.003968 10.0.0.27 - - [2026-03-23 02:52:54] "GET /obj-perms HTTP/1.1" 200 5013 0.004509 10.0.0.27 - - [2026-03-23 02:53:00] "GET /obj-perms HTTP/1.1" 200 5013 0.003435 10.0.0.27 - - [2026-03-23 02:53:03] "GET /obj-perms HTTP/1.1" 200 5013 0.003376 10.0.0.27 - - [2026-03-23 02:53:09] "GET /obj-perms HTTP/1.1" 200 5013 0.003728 10.0.0.27 - - [2026-03-23 02:53:09] "GET /obj-perms HTTP/1.1" 200 5013 0.003542 10.0.0.27 - - [2026-03-23 02:53:10] "GET /virtual-machine/1eef0a21-5192-4b78-8f9f-f17ac3e027f6 HTTP/1.1" 200 1298 0.003752 10.0.0.27 - - [2026-03-23 02:53:10] "POST /neutron/port HTTP/1.1" 200 1125 0.018530 10.0.0.27 - - [2026-03-23 02:53:12] "GET /virtual-machine/1eef0a21-5192-4b78-8f9f-f17ac3e027f6 HTTP/1.1" 404 171 0.003582 10.0.0.27 - - [2026-03-23 02:53:12] "GET /virtual-machine/1eef0a21-5192-4b78-8f9f-f17ac3e027f6 HTTP/1.1" 404 171 0.002604 10.0.0.27 - - [2026-03-23 02:53:12] "GET /virtual-machine/1eef0a21-5192-4b78-8f9f-f17ac3e027f6 HTTP/1.1" 404 171 0.002114 10.0.0.27 - - [2026-03-23 02:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.27 - - [2026-03-23 02:53:12] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004214 10.0.0.27 - - [2026-03-23 02:53:12] "GET /virtual-networks?parent_id=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002603 10.0.0.27 - - [2026-03-23 02:53:12] "GET /virtual-network/3d353091-ef6c-4232-8c3f-2f48bebea64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005686 10.0.0.27 - - [2026-03-23 02:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.27 - - [2026-03-23 02:53:12] "GET /routing-instance/b8cfbcfd-847f-4dfb-8d8b-39e88e5f3cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.003933 10.0.0.27 - - [2026-03-23 02:53:12] "GET /route-target/af38fb8c-bcfc-4d88-8f9d-e2f42c0625cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004051 10.0.0.27 - - [2026-03-23 02:53:15] "GET /obj-perms HTTP/1.1" 200 5013 0.004060 10.0.0.27 - - [2026-03-23 02:53:18] "GET /obj-perms HTTP/1.1" 200 5013 0.003478 10.0.0.27 - - [2026-03-23 02:53:24] "GET /obj-perms HTTP/1.1" 200 5013 0.003690 10.0.0.27 - - [2026-03-23 02:53:27] "GET /obj-perms HTTP/1.1" 200 5013 0.003684 10.0.0.27 - - [2026-03-23 02:53:34] "GET /obj-perms HTTP/1.1" 200 5013 0.003383 10.0.0.27 - - [2026-03-23 02:53:37] "GET /obj-perms HTTP/1.1" 200 5013 0.003823 10.0.0.27 - - [2026-03-23 02:53:40] "GET /obj-perms HTTP/1.1" 200 5013 0.004050 10.0.0.50 - - [2026-03-23 02:53:40] "GET /obj-perms HTTP/1.1" 200 5013 0.057545 10.0.0.23 - - [2026-03-23 02:53:40] "GET /obj-perms HTTP/1.1" 200 5013 0.076477 10.0.0.27 - - [2026-03-23 02:53:40] "GET /virtual-network/f6298733-95f9-40db-b956-70e4ef11c377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005390 10.0.0.27 - - [2026-03-23 02:53:40] "POST /neutron/network HTTP/1.1" 200 1159 0.009034 10.0.0.23 - - [2026-03-23 02:53:40] "DELETE /access-control-list/8d164916-c31e-484b-999d-75bcd10befa6 HTTP/1.1" 200 115 0.041426 10.0.0.27 - - [2026-03-23 02:53:40] "GET /virtual-network/f6298733-95f9-40db-b956-70e4ef11c377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006918 10.0.0.27 - - [2026-03-23 02:53:40] "DELETE /network-policy/6fca8ccb-d1b0-4494-adc7-e4fbe3aca568 HTTP/1.1" 200 115 0.028109 10.0.0.27 - - [2026-03-23 02:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.23 - - [2026-03-23 02:53:40] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.029148 10.0.0.27 - - [2026-03-23 02:53:41] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.074975 10.0.0.27 - - [2026-03-23 02:53:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-67300759&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005067 10.0.0.27 - - [2026-03-23 02:53:41] "DELETE /network-policy/fd599037-ff8e-4d68-9069-7f2def2bec6f HTTP/1.1" 200 115 0.037684 10.0.0.27 - - [2026-03-23 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.23 - - [2026-03-23 02:53:41] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001060 10.0.0.27 - - [2026-03-23 02:53:41] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048966 10.0.0.27 - - [2026-03-23 02:53:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-67300759&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.004793 10.0.0.27 - - [2026-03-23 02:53:41] "DELETE /network-policy/f7429a66-973c-45f2-b39c-e23dbd75afbd HTTP/1.1" 200 115 0.041552 10.0.0.27 - - [2026-03-23 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.23 - - [2026-03-23 02:53:41] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000855 10.0.0.27 - - [2026-03-23 02:53:41] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.028995 10.0.0.27 - - [2026-03-23 02:53:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-67300759&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005083 10.0.0.27 - - [2026-03-23 02:53:41] "DELETE /network-policy/bb24bc08-ff1c-4f14-81d0-2951e562e784 HTTP/1.1" 200 115 0.038981 10.0.0.27 - - [2026-03-23 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.23 - - [2026-03-23 02:53:41] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000890 10.0.0.27 - - [2026-03-23 02:53:41] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042419 10.0.0.27 - - [2026-03-23 02:53:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-67300759&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005218 10.0.0.27 - - [2026-03-23 02:53:41] "DELETE /network-policy/c9cc7fee-00ba-4a11-97c2-29d822dd6257 HTTP/1.1" 200 115 0.047299 10.0.0.27 - - [2026-03-23 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.23 - - [2026-03-23 02:53:41] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000880 10.0.0.27 - - [2026-03-23 02:53:41] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047430 10.0.0.27 - - [2026-03-23 02:53:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-67300759&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005091 10.0.0.27 - - [2026-03-23 02:53:41] "DELETE /network-policy/df80d429-75a8-472b-b06d-1172d431c25c HTTP/1.1" 200 115 0.045090 10.0.0.27 - - [2026-03-23 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.23 - - [2026-03-23 02:53:42] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000858 10.0.0.27 - - [2026-03-23 02:53:42] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042094 10.0.0.27 - - [2026-03-23 02:53:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-67300759&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005389 10.0.0.27 - - [2026-03-23 02:53:42] "DELETE /network-policy/c258f719-f1c6-41f7-ac5a-b00e6cee79b0 HTTP/1.1" 200 115 0.037929 10.0.0.27 - - [2026-03-23 02:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.23 - - [2026-03-23 02:53:42] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000869 10.0.0.27 - - [2026-03-23 02:53:42] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040358 10.0.0.27 - - [2026-03-23 02:53:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-67300759&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005988 10.0.0.27 - - [2026-03-23 02:53:42] "DELETE /network-policy/8488bc14-5671-4a4d-a98d-ba2b5b567dbf HTTP/1.1" 200 115 0.040841 10.0.0.27 - - [2026-03-23 02:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.23 - - [2026-03-23 02:53:42] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000970 10.0.0.27 - - [2026-03-23 02:53:42] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048323 10.0.0.27 - - [2026-03-23 02:53:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-67300759&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.011575 10.0.0.27 - - [2026-03-23 02:53:42] "DELETE /network-policy/8742b1d6-ded0-4c50-bbfa-46635cd32e82 HTTP/1.1" 200 115 0.043086 10.0.0.27 - - [2026-03-23 02:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.23 - - [2026-03-23 02:53:42] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000908 10.0.0.27 - - [2026-03-23 02:53:42] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.036279 10.0.0.27 - - [2026-03-23 02:53:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-67300759&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.004723 10.0.0.27 - - [2026-03-23 02:53:42] "DELETE /network-policy/a3b6b446-ef8a-42b0-a95d-45e1f22bf9db HTTP/1.1" 200 115 0.033648 10.0.0.27 - - [2026-03-23 02:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.23 - - [2026-03-23 02:53:42] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000875 10.0.0.27 - - [2026-03-23 02:53:42] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043247 10.0.0.27 - - [2026-03-23 02:53:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-67300759&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.013647 10.0.0.27 - - [2026-03-23 02:53:43] "POST /neutron/network HTTP/1.1" 200 1074 0.011146 10.0.0.23 - - [2026-03-23 02:53:43] "DELETE /route-target/416a9f7d-3232-4b75-9bba-87a0f02bc343 HTTP/1.1" 200 115 0.021938 10.0.0.23 - - [2026-03-23 02:53:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003050 10.0.0.23 - - [2026-03-23 02:53:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005577 10.0.0.23 - - [2026-03-23 02:53:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002395 10.0.0.23 - - [2026-03-23 02:53:43] "POST /useragent-kv HTTP/1.1" 200 115 0.008586 10.0.0.27 - - [2026-03-23 02:53:43] "POST /neutron/network HTTP/1.1" 200 151 0.159366 10.0.0.27 - - [2026-03-23 02:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.27 - - [2026-03-23 02:53:44] "DELETE /network-ipam/1b230b94-d0e2-4b08-91ee-9982e337345d HTTP/1.1" 200 115 0.032745 10.0.0.27 - - [2026-03-23 02:53:44] "POST /fqname-to-id HTTP/1.1" 404 248 0.003235 10.0.0.23 - - [2026-03-23 02:53:44] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000787 10.0.0.23 - - [2026-03-23 02:53:44] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.031402 10.0.0.23 - - [2026-03-23 02:53:44] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000840 10.0.0.23 - - [2026-03-23 02:53:44] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?fields=security_groups HTTP/1.1" 200 1381 0.092687 10.0.0.23 - - [2026-03-23 02:53:44] "DELETE /security-group/bd702e12-9895-4b52-b7cc-dd64246c6cb0 HTTP/1.1" 200 115 0.054463 10.0.0.23 - - [2026-03-23 02:53:44] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001881 10.0.0.23 - - [2026-03-23 02:53:44] "DELETE /access-control-list/108e601a-5cce-4662-b6d3-d33d92e1e640 HTTP/1.1" 200 115 0.054176 10.0.0.23 - - [2026-03-23 02:53:44] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?fields=application_policy_sets HTTP/1.1" 200 1420 0.051684 10.0.0.27 - - [2026-03-23 02:53:44] "DELETE /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790 HTTP/1.1" 200 115 0.443794 10.0.0.23 - - [2026-03-23 02:53:44] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000860 10.0.0.27 - - [2026-03-23 02:53:44] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?fields=projects HTTP/1.1" 200 1438 0.011093 10.0.0.23 - - [2026-03-23 02:53:45] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004400 10.0.0.23 - - [2026-03-23 02:53:45] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.23 - - [2026-03-23 02:53:45] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039763 10.0.0.23 - - [2026-03-23 02:53:46] "POST /id-to-fqname HTTP/1.1" 200 196 0.002663 10.0.0.23 - - [2026-03-23 02:53:46] "POST /fqname-to-id HTTP/1.1" 404 205 0.010541 10.0.0.23 - - [2026-03-23 02:53:46] "POST /security-groups HTTP/1.1" 200 597 0.073438 10.0.0.23 - - [2026-03-23 02:53:46] "POST /projects HTTP/1.1" 200 597 0.268239 10.0.0.23 - - [2026-03-23 02:53:46] "POST /access-control-lists HTTP/1.1" 200 602 0.025414 10.0.0.23 - - [2026-03-23 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.343175 10.0.0.27 - - [2026-03-23 02:53:46] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.517427 10.0.0.23 - - [2026-03-23 02:53:46] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000814 10.0.0.27 - - [2026-03-23 02:53:46] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?fields=virtual_networks HTTP/1.1" 200 1044 0.043506 10.0.0.23 - - [2026-03-23 02:53:46] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000845 10.0.0.27 - - [2026-03-23 02:53:46] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.035310 10.0.0.23 - - [2026-03-23 02:53:46] "GET /projects?obj_uuids=942cb41e-9a2e-4cc2-9a64-093cc5bb3790&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001364 10.0.0.27 - - [2026-03-23 02:53:46] "GET /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790?fields=security_groups HTTP/1.1" 200 1276 0.046385 10.0.0.27 - - [2026-03-23 02:53:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.037227 10.0.0.23 - - [2026-03-23 02:53:47] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003271 10.0.0.23 - - [2026-03-23 02:53:47] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.23 - - [2026-03-23 02:53:47] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007015 10.0.0.23 - - [2026-03-23 02:53:47] "POST /id-to-fqname HTTP/1.1" 200 202 0.006752 10.0.0.23 - - [2026-03-23 02:53:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.017775 10.0.0.23 - - [2026-03-23 02:53:47] "POST /security-groups HTTP/1.1" 200 603 0.072798 10.0.0.23 - - [2026-03-23 02:53:47] "POST /fqname-to-id HTTP/1.1" 404 246 0.003515 10.0.0.23 - - [2026-03-23 02:53:47] "POST /projects HTTP/1.1" 200 609 0.294311 10.0.0.23 - - [2026-03-23 02:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.369384 10.0.0.23 - - [2026-03-23 02:53:48] "POST /access-control-lists HTTP/1.1" 200 606 0.027451 10.0.0.27 - - [2026-03-23 02:53:48] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.512824 10.0.0.27 - - [2026-03-23 02:53:49] "GET / HTTP/1.1" 200 35931 0.001830 10.0.0.27 - - [2026-03-23 02:53:51] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2026-03-23 02:53:51] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000933 10.0.0.27 - - [2026-03-23 02:53:51] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.069972 10.0.0.27 - - [2026-03-23 02:53:52] "GET / HTTP/1.1" 200 35931 0.001482 10.0.0.27 - - [2026-03-23 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.23 - - [2026-03-23 02:53:52] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.27 - - [2026-03-23 02:53:52] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010358 10.0.0.27 - - [2026-03-23 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.23 - - [2026-03-23 02:53:52] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000944 10.0.0.27 - - [2026-03-23 02:53:52] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037370 10.0.0.27 - - [2026-03-23 02:53:54] "GET /domains HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2026-03-23 02:53:54] "GET /domains HTTP/1.1" 200 280 0.035558 10.0.0.23 - - [2026-03-23 02:53:54] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000788 10.0.0.27 - - [2026-03-23 02:53:54] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789 HTTP/1.1" 200 2971 0.007944 10.0.0.23 - - [2026-03-23 02:53:54] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000726 10.0.0.27 - - [2026-03-23 02:53:54] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2 HTTP/1.1" 200 1924 0.085183 10.0.0.27 - - [2026-03-23 02:53:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002497 10.0.0.27 - - [2026-03-23 02:53:54] "POST /network-ipams HTTP/1.1" 200 621 0.024573 10.0.0.27 - - [2026-03-23 02:53:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003127 10.0.0.27 - - [2026-03-23 02:53:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.27 - - [2026-03-23 02:53:54] "GET /network-ipam/ba8fb619-7aad-4c1a-af74-3b3c1f043c53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.006737 10.0.0.27 - - [2026-03-23 02:53:54] "PUT /network-ipam/ba8fb619-7aad-4c1a-af74-3b3c1f043c53 HTTP/1.1" 200 258 0.013397 10.0.0.27 - - [2026-03-23 02:53:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2026-03-23 02:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.029309 10.0.0.23 - - [2026-03-23 02:53:55] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001126 10.0.0.27 - - [2026-03-23 02:53:55] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037077 10.0.0.23 - - [2026-03-23 02:53:55] "POST /useragent-kv HTTP/1.1" 200 115 0.006446 10.0.0.27 - - [2026-03-23 02:53:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.237502 10.0.0.27 - - [2026-03-23 02:53:56] "POST /neutron/network HTTP/1.1" 200 1337 0.012970 10.0.0.27 - - [2026-03-23 02:53:56] "POST /id-to-fqname HTTP/1.1" 200 235 0.000992 10.0.0.27 - - [2026-03-23 02:53:56] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.004912 10.0.0.27 - - [2026-03-23 02:53:56] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005366 10.0.0.27 - - [2026-03-23 02:53:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.007792 10.0.0.27 - - [2026-03-23 02:53:57] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006115 10.0.0.27 - - [2026-03-23 02:53:58] "GET /obj-perms HTTP/1.1" 200 5019 0.382193 10.0.0.27 - - [2026-03-23 02:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.23 - - [2026-03-23 02:53:58] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000798 10.0.0.27 - - [2026-03-23 02:53:58] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047531 10.0.0.27 - - [2026-03-23 02:53:58] "POST /neutron/network HTTP/1.1" 200 117 0.013829 10.0.0.23 - - [2026-03-23 02:53:59] "POST /route-targets HTTP/1.1" 200 327 0.013024 10.0.0.23 - - [2026-03-23 02:53:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007577 10.0.0.27 - - [2026-03-23 02:53:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.224655 10.0.0.23 - - [2026-03-23 02:53:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.047549 10.0.0.27 - - [2026-03-23 02:53:59] "POST /id-to-fqname HTTP/1.1" 200 235 0.001145 10.0.0.27 - - [2026-03-23 02:53:59] "GET /virtual-network/7664575e-597f-404d-8ea0-8f3850647ef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006925 10.0.0.27 - - [2026-03-23 02:53:59] "POST /neutron/network HTTP/1.1" 200 1337 0.009276 10.0.0.27 - - [2026-03-23 02:53:59] "GET /virtual-network/7664575e-597f-404d-8ea0-8f3850647ef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.004566 10.0.0.27 - - [2026-03-23 02:53:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.007664 10.0.0.27 - - [2026-03-23 02:54:00] "GET /virtual-network/7664575e-597f-404d-8ea0-8f3850647ef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005431 10.0.0.50 - - [2026-03-23 02:54:00] "GET /obj-perms HTTP/1.1" 200 5019 0.069996 10.0.0.27 - - [2026-03-23 02:54:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.003888 10.0.0.27 - - [2026-03-23 02:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007183 10.0.0.23 - - [2026-03-23 02:54:00] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.27 - - [2026-03-23 02:54:00] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047152 10.0.0.27 - - [2026-03-23 02:54:01] "POST /network-policys HTTP/1.1" 200 533 0.044662 10.0.0.27 - - [2026-03-23 02:54:01] "GET /network-policy/49c23aa5-3563-411e-bce6-4dc009a6e51c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.006146 10.0.0.27 - - [2026-03-23 02:54:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.003222 10.0.0.27 - - [2026-03-23 02:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.23 - - [2026-03-23 02:54:01] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000909 10.0.0.27 - - [2026-03-23 02:54:01] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054839 10.0.0.27 - - [2026-03-23 02:54:01] "POST /network-policys HTTP/1.1" 200 533 0.029936 10.0.0.27 - - [2026-03-23 02:54:01] "GET /network-policy/275ea5c0-ed58-46fc-b612-8a7fe0cdf1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.005682 10.0.0.27 - - [2026-03-23 02:54:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.003712 10.0.0.27 - - [2026-03-23 02:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.23 - - [2026-03-23 02:54:01] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001238 10.0.0.27 - - [2026-03-23 02:54:01] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043967 10.0.0.27 - - [2026-03-23 02:54:01] "POST /network-policys HTTP/1.1" 200 533 0.035150 10.0.0.27 - - [2026-03-23 02:54:01] "GET /network-policy/4e3aaf7e-22e5-4836-93e7-50c2c7a88e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.011138 10.0.0.27 - - [2026-03-23 02:54:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.005051 10.0.0.27 - - [2026-03-23 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005518 10.0.0.23 - - [2026-03-23 02:54:02] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000876 10.0.0.27 - - [2026-03-23 02:54:02] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044384 10.0.0.27 - - [2026-03-23 02:54:02] "POST /network-policys HTTP/1.1" 200 533 0.029560 10.0.0.27 - - [2026-03-23 02:54:02] "GET /network-policy/5657a43a-f822-4d30-9f84-af53dababa3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.007820 10.0.0.27 - - [2026-03-23 02:54:02] "POST /fqname-to-id HTTP/1.1" 404 213 0.003984 10.0.0.27 - - [2026-03-23 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.23 - - [2026-03-23 02:54:02] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000851 10.0.0.27 - - [2026-03-23 02:54:02] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050591 10.0.0.27 - - [2026-03-23 02:54:02] "POST /network-policys HTTP/1.1" 200 537 0.097355 10.0.0.27 - - [2026-03-23 02:54:02] "GET /network-policy/51b45124-b991-4fa3-844e-a3d4feafa819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.007334 10.0.0.27 - - [2026-03-23 02:54:02] "POST /fqname-to-id HTTP/1.1" 404 212 0.005998 10.0.0.27 - - [2026-03-23 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.23 - - [2026-03-23 02:54:02] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001266 10.0.0.27 - - [2026-03-23 02:54:03] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047191 10.0.0.27 - - [2026-03-23 02:54:03] "POST /network-policys HTTP/1.1" 200 535 0.029502 10.0.0.27 - - [2026-03-23 02:54:03] "GET /network-policy/f751c1bb-8cc6-4729-90bd-44f982c61732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006307 10.0.0.27 - - [2026-03-23 02:54:03] "POST /fqname-to-id HTTP/1.1" 404 212 0.003623 10.0.0.27 - - [2026-03-23 02:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004832 10.0.0.23 - - [2026-03-23 02:54:03] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.27 - - [2026-03-23 02:54:03] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058045 10.0.0.27 - - [2026-03-23 02:54:03] "POST /network-policys HTTP/1.1" 200 535 0.035156 10.0.0.27 - - [2026-03-23 02:54:03] "GET /network-policy/769eb7c5-aa92-4e06-9556-ec582599789e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005935 10.0.0.27 - - [2026-03-23 02:54:03] "POST /fqname-to-id HTTP/1.1" 404 212 0.005961 10.0.0.27 - - [2026-03-23 02:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.23 - - [2026-03-23 02:54:03] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001160 10.0.0.27 - - [2026-03-23 02:54:03] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046090 10.0.0.27 - - [2026-03-23 02:54:03] "POST /network-policys HTTP/1.1" 200 535 0.028699 10.0.0.27 - - [2026-03-23 02:54:04] "GET /network-policy/229141f2-661c-406b-bce2-8549deb0e26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006430 10.0.0.27 - - [2026-03-23 02:54:04] "POST /fqname-to-id HTTP/1.1" 404 212 0.003181 10.0.0.27 - - [2026-03-23 02:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.23 - - [2026-03-23 02:54:04] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.27 - - [2026-03-23 02:54:04] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054498 10.0.0.27 - - [2026-03-23 02:54:04] "POST /network-policys HTTP/1.1" 200 535 0.047748 10.0.0.27 - - [2026-03-23 02:54:04] "GET /network-policy/238deae6-7063-46d2-9b4c-b7722b3c378e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007323 10.0.0.27 - - [2026-03-23 02:54:04] "POST /fqname-to-id HTTP/1.1" 404 214 0.004132 10.0.0.27 - - [2026-03-23 02:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.23 - - [2026-03-23 02:54:04] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001554 10.0.0.27 - - [2026-03-23 02:54:04] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047815 10.0.0.27 - - [2026-03-23 02:54:04] "POST /network-policys HTTP/1.1" 200 539 0.037429 10.0.0.27 - - [2026-03-23 02:54:04] "GET /network-policy/cef8ad72-8f04-4c7d-9e38-cd245cb7cba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006802 10.0.0.27 - - [2026-03-23 02:54:05] "POST /neutron/network HTTP/1.1" 200 1425 0.102328 10.0.0.23 - - [2026-03-23 02:54:05] "POST /access-control-lists HTTP/1.1" 200 609 0.066867 10.0.0.27 - - [2026-03-23 02:54:05] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005478 10.0.0.27 - - [2026-03-23 02:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.27 - - [2026-03-23 02:54:05] "GET /network-policy/49c23aa5-3563-411e-bce6-4dc009a6e51c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.004058 10.0.0.27 - - [2026-03-23 02:54:05] "POST /neutron/network HTTP/1.1" 200 1427 0.083576 10.0.0.27 - - [2026-03-23 02:54:05] "GET /virtual-network/7664575e-597f-404d-8ea0-8f3850647ef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005721 10.0.0.27 - - [2026-03-23 02:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.23 - - [2026-03-23 02:54:05] "POST /ref-update HTTP/1.1" 200 156 0.032415 10.0.0.27 - - [2026-03-23 02:54:05] "GET /network-policy/51b45124-b991-4fa3-844e-a3d4feafa819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.004037 10.0.0.27 - - [2026-03-23 02:54:05] "POST /id-to-fqname HTTP/1.1" 200 235 0.001226 10.0.0.23 - - [2026-03-23 02:54:07] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000883 10.0.0.27 - - [2026-03-23 02:54:07] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.071148 10.0.0.27 - - [2026-03-23 02:54:07] "POST /neutron/network HTTP/1.1" 200 1425 0.009941 10.0.0.27 - - [2026-03-23 02:54:07] "POST /id-to-fqname HTTP/1.1" 200 235 0.001225 10.0.0.27 - - [2026-03-23 02:54:07] "POST /neutron/port HTTP/1.1" 200 117 0.006216 10.0.0.23 - - [2026-03-23 02:54:07] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000866 10.0.0.27 - - [2026-03-23 02:54:08] "POST /neutron/port HTTP/1.1" 200 1174 0.348832 10.0.0.27 - - [2026-03-23 02:54:08] "POST /neutron/port HTTP/1.1" 200 1228 0.111651 10.0.0.23 - - [2026-03-23 02:54:08] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000913 10.0.0.27 - - [2026-03-23 02:54:08] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.104477 10.0.0.27 - - [2026-03-23 02:54:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003464 10.0.0.27 - - [2026-03-23 02:54:08] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.27 - - [2026-03-23 02:54:08] "POST /neutron/port HTTP/1.1" 200 1238 0.021090 10.0.0.27 - - [2026-03-23 02:54:09] "POST /neutron/port HTTP/1.1" 200 1238 0.017098 10.0.0.23 - - [2026-03-23 02:54:09] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001031 10.0.0.27 - - [2026-03-23 02:54:09] "POST /neutron/port HTTP/1.1" 200 1174 0.315342 10.0.0.27 - - [2026-03-23 02:54:09] "POST /neutron/port HTTP/1.1" 200 1228 0.120945 10.0.0.27 - - [2026-03-23 02:54:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003971 10.0.0.27 - - [2026-03-23 02:54:10] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.27 - - [2026-03-23 02:54:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006112 10.0.0.27 - - [2026-03-23 02:54:14] "POST /neutron/port HTTP/1.1" 200 1238 0.016862 10.0.0.27 - - [2026-03-23 02:54:14] "GET /virtual-machine/9582c228-23fa-46d9-8768-c4ca4dd7c0ea HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2026-03-23 02:54:14] "GET /virtual-machine/9582c228-23fa-46d9-8768-c4ca4dd7c0ea HTTP/1.1" 200 1304 0.044973 10.0.0.27 - - [2026-03-23 02:54:14] "GET /virtual-machine-interface/76c35d84-8c21-4936-87c1-b22d6851e533 HTTP/1.1" 200 3167 0.006635 10.0.0.27 - - [2026-03-23 02:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.27 - - [2026-03-23 02:54:14] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003208 10.0.0.27 - - [2026-03-23 02:54:14] "GET /virtual-networks?parent_id=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002561 10.0.0.27 - - [2026-03-23 02:54:14] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005153 10.0.0.27 - - [2026-03-23 02:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.27 - - [2026-03-23 02:54:17] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005148 10.0.0.23 - - [2026-03-23 02:54:21] "DELETE /access-control-list/27c451f5-f7d2-44b1-964f-e99e41ac6242 HTTP/1.1" 200 115 0.038020 10.0.0.27 - - [2026-03-23 02:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.27 - - [2026-03-23 02:54:22] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.004912 10.0.0.27 - - [2026-03-23 02:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.27 - - [2026-03-23 02:54:26] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.004651 10.0.0.27 - - [2026-03-23 02:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.27 - - [2026-03-23 02:54:30] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006338 10.0.0.23 - - [2026-03-23 02:54:32] "DELETE /project/942cb41e-9a2e-4cc2-9a64-093cc5bb3790 HTTP/1.1" 404 177 0.003438 10.0.0.23 - - [2026-03-23 02:54:32] "DELETE /project/d8f368cd5410455d8e2d16a0ae6e3ff2 HTTP/1.1" 404 173 0.005695 10.0.0.23 - - [2026-03-23 02:54:32] "DELETE /project/942cb41e9a2e4cc29a64093cc5bb3790 HTTP/1.1" 404 173 0.003992 10.0.0.27 - - [2026-03-23 02:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.27 - - [2026-03-23 02:54:34] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.004558 10.0.0.27 - - [2026-03-23 02:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.27 - - [2026-03-23 02:54:38] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.004997 10.0.0.27 - - [2026-03-23 02:54:41] "POST /neutron/port HTTP/1.1" 200 1238 0.016492 10.0.0.27 - - [2026-03-23 02:54:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003418 10.0.0.27 - - [2026-03-23 02:54:41] "POST /neutron/port HTTP/1.1" 200 117 0.001006 10.0.0.27 - - [2026-03-23 02:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.27 - - [2026-03-23 02:54:42] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005764 10.0.0.27 - - [2026-03-23 02:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.27 - - [2026-03-23 02:54:46] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.004789 10.0.0.27 - - [2026-03-23 02:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.27 - - [2026-03-23 02:54:48] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003996 10.0.0.27 - - [2026-03-23 02:54:48] "GET /virtual-networks?parent_id=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002871 10.0.0.27 - - [2026-03-23 02:54:48] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005537 10.0.0.27 - - [2026-03-23 02:54:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007858 10.0.0.27 - - [2026-03-23 02:54:52] "POST /neutron/network HTTP/1.1" 200 1437 0.009967 10.0.0.27 - - [2026-03-23 02:54:52] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014247 10.0.0.27 - - [2026-03-23 02:54:52] "POST /neutron/network HTTP/1.1" 200 1427 0.012056 10.0.0.23 - - [2026-03-23 02:54:58] "GET /obj-perms HTTP/1.1" 200 5056 0.060410 10.0.0.27 - - [2026-03-23 02:54:59] "POST /neutron/port HTTP/1.1" 200 1238 0.028305 10.0.0.27 - - [2026-03-23 02:55:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007037 10.0.0.27 - - [2026-03-23 02:55:04] "POST /neutron/port HTTP/1.1" 200 1238 0.018744 10.0.0.27 - - [2026-03-23 02:55:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006248 10.0.0.27 - - [2026-03-23 02:55:09] "POST /neutron/port HTTP/1.1" 200 1238 0.016012 10.0.0.27 - - [2026-03-23 02:55:09] "GET /virtual-machine/4b915844-9855-40b9-93b3-d1c1aae33bd4 HTTP/1.1" 200 1304 0.005834 10.0.0.27 - - [2026-03-23 02:55:09] "GET /virtual-machine-interface/f8b229c8-f75e-411c-85e0-cd1757a82b46 HTTP/1.1" 200 3168 0.004833 10.0.0.27 - - [2026-03-23 02:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.27 - - [2026-03-23 02:55:10] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003596 10.0.0.27 - - [2026-03-23 02:55:10] "GET /virtual-networks?parent_id=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.006006 10.0.0.27 - - [2026-03-23 02:55:10] "GET /virtual-network/7664575e-597f-404d-8ea0-8f3850647ef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006059 10.0.0.27 - - [2026-03-23 02:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.27 - - [2026-03-23 02:55:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003543 10.0.0.27 - - [2026-03-23 02:55:11] "GET /virtual-networks?parent_id=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003147 10.0.0.27 - - [2026-03-23 02:55:11] "GET /virtual-network/7664575e-597f-404d-8ea0-8f3850647ef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005326 10.0.0.27 - - [2026-03-23 02:55:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006432 10.0.0.27 - - [2026-03-23 02:55:16] "POST /neutron/port HTTP/1.1" 200 1238 0.017460 10.0.0.27 - - [2026-03-23 02:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.27 - - [2026-03-23 02:55:16] "GET /network-policy/51b45124-b991-4fa3-844e-a3d4feafa819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.003162 10.0.0.27 - - [2026-03-23 02:55:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009210 10.0.0.27 - - [2026-03-23 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.27 - - [2026-03-23 02:55:17] "GET /network-policy/49c23aa5-3563-411e-bce6-4dc009a6e51c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.003593 10.0.0.23 - - [2026-03-23 02:55:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.002772 10.0.0.27 - - [2026-03-23 02:55:17] "POST /neutron/network HTTP/1.1" 200 1425 0.022250 10.0.0.27 - - [2026-03-23 02:55:17] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005182 10.0.0.27 - - [2026-03-23 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.27 - - [2026-03-23 02:55:17] "GET /network-policy/275ea5c0-ed58-46fc-b612-8a7fe0cdf1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.004437 10.0.0.50 - - [2026-03-23 02:55:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.50 - - [2026-03-23 02:55:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-03-23 02:55:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.23 - - [2026-03-23 02:55:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.23 - - [2026-03-23 02:55:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.23 - - [2026-03-23 02:55:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.50 - - [2026-03-23 02:55:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2026-03-23 02:55:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.27 - - [2026-03-23 02:55:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2026-03-23 02:55:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.27 - - [2026-03-23 02:55:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.27 - - [2026-03-23 02:55:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.23 - - [2026-03-23 02:55:39] "PUT /access-control-list/9c5ec4e1-2101-4197-a7f9-5e68da22e607 HTTP/1.1" 200 272 0.037017 10.0.0.27 - - [2026-03-23 02:55:39] "POST /neutron/network HTTP/1.1" 200 1428 0.023127 10.0.0.27 - - [2026-03-23 02:55:39] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.010287 10.0.0.27 - - [2026-03-23 02:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007847 10.0.0.27 - - [2026-03-23 02:55:39] "GET /network-policy/cef8ad72-8f04-4c7d-9e38-cd245cb7cba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003864 10.0.0.27 - - [2026-03-23 02:55:43] "POST /neutron/network HTTP/1.1" 200 1438 0.007301 10.0.0.27 - - [2026-03-23 02:55:43] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015562 10.0.0.27 - - [2026-03-23 02:55:43] "POST /neutron/network HTTP/1.1" 200 1428 0.018022 10.0.0.23 - - [2026-03-23 02:55:52] "POST /ref-update HTTP/1.1" 200 156 0.028150 10.0.0.27 - - [2026-03-23 02:55:52] "POST /neutron/network HTTP/1.1" 200 1425 0.028052 10.0.0.27 - - [2026-03-23 02:55:52] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.015146 10.0.0.27 - - [2026-03-23 02:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.27 - - [2026-03-23 02:55:52] "GET /network-policy/4e3aaf7e-22e5-4836-93e7-50c2c7a88e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.005044 10.0.0.27 - - [2026-03-23 02:55:54] "POST /neutron/network HTTP/1.1" 200 1437 0.036719 10.0.0.27 - - [2026-03-23 02:55:54] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016144 10.0.0.27 - - [2026-03-23 02:55:54] "POST /neutron/network HTTP/1.1" 200 1427 0.013019 10.0.0.23 - - [2026-03-23 02:56:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.005829 10.0.0.27 - - [2026-03-23 02:56:04] "POST /neutron/network HTTP/1.1" 200 1425 0.014426 10.0.0.27 - - [2026-03-23 02:56:04] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.012859 10.0.0.27 - - [2026-03-23 02:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.27 - - [2026-03-23 02:56:04] "GET /network-policy/5657a43a-f822-4d30-9f84-af53dababa3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.003544 10.0.0.23 - - [2026-03-23 02:56:15] "POST /ref-update HTTP/1.1" 200 156 0.040344 10.0.0.27 - - [2026-03-23 02:56:15] "POST /neutron/network HTTP/1.1" 200 1426 0.021244 10.0.0.27 - - [2026-03-23 02:56:15] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007529 10.0.0.27 - - [2026-03-23 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.27 - - [2026-03-23 02:56:15] "GET /network-policy/f751c1bb-8cc6-4729-90bd-44f982c61732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.003937 10.0.0.27 - - [2026-03-23 02:56:27] "POST /neutron/network HTTP/1.1" 200 1426 0.031985 10.0.0.27 - - [2026-03-23 02:56:27] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005533 10.0.0.27 - - [2026-03-23 02:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002464 10.0.0.27 - - [2026-03-23 02:56:27] "GET /network-policy/769eb7c5-aa92-4e06-9556-ec582599789e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004019 10.0.0.23 - - [2026-03-23 02:56:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.007837 10.0.0.23 - - [2026-03-23 02:56:38] "PUT /access-control-list/9c5ec4e1-2101-4197-a7f9-5e68da22e607 HTTP/1.1" 200 272 0.029292 10.0.0.27 - - [2026-03-23 02:56:38] "POST /neutron/network HTTP/1.1" 200 1426 0.016004 10.0.0.27 - - [2026-03-23 02:56:38] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.004813 10.0.0.27 - - [2026-03-23 02:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.27 - - [2026-03-23 02:56:38] "GET /network-policy/229141f2-661c-406b-bce2-8549deb0e26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004815 10.0.0.27 - - [2026-03-23 02:56:43] "POST /neutron/network HTTP/1.1" 200 1436 0.006669 10.0.0.27 - - [2026-03-23 02:56:43] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014171 10.0.0.27 - - [2026-03-23 02:56:43] "POST /neutron/network HTTP/1.1" 200 1426 0.010359 10.0.0.27 - - [2026-03-23 02:56:50] "POST /neutron/network HTTP/1.1" 200 1426 0.019240 10.0.0.27 - - [2026-03-23 02:56:50] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.004937 10.0.0.27 - - [2026-03-23 02:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.27 - - [2026-03-23 02:56:50] "GET /network-policy/238deae6-7063-46d2-9b4c-b7722b3c378e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004187 10.0.0.27 - - [2026-03-23 02:56:54] "POST /neutron/network HTTP/1.1" 200 1437 0.006432 10.0.0.27 - - [2026-03-23 02:56:54] "POST /neutron/subnet HTTP/1.1" 200 1361 0.013402 10.0.0.27 - - [2026-03-23 02:56:54] "POST /neutron/network HTTP/1.1" 200 1427 0.010065 10.0.0.27 - - [2026-03-23 02:57:00] "GET /obj-perms HTTP/1.1" 200 5056 0.063532 10.0.0.27 - - [2026-03-23 02:57:00] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006142 10.0.0.27 - - [2026-03-23 02:57:00] "POST /neutron/network HTTP/1.1" 200 1337 0.040437 10.0.0.27 - - [2026-03-23 02:57:00] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.007508 10.0.0.23 - - [2026-03-23 02:57:00] "POST /ref-update HTTP/1.1" 200 156 0.070078 10.0.0.27 - - [2026-03-23 02:57:01] "GET /virtual-machine/4b915844-9855-40b9-93b3-d1c1aae33bd4 HTTP/1.1" 200 1304 0.003737 10.0.0.27 - - [2026-03-23 02:57:01] "POST /neutron/port HTTP/1.1" 200 151 0.234921 10.0.0.27 - - [2026-03-23 02:57:03] "GET /virtual-machine/4b915844-9855-40b9-93b3-d1c1aae33bd4 HTTP/1.1" 404 171 0.004499 10.0.0.27 - - [2026-03-23 02:57:03] "GET /virtual-machine/4b915844-9855-40b9-93b3-d1c1aae33bd4 HTTP/1.1" 404 171 0.003578 10.0.0.27 - - [2026-03-23 02:57:03] "GET /virtual-machine/4b915844-9855-40b9-93b3-d1c1aae33bd4 HTTP/1.1" 404 171 0.003752 10.0.0.27 - - [2026-03-23 02:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.27 - - [2026-03-23 02:57:03] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003646 10.0.0.27 - - [2026-03-23 02:57:03] "GET /virtual-networks?parent_id=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003825 10.0.0.27 - - [2026-03-23 02:57:03] "GET /virtual-network/7664575e-597f-404d-8ea0-8f3850647ef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005889 10.0.0.27 - - [2026-03-23 02:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.27 - - [2026-03-23 02:57:03] "GET /routing-instance/ca5392a9-4c6c-42eb-87f3-b7f475e8bd89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004184 10.0.0.27 - - [2026-03-23 02:57:03] "GET /route-target/bf58a49a-f159-402f-b44b-42cf94d57b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003936 10.0.0.27 - - [2026-03-23 02:57:06] "GET /obj-perms HTTP/1.1" 200 5019 0.003902 10.0.0.27 - - [2026-03-23 02:57:09] "GET /obj-perms HTTP/1.1" 200 5019 0.003370 10.0.0.50 - - [2026-03-23 02:57:09] "GET /obj-perms HTTP/1.1" 200 5019 0.003821 10.0.0.27 - - [2026-03-23 02:57:09] "GET /virtual-machine/9582c228-23fa-46d9-8768-c4ca4dd7c0ea HTTP/1.1" 200 1304 0.004023 10.0.0.27 - - [2026-03-23 02:57:10] "POST /neutron/port HTTP/1.1" 200 151 0.200397 10.0.0.27 - - [2026-03-23 02:57:12] "GET /virtual-machine/9582c228-23fa-46d9-8768-c4ca4dd7c0ea HTTP/1.1" 404 171 0.003229 10.0.0.27 - - [2026-03-23 02:57:12] "GET /virtual-machine/9582c228-23fa-46d9-8768-c4ca4dd7c0ea HTTP/1.1" 404 171 0.003758 10.0.0.27 - - [2026-03-23 02:57:12] "GET /virtual-machine/9582c228-23fa-46d9-8768-c4ca4dd7c0ea HTTP/1.1" 404 171 0.004915 10.0.0.27 - - [2026-03-23 02:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.27 - - [2026-03-23 02:57:12] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003732 10.0.0.27 - - [2026-03-23 02:57:12] "GET /virtual-networks?parent_id=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002734 10.0.0.27 - - [2026-03-23 02:57:12] "GET /virtual-network/281b1311-d60c-4359-8be3-bd9f924a781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005639 10.0.0.27 - - [2026-03-23 02:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.27 - - [2026-03-23 02:57:12] "GET /routing-instance/c491d5e2-7254-48d2-8c7c-f8b632985f96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004099 10.0.0.27 - - [2026-03-23 02:57:12] "GET /route-target/22d6aec5-8fd0-4c53-947b-20e23dc69c48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005494 10.0.0.27 - - [2026-03-23 02:57:12] "GET /obj-perms HTTP/1.1" 200 5019 0.003564 10.0.0.27 - - [2026-03-23 02:57:15] "GET /obj-perms HTTP/1.1" 200 5019 0.003728 10.0.0.27 - - [2026-03-23 02:57:21] "GET /obj-perms HTTP/1.1" 200 5019 0.005356 10.0.0.27 - - [2026-03-23 02:57:24] "GET /obj-perms HTTP/1.1" 200 5019 0.004729 10.0.0.27 - - [2026-03-23 02:57:30] "GET /obj-perms HTTP/1.1" 200 5019 0.003469 10.0.0.27 - - [2026-03-23 02:57:34] "GET /obj-perms HTTP/1.1" 200 5019 0.004293 10.0.0.27 - - [2026-03-23 02:57:40] "GET /obj-perms HTTP/1.1" 200 5019 0.003990 10.0.0.27 - - [2026-03-23 02:57:40] "GET /obj-perms HTTP/1.1" 200 5019 0.003688 10.0.0.23 - - [2026-03-23 02:57:40] "GET /obj-perms HTTP/1.1" 200 5019 0.067589 10.0.0.27 - - [2026-03-23 02:57:40] "GET /virtual-network/7664575e-597f-404d-8ea0-8f3850647ef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005293 10.0.0.23 - - [2026-03-23 02:57:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.004666 10.0.0.27 - - [2026-03-23 02:57:40] "POST /neutron/network HTTP/1.1" 200 1337 0.014055 10.0.0.27 - - [2026-03-23 02:57:40] "GET /virtual-network/7664575e-597f-404d-8ea0-8f3850647ef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006658 10.0.0.27 - - [2026-03-23 02:57:40] "DELETE /network-policy/cef8ad72-8f04-4c7d-9e38-cd245cb7cba4 HTTP/1.1" 200 115 0.031077 10.0.0.27 - - [2026-03-23 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.23 - - [2026-03-23 02:57:41] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000928 10.0.0.27 - - [2026-03-23 02:57:41] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047801 10.0.0.27 - - [2026-03-23 02:57:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-63320717&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.006627 10.0.0.27 - - [2026-03-23 02:57:41] "DELETE /network-policy/238deae6-7063-46d2-9b4c-b7722b3c378e HTTP/1.1" 200 115 0.032336 10.0.0.27 - - [2026-03-23 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.23 - - [2026-03-23 02:57:41] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000927 10.0.0.27 - - [2026-03-23 02:57:41] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039876 10.0.0.27 - - [2026-03-23 02:57:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-63320717&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005378 10.0.0.27 - - [2026-03-23 02:57:41] "DELETE /network-policy/229141f2-661c-406b-bce2-8549deb0e26f HTTP/1.1" 200 115 0.035537 10.0.0.27 - - [2026-03-23 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.23 - - [2026-03-23 02:57:41] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.27 - - [2026-03-23 02:57:41] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.034299 10.0.0.27 - - [2026-03-23 02:57:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-63320717&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.006697 10.0.0.27 - - [2026-03-23 02:57:41] "DELETE /network-policy/769eb7c5-aa92-4e06-9556-ec582599789e HTTP/1.1" 200 115 0.050443 10.0.0.27 - - [2026-03-23 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007194 10.0.0.23 - - [2026-03-23 02:57:41] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.27 - - [2026-03-23 02:57:41] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035024 10.0.0.27 - - [2026-03-23 02:57:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-63320717&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.009002 10.0.0.27 - - [2026-03-23 02:57:41] "DELETE /network-policy/f751c1bb-8cc6-4729-90bd-44f982c61732 HTTP/1.1" 200 115 0.049356 10.0.0.27 - - [2026-03-23 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007022 10.0.0.23 - - [2026-03-23 02:57:41] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000933 10.0.0.27 - - [2026-03-23 02:57:41] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041310 10.0.0.27 - - [2026-03-23 02:57:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-63320717&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005247 10.0.0.27 - - [2026-03-23 02:57:41] "DELETE /network-policy/51b45124-b991-4fa3-844e-a3d4feafa819 HTTP/1.1" 200 115 0.031520 10.0.0.27 - - [2026-03-23 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.23 - - [2026-03-23 02:57:42] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000941 10.0.0.27 - - [2026-03-23 02:57:42] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036545 10.0.0.27 - - [2026-03-23 02:57:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-63320717&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005678 10.0.0.27 - - [2026-03-23 02:57:42] "DELETE /network-policy/5657a43a-f822-4d30-9f84-af53dababa3d HTTP/1.1" 200 115 0.034925 10.0.0.27 - - [2026-03-23 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.23 - - [2026-03-23 02:57:42] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000933 10.0.0.27 - - [2026-03-23 02:57:42] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.032187 10.0.0.27 - - [2026-03-23 02:57:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-63320717&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.006691 10.0.0.27 - - [2026-03-23 02:57:42] "DELETE /network-policy/4e3aaf7e-22e5-4836-93e7-50c2c7a88e84 HTTP/1.1" 200 115 0.034978 10.0.0.27 - - [2026-03-23 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.23 - - [2026-03-23 02:57:42] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000860 10.0.0.27 - - [2026-03-23 02:57:42] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038297 10.0.0.27 - - [2026-03-23 02:57:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-63320717&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.006742 10.0.0.27 - - [2026-03-23 02:57:42] "DELETE /network-policy/275ea5c0-ed58-46fc-b612-8a7fe0cdf1f8 HTTP/1.1" 200 115 0.039052 10.0.0.27 - - [2026-03-23 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565 10.0.0.23 - - [2026-03-23 02:57:42] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001333 10.0.0.27 - - [2026-03-23 02:57:42] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057099 10.0.0.27 - - [2026-03-23 02:57:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-63320717&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005210 10.0.0.27 - - [2026-03-23 02:57:42] "DELETE /network-policy/49c23aa5-3563-411e-bce6-4dc009a6e51c HTTP/1.1" 200 115 0.031230 10.0.0.27 - - [2026-03-23 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005835 10.0.0.23 - - [2026-03-23 02:57:42] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000920 10.0.0.27 - - [2026-03-23 02:57:42] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038898 10.0.0.27 - - [2026-03-23 02:57:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-63320717&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004976 10.0.0.23 - - [2026-03-23 02:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.049809 10.0.0.27 - - [2026-03-23 02:57:43] "POST /neutron/network HTTP/1.1" 200 1337 0.009120 10.0.0.23 - - [2026-03-23 02:57:43] "DELETE /route-target/22d6aec5-8fd0-4c53-947b-20e23dc69c48 HTTP/1.1" 200 115 0.021927 10.0.0.27 - - [2026-03-23 02:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.27 - - [2026-03-23 02:57:44] "DELETE /network-ipam/ba8fb619-7aad-4c1a-af74-3b3c1f043c53 HTTP/1.1" 200 115 0.044318 10.0.0.27 - - [2026-03-23 02:57:44] "POST /fqname-to-id HTTP/1.1" 404 260 0.003059 10.0.0.23 - - [2026-03-23 02:57:44] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000829 10.0.0.23 - - [2026-03-23 02:57:44] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.042600 10.0.0.23 - - [2026-03-23 02:57:44] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.23 - - [2026-03-23 02:57:44] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?fields=security_groups HTTP/1.1" 200 1399 0.037138 10.0.0.23 - - [2026-03-23 02:57:44] "DELETE /security-group/0fc0f8e9-40a9-40a0-bb87-684f9994d9e3 HTTP/1.1" 200 115 0.066317 10.0.0.23 - - [2026-03-23 02:57:44] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001072 10.0.0.23 - - [2026-03-23 02:57:44] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?fields=application_policy_sets HTTP/1.1" 200 1438 0.051332 10.0.0.27 - - [2026-03-23 02:57:44] "DELETE /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2 HTTP/1.1" 200 115 0.401808 10.0.0.23 - - [2026-03-23 02:57:44] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.27 - - [2026-03-23 02:57:44] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?fields=projects HTTP/1.1" 200 1438 0.015578 10.0.0.23 - - [2026-03-23 02:57:45] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003085 10.0.0.23 - - [2026-03-23 02:57:45] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000743 10.0.0.23 - - [2026-03-23 02:57:45] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048139 10.0.0.23 - - [2026-03-23 02:57:46] "POST /id-to-fqname HTTP/1.1" 200 202 0.002132 10.0.0.23 - - [2026-03-23 02:57:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.005403 10.0.0.23 - - [2026-03-23 02:57:46] "POST /security-groups HTTP/1.1" 200 603 0.028681 10.0.0.23 - - [2026-03-23 02:57:46] "POST /fqname-to-id HTTP/1.1" 404 246 0.003187 10.0.0.23 - - [2026-03-23 02:57:46] "POST /projects HTTP/1.1" 200 609 0.218075 10.0.0.23 - - [2026-03-23 02:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.292340 10.0.0.23 - - [2026-03-23 02:57:46] "POST /access-control-lists HTTP/1.1" 200 606 0.026213 10.0.0.27 - - [2026-03-23 02:57:46] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.442206 10.0.0.23 - - [2026-03-23 02:57:46] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001573 10.0.0.27 - - [2026-03-23 02:57:46] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?fields=virtual_networks HTTP/1.1" 200 1056 0.054283 10.0.0.23 - - [2026-03-23 02:57:46] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000877 10.0.0.27 - - [2026-03-23 02:57:46] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.049018 10.0.0.23 - - [2026-03-23 02:57:46] "GET /projects?obj_uuids=d8f368cd-5410-455d-8e2d-16a0ae6e3ff2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001399 10.0.0.27 - - [2026-03-23 02:57:46] "GET /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2?fields=security_groups HTTP/1.1" 200 1294 0.043280 10.0.0.27 - - [2026-03-23 02:57:47] "POST /fqname-to-id HTTP/1.1" 404 182 0.031317 10.0.0.23 - - [2026-03-23 02:57:47] "GET /projects?obj_uuids=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002470 10.0.0.23 - - [2026-03-23 02:57:47] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.23 - - [2026-03-23 02:57:47] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006671 10.0.0.23 - - [2026-03-23 02:57:48] "POST /id-to-fqname HTTP/1.1" 200 184 0.001621 10.0.0.23 - - [2026-03-23 02:57:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.010698 10.0.0.23 - - [2026-03-23 02:57:48] "POST /security-groups HTTP/1.1" 200 585 0.027854 10.0.0.23 - - [2026-03-23 02:57:48] "POST /projects HTTP/1.1" 200 573 0.233344 10.0.0.23 - - [2026-03-23 02:57:48] "POST /fqname-to-id HTTP/1.1" 404 227 0.010144 10.0.0.23 - - [2026-03-23 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.308536 10.0.0.27 - - [2026-03-23 02:57:48] "GET /project/ead28fa5-e33c-4240-940b-7883544a6fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.462178 10.0.0.27 - - [2026-03-23 02:57:49] "GET / HTTP/1.1" 200 35931 0.002247 10.0.0.27 - - [2026-03-23 02:57:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475 10.0.0.27 - - [2026-03-23 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.068986 10.0.0.23 - - [2026-03-23 02:57:50] "GET /projects?obj_uuids=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000798 10.0.0.27 - - [2026-03-23 02:57:50] "GET /project/ead28fa5-e33c-4240-940b-7883544a6fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.040667 10.0.0.23 - - [2026-03-23 02:57:50] "GET /projects?obj_uuids=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001085 10.0.0.27 - - [2026-03-23 02:57:50] "POST /neutron/network HTTP/1.1" 200 599 0.142992 10.0.0.23 - - [2026-03-23 02:57:50] "POST /ref-update HTTP/1.1" 200 156 0.027263 10.0.0.27 - - [2026-03-23 02:57:51] "POST /neutron/network HTTP/1.1" 200 992 0.009097 10.0.0.27 - - [2026-03-23 02:57:51] "POST /id-to-fqname HTTP/1.1" 200 214 0.000907 10.0.0.27 - - [2026-03-23 02:57:51] "GET /virtual-network/ddb9c91a-841b-4437-9470-3d9422fc99b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005149 10.0.0.27 - - [2026-03-23 02:57:51] "GET /virtual-network/ddb9c91a-841b-4437-9470-3d9422fc99b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.004903 10.0.0.27 - - [2026-03-23 02:57:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.014349 10.0.0.27 - - [2026-03-23 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.23 - - [2026-03-23 02:57:51] "GET /projects?obj_uuids=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000873 10.0.0.27 - - [2026-03-23 02:57:51] "GET /project/ead28fa5-e33c-4240-940b-7883544a6fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.035256 10.0.0.23 - - [2026-03-23 02:57:51] "GET /projects?obj_uuids=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001072 10.0.0.27 - - [2026-03-23 02:57:51] "POST /neutron/network HTTP/1.1" 200 599 0.152020 10.0.0.27 - - [2026-03-23 02:57:52] "POST /neutron/network HTTP/1.1" 200 992 0.011781 10.0.0.27 - - [2026-03-23 02:57:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.000911 10.0.0.27 - - [2026-03-23 02:57:52] "GET /virtual-network/98475642-dd86-4e27-bb46-e82133860485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.004484 10.0.0.27 - - [2026-03-23 02:57:52] "GET /virtual-network/98475642-dd86-4e27-bb46-e82133860485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.004948 10.0.0.27 - - [2026-03-23 02:57:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.007528 10.0.0.27 - - [2026-03-23 02:57:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.001094 10.0.0.23 - - [2026-03-23 02:57:53] "GET /projects?obj_uuids=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000892 10.0.0.27 - - [2026-03-23 02:57:53] "GET /project/ead28fa5-e33c-4240-940b-7883544a6fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.061621 10.0.0.27 - - [2026-03-23 02:57:53] "POST /neutron/network HTTP/1.1" 200 992 0.049098 10.0.0.27 - - [2026-03-23 02:57:53] "POST /id-to-fqname HTTP/1.1" 200 214 0.001235 10.0.0.27 - - [2026-03-23 02:57:53] "POST /neutron/port HTTP/1.1" 200 117 0.005629 10.0.0.23 - - [2026-03-23 02:57:54] "GET /projects?obj_uuids=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000923 10.0.0.27 - - [2026-03-23 02:57:54] "POST /neutron/port HTTP/1.1" 200 1161 0.334905 10.0.0.27 - - [2026-03-23 02:57:54] "POST /neutron/port HTTP/1.1" 200 1215 0.130484 10.0.0.23 - - [2026-03-23 02:57:54] "GET /projects?obj_uuids=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000839 10.0.0.27 - - [2026-03-23 02:57:55] "GET /project/ead28fa5-e33c-4240-940b-7883544a6fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.111712 10.0.0.27 - - [2026-03-23 02:57:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003706 10.0.0.27 - - [2026-03-23 02:57:55] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.27 - - [2026-03-23 02:57:55] "POST /neutron/port HTTP/1.1" 200 1225 0.016605 10.0.0.27 - - [2026-03-23 02:57:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001175 10.0.0.27 - - [2026-03-23 02:57:55] "POST /neutron/port HTTP/1.1" 200 1225 0.020335 10.0.0.27 - - [2026-03-23 02:57:55] "POST /neutron/network HTTP/1.1" 200 1002 0.006679 10.0.0.27 - - [2026-03-23 02:57:56] "POST /neutron/port HTTP/1.1" 200 1161 0.053360 10.0.0.23 - - [2026-03-23 02:57:56] "GET /projects?obj_uuids=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000874 10.0.0.27 - - [2026-03-23 02:57:56] "GET /project/ead28fa5-e33c-4240-940b-7883544a6fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.125532 10.0.0.27 - - [2026-03-23 02:57:56] "POST /neutron/port HTTP/1.1" 200 1225 0.024288 10.0.0.27 - - [2026-03-23 02:57:56] "POST /neutron/subnet HTTP/1.1" 200 1385 0.017071 10.0.0.27 - - [2026-03-23 02:57:56] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.27 - - [2026-03-23 02:57:57] "POST /neutron/port HTTP/1.1" 200 117 0.007349 10.0.0.27 - - [2026-03-23 02:57:57] "POST /neutron/port HTTP/1.1" 200 1225 0.016219 10.0.0.27 - - [2026-03-23 02:57:57] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010420 10.0.0.27 - - [2026-03-23 02:57:57] "GET /virtual-machine/446804ee-c345-4a23-962d-1057d4271f0b HTTP/1.1" 401 292 0.000317 10.0.0.27 - - [2026-03-23 02:57:57] "GET /virtual-machine/446804ee-c345-4a23-962d-1057d4271f0b HTTP/1.1" 200 1286 0.068273 10.0.0.27 - - [2026-03-23 02:57:57] "GET /virtual-machine-interface/6eeaf76f-3196-4e28-bdaa-7feb3a16e69d HTTP/1.1" 200 3104 0.004559 10.0.0.27 - - [2026-03-23 02:57:57] "POST /neutron/port HTTP/1.1" 200 1161 0.022783 10.0.0.27 - - [2026-03-23 02:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002447 10.0.0.27 - - [2026-03-23 02:57:57] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002437 10.0.0.27 - - [2026-03-23 02:57:57] "GET /virtual-networks?parent_id=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.001876 10.0.0.27 - - [2026-03-23 02:57:57] "GET /virtual-network/ddb9c91a-841b-4437-9470-3d9422fc99b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.004890 10.0.0.27 - - [2026-03-23 02:57:58] "POST /neutron/port HTTP/1.1" 200 1225 0.021017 10.0.0.27 - - [2026-03-23 02:57:58] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014001 10.0.0.27 - - [2026-03-23 02:57:58] "POST /neutron/network HTTP/1.1" 200 992 0.008890 10.0.0.27 - - [2026-03-23 02:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.27 - - [2026-03-23 02:58:00] "GET /virtual-network/ddb9c91a-841b-4437-9470-3d9422fc99b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005964 10.0.0.27 - - [2026-03-23 02:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.27 - - [2026-03-23 02:58:05] "GET /virtual-network/ddb9c91a-841b-4437-9470-3d9422fc99b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005624 10.0.0.27 - - [2026-03-23 02:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.27 - - [2026-03-23 02:58:09] "GET /virtual-network/ddb9c91a-841b-4437-9470-3d9422fc99b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005086 10.0.0.27 - - [2026-03-23 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.27 - - [2026-03-23 02:58:13] "GET /virtual-network/ddb9c91a-841b-4437-9470-3d9422fc99b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005198 10.0.0.27 - - [2026-03-23 02:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.010464 10.0.0.27 - - [2026-03-23 02:58:17] "GET /virtual-network/ddb9c91a-841b-4437-9470-3d9422fc99b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.004865 10.0.0.27 - - [2026-03-23 02:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.27 - - [2026-03-23 02:58:21] "GET /virtual-network/ddb9c91a-841b-4437-9470-3d9422fc99b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005047 10.0.0.23 - - [2026-03-23 02:58:22] "DELETE /access-control-list/14ddd85e-baf8-4f62-9a78-86ee1ba2a4cf HTTP/1.1" 200 115 0.033897 10.0.0.27 - - [2026-03-23 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.27 - - [2026-03-23 02:58:25] "GET /virtual-network/ddb9c91a-841b-4437-9470-3d9422fc99b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.004982 10.0.0.27 - - [2026-03-23 02:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.27 - - [2026-03-23 02:58:29] "GET /virtual-network/ddb9c91a-841b-4437-9470-3d9422fc99b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005749 10.0.0.23 - - [2026-03-23 02:58:32] "DELETE /project/ead28fa5e33c4240940b7883544a6fd4 HTTP/1.1" 404 173 0.002466 10.0.0.23 - - [2026-03-23 02:58:32] "DELETE /project/d8f368cd5410455d8e2d16a0ae6e3ff2 HTTP/1.1" 404 173 0.005625 10.0.0.23 - - [2026-03-23 02:58:32] "DELETE /project/d8f368cd-5410-455d-8e2d-16a0ae6e3ff2 HTTP/1.1" 404 177 0.004676 10.0.0.27 - - [2026-03-23 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.27 - - [2026-03-23 02:58:33] "GET /virtual-network/ddb9c91a-841b-4437-9470-3d9422fc99b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005265 10.0.0.27 - - [2026-03-23 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.27 - - [2026-03-23 02:58:37] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002981 10.0.0.27 - - [2026-03-23 02:58:37] "GET /virtual-networks?parent_id=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003115 10.0.0.27 - - [2026-03-23 02:58:37] "GET /virtual-network/ddb9c91a-841b-4437-9470-3d9422fc99b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005626 10.0.0.27 - - [2026-03-23 02:58:43] "POST /neutron/port HTTP/1.1" 200 1225 0.020053 10.0.0.27 - - [2026-03-23 02:58:47] "POST /neutron/port HTTP/1.1" 200 1225 0.016161 10.0.0.27 - - [2026-03-23 02:58:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003683 10.0.0.27 - - [2026-03-23 02:58:47] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.27 - - [2026-03-23 02:58:47] "POST /neutron/security_group HTTP/1.1" 200 2052 0.032137 10.0.0.27 - - [2026-03-23 02:58:53] "POST /neutron/port HTTP/1.1" 200 1225 0.018987 10.0.0.27 - - [2026-03-23 02:58:55] "POST /neutron/port HTTP/1.1" 200 1225 0.021596 10.0.0.27 - - [2026-03-23 02:58:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005812 10.0.0.27 - - [2026-03-23 02:58:55] "POST /neutron/port HTTP/1.1" 200 117 0.001447 10.0.0.27 - - [2026-03-23 02:58:58] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007008 10.0.0.27 - - [2026-03-23 02:58:59] "POST /neutron/port HTTP/1.1" 200 1225 0.016481 10.0.0.27 - - [2026-03-23 02:58:59] "GET /virtual-machine/b59b06be-5bab-460b-91b3-b5b55e43925e HTTP/1.1" 200 1287 0.005518 10.0.0.27 - - [2026-03-23 02:58:59] "GET /virtual-machine-interface/a2e887ae-73c1-4cd6-a78a-fb3ee7e4a80c HTTP/1.1" 200 3105 0.004549 10.0.0.27 - - [2026-03-23 02:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.27 - - [2026-03-23 02:58:59] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003339 10.0.0.27 - - [2026-03-23 02:58:59] "GET /virtual-networks?parent_id=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002345 10.0.0.27 - - [2026-03-23 02:58:59] "GET /virtual-network/ddb9c91a-841b-4437-9470-3d9422fc99b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005328 10.0.0.27 - - [2026-03-23 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.27 - - [2026-03-23 02:59:00] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004050 10.0.0.27 - - [2026-03-23 02:59:00] "GET /virtual-networks?parent_id=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003305 10.0.0.27 - - [2026-03-23 02:59:00] "GET /virtual-network/ddb9c91a-841b-4437-9470-3d9422fc99b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005637 10.0.0.27 - - [2026-03-23 02:59:00] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009154 10.0.0.27 - - [2026-03-23 02:59:05] "POST /neutron/port HTTP/1.1" 200 1225 0.015446 10.0.0.27 - - [2026-03-23 02:59:08] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008191 10.0.0.27 - - [2026-03-23 02:59:16] "POST /neutron/port HTTP/1.1" 200 1225 0.023087 10.0.0.27 - - [2026-03-23 02:59:16] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007206 10.0.0.27 - - [2026-03-23 02:59:16] "GET /virtual-machine/ed968aa3-bfb7-4028-9007-697fc1b42b7a HTTP/1.1" 200 1287 0.005666 10.0.0.27 - - [2026-03-23 02:59:16] "GET /virtual-machine-interface/a96280dc-4b06-46f2-a156-7d7ffa6df3c0 HTTP/1.1" 200 3105 0.006944 10.0.0.27 - - [2026-03-23 02:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.27 - - [2026-03-23 02:59:16] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004576 10.0.0.27 - - [2026-03-23 02:59:16] "GET /virtual-networks?parent_id=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003286 10.0.0.27 - - [2026-03-23 02:59:16] "GET /virtual-network/98475642-dd86-4e27-bb46-e82133860485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005713 10.0.0.27 - - [2026-03-23 02:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.27 - - [2026-03-23 02:59:17] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003740 10.0.0.27 - - [2026-03-23 02:59:17] "GET /virtual-networks?parent_id=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003755 10.0.0.27 - - [2026-03-23 02:59:17] "GET /virtual-network/98475642-dd86-4e27-bb46-e82133860485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005570 10.0.0.27 - - [2026-03-23 02:59:17] "POST /neutron/port HTTP/1.1" 200 1225 0.025463 10.0.0.27 - - [2026-03-23 02:59:24] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003856 10.0.0.27 - - [2026-03-23 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.27 - - [2026-03-23 02:59:24] "GET /global-qos-config/217e6d6a-0791-4e88-80c7-d426fe6f1858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1083 0.005305 10.0.0.27 - - [2026-03-23 02:59:24] "POST /fqname-to-id HTTP/1.1" 404 222 0.003706 10.0.0.27 - - [2026-03-23 02:59:24] "POST /forwarding-classs HTTP/1.1" 200 576 0.032985 10.0.0.27 - - [2026-03-23 02:59:24] "POST /id-to-fqname HTTP/1.1" 200 232 0.003322 10.0.0.27 - - [2026-03-23 02:59:24] "GET /forwarding-class/54b16664-cea4-49b8-9bdd-7ea8b3c29dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1250 0.013927 10.0.0.23 - - [2026-03-23 02:59:24] "GET /projects?obj_uuids=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.032113 10.0.0.27 - - [2026-03-23 02:59:24] "GET /project/ead28fa5-e33c-4240-940b-7883544a6fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.075506 10.0.0.27 - - [2026-03-23 02:59:24] "POST /fqname-to-id HTTP/1.1" 404 211 0.003386 10.0.0.27 - - [2026-03-23 02:59:24] "POST /qos-configs HTTP/1.1" 200 543 0.031853 10.0.0.27 - - [2026-03-23 02:59:24] "POST /id-to-fqname HTTP/1.1" 200 217 0.004628 10.0.0.27 - - [2026-03-23 02:59:24] "GET /qos-config/8535e728-0457-4f7f-b0da-f9c3eec65fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004148 10.0.0.27 - - [2026-03-23 02:59:24] "GET /virtual-machine-interface/6eeaf76f-3196-4e28-bdaa-7feb3a16e69d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.006798 10.0.0.27 - - [2026-03-23 02:59:24] "POST /ref-update HTTP/1.1" 200 156 0.013443 10.0.0.27 - - [2026-03-23 02:59:25] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006655 10.0.0.27 - - [2026-03-23 02:59:25] "POST /neutron/port HTTP/1.1" 200 1225 0.017676 10.0.0.27 - - [2026-03-23 02:59:25] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006293 10.0.0.27 - - [2026-03-23 02:59:25] "POST /id-to-fqname HTTP/1.1" 200 214 0.001253 10.0.0.27 - - [2026-03-23 02:59:25] "GET /virtual-machine/446804ee-c345-4a23-962d-1057d4271f0b HTTP/1.1" 200 1286 0.004334 10.0.0.27 - - [2026-03-23 02:59:25] "GET /virtual-machine-interface/6eeaf76f-3196-4e28-bdaa-7feb3a16e69d HTTP/1.1" 200 3351 0.005008 10.0.0.27 - - [2026-03-23 02:59:25] "GET /instance-ip/45a6bb6f-fe8a-40c3-ba3c-faf5cd3cd129 HTTP/1.1" 200 1628 0.006001 10.0.0.27 - - [2026-03-23 02:59:25] "GET /instance-ip/90daf979-6fee-435d-8aba-f11a73ec92ef HTTP/1.1" 200 1608 0.007337 10.0.0.27 - - [2026-03-23 02:59:25] "POST /neutron/port HTTP/1.1" 200 1225 0.019030 10.0.0.27 - - [2026-03-23 02:59:25] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006997 10.0.0.27 - - [2026-03-23 02:59:25] "POST /neutron/port HTTP/1.1" 200 1225 0.018064 10.0.0.27 - - [2026-03-23 02:59:25] "POST /neutron/network HTTP/1.1" 200 992 0.009000 10.0.0.27 - - [2026-03-23 02:59:25] "POST /id-to-fqname HTTP/1.1" 200 214 0.000921 10.0.0.27 - - [2026-03-23 02:59:25] "GET /virtual-machine/b59b06be-5bab-460b-91b3-b5b55e43925e HTTP/1.1" 200 1287 0.004753 10.0.0.27 - - [2026-03-23 02:59:25] "GET /virtual-machine-interface/a2e887ae-73c1-4cd6-a78a-fb3ee7e4a80c HTTP/1.1" 200 3105 0.005580 10.0.0.27 - - [2026-03-23 02:59:25] "GET /instance-ip/9e7ca234-902a-4143-bb76-64c34958df14 HTTP/1.1" 200 1609 0.004982 10.0.0.27 - - [2026-03-23 02:59:25] "GET /instance-ip/fb45824f-fd86-4c80-b1c6-c775fbed3a81 HTTP/1.1" 200 1629 0.004674 10.0.0.27 - - [2026-03-23 02:59:49] "POST /neutron/network HTTP/1.1" 200 1002 0.006291 10.0.0.27 - - [2026-03-23 02:59:49] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013050 10.0.0.27 - - [2026-03-23 02:59:49] "POST /neutron/network HTTP/1.1" 200 992 0.008084 10.0.0.27 - - [2026-03-23 02:59:55] "POST /neutron/network HTTP/1.1" 200 1002 0.007245 10.0.0.27 - - [2026-03-23 02:59:55] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013713 10.0.0.27 - - [2026-03-23 02:59:55] "POST /neutron/network HTTP/1.1" 200 992 0.008767 10.0.0.50 - - [2026-03-23 03:00:03] "GET /obj-perms HTTP/1.1" 200 5056 0.101162 10.0.0.27 - - [2026-03-23 03:00:27] "GET /virtual-machine-interface/6eeaf76f-3196-4e28-bdaa-7feb3a16e69d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005794 10.0.0.27 - - [2026-03-23 03:00:28] "POST /ref-update HTTP/1.1" 200 156 0.014753 10.0.0.27 - - [2026-03-23 03:00:28] "DELETE /qos-config/8535e728-0457-4f7f-b0da-f9c3eec65fa5 HTTP/1.1" 200 115 0.034630 10.0.0.27 - - [2026-03-23 03:00:28] "POST /id-to-fqname HTTP/1.1" 200 232 0.001093 10.0.0.27 - - [2026-03-23 03:00:28] "DELETE /forwarding-class/54b16664-cea4-49b8-9bdd-7ea8b3c29dac HTTP/1.1" 200 115 0.030193 10.0.0.27 - - [2026-03-23 03:00:30] "POST /neutron/port HTTP/1.1" 200 1225 0.019409 10.0.0.27 - - [2026-03-23 03:00:30] "POST /neutron/port HTTP/1.1" 200 1215 0.028586 10.0.0.27 - - [2026-03-23 03:00:30] "POST /neutron/port HTTP/1.1" 200 151 0.316734 10.0.0.27 - - [2026-03-23 03:00:31] "POST /neutron/network HTTP/1.1" 200 992 0.011091 10.0.0.23 - - [2026-03-23 03:00:32] "DELETE /route-target/102bd444-866f-4b6a-a8c6-99afe3e6d339 HTTP/1.1" 200 115 0.023625 10.0.0.23 - - [2026-03-23 03:00:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005586 10.0.0.23 - - [2026-03-23 03:00:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002563 10.0.0.23 - - [2026-03-23 03:00:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002555 10.0.0.23 - - [2026-03-23 03:00:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002371 10.0.0.27 - - [2026-03-23 03:00:32] "POST /neutron/network HTTP/1.1" 200 151 0.162946 10.0.0.23 - - [2026-03-23 03:00:32] "GET /projects?obj_uuids=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000869 10.0.0.27 - - [2026-03-23 03:00:32] "GET /project/ead28fa5-e33c-4240-940b-7883544a6fd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.088660 10.0.0.23 - - [2026-03-23 03:00:32] "GET /projects?obj_uuids=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001570 10.0.0.27 - - [2026-03-23 03:00:32] "GET /project/ead28fa5-e33c-4240-940b-7883544a6fd4?fields=virtual_networks HTTP/1.1" 200 1020 0.048006 10.0.0.23 - - [2026-03-23 03:00:32] "GET /projects?obj_uuids=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000908 10.0.0.27 - - [2026-03-23 03:00:32] "GET /project/ead28fa5-e33c-4240-940b-7883544a6fd4?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.033154 10.0.0.23 - - [2026-03-23 03:00:32] "GET /projects?obj_uuids=ead28fa5-e33c-4240-940b-7883544a6fd4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001206 10.0.0.27 - - [2026-03-23 03:00:32] "GET /project/ead28fa5-e33c-4240-940b-7883544a6fd4?fields=security_groups HTTP/1.1" 200 1240 0.037455 10.0.0.27 - - [2026-03-23 03:00:33] "POST /fqname-to-id HTTP/1.1" 404 181 0.035298 10.0.0.23 - - [2026-03-23 03:00:33] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003488 10.0.0.23 - - [2026-03-23 03:00:33] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001439 10.0.0.23 - - [2026-03-23 03:00:33] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049232 10.0.0.23 - - [2026-03-23 03:00:33] "POST /id-to-fqname HTTP/1.1" 200 183 0.002434 10.0.0.23 - - [2026-03-23 03:00:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.012552 10.0.0.23 - - [2026-03-23 03:00:34] "POST /security-groups HTTP/1.1" 200 584 0.030835 10.0.0.23 - - [2026-03-23 03:00:34] "POST /fqname-to-id HTTP/1.1" 404 227 0.002906 10.0.0.23 - - [2026-03-23 03:00:34] "POST /projects HTTP/1.1" 200 571 0.259626 10.0.0.23 - - [2026-03-23 03:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.335234 10.0.0.23 - - [2026-03-23 03:00:34] "POST /access-control-lists HTTP/1.1" 200 587 0.031073 10.0.0.27 - - [2026-03-23 03:00:34] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.545511 10.0.0.50 - - [2026-03-23 03:00:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.50 - - [2026-03-23 03:00:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.23 - - [2026-03-23 03:00:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2026-03-23 03:00:35] "GET / HTTP/1.1" 200 35931 0.002713 10.0.0.23 - - [2026-03-23 03:00:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.23 - - [2026-03-23 03:00:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.23 - - [2026-03-23 03:00:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.50 - - [2026-03-23 03:00:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.50 - - [2026-03-23 03:00:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.27 - - [2026-03-23 03:00:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.27 - - [2026-03-23 03:00:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.27 - - [2026-03-23 03:00:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.27 - - [2026-03-23 03:00:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.27 - - [2026-03-23 03:00:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2026-03-23 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.073462 10.0.0.23 - - [2026-03-23 03:00:37] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001312 10.0.0.27 - - [2026-03-23 03:00:37] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.052480 10.0.0.23 - - [2026-03-23 03:00:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002172 10.0.0.27 - - [2026-03-23 03:00:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.281384 10.0.0.27 - - [2026-03-23 03:00:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001136 10.0.0.27 - - [2026-03-23 03:00:38] "GET /virtual-network/ceed3d7a-acc9-45c0-8ad0-3ab45d5a38a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005132 10.0.0.27 - - [2026-03-23 03:00:38] "GET /virtual-network/ceed3d7a-acc9-45c0-8ad0-3ab45d5a38a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004975 10.0.0.27 - - [2026-03-23 03:00:38] "POST /neutron/network HTTP/1.1" 200 832 0.007398 10.0.0.27 - - [2026-03-23 03:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.27 - - [2026-03-23 03:00:38] "GET /virtual-network/ceed3d7a-acc9-45c0-8ad0-3ab45d5a38a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004930 10.0.0.27 - - [2026-03-23 03:00:38] "PUT /virtual-network/ceed3d7a-acc9-45c0-8ad0-3ab45d5a38a1 HTTP/1.1" 200 264 0.085891 10.0.0.23 - - [2026-03-23 03:00:38] "POST /route-targets HTTP/1.1" 200 323 0.035049 10.0.0.27 - - [2026-03-23 03:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.23 - - [2026-03-23 03:00:38] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000916 10.0.0.27 - - [2026-03-23 03:00:39] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.062874 10.0.0.23 - - [2026-03-23 03:00:39] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001319 10.0.0.27 - - [2026-03-23 03:00:39] "POST /neutron/network HTTP/1.1" 200 612 0.153665 10.0.0.23 - - [2026-03-23 03:00:39] "POST /ref-update HTTP/1.1" 200 156 0.020431 10.0.0.27 - - [2026-03-23 03:00:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.003997 10.0.0.27 - - [2026-03-23 03:00:39] "GET /virtual-network/28f4a480-cd6c-446d-b83d-60f0f61998e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008286 10.0.0.27 - - [2026-03-23 03:00:39] "POST /neutron/network HTTP/1.1" 200 830 0.009811 10.0.0.27 - - [2026-03-23 03:00:39] "GET /virtual-network/28f4a480-cd6c-446d-b83d-60f0f61998e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007502 10.0.0.27 - - [2026-03-23 03:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.27 - - [2026-03-23 03:00:39] "GET /virtual-network/28f4a480-cd6c-446d-b83d-60f0f61998e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005332 10.0.0.27 - - [2026-03-23 03:00:39] "PUT /virtual-network/28f4a480-cd6c-446d-b83d-60f0f61998e7 HTTP/1.1" 200 264 0.049576 10.0.0.27 - - [2026-03-23 03:00:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001183 10.0.0.27 - - [2026-03-23 03:00:40] "POST /neutron/network HTTP/1.1" 200 842 0.007920 10.0.0.23 - - [2026-03-23 03:00:40] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000938 10.0.0.27 - - [2026-03-23 03:00:40] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.071575 10.0.0.27 - - [2026-03-23 03:00:41] "POST /neutron/port HTTP/1.1" 200 117 0.008456 10.0.0.27 - - [2026-03-23 03:00:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001207 10.0.0.27 - - [2026-03-23 03:00:41] "POST /neutron/network HTTP/1.1" 200 842 0.006917 10.0.0.27 - - [2026-03-23 03:00:42] "POST /neutron/port HTTP/1.1" 200 1054 0.017506 10.0.0.23 - - [2026-03-23 03:00:42] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001141 10.0.0.27 - - [2026-03-23 03:00:42] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.119431 10.0.0.27 - - [2026-03-23 03:00:42] "POST /neutron/port HTTP/1.1" 200 1118 0.019756 10.0.0.27 - - [2026-03-23 03:00:42] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.27 - - [2026-03-23 03:00:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007498 10.0.0.27 - - [2026-03-23 03:00:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009816 10.0.0.27 - - [2026-03-23 03:00:43] "POST /neutron/port HTTP/1.1" 200 1052 0.014910 10.0.0.27 - - [2026-03-23 03:00:43] "POST /neutron/port HTTP/1.1" 200 1116 0.018989 10.0.0.27 - - [2026-03-23 03:00:43] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.27 - - [2026-03-23 03:00:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006346 10.0.0.27 - - [2026-03-23 03:00:48] "POST /neutron/port HTTP/1.1" 200 1118 0.016788 10.0.0.27 - - [2026-03-23 03:00:48] "GET /virtual-machine/83e94aad-bf37-44ca-81d0-313578c1cc17 HTTP/1.1" 401 292 0.000516 10.0.0.27 - - [2026-03-23 03:00:48] "GET /virtual-machine/83e94aad-bf37-44ca-81d0-313578c1cc17 HTTP/1.1" 200 1284 0.045521 10.0.0.27 - - [2026-03-23 03:00:48] "GET /virtual-machine-interface/55f51fe0-9bfe-4005-b13f-2aca45b6410a HTTP/1.1" 200 2926 0.005384 10.0.0.27 - - [2026-03-23 03:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.27 - - [2026-03-23 03:00:48] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003258 10.0.0.27 - - [2026-03-23 03:00:48] "GET /virtual-networks?parent_id=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002839 10.0.0.27 - - [2026-03-23 03:00:48] "GET /virtual-network/ceed3d7a-acc9-45c0-8ad0-3ab45d5a38a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005409 10.0.0.27 - - [2026-03-23 03:00:49] "POST /neutron/port HTTP/1.1" 200 1118 0.015507 10.0.0.27 - - [2026-03-23 03:00:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.015168 10.0.0.27 - - [2026-03-23 03:00:51] "POST /neutron/port HTTP/1.1" 200 1118 0.018323 10.0.0.27 - - [2026-03-23 03:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.27 - - [2026-03-23 03:00:51] "GET /virtual-network/ceed3d7a-acc9-45c0-8ad0-3ab45d5a38a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005305 10.0.0.27 - - [2026-03-23 03:00:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006403 10.0.0.27 - - [2026-03-23 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.27 - - [2026-03-23 03:00:53] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004516 10.0.0.27 - - [2026-03-23 03:00:53] "GET /virtual-networks?parent_id=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006067 10.0.0.27 - - [2026-03-23 03:00:54] "GET /virtual-network/ceed3d7a-acc9-45c0-8ad0-3ab45d5a38a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006234 10.0.0.27 - - [2026-03-23 03:00:54] "POST /neutron/port HTTP/1.1" 200 1116 0.019107 10.0.0.27 - - [2026-03-23 03:00:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007057 10.0.0.27 - - [2026-03-23 03:00:54] "GET /virtual-machine/7a67a1c3-3c7c-4a1e-81c6-3f2480015319 HTTP/1.1" 200 1284 0.005372 10.0.0.27 - - [2026-03-23 03:00:54] "GET /virtual-machine-interface/d5256069-8f8a-4432-86f2-bde780548eb4 HTTP/1.1" 200 2926 0.004563 10.0.0.27 - - [2026-03-23 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.27 - - [2026-03-23 03:00:54] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003434 10.0.0.27 - - [2026-03-23 03:00:54] "GET /virtual-networks?parent_id=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003050 10.0.0.27 - - [2026-03-23 03:00:54] "GET /virtual-network/28f4a480-cd6c-446d-b83d-60f0f61998e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005494 10.0.0.27 - - [2026-03-23 03:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.27 - - [2026-03-23 03:00:55] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003252 10.0.0.27 - - [2026-03-23 03:00:55] "GET /virtual-networks?parent_id=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004698 10.0.0.27 - - [2026-03-23 03:00:55] "GET /virtual-network/28f4a480-cd6c-446d-b83d-60f0f61998e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005509 10.0.0.27 - - [2026-03-23 03:00:56] "POST /routing-policys HTTP/1.1" 200 534 0.027406 10.0.0.27 - - [2026-03-23 03:00:56] "GET /virtual-network/ceed3d7a-acc9-45c0-8ad0-3ab45d5a38a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.012974 10.0.0.27 - - [2026-03-23 03:00:56] "PUT /virtual-network/ceed3d7a-acc9-45c0-8ad0-3ab45d5a38a1 HTTP/1.1" 200 264 0.061813 10.0.0.27 - - [2026-03-23 03:00:57] "POST /neutron/network HTTP/1.1" 200 840 0.038061 10.0.0.27 - - [2026-03-23 03:00:57] "POST /neutron/port HTTP/1.1" 200 117 0.000988 10.0.0.23 - - [2026-03-23 03:01:00] "POST /ref-update HTTP/1.1" 200 156 0.032902 10.0.0.27 - - [2026-03-23 03:01:00] "POST /ref-update HTTP/1.1" 200 156 0.089534 10.0.0.27 - - [2026-03-23 03:01:00] "DELETE /routing-policy/a9911e97-215c-4702-9a20-7952a0d2c8f9 HTTP/1.1" 200 115 0.049112 10.0.0.27 - - [2026-03-23 03:01:00] "POST /neutron/network HTTP/1.1" 400 204 0.014158 10.0.0.27 - - [2026-03-23 03:01:01] "POST /neutron/port HTTP/1.1" 200 151 0.206079 10.0.0.27 - - [2026-03-23 03:01:01] "POST /neutron/port HTTP/1.1" 200 151 0.218981 10.0.0.27 - - [2026-03-23 03:01:02] "POST /neutron/network HTTP/1.1" 200 832 0.005897 10.0.0.23 - - [2026-03-23 03:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.23 - - [2026-03-23 03:01:03] "DELETE /route-target/8706b07d-8111-41fe-b6a3-b574a738fea7 HTTP/1.1" 200 115 0.021559 10.0.0.23 - - [2026-03-23 03:01:03] "GET /obj-perms HTTP/1.1" 200 5056 0.068766 10.0.0.27 - - [2026-03-23 03:01:03] "GET /obj-perms HTTP/1.1" 200 5056 0.059873 10.0.0.27 - - [2026-03-23 03:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.23 - - [2026-03-23 03:01:05] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000885 10.0.0.27 - - [2026-03-23 03:01:05] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.047295 10.0.0.23 - - [2026-03-23 03:01:05] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000856 10.0.0.27 - - [2026-03-23 03:01:05] "POST /neutron/network HTTP/1.1" 200 612 0.124198 10.0.0.23 - - [2026-03-23 03:01:06] "POST /route-targets HTTP/1.1" 200 327 0.016143 10.0.0.27 - - [2026-03-23 03:01:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.003333 10.0.0.27 - - [2026-03-23 03:01:06] "GET /virtual-network/c885b04c-d47e-4e44-bb8d-5fb5b83f0dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004833 10.0.0.27 - - [2026-03-23 03:01:06] "POST /neutron/network HTTP/1.1" 200 829 0.006357 10.0.0.27 - - [2026-03-23 03:01:06] "GET /virtual-network/c885b04c-d47e-4e44-bb8d-5fb5b83f0dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004479 10.0.0.27 - - [2026-03-23 03:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.27 - - [2026-03-23 03:01:06] "GET /virtual-network/c885b04c-d47e-4e44-bb8d-5fb5b83f0dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004859 10.0.0.27 - - [2026-03-23 03:01:06] "PUT /virtual-network/c885b04c-d47e-4e44-bb8d-5fb5b83f0dc0 HTTP/1.1" 200 264 0.060183 10.0.0.23 - - [2026-03-23 03:01:06] "POST /ref-update HTTP/1.1" 200 156 0.017608 10.0.0.27 - - [2026-03-23 03:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.23 - - [2026-03-23 03:01:06] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000890 10.0.0.27 - - [2026-03-23 03:01:06] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.038965 10.0.0.27 - - [2026-03-23 03:01:06] "POST /neutron/network HTTP/1.1" 200 117 0.014516 10.0.0.27 - - [2026-03-23 03:01:07] "POST /neutron/network HTTP/1.1" 200 833 0.008168 10.0.0.27 - - [2026-03-23 03:01:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.000947 10.0.0.27 - - [2026-03-23 03:01:07] "GET /virtual-network/6f5b4544-7593-457a-99c4-7d3e2bbaff2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004841 10.0.0.27 - - [2026-03-23 03:01:07] "GET /virtual-network/6f5b4544-7593-457a-99c4-7d3e2bbaff2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004704 10.0.0.27 - - [2026-03-23 03:01:07] "POST /neutron/subnet HTTP/1.1" 200 734 0.008166 10.0.0.27 - - [2026-03-23 03:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002483 10.0.0.27 - - [2026-03-23 03:01:07] "GET /virtual-network/6f5b4544-7593-457a-99c4-7d3e2bbaff2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006058 10.0.0.27 - - [2026-03-23 03:01:07] "PUT /virtual-network/6f5b4544-7593-457a-99c4-7d3e2bbaff2d HTTP/1.1" 200 264 0.053615 10.0.0.23 - - [2026-03-23 03:01:07] "POST /ref-update HTTP/1.1" 200 156 0.015560 10.0.0.27 - - [2026-03-23 03:01:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001146 10.0.0.23 - - [2026-03-23 03:01:08] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000956 10.0.0.27 - - [2026-03-23 03:01:08] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.071057 10.0.0.27 - - [2026-03-23 03:01:08] "POST /neutron/port HTTP/1.1" 200 117 0.006334 10.0.0.27 - - [2026-03-23 03:01:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001213 10.0.0.27 - - [2026-03-23 03:01:08] "POST /neutron/network HTTP/1.1" 200 843 0.007358 10.0.0.27 - - [2026-03-23 03:01:09] "POST /neutron/port HTTP/1.1" 200 1051 0.015540 10.0.0.27 - - [2026-03-23 03:01:09] "POST /neutron/port HTTP/1.1" 200 1115 0.016904 10.0.0.27 - - [2026-03-23 03:01:09] "POST /neutron/port HTTP/1.1" 200 117 0.001007 10.0.0.23 - - [2026-03-23 03:01:09] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001111 10.0.0.27 - - [2026-03-23 03:01:09] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.067873 10.0.0.27 - - [2026-03-23 03:01:10] "POST /neutron/port HTTP/1.1" 200 1115 0.038011 10.0.0.27 - - [2026-03-23 03:01:10] "POST /neutron/port HTTP/1.1" 200 1115 0.021697 10.0.0.23 - - [2026-03-23 03:01:10] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001199 10.0.0.27 - - [2026-03-23 03:01:10] "POST /neutron/port HTTP/1.1" 200 1055 0.314556 10.0.0.27 - - [2026-03-23 03:01:11] "POST /neutron/port HTTP/1.1" 200 1109 0.112336 10.0.0.27 - - [2026-03-23 03:01:11] "POST /neutron/subnet HTTP/1.1" 200 708 0.009503 10.0.0.27 - - [2026-03-23 03:01:15] "POST /neutron/port HTTP/1.1" 200 1115 0.016678 10.0.0.27 - - [2026-03-23 03:01:15] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007037 10.0.0.27 - - [2026-03-23 03:01:15] "GET /virtual-machine/0977402c-859b-4ee5-ae45-1b13b76837f0 HTTP/1.1" 200 1284 0.005762 10.0.0.27 - - [2026-03-23 03:01:15] "GET /virtual-machine-interface/31ec5b79-3dd5-4538-82a5-0d4d30f20583 HTTP/1.1" 200 2925 0.004474 10.0.0.27 - - [2026-03-23 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.27 - - [2026-03-23 03:01:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003599 10.0.0.27 - - [2026-03-23 03:01:15] "GET /virtual-networks?parent_id=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002508 10.0.0.27 - - [2026-03-23 03:01:15] "GET /virtual-network/c885b04c-d47e-4e44-bb8d-5fb5b83f0dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005262 10.0.0.27 - - [2026-03-23 03:01:18] "POST /neutron/port HTTP/1.1" 200 1115 0.015758 10.0.0.27 - - [2026-03-23 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.27 - - [2026-03-23 03:01:18] "GET /virtual-network/c885b04c-d47e-4e44-bb8d-5fb5b83f0dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005111 10.0.0.27 - - [2026-03-23 03:01:20] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005558 10.0.0.27 - - [2026-03-23 03:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.27 - - [2026-03-23 03:01:20] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003978 10.0.0.27 - - [2026-03-23 03:01:20] "GET /virtual-networks?parent_id=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002767 10.0.0.27 - - [2026-03-23 03:01:20] "GET /virtual-network/c885b04c-d47e-4e44-bb8d-5fb5b83f0dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005425 10.0.0.27 - - [2026-03-23 03:01:21] "POST /neutron/port HTTP/1.1" 200 1119 0.015801 10.0.0.27 - - [2026-03-23 03:01:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006931 10.0.0.27 - - [2026-03-23 03:01:21] "GET /virtual-machine/bd19c7fd-5fe8-4fbd-bc14-f291a115ccb0 HTTP/1.1" 200 1286 0.005783 10.0.0.27 - - [2026-03-23 03:01:21] "GET /virtual-machine-interface/912890c8-56a6-4a22-85c0-b100a546c62d HTTP/1.1" 200 2926 0.004901 10.0.0.27 - - [2026-03-23 03:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.27 - - [2026-03-23 03:01:21] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004214 10.0.0.27 - - [2026-03-23 03:01:21] "GET /virtual-networks?parent_id=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003184 10.0.0.27 - - [2026-03-23 03:01:21] "GET /virtual-network/6f5b4544-7593-457a-99c4-7d3e2bbaff2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005646 10.0.0.27 - - [2026-03-23 03:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.27 - - [2026-03-23 03:01:22] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003505 10.0.0.27 - - [2026-03-23 03:01:22] "GET /virtual-networks?parent_id=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002694 10.0.0.27 - - [2026-03-23 03:01:22] "GET /virtual-network/6f5b4544-7593-457a-99c4-7d3e2bbaff2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006314 10.0.0.27 - - [2026-03-23 03:01:22] "POST /routing-policys HTTP/1.1" 200 534 0.029351 10.0.0.27 - - [2026-03-23 03:01:22] "GET /virtual-network/c885b04c-d47e-4e44-bb8d-5fb5b83f0dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.018912 10.0.0.27 - - [2026-03-23 03:01:22] "PUT /virtual-network/c885b04c-d47e-4e44-bb8d-5fb5b83f0dc0 HTTP/1.1" 200 264 0.054136 10.0.0.23 - - [2026-03-23 03:01:23] "DELETE /access-control-list/3bc7398f-32be-4969-a634-e7251c09e542 HTTP/1.1" 200 115 0.046175 10.0.0.27 - - [2026-03-23 03:01:26] "POST /routing-policys HTTP/1.1" 200 534 0.032711 10.0.0.27 - - [2026-03-23 03:01:26] "GET /virtual-network/c885b04c-d47e-4e44-bb8d-5fb5b83f0dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.010228 10.0.0.27 - - [2026-03-23 03:01:26] "PUT /virtual-network/c885b04c-d47e-4e44-bb8d-5fb5b83f0dc0 HTTP/1.1" 200 264 0.061785 10.0.0.27 - - [2026-03-23 03:01:26] "POST /ref-update HTTP/1.1" 200 156 0.037840 10.0.0.23 - - [2026-03-23 03:01:26] "POST /ref-update HTTP/1.1" 200 156 0.032263 10.0.0.27 - - [2026-03-23 03:01:26] "DELETE /routing-policy/46555592-6368-40ce-9ef9-66cae3dc658c HTTP/1.1" 200 115 0.050659 10.0.0.27 - - [2026-03-23 03:01:27] "POST /ref-update HTTP/1.1" 200 156 0.048250 10.0.0.27 - - [2026-03-23 03:01:27] "DELETE /routing-policy/aadf1e4b-322a-45e3-99da-5f6f8e729980 HTTP/1.1" 200 115 0.031563 10.0.0.27 - - [2026-03-23 03:01:27] "POST /neutron/port HTTP/1.1" 200 1119 0.017854 10.0.0.27 - - [2026-03-23 03:01:27] "POST /neutron/port HTTP/1.1" 200 1115 0.015795 10.0.0.27 - - [2026-03-23 03:01:29] "POST /neutron/network HTTP/1.1" 200 833 0.007050 10.0.0.23 - - [2026-03-23 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.23 - - [2026-03-23 03:01:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005319 10.0.0.23 - - [2026-03-23 03:01:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003278 10.0.0.27 - - [2026-03-23 03:01:29] "POST /neutron/network HTTP/1.1" 200 151 0.126693 10.0.0.23 - - [2026-03-23 03:01:29] "DELETE /route-target/b7327978-cf78-4c21-aaa6-167b70c9007f HTTP/1.1" 200 115 0.026955 10.0.0.27 - - [2026-03-23 03:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.23 - - [2026-03-23 03:01:32] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001109 10.0.0.27 - - [2026-03-23 03:01:32] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.039834 10.0.0.23 - - [2026-03-23 03:01:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005352 10.0.0.27 - - [2026-03-23 03:01:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.188928 10.0.0.27 - - [2026-03-23 03:01:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001166 10.0.0.27 - - [2026-03-23 03:01:32] "GET /virtual-network/f520cf7c-92b9-4f87-be73-b759c6d62d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005023 10.0.0.27 - - [2026-03-23 03:01:32] "GET /virtual-network/f520cf7c-92b9-4f87-be73-b759c6d62d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004799 10.0.0.27 - - [2026-03-23 03:01:32] "POST /neutron/network HTTP/1.1" 200 831 0.005777 10.0.0.27 - - [2026-03-23 03:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.27 - - [2026-03-23 03:01:32] "GET /virtual-network/f520cf7c-92b9-4f87-be73-b759c6d62d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004728 10.0.0.27 - - [2026-03-23 03:01:32] "PUT /virtual-network/f520cf7c-92b9-4f87-be73-b759c6d62d49 HTTP/1.1" 200 264 0.045207 10.0.0.27 - - [2026-03-23 03:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.23 - - [2026-03-23 03:01:33] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001045 10.0.0.23 - - [2026-03-23 03:01:33] "POST /route-targets HTTP/1.1" 200 327 0.018521 10.0.0.27 - - [2026-03-23 03:01:33] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.053595 10.0.0.23 - - [2026-03-23 03:01:33] "DELETE /project/ead28fa5-e33c-4240-940b-7883544a6fd4 HTTP/1.1" 404 177 0.002921 10.0.0.23 - - [2026-03-23 03:01:33] "DELETE /project/d64f11f1ed044516a5b7181e3ae23084 HTTP/1.1" 404 173 0.008347 10.0.0.23 - - [2026-03-23 03:01:33] "POST /ref-update HTTP/1.1" 200 156 0.033542 10.0.0.23 - - [2026-03-23 03:01:33] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000873 10.0.0.27 - - [2026-03-23 03:01:33] "POST /neutron/network HTTP/1.1" 200 612 0.121998 10.0.0.27 - - [2026-03-23 03:01:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.003301 10.0.0.27 - - [2026-03-23 03:01:33] "GET /virtual-network/5226f22e-3956-4e81-a263-76a6a53274b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005152 10.0.0.27 - - [2026-03-23 03:01:33] "POST /neutron/network HTTP/1.1" 200 829 0.006809 10.0.0.27 - - [2026-03-23 03:01:33] "GET /virtual-network/5226f22e-3956-4e81-a263-76a6a53274b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005587 10.0.0.27 - - [2026-03-23 03:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.27 - - [2026-03-23 03:01:33] "GET /virtual-network/5226f22e-3956-4e81-a263-76a6a53274b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005576 10.0.0.27 - - [2026-03-23 03:01:33] "PUT /virtual-network/5226f22e-3956-4e81-a263-76a6a53274b7 HTTP/1.1" 200 264 0.052943 10.0.0.23 - - [2026-03-23 03:01:33] "POST /ref-update HTTP/1.1" 200 156 0.027654 10.0.0.27 - - [2026-03-23 03:01:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001216 10.0.0.27 - - [2026-03-23 03:01:34] "POST /neutron/network HTTP/1.1" 200 841 0.016791 10.0.0.23 - - [2026-03-23 03:01:34] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000866 10.0.0.27 - - [2026-03-23 03:01:34] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.067124 10.0.0.27 - - [2026-03-23 03:01:35] "POST /neutron/port HTTP/1.1" 200 117 0.006278 10.0.0.27 - - [2026-03-23 03:01:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001104 10.0.0.27 - - [2026-03-23 03:01:35] "POST /neutron/network HTTP/1.1" 200 841 0.006455 10.0.0.27 - - [2026-03-23 03:01:35] "POST /neutron/port HTTP/1.1" 200 1053 0.016711 10.0.0.23 - - [2026-03-23 03:01:36] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001209 10.0.0.27 - - [2026-03-23 03:01:36] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.128017 10.0.0.27 - - [2026-03-23 03:01:36] "POST /neutron/port HTTP/1.1" 200 1117 0.018439 10.0.0.27 - - [2026-03-23 03:01:36] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.27 - - [2026-03-23 03:01:36] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007119 10.0.0.27 - - [2026-03-23 03:01:36] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007037 10.0.0.27 - - [2026-03-23 03:01:37] "POST /neutron/port HTTP/1.1" 200 1051 0.016196 10.0.0.27 - - [2026-03-23 03:01:37] "POST /neutron/port HTTP/1.1" 200 1115 0.016803 10.0.0.27 - - [2026-03-23 03:01:37] "POST /neutron/port HTTP/1.1" 200 117 0.001422 10.0.0.27 - - [2026-03-23 03:01:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009629 10.0.0.27 - - [2026-03-23 03:01:41] "POST /neutron/port HTTP/1.1" 200 1117 0.016191 10.0.0.27 - - [2026-03-23 03:01:41] "GET /virtual-machine/1cfb84d7-f6ee-4c03-9ed6-e3c2a6035092 HTTP/1.1" 200 1285 0.005500 10.0.0.27 - - [2026-03-23 03:01:41] "GET /virtual-machine-interface/d2ae7292-16fe-4f77-b134-e7899115d6df HTTP/1.1" 200 2927 0.004358 10.0.0.27 - - [2026-03-23 03:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.27 - - [2026-03-23 03:01:41] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003877 10.0.0.27 - - [2026-03-23 03:01:42] "GET /virtual-networks?parent_id=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002521 10.0.0.27 - - [2026-03-23 03:01:42] "GET /virtual-network/f520cf7c-92b9-4f87-be73-b759c6d62d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005041 10.0.0.27 - - [2026-03-23 03:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.27 - - [2026-03-23 03:01:45] "GET /virtual-network/f520cf7c-92b9-4f87-be73-b759c6d62d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.004635 10.0.0.27 - - [2026-03-23 03:01:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007336 10.0.0.27 - - [2026-03-23 03:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.27 - - [2026-03-23 03:01:47] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004297 10.0.0.27 - - [2026-03-23 03:01:47] "GET /virtual-networks?parent_id=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003389 10.0.0.27 - - [2026-03-23 03:01:47] "GET /virtual-network/f520cf7c-92b9-4f87-be73-b759c6d62d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005126 10.0.0.27 - - [2026-03-23 03:01:47] "POST /neutron/port HTTP/1.1" 200 1115 0.015527 10.0.0.27 - - [2026-03-23 03:01:47] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006484 10.0.0.27 - - [2026-03-23 03:01:47] "GET /virtual-machine/e75df7e8-e03d-44f9-8f07-25910379d7db HTTP/1.1" 200 1286 0.005759 10.0.0.27 - - [2026-03-23 03:01:47] "GET /virtual-machine-interface/6aab1146-fb28-4a28-a5c3-1286cdbbcd62 HTTP/1.1" 200 2926 0.005292 10.0.0.27 - - [2026-03-23 03:01:49] "POST /neutron/network HTTP/1.1" 200 841 0.006309 10.0.0.27 - - [2026-03-23 03:01:49] "POST /neutron/port HTTP/1.1" 200 117 0.000977 10.0.0.27 - - [2026-03-23 03:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.27 - - [2026-03-23 03:01:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004912 10.0.0.27 - - [2026-03-23 03:01:51] "GET /virtual-networks?parent_id=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004079 10.0.0.27 - - [2026-03-23 03:01:51] "GET /virtual-network/5226f22e-3956-4e81-a263-76a6a53274b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005735 10.0.0.27 - - [2026-03-23 03:01:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009087 10.0.0.27 - - [2026-03-23 03:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.27 - - [2026-03-23 03:01:52] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003461 10.0.0.27 - - [2026-03-23 03:01:52] "GET /virtual-networks?parent_id=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002815 10.0.0.27 - - [2026-03-23 03:01:52] "GET /virtual-network/5226f22e-3956-4e81-a263-76a6a53274b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005293 10.0.0.27 - - [2026-03-23 03:01:57] "POST /neutron/port HTTP/1.1" 200 1115 0.017465 10.0.0.27 - - [2026-03-23 03:01:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003715 10.0.0.27 - - [2026-03-23 03:01:57] "POST /neutron/network HTTP/1.1" 200 829 0.006409 10.0.0.27 - - [2026-03-23 03:01:58] "POST /interface-route-tables HTTP/1.1" 200 574 0.025476 10.0.0.27 - - [2026-03-23 03:01:58] "GET /interface-route-table/63aa68c3-a7aa-473b-b63d-2f3373a9b52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1306 0.014542 10.0.0.27 - - [2026-03-23 03:01:58] "GET /virtual-machine-interface/d2ae7292-16fe-4f77-b134-e7899115d6df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.005463 10.0.0.27 - - [2026-03-23 03:01:58] "POST /ref-update HTTP/1.1" 200 156 0.014400 10.0.0.27 - - [2026-03-23 03:01:58] "POST /routing-policys HTTP/1.1" 200 534 0.024379 10.0.0.27 - - [2026-03-23 03:01:58] "GET /virtual-network/f520cf7c-92b9-4f87-be73-b759c6d62d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005668 10.0.0.27 - - [2026-03-23 03:01:58] "PUT /virtual-network/f520cf7c-92b9-4f87-be73-b759c6d62d49 HTTP/1.1" 200 264 0.053380 10.0.0.27 - - [2026-03-23 03:02:02] "POST /ref-update HTTP/1.1" 200 156 0.054861 10.0.0.27 - - [2026-03-23 03:02:02] "DELETE /routing-policy/3b9c75b4-363d-4a17-b964-69196f3dbe05 HTTP/1.1" 200 115 0.054031 10.0.0.27 - - [2026-03-23 03:02:03] "POST /neutron/port HTTP/1.1" 200 1115 0.015764 10.0.0.27 - - [2026-03-23 03:02:03] "POST /neutron/port HTTP/1.1" 200 1117 0.031602 10.0.0.27 - - [2026-03-23 03:02:04] "POST /neutron/network HTTP/1.1" 200 829 0.007810 10.0.0.23 - - [2026-03-23 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.23 - - [2026-03-23 03:02:05] "DELETE /route-target/81cecb75-96e0-48c9-8fba-72adc8ecd2d1 HTTP/1.1" 409 239 0.008448 10.0.0.23 - - [2026-03-23 03:02:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003639 10.0.0.23 - - [2026-03-23 03:02:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006242 10.0.0.27 - - [2026-03-23 03:02:05] "POST /neutron/network HTTP/1.1" 200 151 0.171860 10.0.0.23 - - [2026-03-23 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005377 10.0.0.23 - - [2026-03-23 03:02:06] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001184 10.0.0.27 - - [2026-03-23 03:02:06] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.046770 10.0.0.23 - - [2026-03-23 03:02:06] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000892 10.0.0.27 - - [2026-03-23 03:02:06] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?fields=virtual_networks HTTP/1.1" 200 1018 0.041980 10.0.0.23 - - [2026-03-23 03:02:06] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000952 10.0.0.27 - - [2026-03-23 03:02:06] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.058943 10.0.0.23 - - [2026-03-23 03:02:06] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001828 10.0.0.27 - - [2026-03-23 03:02:06] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?fields=security_groups HTTP/1.1" 200 1237 0.040046 10.0.0.27 - - [2026-03-23 03:02:07] "POST /fqname-to-id HTTP/1.1" 404 192 0.032490 10.0.0.23 - - [2026-03-23 03:02:08] "GET /projects?obj_uuids=8e92faad-de7f-4909-a13b-466810d836b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002951 10.0.0.23 - - [2026-03-23 03:02:08] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001628 10.0.0.23 - - [2026-03-23 03:02:08] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008480 10.0.0.23 - - [2026-03-23 03:02:08] "POST /id-to-fqname HTTP/1.1" 200 194 0.002898 10.0.0.23 - - [2026-03-23 03:02:08] "POST /fqname-to-id HTTP/1.1" 404 203 0.007750 10.0.0.23 - - [2026-03-23 03:02:08] "POST /security-groups HTTP/1.1" 200 595 0.077951 10.0.0.23 - - [2026-03-23 03:02:08] "POST /projects HTTP/1.1" 200 593 0.298698 10.0.0.23 - - [2026-03-23 03:02:08] "POST /access-control-lists HTTP/1.1" 200 600 0.029489 10.0.0.23 - - [2026-03-23 03:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.376467 10.0.0.27 - - [2026-03-23 03:02:08] "GET /project/8e92faad-de7f-4909-a13b-466810d836b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.530329 10.0.0.27 - - [2026-03-23 03:02:09] "GET / HTTP/1.1" 200 35931 0.002135 10.0.0.27 - - [2026-03-23 03:02:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2026-03-23 03:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.067608 10.0.0.23 - - [2026-03-23 03:02:11] "GET /projects?obj_uuids=8e92faad-de7f-4909-a13b-466810d836b5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000815 10.0.0.27 - - [2026-03-23 03:02:11] "GET /project/8e92faad-de7f-4909-a13b-466810d836b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.034386 10.0.0.23 - - [2026-03-23 03:02:12] "POST /route-targets HTTP/1.1" 200 327 0.014121 10.0.0.23 - - [2026-03-23 03:02:12] "POST /useragent-kv HTTP/1.1" 200 115 0.005747 10.0.0.27 - - [2026-03-23 03:02:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.270725 10.0.0.27 - - [2026-03-23 03:02:12] "POST /id-to-fqname HTTP/1.1" 200 226 0.001666 10.0.0.27 - - [2026-03-23 03:02:12] "GET /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006452 10.0.0.27 - - [2026-03-23 03:02:12] "GET /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005188 10.0.0.27 - - [2026-03-23 03:02:12] "POST /neutron/network HTTP/1.1" 200 830 0.006358 10.0.0.27 - - [2026-03-23 03:02:13] "GET /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005689 10.0.0.27 - - [2026-03-23 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.27 - - [2026-03-23 03:02:14] "GET /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005648 10.0.0.27 - - [2026-03-23 03:02:14] "PUT /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e HTTP/1.1" 200 264 0.050617 10.0.0.23 - - [2026-03-23 03:02:14] "POST /ref-update HTTP/1.1" 200 156 0.018473 10.0.0.27 - - [2026-03-23 03:02:19] "POST /id-to-fqname HTTP/1.1" 200 226 0.001166 10.0.0.23 - - [2026-03-23 03:02:20] "GET /projects?obj_uuids=8e92faad-de7f-4909-a13b-466810d836b5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000904 10.0.0.27 - - [2026-03-23 03:02:20] "GET /project/8e92faad-de7f-4909-a13b-466810d836b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.066374 10.0.0.27 - - [2026-03-23 03:02:20] "POST /neutron/network HTTP/1.1" 200 830 0.006873 10.0.0.27 - - [2026-03-23 03:02:21] "POST /neutron/port HTTP/1.1" 200 117 0.005962 10.0.0.27 - - [2026-03-23 03:02:21] "POST /neutron/port HTTP/1.1" 200 1062 0.017449 10.0.0.27 - - [2026-03-23 03:02:22] "POST /neutron/port HTTP/1.1" 200 1126 0.017471 10.0.0.27 - - [2026-03-23 03:02:22] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.27 - - [2026-03-23 03:02:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006992 10.0.0.27 - - [2026-03-23 03:02:26] "POST /neutron/port HTTP/1.1" 200 1126 0.016230 10.0.0.27 - - [2026-03-23 03:02:26] "GET /virtual-machine/42055352-8c17-4407-a956-6e5ead4e030c HTTP/1.1" 401 292 0.000361 10.0.0.27 - - [2026-03-23 03:02:26] "GET /virtual-machine/42055352-8c17-4407-a956-6e5ead4e030c HTTP/1.1" 200 1296 0.038926 10.0.0.27 - - [2026-03-23 03:02:26] "GET /virtual-machine-interface/df4ca1b9-e945-4ba6-ba81-64c2695022e1 HTTP/1.1" 200 2967 0.006012 10.0.0.27 - - [2026-03-23 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.27 - - [2026-03-23 03:02:26] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003663 10.0.0.27 - - [2026-03-23 03:02:26] "GET /virtual-networks?parent_id=8e92faad-de7f-4909-a13b-466810d836b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003022 10.0.0.27 - - [2026-03-23 03:02:26] "GET /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005101 10.0.0.27 - - [2026-03-23 03:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.27 - - [2026-03-23 03:02:29] "GET /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005199 10.0.0.23 - - [2026-03-23 03:02:33] "DELETE /project/8e92faadde7f4909a13b466810d836b5 HTTP/1.1" 404 173 0.005764 10.0.0.23 - - [2026-03-23 03:02:33] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000772 10.0.0.23 - - [2026-03-23 03:02:33] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.051303 10.0.0.23 - - [2026-03-23 03:02:33] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000805 10.0.0.23 - - [2026-03-23 03:02:33] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?fields=security_groups HTTP/1.1" 200 1088 0.045885 10.0.0.23 - - [2026-03-23 03:02:33] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001005 10.0.0.23 - - [2026-03-23 03:02:33] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?fields=application_policy_sets HTTP/1.1" 200 1381 0.038663 10.0.0.23 - - [2026-03-23 03:02:33] "DELETE /project/d64f11f1-ed04-4516-a5b7-181e3ae23084 HTTP/1.1" 409 278 0.234400 10.0.0.27 - - [2026-03-23 03:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.27 - - [2026-03-23 03:02:34] "GET /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005095 10.0.0.27 - - [2026-03-23 03:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.27 - - [2026-03-23 03:02:38] "GET /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006266 10.0.0.27 - - [2026-03-23 03:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.27 - - [2026-03-23 03:02:42] "GET /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006154 10.0.0.27 - - [2026-03-23 03:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.27 - - [2026-03-23 03:02:46] "GET /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006392 10.0.0.27 - - [2026-03-23 03:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.27 - - [2026-03-23 03:02:50] "GET /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005514 10.0.0.27 - - [2026-03-23 03:02:51] "POST /neutron/port HTTP/1.1" 200 1126 0.017153 10.0.0.27 - - [2026-03-23 03:02:51] "POST /neutron/subnet HTTP/1.1" 200 689 0.007945 10.0.0.27 - - [2026-03-23 03:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.27 - - [2026-03-23 03:02:54] "GET /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005133 10.0.0.27 - - [2026-03-23 03:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.27 - - [2026-03-23 03:02:58] "GET /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005979 10.0.0.27 - - [2026-03-23 03:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.27 - - [2026-03-23 03:03:02] "GET /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005283 10.0.0.27 - - [2026-03-23 03:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005801 10.0.0.27 - - [2026-03-23 03:03:04] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004330 10.0.0.27 - - [2026-03-23 03:03:04] "GET /virtual-networks?parent_id=8e92faad-de7f-4909-a13b-466810d836b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003415 10.0.0.27 - - [2026-03-23 03:03:04] "GET /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007369 10.0.0.27 - - [2026-03-23 03:03:05] "POST /neutron/port HTTP/1.1" 200 1126 0.034350 10.0.0.50 - - [2026-03-23 03:03:05] "GET /obj-perms HTTP/1.1" 200 5056 0.072391 10.0.0.27 - - [2026-03-23 03:03:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007684 10.0.0.27 - - [2026-03-23 03:03:15] "POST /neutron/port HTTP/1.1" 200 1126 0.015331 10.0.0.27 - - [2026-03-23 03:03:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007293 10.0.0.27 - - [2026-03-23 03:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.27 - - [2026-03-23 03:03:25] "GET /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005116 10.0.0.27 - - [2026-03-23 03:03:25] "PUT /virtual-network/c0d6f23a-f669-4d0e-a31b-7c5799d4f83e HTTP/1.1" 200 264 0.045949 10.0.0.23 - - [2026-03-23 03:03:25] "POST /ref-update HTTP/1.1" 200 156 0.073618 10.0.0.27 - - [2026-03-23 03:03:31] "POST /neutron/port HTTP/1.1" 200 1126 0.017711 10.0.0.27 - - [2026-03-23 03:03:33] "POST /neutron/network HTTP/1.1" 200 830 0.006076 10.0.0.23 - - [2026-03-23 03:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006351 10.0.0.27 - - [2026-03-23 03:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.23 - - [2026-03-23 03:03:36] "GET /projects?obj_uuids=8e92faad-de7f-4909-a13b-466810d836b5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000842 10.0.0.27 - - [2026-03-23 03:03:36] "GET /project/8e92faad-de7f-4909-a13b-466810d836b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.040953 10.0.0.23 - - [2026-03-23 03:03:36] "GET /projects?obj_uuids=8e92faad-de7f-4909-a13b-466810d836b5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001356 10.0.0.27 - - [2026-03-23 03:03:36] "POST /neutron/network HTTP/1.1" 200 613 0.117547 10.0.0.23 - - [2026-03-23 03:03:36] "POST /ref-update HTTP/1.1" 200 156 0.026999 10.0.0.27 - - [2026-03-23 03:03:36] "POST /id-to-fqname HTTP/1.1" 200 226 0.003324 10.0.0.27 - - [2026-03-23 03:03:36] "GET /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005440 10.0.0.27 - - [2026-03-23 03:03:36] "POST /neutron/network HTTP/1.1" 200 834 0.006034 10.0.0.27 - - [2026-03-23 03:03:36] "GET /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004922 10.0.0.27 - - [2026-03-23 03:03:37] "GET /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005714 10.0.0.27 - - [2026-03-23 03:03:37] "GET /obj-perms HTTP/1.1" 200 5038 0.058732 10.0.0.23 - - [2026-03-23 03:03:37] "GET /obj-perms HTTP/1.1" 200 5038 0.060796 10.0.0.27 - - [2026-03-23 03:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.27 - - [2026-03-23 03:03:37] "GET /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005127 10.0.0.27 - - [2026-03-23 03:03:37] "PUT /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7 HTTP/1.1" 200 264 0.059802 10.0.0.27 - - [2026-03-23 03:03:42] "POST /id-to-fqname HTTP/1.1" 200 226 0.001228 10.0.0.27 - - [2026-03-23 03:03:42] "POST /neutron/network HTTP/1.1" 200 844 0.006502 10.0.0.23 - - [2026-03-23 03:03:43] "GET /projects?obj_uuids=8e92faad-de7f-4909-a13b-466810d836b5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001827 10.0.0.27 - - [2026-03-23 03:03:43] "GET /project/8e92faad-de7f-4909-a13b-466810d836b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.119397 10.0.0.27 - - [2026-03-23 03:03:44] "POST /neutron/port HTTP/1.1" 200 117 0.007238 10.0.0.23 - - [2026-03-23 03:03:44] "GET /projects?obj_uuids=8e92faad-de7f-4909-a13b-466810d836b5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000946 10.0.0.27 - - [2026-03-23 03:03:45] "POST /neutron/port HTTP/1.1" 200 1066 0.263839 10.0.0.27 - - [2026-03-23 03:03:45] "POST /neutron/port HTTP/1.1" 200 1120 0.101467 10.0.0.27 - - [2026-03-23 03:03:45] "POST /neutron/subnet HTTP/1.1" 200 708 0.009147 10.0.0.27 - - [2026-03-23 03:03:49] "POST /neutron/port HTTP/1.1" 200 1130 0.018648 10.0.0.27 - - [2026-03-23 03:03:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007015 10.0.0.27 - - [2026-03-23 03:03:49] "GET /virtual-machine/55c5e2f7-f768-454d-9069-fec60f22e570 HTTP/1.1" 200 1296 0.006810 10.0.0.27 - - [2026-03-23 03:03:49] "GET /virtual-machine-interface/ffbe04b2-aac8-465e-8196-67766dfa84bb HTTP/1.1" 200 2966 0.005680 10.0.0.27 - - [2026-03-23 03:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.27 - - [2026-03-23 03:03:49] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003438 10.0.0.27 - - [2026-03-23 03:03:49] "GET /virtual-networks?parent_id=8e92faad-de7f-4909-a13b-466810d836b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002614 10.0.0.27 - - [2026-03-23 03:03:49] "GET /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005129 10.0.0.27 - - [2026-03-23 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.27 - - [2026-03-23 03:03:52] "GET /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005780 10.0.0.27 - - [2026-03-23 03:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.27 - - [2026-03-23 03:03:56] "GET /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005569 10.0.0.27 - - [2026-03-23 03:03:59] "POST /neutron/port HTTP/1.1" 200 1130 0.016741 10.0.0.27 - - [2026-03-23 03:03:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004467 10.0.0.27 - - [2026-03-23 03:03:59] "POST /neutron/network HTTP/1.1" 200 834 0.007555 10.0.0.27 - - [2026-03-23 03:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.27 - - [2026-03-23 03:04:00] "GET /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005706 10.0.0.27 - - [2026-03-23 03:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.27 - - [2026-03-23 03:04:04] "GET /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.004869 10.0.0.27 - - [2026-03-23 03:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.27 - - [2026-03-23 03:04:08] "GET /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005314 10.0.0.27 - - [2026-03-23 03:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.27 - - [2026-03-23 03:04:13] "GET /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005813 10.0.0.27 - - [2026-03-23 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.27 - - [2026-03-23 03:04:17] "GET /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005596 10.0.0.27 - - [2026-03-23 03:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.27 - - [2026-03-23 03:04:21] "GET /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007675 10.0.0.27 - - [2026-03-23 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.27 - - [2026-03-23 03:04:25] "GET /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005553 10.0.0.27 - - [2026-03-23 03:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.27 - - [2026-03-23 03:04:27] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003549 10.0.0.27 - - [2026-03-23 03:04:27] "GET /virtual-networks?parent_id=8e92faad-de7f-4909-a13b-466810d836b5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003430 10.0.0.27 - - [2026-03-23 03:04:27] "GET /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005284 10.0.0.27 - - [2026-03-23 03:04:32] "POST /neutron/port HTTP/1.1" 200 1130 0.015696 10.0.0.27 - - [2026-03-23 03:04:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007338 10.0.0.27 - - [2026-03-23 03:04:43] "POST /neutron/port HTTP/1.1" 200 1130 0.015752 10.0.0.27 - - [2026-03-23 03:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.27 - - [2026-03-23 03:04:48] "GET /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.004812 10.0.0.23 - - [2026-03-23 03:04:48] "POST /ref-update HTTP/1.1" 200 156 0.021134 10.0.0.27 - - [2026-03-23 03:04:48] "PUT /virtual-network/44a61f75-5c8f-48d1-82c7-3f4b588bdec7 HTTP/1.1" 200 264 0.056766 10.0.0.27 - - [2026-03-23 03:04:53] "POST /neutron/network HTTP/1.1" 400 204 0.012181 10.0.0.27 - - [2026-03-23 03:04:54] "POST /neutron/port HTTP/1.1" 200 151 0.166842 10.0.0.23 - - [2026-03-23 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.23 - - [2026-03-23 03:04:57] "GET /projects?obj_uuids=8e92faad-de7f-4909-a13b-466810d836b5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.033185 10.0.0.27 - - [2026-03-23 03:04:57] "GET /project/8e92faad-de7f-4909-a13b-466810d836b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.067944 10.0.0.23 - - [2026-03-23 03:04:57] "GET /projects?obj_uuids=8e92faad-de7f-4909-a13b-466810d836b5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001346 10.0.0.27 - - [2026-03-23 03:04:57] "GET /project/8e92faad-de7f-4909-a13b-466810d836b5?fields=virtual_networks HTTP/1.1" 200 1040 0.041851 10.0.0.23 - - [2026-03-23 03:04:57] "GET /projects?obj_uuids=8e92faad-de7f-4909-a13b-466810d836b5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000935 10.0.0.27 - - [2026-03-23 03:04:57] "GET /project/8e92faad-de7f-4909-a13b-466810d836b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.049253 10.0.0.23 - - [2026-03-23 03:04:57] "GET /projects?obj_uuids=8e92faad-de7f-4909-a13b-466810d836b5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000873 10.0.0.27 - - [2026-03-23 03:04:57] "GET /project/8e92faad-de7f-4909-a13b-466810d836b5?fields=security_groups HTTP/1.1" 200 1270 0.031818 10.0.0.27 - - [2026-03-23 03:04:58] "POST /fqname-to-id HTTP/1.1" 404 213 0.050076 10.0.0.23 - - [2026-03-23 03:04:58] "GET /projects?obj_uuids=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004036 10.0.0.23 - - [2026-03-23 03:04:58] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001545 10.0.0.23 - - [2026-03-23 03:04:58] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008502 10.0.0.23 - - [2026-03-23 03:04:59] "POST /id-to-fqname HTTP/1.1" 200 216 0.001814 10.0.0.23 - - [2026-03-23 03:04:59] "POST /fqname-to-id HTTP/1.1" 404 227 0.003156 10.0.0.23 - - [2026-03-23 03:04:59] "POST /security-groups HTTP/1.1" 200 616 0.031063 10.0.0.23 - - [2026-03-23 03:04:59] "POST /projects HTTP/1.1" 200 635 0.239049 10.0.0.23 - - [2026-03-23 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.281641 10.0.0.23 - - [2026-03-23 03:04:59] "POST /access-control-lists HTTP/1.1" 200 621 0.024814 10.0.0.27 - - [2026-03-23 03:04:59] "GET /project/146e399b-dcb9-45bc-a7f2-41c2d90d0604?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.437409 10.0.0.27 - - [2026-03-23 03:05:00] "GET / HTTP/1.1" 200 35931 0.001493 10.0.0.27 - - [2026-03-23 03:05:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.27 - - [2026-03-23 03:05:02] "POST /fqname-to-id HTTP/1.1" 404 249 0.071758 10.0.0.23 - - [2026-03-23 03:05:02] "GET /projects?obj_uuids=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001368 10.0.0.23 - - [2026-03-23 03:05:02] "POST /fqname-to-id HTTP/1.1" 404 281 0.002968 10.0.0.23 - - [2026-03-23 03:05:02] "POST /access-control-lists HTTP/1.1" 200 641 0.028664 10.0.0.27 - - [2026-03-23 03:05:02] "POST /neutron/security_group HTTP/1.1" 200 1427 0.377194 10.0.0.23 - - [2026-03-23 03:05:03] "PUT /access-control-list/b4f4d397-c9c5-4689-98c8-7156127ece13 HTTP/1.1" 200 272 0.015372 10.0.0.27 - - [2026-03-23 03:05:03] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.159844 10.0.0.27 - - [2026-03-23 03:05:03] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.174700 10.0.0.27 - - [2026-03-23 03:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.27 - - [2026-03-23 03:05:03] "GET /security-group/c1228bd8-f1aa-48bd-bc40-fe2c8c50f288?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.005526 10.0.0.23 - - [2026-03-23 03:05:03] "PUT /access-control-list/b4f4d397-c9c5-4689-98c8-7156127ece13 HTTP/1.1" 200 272 0.020205 10.0.0.27 - - [2026-03-23 03:05:04] "POST /fqname-to-id HTTP/1.1" 404 249 0.003135 10.0.0.27 - - [2026-03-23 03:05:04] "POST /fqname-to-id HTTP/1.1" 404 249 0.003285 10.0.0.23 - - [2026-03-23 03:05:04] "GET /projects?obj_uuids=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001265 10.0.0.23 - - [2026-03-23 03:05:05] "POST /fqname-to-id HTTP/1.1" 404 281 0.003352 10.0.0.23 - - [2026-03-23 03:05:05] "POST /access-control-lists HTTP/1.1" 200 641 0.035693 10.0.0.27 - - [2026-03-23 03:05:05] "POST /neutron/security_group HTTP/1.1" 200 1427 0.389408 10.0.0.23 - - [2026-03-23 03:05:05] "PUT /access-control-list/ed020f73-c7ae-4039-9fd9-4c7a8ac2fb85 HTTP/1.1" 200 272 0.012034 10.0.0.27 - - [2026-03-23 03:05:05] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.187575 10.0.0.27 - - [2026-03-23 03:05:05] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.121379 10.0.0.27 - - [2026-03-23 03:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.23 - - [2026-03-23 03:05:05] "PUT /access-control-list/ed020f73-c7ae-4039-9fd9-4c7a8ac2fb85 HTTP/1.1" 200 272 0.012080 10.0.0.27 - - [2026-03-23 03:05:05] "GET /security-group/8d4935c6-64e2-4985-a158-db472cc923e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.008510 10.0.0.27 - - [2026-03-23 03:05:06] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.173943 10.0.0.27 - - [2026-03-23 03:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.23 - - [2026-03-23 03:05:07] "PUT /access-control-list/ded4427c-94d0-436f-994e-4b503d5fad87 HTTP/1.1" 200 272 0.017016 10.0.0.23 - - [2026-03-23 03:05:07] "GET /projects?obj_uuids=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000833 10.0.0.27 - - [2026-03-23 03:05:07] "GET /project/146e399b-dcb9-45bc-a7f2-41c2d90d0604?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.041830 10.0.0.27 - - [2026-03-23 03:05:07] "POST /neutron/network HTTP/1.1" 200 117 0.013208 10.0.0.23 - - [2026-03-23 03:05:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.075894 10.0.0.23 - - [2026-03-23 03:05:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002575 10.0.0.27 - - [2026-03-23 03:05:07] "POST /neutron/subnet HTTP/1.1" 200 705 0.195117 10.0.0.27 - - [2026-03-23 03:05:07] "POST /id-to-fqname HTTP/1.1" 200 290 0.001192 10.0.0.27 - - [2026-03-23 03:05:07] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005060 10.0.0.27 - - [2026-03-23 03:05:07] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005810 10.0.0.27 - - [2026-03-23 03:05:07] "POST /neutron/network HTTP/1.1" 200 1109 0.009078 10.0.0.27 - - [2026-03-23 03:05:08] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.006742 10.0.0.50 - - [2026-03-23 03:05:09] "GET /obj-perms HTTP/1.1" 200 5080 0.079680 10.0.0.23 - - [2026-03-23 03:05:09] "GET /obj-perms HTTP/1.1" 200 5080 0.065560 10.0.0.27 - - [2026-03-23 03:05:09] "POST /id-to-fqname HTTP/1.1" 200 290 0.001164 10.0.0.27 - - [2026-03-23 03:05:09] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007039 10.0.0.23 - - [2026-03-23 03:05:10] "GET /projects?obj_uuids=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000852 10.0.0.27 - - [2026-03-23 03:05:10] "GET /project/146e399b-dcb9-45bc-a7f2-41c2d90d0604?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.069983 10.0.0.27 - - [2026-03-23 03:05:10] "POST /neutron/port HTTP/1.1" 200 117 0.008631 10.0.0.27 - - [2026-03-23 03:05:10] "POST /id-to-fqname HTTP/1.1" 200 290 0.001204 10.0.0.27 - - [2026-03-23 03:05:11] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007076 10.0.0.23 - - [2026-03-23 03:05:11] "GET /projects?obj_uuids=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000796 10.0.0.27 - - [2026-03-23 03:05:11] "POST /neutron/security_group HTTP/1.1" 200 3458 0.058257 10.0.0.23 - - [2026-03-23 03:05:11] "GET /projects?obj_uuids=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000823 10.0.0.27 - - [2026-03-23 03:05:12] "GET /project/146e399b-dcb9-45bc-a7f2-41c2d90d0604?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.096120 10.0.0.27 - - [2026-03-23 03:05:12] "POST /neutron/port HTTP/1.1" 200 1188 0.072649 10.0.0.27 - - [2026-03-23 03:05:12] "POST /neutron/port HTTP/1.1" 200 1252 0.019523 10.0.0.27 - - [2026-03-23 03:05:12] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007087 10.0.0.27 - - [2026-03-23 03:05:12] "POST /neutron/port HTTP/1.1" 200 117 0.005958 10.0.0.27 - - [2026-03-23 03:05:12] "POST /neutron/network HTTP/1.1" 200 1109 0.012005 10.0.0.27 - - [2026-03-23 03:05:12] "POST /neutron/network HTTP/1.1" 200 1119 0.006448 10.0.0.27 - - [2026-03-23 03:05:13] "POST /neutron/port HTTP/1.1" 200 1188 0.020556 10.0.0.27 - - [2026-03-23 03:05:13] "POST /neutron/port HTTP/1.1" 200 1252 0.018830 10.0.0.27 - - [2026-03-23 03:05:13] "POST /neutron/subnet HTTP/1.1" 200 1365 0.013458 10.0.0.27 - - [2026-03-23 03:05:13] "POST /neutron/network HTTP/1.1" 200 1109 0.008638 10.0.0.27 - - [2026-03-23 03:05:17] "POST /neutron/port HTTP/1.1" 200 1252 0.018803 10.0.0.27 - - [2026-03-23 03:05:17] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006591 10.0.0.27 - - [2026-03-23 03:05:17] "GET /virtual-machine/390e73b2-ae38-40dd-9689-caab81bfb766 HTTP/1.1" 401 292 0.000422 10.0.0.27 - - [2026-03-23 03:05:18] "GET /virtual-machine/390e73b2-ae38-40dd-9689-caab81bfb766 HTTP/1.1" 200 1317 0.033057 10.0.0.27 - - [2026-03-23 03:05:18] "GET /virtual-machine/390e73b2-ae38-40dd-9689-caab81bfb766 HTTP/1.1" 200 1317 0.003555 10.0.0.27 - - [2026-03-23 03:05:18] "GET /virtual-machine-interface/e00384f7-d601-4463-a3f3-43bf5b50a249 HTTP/1.1" 200 3417 0.005679 10.0.0.27 - - [2026-03-23 03:05:18] "GET /virtual-machine/390e73b2-ae38-40dd-9689-caab81bfb766 HTTP/1.1" 200 1317 0.003986 10.0.0.27 - - [2026-03-23 03:05:18] "GET /virtual-machine-interface/e00384f7-d601-4463-a3f3-43bf5b50a249 HTTP/1.1" 200 3417 0.005208 10.0.0.27 - - [2026-03-23 03:05:18] "GET /instance-ip/85427053-e457-4934-9388-c36c005549f8 HTTP/1.1" 200 1735 0.005859 10.0.0.27 - - [2026-03-23 03:05:18] "GET /instance-ip/bc34cb38-24f2-422c-981a-b6dbc94bcd78 HTTP/1.1" 200 1712 0.005680 10.0.0.27 - - [2026-03-23 03:05:18] "GET /virtual-machine/390e73b2-ae38-40dd-9689-caab81bfb766 HTTP/1.1" 200 1317 0.003188 10.0.0.27 - - [2026-03-23 03:05:18] "GET /virtual-machine-interface/e00384f7-d601-4463-a3f3-43bf5b50a249 HTTP/1.1" 200 3417 0.004702 10.0.0.27 - - [2026-03-23 03:05:18] "GET /instance-ip/85427053-e457-4934-9388-c36c005549f8 HTTP/1.1" 200 1735 0.004235 10.0.0.27 - - [2026-03-23 03:05:18] "GET /instance-ip/bc34cb38-24f2-422c-981a-b6dbc94bcd78 HTTP/1.1" 200 1712 0.003401 10.0.0.27 - - [2026-03-23 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.27 - - [2026-03-23 03:05:18] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004035 10.0.0.27 - - [2026-03-23 03:05:18] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002856 10.0.0.27 - - [2026-03-23 03:05:18] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005474 10.0.0.27 - - [2026-03-23 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.27 - - [2026-03-23 03:05:18] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004112 10.0.0.27 - - [2026-03-23 03:05:18] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002405 10.0.0.27 - - [2026-03-23 03:05:18] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.006062 10.0.0.27 - - [2026-03-23 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.27 - - [2026-03-23 03:05:18] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003902 10.0.0.27 - - [2026-03-23 03:05:18] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003541 10.0.0.27 - - [2026-03-23 03:05:18] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005528 10.0.0.27 - - [2026-03-23 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.27 - - [2026-03-23 03:05:18] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004507 10.0.0.27 - - [2026-03-23 03:05:18] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003040 10.0.0.27 - - [2026-03-23 03:05:18] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005579 10.0.0.27 - - [2026-03-23 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.27 - - [2026-03-23 03:05:19] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003742 10.0.0.27 - - [2026-03-23 03:05:19] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002676 10.0.0.27 - - [2026-03-23 03:05:19] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.007401 10.0.0.27 - - [2026-03-23 03:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.27 - - [2026-03-23 03:05:19] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004721 10.0.0.27 - - [2026-03-23 03:05:19] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003296 10.0.0.27 - - [2026-03-23 03:05:19] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005864 10.0.0.27 - - [2026-03-23 03:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.27 - - [2026-03-23 03:05:19] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004389 10.0.0.27 - - [2026-03-23 03:05:19] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003498 10.0.0.27 - - [2026-03-23 03:05:19] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005228 10.0.0.27 - - [2026-03-23 03:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.27 - - [2026-03-23 03:05:22] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005509 10.0.0.23 - - [2026-03-23 03:05:24] "DELETE /access-control-list/d22c27e7-4f1f-4915-8250-33949ecb8f7b HTTP/1.1" 200 115 0.041357 10.0.0.27 - - [2026-03-23 03:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.27 - - [2026-03-23 03:05:26] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.004693 10.0.0.27 - - [2026-03-23 03:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.27 - - [2026-03-23 03:05:30] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005358 10.0.0.23 - - [2026-03-23 03:05:33] "DELETE /project/146e399bdcb945bca7f241c2d90d0604 HTTP/1.1" 404 173 0.035254 10.0.0.23 - - [2026-03-23 03:05:33] "DELETE /project/8e92faad-de7f-4909-a13b-466810d836b5 HTTP/1.1" 404 177 0.058316 10.0.0.27 - - [2026-03-23 03:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.27 - - [2026-03-23 03:05:34] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005031 10.0.0.50 - - [2026-03-23 03:05:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.50 - - [2026-03-23 03:05:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.23 - - [2026-03-23 03:05:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.23 - - [2026-03-23 03:05:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.23 - - [2026-03-23 03:05:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.23 - - [2026-03-23 03:05:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.50 - - [2026-03-23 03:05:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.50 - - [2026-03-23 03:05:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000317 10.0.0.27 - - [2026-03-23 03:05:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.27 - - [2026-03-23 03:05:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.27 - - [2026-03-23 03:05:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.27 - - [2026-03-23 03:05:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.27 - - [2026-03-23 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.27 - - [2026-03-23 03:05:38] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005929 10.0.0.27 - - [2026-03-23 03:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.27 - - [2026-03-23 03:05:42] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.004824 10.0.0.27 - - [2026-03-23 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.27 - - [2026-03-23 03:05:47] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.004606 10.0.0.27 - - [2026-03-23 03:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.27 - - [2026-03-23 03:05:51] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.006738 10.0.0.27 - - [2026-03-23 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.27 - - [2026-03-23 03:05:53] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004529 10.0.0.27 - - [2026-03-23 03:05:53] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003292 10.0.0.27 - - [2026-03-23 03:05:53] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.006069 10.0.0.27 - - [2026-03-23 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.27 - - [2026-03-23 03:05:53] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004020 10.0.0.27 - - [2026-03-23 03:05:53] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002649 10.0.0.27 - - [2026-03-23 03:05:53] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005628 10.0.0.27 - - [2026-03-23 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.27 - - [2026-03-23 03:05:53] "GET /routing-instance/e85c5fdc-ae03-466c-bfef-76c7cd2bcd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004030 10.0.0.27 - - [2026-03-23 03:05:53] "GET /route-target/0dca5366-dc26-4844-a4cf-3fefa41ef3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003730 10.0.0.27 - - [2026-03-23 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.27 - - [2026-03-23 03:05:53] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003588 10.0.0.27 - - [2026-03-23 03:05:53] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003065 10.0.0.27 - - [2026-03-23 03:05:53] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005250 10.0.0.27 - - [2026-03-23 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.27 - - [2026-03-23 03:05:53] "GET /routing-instance/e85c5fdc-ae03-466c-bfef-76c7cd2bcd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.003825 10.0.0.27 - - [2026-03-23 03:05:53] "GET /route-target/0dca5366-dc26-4844-a4cf-3fefa41ef3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003712 10.0.0.27 - - [2026-03-23 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.27 - - [2026-03-23 03:05:53] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003812 10.0.0.27 - - [2026-03-23 03:05:53] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.009012 10.0.0.27 - - [2026-03-23 03:05:53] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005406 10.0.0.27 - - [2026-03-23 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.27 - - [2026-03-23 03:05:53] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004286 10.0.0.27 - - [2026-03-23 03:05:53] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002438 10.0.0.27 - - [2026-03-23 03:05:53] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005955 10.0.0.27 - - [2026-03-23 03:05:54] "GET /obj-perms HTTP/1.1" 200 5080 0.062291 10.0.0.27 - - [2026-03-23 03:05:54] "GET /obj-perms HTTP/1.1" 200 5080 0.003404 10.0.0.23 - - [2026-03-23 03:05:54] "GET /obj-perms HTTP/1.1" 200 5080 0.003361 10.0.0.27 - - [2026-03-23 03:05:54] "GET /obj-perms HTTP/1.1" 200 5080 0.003505 10.0.0.27 - - [2026-03-23 03:05:54] "GET /virtual-machine/390e73b2-ae38-40dd-9689-caab81bfb766 HTTP/1.1" 200 1317 0.004699 10.0.0.27 - - [2026-03-23 03:05:54] "GET /virtual-machine-interface/e00384f7-d601-4463-a3f3-43bf5b50a249 HTTP/1.1" 200 3417 0.007908 10.0.0.27 - - [2026-03-23 03:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.27 - - [2026-03-23 03:05:54] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005029 10.0.0.27 - - [2026-03-23 03:05:54] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003572 10.0.0.27 - - [2026-03-23 03:05:54] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005920 10.0.0.27 - - [2026-03-23 03:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.27 - - [2026-03-23 03:05:55] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003651 10.0.0.27 - - [2026-03-23 03:05:55] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002507 10.0.0.27 - - [2026-03-23 03:05:55] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005217 10.0.0.27 - - [2026-03-23 03:05:55] "POST /neutron/port HTTP/1.1" 200 1252 0.016045 10.0.0.27 - - [2026-03-23 03:05:56] "POST /neutron/port HTTP/1.1" 200 1252 0.018414 10.0.0.27 - - [2026-03-23 03:05:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003933 10.0.0.27 - - [2026-03-23 03:05:56] "POST /neutron/port HTTP/1.1" 200 117 0.001023 10.0.0.27 - - [2026-03-23 03:06:01] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006978 10.0.0.27 - - [2026-03-23 03:06:02] "POST /neutron/network HTTP/1.1" 200 1119 0.054489 10.0.0.27 - - [2026-03-23 03:06:02] "POST /neutron/subnet HTTP/1.1" 200 1365 0.015010 10.0.0.27 - - [2026-03-23 03:06:02] "POST /neutron/network HTTP/1.1" 200 1109 0.009505 10.0.0.27 - - [2026-03-23 03:06:06] "POST /neutron/port HTTP/1.1" 200 1252 0.017346 10.0.0.27 - - [2026-03-23 03:06:06] "POST /neutron/security_group HTTP/1.1" 200 1457 0.047328 10.0.0.27 - - [2026-03-23 03:06:07] "GET /obj-perms HTTP/1.1" 200 5056 0.058465 10.0.0.27 - - [2026-03-23 03:06:16] "POST /neutron/port HTTP/1.1" 200 1252 0.016226 10.0.0.27 - - [2026-03-23 03:06:16] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007204 10.0.0.27 - - [2026-03-23 03:06:17] "POST /neutron/port HTTP/1.1" 200 1252 0.017015 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-machine/a79a9ae3-3a0e-49af-a3ec-3ee08341d456 HTTP/1.1" 200 1318 0.005588 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-machine/a79a9ae3-3a0e-49af-a3ec-3ee08341d456 HTTP/1.1" 200 1318 0.003426 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-machine-interface/55a719e5-ce98-4986-bb64-47721fa64ea3 HTTP/1.1" 200 3416 0.004727 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-machine/a79a9ae3-3a0e-49af-a3ec-3ee08341d456 HTTP/1.1" 200 1318 0.003341 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-machine-interface/55a719e5-ce98-4986-bb64-47721fa64ea3 HTTP/1.1" 200 3416 0.005275 10.0.0.27 - - [2026-03-23 03:06:17] "GET /instance-ip/49e8ecec-1f3d-4f32-be04-8db4c16732d9 HTTP/1.1" 200 1711 0.004992 10.0.0.27 - - [2026-03-23 03:06:17] "GET /instance-ip/4f63f160-3550-41fc-9aec-39712436b889 HTTP/1.1" 200 1735 0.005308 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-machine/a79a9ae3-3a0e-49af-a3ec-3ee08341d456 HTTP/1.1" 200 1318 0.004488 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-machine-interface/55a719e5-ce98-4986-bb64-47721fa64ea3 HTTP/1.1" 200 3416 0.005333 10.0.0.27 - - [2026-03-23 03:06:17] "GET /instance-ip/49e8ecec-1f3d-4f32-be04-8db4c16732d9 HTTP/1.1" 200 1711 0.003618 10.0.0.27 - - [2026-03-23 03:06:17] "GET /instance-ip/4f63f160-3550-41fc-9aec-39712436b889 HTTP/1.1" 200 1735 0.004421 10.0.0.27 - - [2026-03-23 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005960 10.0.0.27 - - [2026-03-23 03:06:17] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007280 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004356 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.007095 10.0.0.27 - - [2026-03-23 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.27 - - [2026-03-23 03:06:17] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006316 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003471 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.006215 10.0.0.27 - - [2026-03-23 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.27 - - [2026-03-23 03:06:17] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004140 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003093 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005063 10.0.0.27 - - [2026-03-23 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.27 - - [2026-03-23 03:06:17] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004049 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003309 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005736 10.0.0.27 - - [2026-03-23 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.27 - - [2026-03-23 03:06:17] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003685 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003196 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005429 10.0.0.27 - - [2026-03-23 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.27 - - [2026-03-23 03:06:17] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003977 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002670 10.0.0.27 - - [2026-03-23 03:06:17] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005964 10.0.0.27 - - [2026-03-23 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.27 - - [2026-03-23 03:06:18] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003944 10.0.0.27 - - [2026-03-23 03:06:18] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002876 10.0.0.27 - - [2026-03-23 03:06:18] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005395 10.0.0.27 - - [2026-03-23 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.27 - - [2026-03-23 03:06:19] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003244 10.0.0.27 - - [2026-03-23 03:06:19] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002924 10.0.0.27 - - [2026-03-23 03:06:19] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005529 10.0.0.27 - - [2026-03-23 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.27 - - [2026-03-23 03:06:19] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003770 10.0.0.27 - - [2026-03-23 03:06:19] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002609 10.0.0.27 - - [2026-03-23 03:06:19] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005841 10.0.0.27 - - [2026-03-23 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.27 - - [2026-03-23 03:06:19] "GET /routing-instance/e85c5fdc-ae03-466c-bfef-76c7cd2bcd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005050 10.0.0.27 - - [2026-03-23 03:06:19] "GET /route-target/0dca5366-dc26-4844-a4cf-3fefa41ef3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004470 10.0.0.27 - - [2026-03-23 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.27 - - [2026-03-23 03:06:19] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003875 10.0.0.27 - - [2026-03-23 03:06:19] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003489 10.0.0.27 - - [2026-03-23 03:06:19] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.007550 10.0.0.27 - - [2026-03-23 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.27 - - [2026-03-23 03:06:19] "GET /routing-instance/e85c5fdc-ae03-466c-bfef-76c7cd2bcd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004416 10.0.0.27 - - [2026-03-23 03:06:19] "GET /route-target/0dca5366-dc26-4844-a4cf-3fefa41ef3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003862 10.0.0.27 - - [2026-03-23 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.27 - - [2026-03-23 03:06:19] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003915 10.0.0.27 - - [2026-03-23 03:06:19] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002977 10.0.0.27 - - [2026-03-23 03:06:19] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005585 10.0.0.27 - - [2026-03-23 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.27 - - [2026-03-23 03:06:19] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004078 10.0.0.27 - - [2026-03-23 03:06:19] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003442 10.0.0.27 - - [2026-03-23 03:06:19] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005358 10.0.0.23 - - [2026-03-23 03:06:20] "GET /obj-perms HTTP/1.1" 200 5080 0.004278 10.0.0.27 - - [2026-03-23 03:06:20] "GET /obj-perms HTTP/1.1" 200 5080 0.003630 10.0.0.27 - - [2026-03-23 03:06:20] "GET /obj-perms HTTP/1.1" 200 5080 0.003530 10.0.0.27 - - [2026-03-23 03:06:20] "GET /obj-perms HTTP/1.1" 200 5080 0.007017 10.0.0.50 - - [2026-03-23 03:06:20] "GET /obj-perms HTTP/1.1" 200 5080 0.003413 10.0.0.27 - - [2026-03-23 03:06:20] "GET /virtual-machine/a79a9ae3-3a0e-49af-a3ec-3ee08341d456 HTTP/1.1" 200 1318 0.003352 10.0.0.27 - - [2026-03-23 03:06:20] "GET /virtual-machine-interface/55a719e5-ce98-4986-bb64-47721fa64ea3 HTTP/1.1" 200 3416 0.005618 10.0.0.27 - - [2026-03-23 03:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.27 - - [2026-03-23 03:06:20] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002972 10.0.0.27 - - [2026-03-23 03:06:20] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003016 10.0.0.27 - - [2026-03-23 03:06:20] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005383 10.0.0.27 - - [2026-03-23 03:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.27 - - [2026-03-23 03:06:21] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003550 10.0.0.27 - - [2026-03-23 03:06:21] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002537 10.0.0.27 - - [2026-03-23 03:06:21] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005419 10.0.0.27 - - [2026-03-23 03:06:21] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007156 10.0.0.27 - - [2026-03-23 03:06:26] "GET /virtual-machine/390e73b2-ae38-40dd-9689-caab81bfb766 HTTP/1.1" 200 1317 0.003602 10.0.0.27 - - [2026-03-23 03:06:26] "GET /virtual-machine-interface/e00384f7-d601-4463-a3f3-43bf5b50a249 HTTP/1.1" 200 3417 0.005053 10.0.0.27 - - [2026-03-23 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.27 - - [2026-03-23 03:06:26] "GET /security-group/8d4935c6-64e2-4985-a158-db472cc923e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.002920 10.0.0.27 - - [2026-03-23 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.27 - - [2026-03-23 03:06:26] "GET /security-group/8d4935c6-64e2-4985-a158-db472cc923e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.003921 10.0.0.27 - - [2026-03-23 03:06:27] "POST /neutron/port HTTP/1.1" 200 1252 0.016374 10.0.0.27 - - [2026-03-23 03:06:27] "POST /neutron/port HTTP/1.1" 200 1204 0.082891 10.0.0.27 - - [2026-03-23 03:06:27] "GET /virtual-machine/390e73b2-ae38-40dd-9689-caab81bfb766 HTTP/1.1" 200 1317 0.003986 10.0.0.27 - - [2026-03-23 03:06:27] "GET /virtual-machine-interface/e00384f7-d601-4463-a3f3-43bf5b50a249 HTTP/1.1" 200 3361 0.006059 10.0.0.27 - - [2026-03-23 03:06:27] "POST /neutron/port HTTP/1.1" 200 1204 0.018641 10.0.0.27 - - [2026-03-23 03:06:27] "GET /virtual-machine/390e73b2-ae38-40dd-9689-caab81bfb766 HTTP/1.1" 200 1317 0.006478 10.0.0.27 - - [2026-03-23 03:06:27] "GET /virtual-machine-interface/e00384f7-d601-4463-a3f3-43bf5b50a249 HTTP/1.1" 200 3417 0.015113 10.0.0.27 - - [2026-03-23 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.27 - - [2026-03-23 03:06:27] "GET /security-group/8d4935c6-64e2-4985-a158-db472cc923e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.003584 10.0.0.27 - - [2026-03-23 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.27 - - [2026-03-23 03:06:27] "GET /security-group/8d4935c6-64e2-4985-a158-db472cc923e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004694 10.0.0.27 - - [2026-03-23 03:06:27] "POST /neutron/security_group HTTP/1.1" 200 1483 0.005297 10.0.0.27 - - [2026-03-23 03:06:56] "POST /neutron/port HTTP/1.1" 200 1252 0.017675 10.0.0.27 - - [2026-03-23 03:06:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003526 10.0.0.27 - - [2026-03-23 03:06:56] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.27 - - [2026-03-23 03:07:04] "POST /neutron/port HTTP/1.1" 200 1252 0.020937 10.0.0.27 - - [2026-03-23 03:07:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004560 10.0.0.27 - - [2026-03-23 03:07:04] "POST /neutron/port HTTP/1.1" 200 117 0.001411 10.0.0.23 - - [2026-03-23 03:07:08] "GET /obj-perms HTTP/1.1" 200 5056 0.068078 10.0.0.27 - - [2026-03-23 03:07:58] "POST /neutron/port HTTP/1.1" 200 1252 0.016982 10.0.0.27 - - [2026-03-23 03:07:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003822 10.0.0.27 - - [2026-03-23 03:07:58] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.27 - - [2026-03-23 03:08:05] "POST /neutron/port HTTP/1.1" 200 1252 0.016330 10.0.0.27 - - [2026-03-23 03:08:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007119 10.0.0.27 - - [2026-03-23 03:08:05] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.23 - - [2026-03-23 03:08:15] "GET /projects?obj_uuids=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001371 10.0.0.27 - - [2026-03-23 03:08:15] "POST /neutron/security_group_rule HTTP/1.1" 200 2664 0.055442 10.0.0.27 - - [2026-03-23 03:08:16] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.023838 10.0.0.27 - - [2026-03-23 03:08:16] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.116660 10.0.0.23 - - [2026-03-23 03:08:16] "PUT /access-control-list/ded4427c-94d0-436f-994e-4b503d5fad87 HTTP/1.1" 200 272 0.013605 10.0.0.27 - - [2026-03-23 03:08:19] "POST /neutron/port HTTP/1.1" 200 1242 0.018759 10.0.0.27 - - [2026-03-23 03:08:19] "GET /virtual-machine/a79a9ae3-3a0e-49af-a3ec-3ee08341d456 HTTP/1.1" 200 1318 0.004235 10.0.0.27 - - [2026-03-23 03:08:20] "POST /neutron/port HTTP/1.1" 200 1214 0.020537 10.0.0.27 - - [2026-03-23 03:08:21] "GET /virtual-machine/a79a9ae3-3a0e-49af-a3ec-3ee08341d456 HTTP/1.1" 404 171 0.002852 10.0.0.27 - - [2026-03-23 03:08:21] "GET /virtual-machine/a79a9ae3-3a0e-49af-a3ec-3ee08341d456 HTTP/1.1" 404 171 0.002596 10.0.0.27 - - [2026-03-23 03:08:21] "GET /virtual-machine/a79a9ae3-3a0e-49af-a3ec-3ee08341d456 HTTP/1.1" 404 171 0.002683 10.0.0.27 - - [2026-03-23 03:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.27 - - [2026-03-23 03:08:21] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004106 10.0.0.27 - - [2026-03-23 03:08:21] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002641 10.0.0.27 - - [2026-03-23 03:08:21] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005528 10.0.0.27 - - [2026-03-23 03:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.27 - - [2026-03-23 03:08:22] "GET /routing-instance/e85c5fdc-ae03-466c-bfef-76c7cd2bcd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004296 10.0.0.27 - - [2026-03-23 03:08:22] "GET /route-target/0dca5366-dc26-4844-a4cf-3fefa41ef3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003105 10.0.0.27 - - [2026-03-23 03:08:22] "GET /obj-perms HTTP/1.1" 200 5080 0.004590 10.0.0.27 - - [2026-03-23 03:08:28] "GET /obj-perms HTTP/1.1" 200 5080 0.003862 10.0.0.27 - - [2026-03-23 03:08:31] "GET /obj-perms HTTP/1.1" 200 5080 0.003807 10.0.0.27 - - [2026-03-23 03:08:37] "GET /obj-perms HTTP/1.1" 200 5080 0.003792 10.0.0.27 - - [2026-03-23 03:08:40] "GET /obj-perms HTTP/1.1" 200 5080 0.003641 10.0.0.27 - - [2026-03-23 03:08:43] "GET /obj-perms HTTP/1.1" 200 5080 0.003552 10.0.0.27 - - [2026-03-23 03:08:43] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008574 10.0.0.27 - - [2026-03-23 03:08:44] "POST /neutron/port HTTP/1.1" 200 1242 0.019378 10.0.0.27 - - [2026-03-23 03:08:44] "GET /virtual-machine/390e73b2-ae38-40dd-9689-caab81bfb766 HTTP/1.1" 200 1317 0.004294 10.0.0.27 - - [2026-03-23 03:08:44] "POST /neutron/port HTTP/1.1" 200 1204 0.018699 10.0.0.27 - - [2026-03-23 03:08:46] "GET /virtual-machine/390e73b2-ae38-40dd-9689-caab81bfb766 HTTP/1.1" 404 171 0.003646 10.0.0.27 - - [2026-03-23 03:08:46] "GET /virtual-machine/390e73b2-ae38-40dd-9689-caab81bfb766 HTTP/1.1" 404 171 0.004218 10.0.0.27 - - [2026-03-23 03:08:46] "GET /virtual-machine/390e73b2-ae38-40dd-9689-caab81bfb766 HTTP/1.1" 404 171 0.003529 10.0.0.27 - - [2026-03-23 03:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006122 10.0.0.27 - - [2026-03-23 03:08:46] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003673 10.0.0.27 - - [2026-03-23 03:08:46] "GET /virtual-networks?parent_id=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002607 10.0.0.27 - - [2026-03-23 03:08:46] "GET /virtual-network/dd18cbe5-d595-4510-9235-7006cf216d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2797 0.005406 10.0.0.27 - - [2026-03-23 03:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.27 - - [2026-03-23 03:08:46] "GET /routing-instance/e85c5fdc-ae03-466c-bfef-76c7cd2bcd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004789 10.0.0.27 - - [2026-03-23 03:08:46] "GET /route-target/0dca5366-dc26-4844-a4cf-3fefa41ef3c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004132 10.0.0.27 - - [2026-03-23 03:08:46] "GET /obj-perms HTTP/1.1" 200 5080 0.004241 10.0.0.27 - - [2026-03-23 03:08:52] "GET /obj-perms HTTP/1.1" 200 5080 0.004593 10.0.0.27 - - [2026-03-23 03:08:56] "GET /obj-perms HTTP/1.1" 200 5080 0.003530 10.0.0.27 - - [2026-03-23 03:09:02] "GET /obj-perms HTTP/1.1" 200 5080 0.004191 10.0.0.27 - - [2026-03-23 03:09:05] "GET /obj-perms HTTP/1.1" 200 5080 0.003605 10.0.0.27 - - [2026-03-23 03:09:08] "GET /obj-perms HTTP/1.1" 200 5080 0.003520 10.0.0.50 - - [2026-03-23 03:09:08] "GET /obj-perms HTTP/1.1" 200 5080 0.003849 10.0.0.23 - - [2026-03-23 03:09:08] "GET /obj-perms HTTP/1.1" 200 5080 0.003462 10.0.0.23 - - [2026-03-23 03:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002845 10.0.0.23 - - [2026-03-23 03:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002258 10.0.0.23 - - [2026-03-23 03:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001922 10.0.0.23 - - [2026-03-23 03:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002970 10.0.0.27 - - [2026-03-23 03:09:08] "POST /neutron/network HTTP/1.1" 200 151 0.141561 10.0.0.23 - - [2026-03-23 03:09:08] "DELETE /route-target/0dca5366-dc26-4844-a4cf-3fefa41ef3c0 HTTP/1.1" 200 115 0.052752 10.0.0.27 - - [2026-03-23 03:09:08] "POST /fqname-to-id HTTP/1.1" 404 249 0.003188 10.0.0.23 - - [2026-03-23 03:09:10] "GET /projects?obj_uuids=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000876 10.0.0.27 - - [2026-03-23 03:09:10] "GET /project/146e399b-dcb9-45bc-a7f2-41c2d90d0604?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.225196 10.0.0.23 - - [2026-03-23 03:09:10] "GET /projects?obj_uuids=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000916 10.0.0.27 - - [2026-03-23 03:09:10] "GET /project/146e399b-dcb9-45bc-a7f2-41c2d90d0604?fields=virtual_networks HTTP/1.1" 200 1081 0.044018 10.0.0.23 - - [2026-03-23 03:09:10] "GET /projects?obj_uuids=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000926 10.0.0.27 - - [2026-03-23 03:09:10] "GET /project/146e399b-dcb9-45bc-a7f2-41c2d90d0604?fields=virtual_machine_interfaces HTTP/1.1" 200 1081 0.036677 10.0.0.23 - - [2026-03-23 03:09:10] "GET /projects?obj_uuids=146e399b-dcb9-45bc-a7f2-41c2d90d0604&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000938 10.0.0.27 - - [2026-03-23 03:09:10] "GET /project/146e399b-dcb9-45bc-a7f2-41c2d90d0604?fields=security_groups HTTP/1.1" 200 1332 0.035660 10.0.0.27 - - [2026-03-23 03:09:11] "POST /fqname-to-id HTTP/1.1" 404 218 0.031602 10.0.0.23 - - [2026-03-23 03:09:11] "GET /projects?obj_uuids=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005175 10.0.0.23 - - [2026-03-23 03:09:12] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.23 - - [2026-03-23 03:09:12] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006698 10.0.0.23 - - [2026-03-23 03:09:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.003871 10.0.0.23 - - [2026-03-23 03:09:12] "POST /fqname-to-id HTTP/1.1" 404 232 0.007513 10.0.0.23 - - [2026-03-23 03:09:12] "POST /security-groups HTTP/1.1" 200 621 0.072823 10.0.0.23 - - [2026-03-23 03:09:12] "POST /fqname-to-id HTTP/1.1" 404 264 0.004258 10.0.0.23 - - [2026-03-23 03:09:12] "POST /projects HTTP/1.1" 200 645 0.295584 10.0.0.23 - - [2026-03-23 03:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.372261 10.0.0.23 - - [2026-03-23 03:09:12] "POST /access-control-lists HTTP/1.1" 200 624 0.026386 10.0.0.27 - - [2026-03-23 03:09:12] "GET /project/84bf452c-a42c-4fe5-967d-f58183b94a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.534220 10.0.0.27 - - [2026-03-23 03:09:13] "GET / HTTP/1.1" 200 35931 0.001987 10.0.0.27 - - [2026-03-23 03:09:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.27 - - [2026-03-23 03:09:15] "POST /fqname-to-id HTTP/1.1" 404 254 0.073327 10.0.0.27 - - [2026-03-23 03:09:15] "POST /security-groups HTTP/1.1" 200 595 0.032334 10.0.0.27 - - [2026-03-23 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.23 - - [2026-03-23 03:09:15] "POST /fqname-to-id HTTP/1.1" 404 285 0.007658 10.0.0.27 - - [2026-03-23 03:09:15] "GET /security-group/acec3fbb-66fd-4290-9ae3-e7f0e1f1dce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.010649 10.0.0.27 - - [2026-03-23 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.017440 10.0.0.27 - - [2026-03-23 03:09:15] "GET /security-group/acec3fbb-66fd-4290-9ae3-e7f0e1f1dce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.003991 10.0.0.27 - - [2026-03-23 03:09:16] "DELETE /security-group/acec3fbb-66fd-4290-9ae3-e7f0e1f1dce5 HTTP/1.1" 200 115 0.051833 10.0.0.27 - - [2026-03-23 03:09:16] "POST /fqname-to-id HTTP/1.1" 404 254 0.002389 10.0.0.23 - - [2026-03-23 03:09:16] "DELETE /access-control-list/37c79e37-36db-4f66-9ee3-6a9b33e175b9 HTTP/1.1" 200 115 0.025805 10.0.0.27 - - [2026-03-23 03:09:17] "POST /fqname-to-id HTTP/1.1" 404 254 0.003272 10.0.0.27 - - [2026-03-23 03:09:17] "POST /security-groups HTTP/1.1" 200 595 0.029753 10.0.0.27 - - [2026-03-23 03:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.23 - - [2026-03-23 03:09:17] "POST /fqname-to-id HTTP/1.1" 404 285 0.006173 10.0.0.27 - - [2026-03-23 03:09:17] "GET /security-group/fffef1c3-7888-4382-94bc-3d5436d9b7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.006953 10.0.0.27 - - [2026-03-23 03:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002408 10.0.0.27 - - [2026-03-23 03:09:17] "GET /security-group/fffef1c3-7888-4382-94bc-3d5436d9b7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.003724 10.0.0.27 - - [2026-03-23 03:09:17] "GET /security-group/fffef1c3-7888-4382-94bc-3d5436d9b7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.004000 10.0.0.27 - - [2026-03-23 03:09:17] "PUT /security-group/fffef1c3-7888-4382-94bc-3d5436d9b7ad HTTP/1.1" 200 262 0.016722 10.0.0.27 - - [2026-03-23 03:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.23 - - [2026-03-23 03:09:17] "GET /projects?obj_uuids=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000871 10.0.0.27 - - [2026-03-23 03:09:17] "GET /project/84bf452c-a42c-4fe5-967d-f58183b94a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.038252 10.0.0.23 - - [2026-03-23 03:09:17] "PUT /access-control-list/a4a2c1ec-4931-45fc-b510-fed79c67dc53 HTTP/1.1" 200 272 0.021838 10.0.0.27 - - [2026-03-23 03:09:17] "POST /neutron/network HTTP/1.1" 200 117 0.050366 10.0.0.27 - - [2026-03-23 03:09:18] "POST /neutron/network HTTP/1.1" 200 955 0.016194 10.0.0.27 - - [2026-03-23 03:09:18] "POST /id-to-fqname HTTP/1.1" 200 300 0.001022 10.0.0.27 - - [2026-03-23 03:09:18] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005802 10.0.0.27 - - [2026-03-23 03:09:18] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006053 10.0.0.27 - - [2026-03-23 03:09:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.009031 10.0.0.27 - - [2026-03-23 03:09:18] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.004775 10.0.0.27 - - [2026-03-23 03:09:19] "GET /obj-perms HTTP/1.1" 200 5090 0.075516 10.0.0.27 - - [2026-03-23 03:09:20] "POST /id-to-fqname HTTP/1.1" 200 300 0.001172 10.0.0.23 - - [2026-03-23 03:09:21] "GET /projects?obj_uuids=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000924 10.0.0.27 - - [2026-03-23 03:09:21] "GET /project/84bf452c-a42c-4fe5-967d-f58183b94a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.067607 10.0.0.27 - - [2026-03-23 03:09:21] "POST /neutron/network HTTP/1.1" 200 955 0.045372 10.0.0.27 - - [2026-03-23 03:09:21] "POST /id-to-fqname HTTP/1.1" 200 300 0.001584 10.0.0.27 - - [2026-03-23 03:09:21] "POST /neutron/port HTTP/1.1" 200 117 0.005551 10.0.0.27 - - [2026-03-23 03:09:21] "POST /neutron/network HTTP/1.1" 200 965 0.006579 10.0.0.27 - - [2026-03-23 03:09:22] "POST /neutron/port HTTP/1.1" 200 1091 0.016083 10.0.0.23 - - [2026-03-23 03:09:22] "GET /projects?obj_uuids=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000904 10.0.0.27 - - [2026-03-23 03:09:22] "POST /neutron/port HTTP/1.1" 200 1156 0.015805 10.0.0.27 - - [2026-03-23 03:09:22] "GET /project/84bf452c-a42c-4fe5-967d-f58183b94a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.078076 10.0.0.27 - - [2026-03-23 03:09:22] "POST /neutron/network HTTP/1.1" 200 955 0.005975 10.0.0.27 - - [2026-03-23 03:09:22] "POST /neutron/port HTTP/1.1" 200 1156 0.016946 10.0.0.27 - - [2026-03-23 03:09:22] "POST /neutron/port HTTP/1.1" 200 1156 0.016587 10.0.0.23 - - [2026-03-23 03:09:23] "GET /projects?obj_uuids=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002517 10.0.0.27 - - [2026-03-23 03:09:23] "POST /neutron/security_group HTTP/1.1" 200 3300 0.055556 10.0.0.27 - - [2026-03-23 03:09:23] "POST /neutron/port HTTP/1.1" 200 1091 0.016001 10.0.0.27 - - [2026-03-23 03:09:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003484 10.0.0.27 - - [2026-03-23 03:09:24] "POST /neutron/network HTTP/1.1" 200 955 0.006416 10.0.0.23 - - [2026-03-23 03:09:24] "DELETE /access-control-list/6ae70b92-f8c1-44b6-a1ff-b16ff8dc1a16 HTTP/1.1" 200 115 0.030838 10.0.0.27 - - [2026-03-23 03:09:28] "POST /neutron/port HTTP/1.1" 200 1156 0.017188 10.0.0.27 - - [2026-03-23 03:09:28] "POST /neutron/security_group HTTP/1.1" 200 1294 0.006777 10.0.0.27 - - [2026-03-23 03:09:28] "GET /virtual-machine/967b2d20-4a2e-40f2-8f94-d008668adc04 HTTP/1.1" 401 292 0.000542 10.0.0.27 - - [2026-03-23 03:09:28] "GET /virtual-machine/967b2d20-4a2e-40f2-8f94-d008668adc04 HTTP/1.1" 200 1323 0.041883 10.0.0.27 - - [2026-03-23 03:09:28] "GET /virtual-machine/967b2d20-4a2e-40f2-8f94-d008668adc04 HTTP/1.1" 200 1323 0.005099 10.0.0.27 - - [2026-03-23 03:09:28] "GET /virtual-machine-interface/7c2e5544-4380-4c63-bd13-2c7afc0d7bb3 HTTP/1.1" 200 3262 0.005508 10.0.0.27 - - [2026-03-23 03:09:28] "GET /virtual-machine/967b2d20-4a2e-40f2-8f94-d008668adc04 HTTP/1.1" 200 1323 0.003953 10.0.0.27 - - [2026-03-23 03:09:28] "GET /virtual-machine-interface/7c2e5544-4380-4c63-bd13-2c7afc0d7bb3 HTTP/1.1" 200 3262 0.006105 10.0.0.27 - - [2026-03-23 03:09:28] "GET /instance-ip/3730d1d5-6846-4f36-81c7-9d34f9caf6d9 HTTP/1.1" 200 1730 0.006992 10.0.0.27 - - [2026-03-23 03:09:28] "GET /virtual-machine/967b2d20-4a2e-40f2-8f94-d008668adc04 HTTP/1.1" 200 1323 0.003980 10.0.0.27 - - [2026-03-23 03:09:28] "GET /virtual-machine-interface/7c2e5544-4380-4c63-bd13-2c7afc0d7bb3 HTTP/1.1" 200 3262 0.006374 10.0.0.27 - - [2026-03-23 03:09:28] "GET /instance-ip/3730d1d5-6846-4f36-81c7-9d34f9caf6d9 HTTP/1.1" 200 1730 0.004562 10.0.0.27 - - [2026-03-23 03:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.27 - - [2026-03-23 03:09:28] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003083 10.0.0.27 - - [2026-03-23 03:09:28] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002539 10.0.0.27 - - [2026-03-23 03:09:29] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005416 10.0.0.27 - - [2026-03-23 03:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.27 - - [2026-03-23 03:09:29] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004198 10.0.0.27 - - [2026-03-23 03:09:29] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003599 10.0.0.27 - - [2026-03-23 03:09:29] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005413 10.0.0.27 - - [2026-03-23 03:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.27 - - [2026-03-23 03:09:29] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004147 10.0.0.27 - - [2026-03-23 03:09:29] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003390 10.0.0.27 - - [2026-03-23 03:09:29] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005682 10.0.0.27 - - [2026-03-23 03:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.27 - - [2026-03-23 03:09:29] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004175 10.0.0.27 - - [2026-03-23 03:09:29] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003160 10.0.0.27 - - [2026-03-23 03:09:29] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005753 10.0.0.27 - - [2026-03-23 03:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.27 - - [2026-03-23 03:09:29] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004253 10.0.0.27 - - [2026-03-23 03:09:29] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003322 10.0.0.27 - - [2026-03-23 03:09:29] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005648 10.0.0.27 - - [2026-03-23 03:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.27 - - [2026-03-23 03:09:29] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003834 10.0.0.27 - - [2026-03-23 03:09:29] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003212 10.0.0.27 - - [2026-03-23 03:09:29] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005537 10.0.0.27 - - [2026-03-23 03:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.27 - - [2026-03-23 03:09:29] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003843 10.0.0.27 - - [2026-03-23 03:09:29] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002765 10.0.0.27 - - [2026-03-23 03:09:29] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006011 10.0.0.27 - - [2026-03-23 03:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.27 - - [2026-03-23 03:09:32] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.004529 10.0.0.23 - - [2026-03-23 03:09:33] "DELETE /project/146e399b-dcb9-45bc-a7f2-41c2d90d0604 HTTP/1.1" 404 177 0.002760 10.0.0.23 - - [2026-03-23 03:09:33] "DELETE /project/84bf452ca42c4fe5967df58183b94a16 HTTP/1.1" 404 173 0.005094 10.0.0.27 - - [2026-03-23 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.27 - - [2026-03-23 03:09:37] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.007875 10.0.0.27 - - [2026-03-23 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.27 - - [2026-03-23 03:09:41] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.004538 10.0.0.27 - - [2026-03-23 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.27 - - [2026-03-23 03:09:45] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.004756 10.0.0.27 - - [2026-03-23 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.27 - - [2026-03-23 03:09:49] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005026 10.0.0.27 - - [2026-03-23 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.27 - - [2026-03-23 03:09:53] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.004523 10.0.0.27 - - [2026-03-23 03:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.27 - - [2026-03-23 03:09:57] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005698 10.0.0.27 - - [2026-03-23 03:10:00] "POST /neutron/port HTTP/1.1" 200 1156 0.019919 10.0.0.27 - - [2026-03-23 03:10:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003980 10.0.0.27 - - [2026-03-23 03:10:00] "POST /neutron/network HTTP/1.1" 200 955 0.011674 10.0.0.27 - - [2026-03-23 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.27 - - [2026-03-23 03:10:01] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.008625 10.0.0.27 - - [2026-03-23 03:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004671 10.0.0.27 - - [2026-03-23 03:10:03] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003556 10.0.0.27 - - [2026-03-23 03:10:03] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002865 10.0.0.27 - - [2026-03-23 03:10:03] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005510 10.0.0.27 - - [2026-03-23 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.27 - - [2026-03-23 03:10:04] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003765 10.0.0.27 - - [2026-03-23 03:10:04] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003025 10.0.0.27 - - [2026-03-23 03:10:04] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005941 10.0.0.27 - - [2026-03-23 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009481 10.0.0.27 - - [2026-03-23 03:10:04] "GET /routing-instance/0e735a09-77b2-4f12-b4b7-3212d1132fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.007084 10.0.0.27 - - [2026-03-23 03:10:04] "GET /route-target/6cb0c949-5d1e-43b7-b049-a8be158ba79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003486 10.0.0.27 - - [2026-03-23 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.27 - - [2026-03-23 03:10:04] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003780 10.0.0.27 - - [2026-03-23 03:10:04] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002978 10.0.0.27 - - [2026-03-23 03:10:04] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005012 10.0.0.27 - - [2026-03-23 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.27 - - [2026-03-23 03:10:04] "GET /routing-instance/0e735a09-77b2-4f12-b4b7-3212d1132fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004039 10.0.0.27 - - [2026-03-23 03:10:04] "GET /route-target/6cb0c949-5d1e-43b7-b049-a8be158ba79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003258 10.0.0.27 - - [2026-03-23 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.27 - - [2026-03-23 03:10:04] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004177 10.0.0.27 - - [2026-03-23 03:10:04] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003522 10.0.0.27 - - [2026-03-23 03:10:04] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005692 10.0.0.27 - - [2026-03-23 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.27 - - [2026-03-23 03:10:04] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004266 10.0.0.27 - - [2026-03-23 03:10:04] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.006669 10.0.0.27 - - [2026-03-23 03:10:04] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006329 10.0.0.23 - - [2026-03-23 03:10:05] "GET /obj-perms HTTP/1.1" 200 5090 0.065344 10.0.0.27 - - [2026-03-23 03:10:05] "GET /obj-perms HTTP/1.1" 200 5090 0.004076 10.0.0.27 - - [2026-03-23 03:10:05] "GET /obj-perms HTTP/1.1" 200 5090 0.004607 10.0.0.27 - - [2026-03-23 03:10:05] "GET /obj-perms HTTP/1.1" 200 5090 0.003640 10.0.0.50 - - [2026-03-23 03:10:05] "GET /obj-perms HTTP/1.1" 200 5090 0.073768 10.0.0.27 - - [2026-03-23 03:10:05] "GET /virtual-machine/967b2d20-4a2e-40f2-8f94-d008668adc04 HTTP/1.1" 200 1323 0.004519 10.0.0.27 - - [2026-03-23 03:10:05] "GET /virtual-machine-interface/7c2e5544-4380-4c63-bd13-2c7afc0d7bb3 HTTP/1.1" 200 3262 0.005272 10.0.0.27 - - [2026-03-23 03:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.27 - - [2026-03-23 03:10:05] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004743 10.0.0.27 - - [2026-03-23 03:10:05] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003530 10.0.0.27 - - [2026-03-23 03:10:05] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.007457 10.0.0.27 - - [2026-03-23 03:10:06] "POST /neutron/network HTTP/1.1" 200 965 0.007603 10.0.0.27 - - [2026-03-23 03:10:06] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.27 - - [2026-03-23 03:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.27 - - [2026-03-23 03:10:06] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003464 10.0.0.27 - - [2026-03-23 03:10:06] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003179 10.0.0.27 - - [2026-03-23 03:10:06] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005927 10.0.0.27 - - [2026-03-23 03:10:06] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007039 10.0.0.23 - - [2026-03-23 03:10:11] "GET /obj-perms HTTP/1.1" 200 5056 0.066422 10.0.0.27 - - [2026-03-23 03:10:13] "POST /neutron/port HTTP/1.1" 200 1156 0.015333 10.0.0.27 - - [2026-03-23 03:10:17] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007077 10.0.0.27 - - [2026-03-23 03:10:22] "POST /neutron/port HTTP/1.1" 200 1156 0.019578 10.0.0.27 - - [2026-03-23 03:10:22] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008315 10.0.0.27 - - [2026-03-23 03:10:23] "POST /neutron/port HTTP/1.1" 200 1156 0.016372 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-machine/c87efaa3-febe-469a-b710-ddd2183b0514 HTTP/1.1" 200 1323 0.011982 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-machine/c87efaa3-febe-469a-b710-ddd2183b0514 HTTP/1.1" 200 1323 0.003131 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-machine-interface/18ad7d6c-3499-4be2-b8a9-e0e3922b3e24 HTTP/1.1" 200 3262 0.004845 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-machine/c87efaa3-febe-469a-b710-ddd2183b0514 HTTP/1.1" 200 1323 0.003176 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-machine-interface/18ad7d6c-3499-4be2-b8a9-e0e3922b3e24 HTTP/1.1" 200 3262 0.004133 10.0.0.27 - - [2026-03-23 03:10:23] "GET /instance-ip/67980c01-8587-4eca-b490-40ff813c06f8 HTTP/1.1" 200 1731 0.005275 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-machine/c87efaa3-febe-469a-b710-ddd2183b0514 HTTP/1.1" 200 1323 0.002862 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-machine-interface/18ad7d6c-3499-4be2-b8a9-e0e3922b3e24 HTTP/1.1" 200 3262 0.005089 10.0.0.27 - - [2026-03-23 03:10:23] "GET /instance-ip/67980c01-8587-4eca-b490-40ff813c06f8 HTTP/1.1" 200 1731 0.003826 10.0.0.27 - - [2026-03-23 03:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.27 - - [2026-03-23 03:10:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004201 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002814 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006243 10.0.0.27 - - [2026-03-23 03:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.27 - - [2026-03-23 03:10:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004818 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003579 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.007041 10.0.0.27 - - [2026-03-23 03:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.27 - - [2026-03-23 03:10:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008657 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003343 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005629 10.0.0.27 - - [2026-03-23 03:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.27 - - [2026-03-23 03:10:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003965 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002821 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006025 10.0.0.27 - - [2026-03-23 03:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.27 - - [2026-03-23 03:10:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004516 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002877 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005632 10.0.0.27 - - [2026-03-23 03:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.27 - - [2026-03-23 03:10:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005671 10.0.0.27 - - [2026-03-23 03:10:23] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002932 10.0.0.27 - - [2026-03-23 03:10:24] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005674 10.0.0.27 - - [2026-03-23 03:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.27 - - [2026-03-23 03:10:24] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007490 10.0.0.27 - - [2026-03-23 03:10:24] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003588 10.0.0.27 - - [2026-03-23 03:10:24] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005867 10.0.0.27 - - [2026-03-23 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.27 - - [2026-03-23 03:10:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003646 10.0.0.27 - - [2026-03-23 03:10:25] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002642 10.0.0.27 - - [2026-03-23 03:10:25] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005915 10.0.0.27 - - [2026-03-23 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.27 - - [2026-03-23 03:10:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004223 10.0.0.27 - - [2026-03-23 03:10:25] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003694 10.0.0.27 - - [2026-03-23 03:10:25] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006858 10.0.0.27 - - [2026-03-23 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.27 - - [2026-03-23 03:10:25] "GET /routing-instance/0e735a09-77b2-4f12-b4b7-3212d1132fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005686 10.0.0.27 - - [2026-03-23 03:10:25] "GET /route-target/6cb0c949-5d1e-43b7-b049-a8be158ba79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003804 10.0.0.27 - - [2026-03-23 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.27 - - [2026-03-23 03:10:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003638 10.0.0.27 - - [2026-03-23 03:10:25] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003042 10.0.0.27 - - [2026-03-23 03:10:25] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006637 10.0.0.27 - - [2026-03-23 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.27 - - [2026-03-23 03:10:25] "GET /routing-instance/0e735a09-77b2-4f12-b4b7-3212d1132fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.006381 10.0.0.27 - - [2026-03-23 03:10:25] "GET /route-target/6cb0c949-5d1e-43b7-b049-a8be158ba79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004659 10.0.0.27 - - [2026-03-23 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.27 - - [2026-03-23 03:10:26] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004132 10.0.0.27 - - [2026-03-23 03:10:26] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003178 10.0.0.27 - - [2026-03-23 03:10:26] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005703 10.0.0.27 - - [2026-03-23 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.27 - - [2026-03-23 03:10:26] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003949 10.0.0.27 - - [2026-03-23 03:10:26] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004074 10.0.0.27 - - [2026-03-23 03:10:26] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005376 10.0.0.27 - - [2026-03-23 03:10:26] "GET /obj-perms HTTP/1.1" 200 5090 0.003552 10.0.0.23 - - [2026-03-23 03:10:26] "GET /obj-perms HTTP/1.1" 200 5090 0.003666 10.0.0.27 - - [2026-03-23 03:10:26] "GET /obj-perms HTTP/1.1" 200 5090 0.003328 10.0.0.27 - - [2026-03-23 03:10:26] "GET /obj-perms HTTP/1.1" 200 5090 0.003561 10.0.0.27 - - [2026-03-23 03:10:26] "GET /virtual-machine/c87efaa3-febe-469a-b710-ddd2183b0514 HTTP/1.1" 200 1323 0.004616 10.0.0.27 - - [2026-03-23 03:10:26] "GET /virtual-machine-interface/18ad7d6c-3499-4be2-b8a9-e0e3922b3e24 HTTP/1.1" 200 3262 0.005105 10.0.0.27 - - [2026-03-23 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.27 - - [2026-03-23 03:10:26] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003818 10.0.0.27 - - [2026-03-23 03:10:26] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002994 10.0.0.27 - - [2026-03-23 03:10:26] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005445 10.0.0.27 - - [2026-03-23 03:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.27 - - [2026-03-23 03:10:27] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004549 10.0.0.27 - - [2026-03-23 03:10:27] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003625 10.0.0.27 - - [2026-03-23 03:10:27] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.007613 10.0.0.27 - - [2026-03-23 03:10:28] "GET /virtual-machine/967b2d20-4a2e-40f2-8f94-d008668adc04 HTTP/1.1" 200 1323 0.004054 10.0.0.27 - - [2026-03-23 03:10:28] "GET /virtual-machine-interface/7c2e5544-4380-4c63-bd13-2c7afc0d7bb3 HTTP/1.1" 200 3262 0.006434 10.0.0.27 - - [2026-03-23 03:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.27 - - [2026-03-23 03:10:28] "GET /security-group/fffef1c3-7888-4382-94bc-3d5436d9b7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.003871 10.0.0.27 - - [2026-03-23 03:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.27 - - [2026-03-23 03:10:28] "GET /security-group/fffef1c3-7888-4382-94bc-3d5436d9b7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004805 10.0.0.27 - - [2026-03-23 03:10:28] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007677 10.0.0.27 - - [2026-03-23 03:10:28] "POST /neutron/port HTTP/1.1" 200 1146 0.012493 10.0.0.27 - - [2026-03-23 03:10:28] "GET /virtual-machine/967b2d20-4a2e-40f2-8f94-d008668adc04 HTTP/1.1" 200 1323 0.004057 10.0.0.27 - - [2026-03-23 03:10:28] "GET /virtual-machine-interface/7c2e5544-4380-4c63-bd13-2c7afc0d7bb3 HTTP/1.1" 200 3201 0.007093 10.0.0.27 - - [2026-03-23 03:10:28] "POST /neutron/port HTTP/1.1" 200 1117 0.015709 10.0.0.27 - - [2026-03-23 03:10:28] "POST /neutron/port HTTP/1.1" 200 1146 0.069024 10.0.0.27 - - [2026-03-23 03:10:28] "GET /virtual-machine/967b2d20-4a2e-40f2-8f94-d008668adc04 HTTP/1.1" 200 1323 0.005797 10.0.0.27 - - [2026-03-23 03:10:28] "GET /virtual-machine-interface/7c2e5544-4380-4c63-bd13-2c7afc0d7bb3 HTTP/1.1" 200 3262 0.007142 10.0.0.27 - - [2026-03-23 03:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.27 - - [2026-03-23 03:10:28] "GET /security-group/fffef1c3-7888-4382-94bc-3d5436d9b7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004516 10.0.0.27 - - [2026-03-23 03:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006344 10.0.0.27 - - [2026-03-23 03:10:28] "GET /security-group/fffef1c3-7888-4382-94bc-3d5436d9b7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.003982 10.0.0.27 - - [2026-03-23 03:10:28] "DELETE /security-group/fffef1c3-7888-4382-94bc-3d5436d9b7ad HTTP/1.1" 409 336 0.008013 10.0.0.50 - - [2026-03-23 03:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.50 - - [2026-03-23 03:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.23 - - [2026-03-23 03:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.23 - - [2026-03-23 03:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000330 10.0.0.23 - - [2026-03-23 03:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.23 - - [2026-03-23 03:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.50 - - [2026-03-23 03:10:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.50 - - [2026-03-23 03:10:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.27 - - [2026-03-23 03:10:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.27 - - [2026-03-23 03:10:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2026-03-23 03:10:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.27 - - [2026-03-23 03:10:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.27 - - [2026-03-23 03:11:02] "POST /neutron/port HTTP/1.1" 200 1156 0.050144 10.0.0.27 - - [2026-03-23 03:11:02] "POST /neutron/subnet HTTP/1.1" 200 703 0.008443 10.0.0.27 - - [2026-03-23 03:11:07] "POST /neutron/port HTTP/1.1" 200 1156 0.047382 10.0.0.27 - - [2026-03-23 03:11:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004277 10.0.0.27 - - [2026-03-23 03:11:07] "POST /neutron/network HTTP/1.1" 200 955 0.007220 10.0.0.27 - - [2026-03-23 03:12:04] "POST /neutron/network HTTP/1.1" 200 965 0.007111 10.0.0.27 - - [2026-03-23 03:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.001019 10.0.0.27 - - [2026-03-23 03:12:09] "POST /neutron/port HTTP/1.1" 200 1156 0.017921 10.0.0.27 - - [2026-03-23 03:12:09] "POST /neutron/subnet HTTP/1.1" 200 703 0.007930 10.0.0.27 - - [2026-03-23 03:12:10] "GET /security-group/fffef1c3-7888-4382-94bc-3d5436d9b7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004084 10.0.0.27 - - [2026-03-23 03:12:10] "PUT /security-group/fffef1c3-7888-4382-94bc-3d5436d9b7ad HTTP/1.1" 200 262 0.017460 10.0.0.23 - - [2026-03-23 03:12:10] "PUT /access-control-list/a4a2c1ec-4931-45fc-b510-fed79c67dc53 HTTP/1.1" 200 272 0.023289 10.0.0.27 - - [2026-03-23 03:12:12] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007062 10.0.0.27 - - [2026-03-23 03:12:12] "POST /neutron/port HTTP/1.1" 200 1146 0.013538 10.0.0.27 - - [2026-03-23 03:12:13] "GET /virtual-machine/c87efaa3-febe-469a-b710-ddd2183b0514 HTTP/1.1" 200 1323 0.004212 10.0.0.50 - - [2026-03-23 03:12:13] "GET /obj-perms HTTP/1.1" 200 5056 0.073399 10.0.0.27 - - [2026-03-23 03:12:13] "POST /neutron/port HTTP/1.1" 200 1107 0.013916 10.0.0.27 - - [2026-03-23 03:12:15] "GET /virtual-machine/c87efaa3-febe-469a-b710-ddd2183b0514 HTTP/1.1" 404 171 0.003081 10.0.0.27 - - [2026-03-23 03:12:15] "GET /virtual-machine/c87efaa3-febe-469a-b710-ddd2183b0514 HTTP/1.1" 404 171 0.002239 10.0.0.27 - - [2026-03-23 03:12:15] "GET /virtual-machine/c87efaa3-febe-469a-b710-ddd2183b0514 HTTP/1.1" 404 171 0.002712 10.0.0.27 - - [2026-03-23 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.27 - - [2026-03-23 03:12:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003092 10.0.0.27 - - [2026-03-23 03:12:15] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002960 10.0.0.27 - - [2026-03-23 03:12:15] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006302 10.0.0.27 - - [2026-03-23 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.27 - - [2026-03-23 03:12:15] "GET /routing-instance/0e735a09-77b2-4f12-b4b7-3212d1132fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005425 10.0.0.27 - - [2026-03-23 03:12:15] "GET /route-target/6cb0c949-5d1e-43b7-b049-a8be158ba79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003780 10.0.0.27 - - [2026-03-23 03:12:15] "GET /obj-perms HTTP/1.1" 200 5090 0.004256 10.0.0.27 - - [2026-03-23 03:12:18] "GET /obj-perms HTTP/1.1" 200 5090 0.004087 10.0.0.27 - - [2026-03-23 03:12:24] "GET /obj-perms HTTP/1.1" 200 5090 0.003887 10.0.0.27 - - [2026-03-23 03:12:28] "GET /obj-perms HTTP/1.1" 200 5090 0.003583 10.0.0.27 - - [2026-03-23 03:12:34] "GET /obj-perms HTTP/1.1" 200 5090 0.004010 10.0.0.27 - - [2026-03-23 03:12:37] "GET /obj-perms HTTP/1.1" 200 5090 0.003592 10.0.0.27 - - [2026-03-23 03:12:43] "GET /obj-perms HTTP/1.1" 200 5090 0.004239 10.0.0.27 - - [2026-03-23 03:12:43] "GET /obj-perms HTTP/1.1" 200 5090 0.003846 10.0.0.23 - - [2026-03-23 03:12:43] "GET /obj-perms HTTP/1.1" 200 5090 0.003464 10.0.0.27 - - [2026-03-23 03:12:43] "POST /neutron/port HTTP/1.1" 200 1156 0.016831 10.0.0.27 - - [2026-03-23 03:12:43] "POST /neutron/port HTTP/1.1" 200 1107 0.068603 10.0.0.27 - - [2026-03-23 03:12:43] "GET /virtual-machine/967b2d20-4a2e-40f2-8f94-d008668adc04 HTTP/1.1" 200 1323 0.004216 10.0.0.27 - - [2026-03-23 03:12:44] "POST /neutron/port HTTP/1.1" 200 151 0.158540 10.0.0.27 - - [2026-03-23 03:12:45] "GET /virtual-machine/967b2d20-4a2e-40f2-8f94-d008668adc04 HTTP/1.1" 404 171 0.003136 10.0.0.27 - - [2026-03-23 03:12:45] "GET /virtual-machine/967b2d20-4a2e-40f2-8f94-d008668adc04 HTTP/1.1" 404 171 0.002578 10.0.0.27 - - [2026-03-23 03:12:45] "GET /virtual-machine/967b2d20-4a2e-40f2-8f94-d008668adc04 HTTP/1.1" 404 171 0.002954 10.0.0.27 - - [2026-03-23 03:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.27 - - [2026-03-23 03:12:46] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003926 10.0.0.27 - - [2026-03-23 03:12:46] "GET /virtual-networks?parent_id=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002690 10.0.0.27 - - [2026-03-23 03:12:46] "GET /virtual-network/60851d8c-5c96-4315-8a0f-8c0b45f3be18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006520 10.0.0.27 - - [2026-03-23 03:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.27 - - [2026-03-23 03:12:46] "GET /routing-instance/0e735a09-77b2-4f12-b4b7-3212d1132fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004396 10.0.0.27 - - [2026-03-23 03:12:46] "GET /route-target/6cb0c949-5d1e-43b7-b049-a8be158ba79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003694 10.0.0.27 - - [2026-03-23 03:12:49] "GET /obj-perms HTTP/1.1" 200 5090 0.003961 10.0.0.27 - - [2026-03-23 03:12:52] "GET /obj-perms HTTP/1.1" 200 5090 0.003312 10.0.0.27 - - [2026-03-23 03:12:58] "GET /obj-perms HTTP/1.1" 200 5090 0.003875 10.0.0.27 - - [2026-03-23 03:13:01] "GET /obj-perms HTTP/1.1" 200 5090 0.003880 10.0.0.27 - - [2026-03-23 03:13:07] "GET /obj-perms HTTP/1.1" 200 5090 0.003286 10.0.0.27 - - [2026-03-23 03:13:10] "GET /obj-perms HTTP/1.1" 200 5090 0.005040 10.0.0.27 - - [2026-03-23 03:13:11] "DELETE /security-group/fffef1c3-7888-4382-94bc-3d5436d9b7ad HTTP/1.1" 200 115 0.043302 10.0.0.27 - - [2026-03-23 03:13:11] "POST /fqname-to-id HTTP/1.1" 404 254 0.002531 10.0.0.23 - - [2026-03-23 03:13:11] "DELETE /access-control-list/06561c0a-5116-4069-b64d-0aad7b36482d HTTP/1.1" 200 115 0.031257 10.0.0.23 - - [2026-03-23 03:13:13] "GET /projects?obj_uuids=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.036531 10.0.0.27 - - [2026-03-23 03:13:13] "GET /project/84bf452c-a42c-4fe5-967d-f58183b94a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.073764 10.0.0.23 - - [2026-03-23 03:13:13] "GET /projects?obj_uuids=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000870 10.0.0.27 - - [2026-03-23 03:13:13] "GET /project/84bf452c-a42c-4fe5-967d-f58183b94a16?fields=virtual_networks HTTP/1.1" 200 1091 0.044768 10.0.0.23 - - [2026-03-23 03:13:13] "GET /projects?obj_uuids=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000875 10.0.0.27 - - [2026-03-23 03:13:13] "GET /project/84bf452c-a42c-4fe5-967d-f58183b94a16?fields=virtual_machine_interfaces HTTP/1.1" 200 1091 0.033385 10.0.0.23 - - [2026-03-23 03:13:13] "GET /projects?obj_uuids=84bf452c-a42c-4fe5-967d-f58183b94a16&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001158 10.0.0.27 - - [2026-03-23 03:13:13] "GET /project/84bf452c-a42c-4fe5-967d-f58183b94a16?fields=security_groups HTTP/1.1" 200 1347 0.037442 10.0.0.27 - - [2026-03-23 03:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.198568 10.0.0.27 - - [2026-03-23 03:13:14] "POST /fqname-to-id HTTP/1.1" 404 209 0.029588 10.0.0.23 - - [2026-03-23 03:13:14] "GET /projects?obj_uuids=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003057 10.0.0.23 - - [2026-03-23 03:13:15] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000874 10.0.0.23 - - [2026-03-23 03:13:15] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040326 10.0.0.23 - - [2026-03-23 03:13:15] "POST /id-to-fqname HTTP/1.1" 200 212 0.005090 10.0.0.23 - - [2026-03-23 03:13:15] "POST /fqname-to-id HTTP/1.1" 404 222 0.008663 10.0.0.23 - - [2026-03-23 03:13:15] "POST /security-groups HTTP/1.1" 200 612 0.034312 10.0.0.23 - - [2026-03-23 03:13:15] "POST /projects HTTP/1.1" 200 627 0.241319 10.0.0.23 - - [2026-03-23 03:13:15] "POST /access-control-lists HTTP/1.1" 200 617 0.025899 10.0.0.23 - - [2026-03-23 03:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.314773 10.0.0.27 - - [2026-03-23 03:13:15] "GET /project/4497f961-ee7b-4520-b614-e7d5f204481d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.479431 10.0.0.27 - - [2026-03-23 03:13:16] "GET / HTTP/1.1" 200 35931 0.001272 10.0.0.27 - - [2026-03-23 03:13:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.27 - - [2026-03-23 03:13:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.061295 10.0.0.23 - - [2026-03-23 03:13:18] "GET /projects?obj_uuids=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001050 10.0.0.23 - - [2026-03-23 03:13:18] "POST /fqname-to-id HTTP/1.1" 404 277 0.004327 10.0.0.23 - - [2026-03-23 03:13:18] "POST /access-control-lists HTTP/1.1" 200 637 0.031836 10.0.0.27 - - [2026-03-23 03:13:19] "POST /neutron/security_group HTTP/1.1" 200 1423 0.438902 10.0.0.23 - - [2026-03-23 03:13:19] "PUT /access-control-list/15fb8fe3-d2d9-421d-b3b9-00edb17e7c3c HTTP/1.1" 200 272 0.025191 10.0.0.27 - - [2026-03-23 03:13:19] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.130899 10.0.0.27 - - [2026-03-23 03:13:19] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.129051 10.0.0.27 - - [2026-03-23 03:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.23 - - [2026-03-23 03:13:19] "PUT /access-control-list/15fb8fe3-d2d9-421d-b3b9-00edb17e7c3c HTTP/1.1" 200 272 0.015721 10.0.0.27 - - [2026-03-23 03:13:19] "GET /security-group/4e3498e3-4848-4686-854b-3130df74e83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.016191 10.0.0.27 - - [2026-03-23 03:13:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.002819 10.0.0.27 - - [2026-03-23 03:13:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.003354 10.0.0.23 - - [2026-03-23 03:13:20] "GET /projects?obj_uuids=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000891 10.0.0.23 - - [2026-03-23 03:13:21] "POST /fqname-to-id HTTP/1.1" 404 277 0.006192 10.0.0.23 - - [2026-03-23 03:13:21] "POST /access-control-lists HTTP/1.1" 200 637 0.032731 10.0.0.27 - - [2026-03-23 03:13:21] "POST /neutron/security_group HTTP/1.1" 200 1423 0.363865 10.0.0.23 - - [2026-03-23 03:13:21] "PUT /access-control-list/f73a48d4-0e73-438c-96cd-6162cd76d014 HTTP/1.1" 200 272 0.025200 10.0.0.27 - - [2026-03-23 03:13:21] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.123388 10.0.0.27 - - [2026-03-23 03:13:21] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.127289 10.0.0.27 - - [2026-03-23 03:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.23 - - [2026-03-23 03:13:21] "PUT /access-control-list/f73a48d4-0e73-438c-96cd-6162cd76d014 HTTP/1.1" 200 272 0.018748 10.0.0.27 - - [2026-03-23 03:13:21] "GET /security-group/168408dc-bffa-4630-b47a-42b61ce8d8aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.003535 10.0.0.27 - - [2026-03-23 03:13:22] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.177464 10.0.0.23 - - [2026-03-23 03:13:22] "PUT /access-control-list/18e52ba2-ee8c-4e35-8579-5801f28ceb5d HTTP/1.1" 200 272 0.013275 10.0.0.27 - - [2026-03-23 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.23 - - [2026-03-23 03:13:22] "GET /projects?obj_uuids=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000914 10.0.0.27 - - [2026-03-23 03:13:22] "GET /project/4497f961-ee7b-4520-b614-e7d5f204481d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.045291 10.0.0.27 - - [2026-03-23 03:13:22] "POST /neutron/network HTTP/1.1" 200 117 0.013750 10.0.0.27 - - [2026-03-23 03:13:23] "POST /neutron/network HTTP/1.1" 200 927 0.009004 10.0.0.27 - - [2026-03-23 03:13:23] "POST /id-to-fqname HTTP/1.1" 200 282 0.001311 10.0.0.27 - - [2026-03-23 03:13:23] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005673 10.0.0.27 - - [2026-03-23 03:13:23] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005582 10.0.0.27 - - [2026-03-23 03:13:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.010806 10.0.0.27 - - [2026-03-23 03:13:23] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005853 10.0.0.50 - - [2026-03-23 03:13:24] "GET /obj-perms HTTP/1.1" 200 5072 0.090413 10.0.0.23 - - [2026-03-23 03:13:25] "GET /obj-perms HTTP/1.1" 200 5072 0.063071 10.0.0.27 - - [2026-03-23 03:13:25] "POST /id-to-fqname HTTP/1.1" 200 282 0.001224 10.0.0.23 - - [2026-03-23 03:13:25] "DELETE /access-control-list/25903e62-9843-4239-a0ad-4db6a3d8acdb HTTP/1.1" 200 115 0.041067 10.0.0.23 - - [2026-03-23 03:13:26] "GET /projects?obj_uuids=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000922 10.0.0.27 - - [2026-03-23 03:13:26] "GET /project/4497f961-ee7b-4520-b614-e7d5f204481d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.070952 10.0.0.27 - - [2026-03-23 03:13:26] "POST /neutron/network HTTP/1.1" 200 927 0.006804 10.0.0.27 - - [2026-03-23 03:13:26] "POST /id-to-fqname HTTP/1.1" 200 282 0.001385 10.0.0.27 - - [2026-03-23 03:13:26] "POST /neutron/port HTTP/1.1" 200 117 0.007010 10.0.0.27 - - [2026-03-23 03:13:27] "POST /neutron/network HTTP/1.1" 200 937 0.006667 10.0.0.27 - - [2026-03-23 03:13:27] "POST /neutron/port HTTP/1.1" 200 1081 0.024989 10.0.0.23 - - [2026-03-23 03:13:27] "GET /projects?obj_uuids=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000909 10.0.0.27 - - [2026-03-23 03:13:27] "GET /project/4497f961-ee7b-4520-b614-e7d5f204481d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.102791 10.0.0.27 - - [2026-03-23 03:13:27] "POST /neutron/network HTTP/1.1" 200 927 0.011230 10.0.0.27 - - [2026-03-23 03:13:28] "POST /neutron/subnet HTTP/1.1" 200 698 0.008424 10.0.0.27 - - [2026-03-23 03:13:28] "POST /neutron/port HTTP/1.1" 200 1145 0.020559 10.0.0.27 - - [2026-03-23 03:13:28] "POST /neutron/port HTTP/1.1" 200 1145 0.019360 10.0.0.23 - - [2026-03-23 03:13:28] "GET /projects?obj_uuids=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002618 10.0.0.27 - - [2026-03-23 03:13:28] "POST /neutron/security_group HTTP/1.1" 200 3414 0.057364 10.0.0.27 - - [2026-03-23 03:13:29] "POST /neutron/port HTTP/1.1" 200 1081 0.016241 10.0.0.27 - - [2026-03-23 03:13:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003825 10.0.0.27 - - [2026-03-23 03:13:29] "POST /neutron/network HTTP/1.1" 200 927 0.006898 10.0.0.27 - - [2026-03-23 03:13:33] "POST /neutron/port HTTP/1.1" 200 1145 0.017495 10.0.0.27 - - [2026-03-23 03:13:33] "POST /neutron/security_group HTTP/1.1" 200 1417 0.006431 10.0.0.27 - - [2026-03-23 03:13:33] "GET /virtual-machine/508527b8-8f1f-4f1b-b470-ea0d400bb94b HTTP/1.1" 401 292 0.000387 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-machine/508527b8-8f1f-4f1b-b470-ea0d400bb94b HTTP/1.1" 200 1313 0.055158 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-machine/508527b8-8f1f-4f1b-b470-ea0d400bb94b HTTP/1.1" 200 1313 0.003171 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-machine-interface/825bfe4b-5448-456b-aa12-b818ae58498a HTTP/1.1" 200 3190 0.005192 10.0.0.23 - - [2026-03-23 03:13:34] "DELETE /project/4497f961ee7b4520b614e7d5f204481d HTTP/1.1" 404 173 0.002544 10.0.0.23 - - [2026-03-23 03:13:34] "DELETE /project/84bf452c-a42c-4fe5-967d-f58183b94a16 HTTP/1.1" 404 177 0.004412 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-machine/508527b8-8f1f-4f1b-b470-ea0d400bb94b HTTP/1.1" 200 1313 0.003376 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-machine-interface/825bfe4b-5448-456b-aa12-b818ae58498a HTTP/1.1" 200 3190 0.006330 10.0.0.27 - - [2026-03-23 03:13:34] "GET /instance-ip/61b2ce99-4bed-480e-8b97-05478ce56cec HTTP/1.1" 200 1703 0.008205 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-machine/508527b8-8f1f-4f1b-b470-ea0d400bb94b HTTP/1.1" 200 1313 0.004915 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-machine-interface/825bfe4b-5448-456b-aa12-b818ae58498a HTTP/1.1" 200 3190 0.010869 10.0.0.27 - - [2026-03-23 03:13:34] "GET /instance-ip/61b2ce99-4bed-480e-8b97-05478ce56cec HTTP/1.1" 200 1703 0.004074 10.0.0.27 - - [2026-03-23 03:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.27 - - [2026-03-23 03:13:34] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003421 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003600 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007142 10.0.0.27 - - [2026-03-23 03:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.27 - - [2026-03-23 03:13:34] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004238 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003210 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005347 10.0.0.27 - - [2026-03-23 03:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.27 - - [2026-03-23 03:13:34] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004543 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005869 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006318 10.0.0.27 - - [2026-03-23 03:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.27 - - [2026-03-23 03:13:34] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003581 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003056 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005597 10.0.0.27 - - [2026-03-23 03:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.27 - - [2026-03-23 03:13:34] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004020 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003213 10.0.0.27 - - [2026-03-23 03:13:34] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005703 10.0.0.27 - - [2026-03-23 03:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.27 - - [2026-03-23 03:13:35] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004266 10.0.0.27 - - [2026-03-23 03:13:35] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002498 10.0.0.27 - - [2026-03-23 03:13:35] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005944 10.0.0.27 - - [2026-03-23 03:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.27 - - [2026-03-23 03:13:35] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003676 10.0.0.27 - - [2026-03-23 03:13:35] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002994 10.0.0.27 - - [2026-03-23 03:13:35] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005933 10.0.0.27 - - [2026-03-23 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006539 10.0.0.27 - - [2026-03-23 03:13:38] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007080 10.0.0.27 - - [2026-03-23 03:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.27 - - [2026-03-23 03:13:42] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006721 10.0.0.27 - - [2026-03-23 03:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.27 - - [2026-03-23 03:13:46] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.004991 10.0.0.27 - - [2026-03-23 03:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.27 - - [2026-03-23 03:13:50] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005759 10.0.0.27 - - [2026-03-23 03:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.27 - - [2026-03-23 03:13:54] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005503 10.0.0.27 - - [2026-03-23 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.27 - - [2026-03-23 03:13:58] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006224 10.0.0.27 - - [2026-03-23 03:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.27 - - [2026-03-23 03:14:02] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006137 10.0.0.27 - - [2026-03-23 03:14:05] "POST /neutron/port HTTP/1.1" 200 1145 0.014747 10.0.0.27 - - [2026-03-23 03:14:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003489 10.0.0.27 - - [2026-03-23 03:14:05] "POST /neutron/network HTTP/1.1" 200 927 0.007421 10.0.0.27 - - [2026-03-23 03:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.27 - - [2026-03-23 03:14:07] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005342 10.0.0.27 - - [2026-03-23 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.27 - - [2026-03-23 03:14:09] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003262 10.0.0.27 - - [2026-03-23 03:14:09] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002832 10.0.0.27 - - [2026-03-23 03:14:09] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005520 10.0.0.27 - - [2026-03-23 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.27 - - [2026-03-23 03:14:09] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003318 10.0.0.27 - - [2026-03-23 03:14:09] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002297 10.0.0.27 - - [2026-03-23 03:14:09] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005227 10.0.0.27 - - [2026-03-23 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.27 - - [2026-03-23 03:14:09] "GET /routing-instance/da5ef24b-8d48-488f-8f61-c51641e6f482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.006026 10.0.0.27 - - [2026-03-23 03:14:09] "GET /route-target/d6ad29b8-9c7a-4ade-b598-bcf2abf8caeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003607 10.0.0.27 - - [2026-03-23 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.27 - - [2026-03-23 03:14:09] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003222 10.0.0.27 - - [2026-03-23 03:14:09] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002667 10.0.0.27 - - [2026-03-23 03:14:09] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005375 10.0.0.27 - - [2026-03-23 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.27 - - [2026-03-23 03:14:09] "GET /routing-instance/da5ef24b-8d48-488f-8f61-c51641e6f482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004402 10.0.0.27 - - [2026-03-23 03:14:09] "GET /route-target/d6ad29b8-9c7a-4ade-b598-bcf2abf8caeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003772 10.0.0.27 - - [2026-03-23 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.27 - - [2026-03-23 03:14:09] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004128 10.0.0.27 - - [2026-03-23 03:14:09] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002756 10.0.0.27 - - [2026-03-23 03:14:09] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005538 10.0.0.27 - - [2026-03-23 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.27 - - [2026-03-23 03:14:10] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004589 10.0.0.27 - - [2026-03-23 03:14:10] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002556 10.0.0.27 - - [2026-03-23 03:14:10] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005745 10.0.0.27 - - [2026-03-23 03:14:10] "GET /obj-perms HTTP/1.1" 200 5072 0.062846 10.0.0.23 - - [2026-03-23 03:14:10] "GET /obj-perms HTTP/1.1" 200 5072 0.004091 10.0.0.27 - - [2026-03-23 03:14:10] "GET /obj-perms HTTP/1.1" 200 5072 0.004402 10.0.0.27 - - [2026-03-23 03:14:10] "GET /obj-perms HTTP/1.1" 200 5072 0.003586 10.0.0.27 - - [2026-03-23 03:14:10] "GET /virtual-machine/508527b8-8f1f-4f1b-b470-ea0d400bb94b HTTP/1.1" 200 1313 0.003487 10.0.0.27 - - [2026-03-23 03:14:10] "GET /virtual-machine-interface/825bfe4b-5448-456b-aa12-b818ae58498a HTTP/1.1" 200 3190 0.004773 10.0.0.27 - - [2026-03-23 03:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.27 - - [2026-03-23 03:14:10] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003824 10.0.0.27 - - [2026-03-23 03:14:10] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002811 10.0.0.27 - - [2026-03-23 03:14:10] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005386 10.0.0.27 - - [2026-03-23 03:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.27 - - [2026-03-23 03:14:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003194 10.0.0.27 - - [2026-03-23 03:14:11] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002409 10.0.0.27 - - [2026-03-23 03:14:12] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005018 10.0.0.27 - - [2026-03-23 03:14:12] "POST /neutron/port HTTP/1.1" 200 1145 0.018143 10.0.0.27 - - [2026-03-23 03:14:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003580 10.0.0.27 - - [2026-03-23 03:14:12] "POST /neutron/network HTTP/1.1" 200 927 0.006292 10.0.0.27 - - [2026-03-23 03:14:20] "POST /neutron/port HTTP/1.1" 200 1145 0.045954 10.0.0.27 - - [2026-03-23 03:14:21] "POST /neutron/security_group HTTP/1.1" 200 1417 0.006219 10.0.0.27 - - [2026-03-23 03:14:27] "POST /neutron/port HTTP/1.1" 200 1145 0.017524 10.0.0.27 - - [2026-03-23 03:14:32] "POST /neutron/security_group HTTP/1.1" 200 1417 0.009079 10.0.0.27 - - [2026-03-23 03:14:33] "POST /neutron/port HTTP/1.1" 200 1145 0.017854 10.0.0.27 - - [2026-03-23 03:14:33] "POST /neutron/security_group HTTP/1.1" 200 1417 0.006524 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-machine/81be1bbf-9f57-4d1d-8688-f9a88f493ab1 HTTP/1.1" 200 1312 0.008995 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-machine/81be1bbf-9f57-4d1d-8688-f9a88f493ab1 HTTP/1.1" 200 1312 0.003944 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-machine-interface/9aa61b73-eb5b-4885-91bb-2f548275de3c HTTP/1.1" 200 3191 0.006168 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-machine/81be1bbf-9f57-4d1d-8688-f9a88f493ab1 HTTP/1.1" 200 1312 0.004427 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-machine-interface/9aa61b73-eb5b-4885-91bb-2f548275de3c HTTP/1.1" 200 3191 0.007747 10.0.0.27 - - [2026-03-23 03:14:33] "GET /instance-ip/5413bb2e-5dd7-459b-9add-fc251c1b4dba HTTP/1.1" 200 1703 0.005577 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-machine/81be1bbf-9f57-4d1d-8688-f9a88f493ab1 HTTP/1.1" 200 1312 0.002950 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-machine-interface/9aa61b73-eb5b-4885-91bb-2f548275de3c HTTP/1.1" 200 3191 0.007748 10.0.0.27 - - [2026-03-23 03:14:33] "GET /instance-ip/5413bb2e-5dd7-459b-9add-fc251c1b4dba HTTP/1.1" 200 1703 0.003461 10.0.0.27 - - [2026-03-23 03:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.27 - - [2026-03-23 03:14:33] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002965 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002947 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005542 10.0.0.27 - - [2026-03-23 03:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.27 - - [2026-03-23 03:14:33] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004382 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002836 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005629 10.0.0.27 - - [2026-03-23 03:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.27 - - [2026-03-23 03:14:33] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003990 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005709 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005632 10.0.0.27 - - [2026-03-23 03:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.27 - - [2026-03-23 03:14:33] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003308 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003005 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005495 10.0.0.27 - - [2026-03-23 03:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.27 - - [2026-03-23 03:14:33] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003799 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002639 10.0.0.27 - - [2026-03-23 03:14:33] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005200 10.0.0.27 - - [2026-03-23 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.27 - - [2026-03-23 03:14:34] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004174 10.0.0.27 - - [2026-03-23 03:14:34] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002337 10.0.0.27 - - [2026-03-23 03:14:34] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005460 10.0.0.27 - - [2026-03-23 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.27 - - [2026-03-23 03:14:34] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003670 10.0.0.27 - - [2026-03-23 03:14:34] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002822 10.0.0.27 - - [2026-03-23 03:14:34] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005891 10.0.0.27 - - [2026-03-23 03:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.27 - - [2026-03-23 03:14:35] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004406 10.0.0.27 - - [2026-03-23 03:14:35] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003341 10.0.0.27 - - [2026-03-23 03:14:35] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006179 10.0.0.27 - - [2026-03-23 03:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.27 - - [2026-03-23 03:14:35] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003455 10.0.0.27 - - [2026-03-23 03:14:35] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002404 10.0.0.27 - - [2026-03-23 03:14:35] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005474 10.0.0.27 - - [2026-03-23 03:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.27 - - [2026-03-23 03:14:35] "GET /routing-instance/da5ef24b-8d48-488f-8f61-c51641e6f482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.003815 10.0.0.27 - - [2026-03-23 03:14:35] "GET /route-target/d6ad29b8-9c7a-4ade-b598-bcf2abf8caeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003777 10.0.0.27 - - [2026-03-23 03:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.27 - - [2026-03-23 03:14:35] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003273 10.0.0.27 - - [2026-03-23 03:14:35] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003073 10.0.0.27 - - [2026-03-23 03:14:35] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005796 10.0.0.27 - - [2026-03-23 03:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.27 - - [2026-03-23 03:14:36] "GET /routing-instance/da5ef24b-8d48-488f-8f61-c51641e6f482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004193 10.0.0.27 - - [2026-03-23 03:14:36] "GET /route-target/d6ad29b8-9c7a-4ade-b598-bcf2abf8caeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002973 10.0.0.27 - - [2026-03-23 03:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.27 - - [2026-03-23 03:14:36] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004523 10.0.0.27 - - [2026-03-23 03:14:36] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002766 10.0.0.27 - - [2026-03-23 03:14:36] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.004969 10.0.0.27 - - [2026-03-23 03:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.27 - - [2026-03-23 03:14:36] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003710 10.0.0.27 - - [2026-03-23 03:14:36] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003663 10.0.0.27 - - [2026-03-23 03:14:36] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006607 10.0.0.23 - - [2026-03-23 03:14:36] "GET /obj-perms HTTP/1.1" 200 5072 0.004503 10.0.0.27 - - [2026-03-23 03:14:36] "GET /obj-perms HTTP/1.1" 200 5072 0.004629 10.0.0.27 - - [2026-03-23 03:14:36] "GET /obj-perms HTTP/1.1" 200 5072 0.003670 10.0.0.27 - - [2026-03-23 03:14:36] "GET /obj-perms HTTP/1.1" 200 5072 0.003637 10.0.0.50 - - [2026-03-23 03:14:36] "GET /obj-perms HTTP/1.1" 200 5072 0.003299 10.0.0.23 - - [2026-03-23 03:14:36] "GET /obj-perms HTTP/1.1" 200 5072 0.005773 10.0.0.27 - - [2026-03-23 03:14:36] "GET /virtual-machine/81be1bbf-9f57-4d1d-8688-f9a88f493ab1 HTTP/1.1" 200 1312 0.003663 10.0.0.27 - - [2026-03-23 03:14:36] "GET /virtual-machine-interface/9aa61b73-eb5b-4885-91bb-2f548275de3c HTTP/1.1" 200 3191 0.004459 10.0.0.27 - - [2026-03-23 03:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.27 - - [2026-03-23 03:14:36] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003027 10.0.0.27 - - [2026-03-23 03:14:36] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002417 10.0.0.27 - - [2026-03-23 03:14:36] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007701 10.0.0.27 - - [2026-03-23 03:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.27 - - [2026-03-23 03:14:37] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003754 10.0.0.27 - - [2026-03-23 03:14:37] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002657 10.0.0.27 - - [2026-03-23 03:14:37] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006014 10.0.0.27 - - [2026-03-23 03:14:38] "GET /virtual-machine/508527b8-8f1f-4f1b-b470-ea0d400bb94b HTTP/1.1" 200 1313 0.003898 10.0.0.27 - - [2026-03-23 03:14:38] "GET /virtual-machine-interface/825bfe4b-5448-456b-aa12-b818ae58498a HTTP/1.1" 200 3190 0.005256 10.0.0.27 - - [2026-03-23 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.27 - - [2026-03-23 03:14:38] "GET /security-group/168408dc-bffa-4630-b47a-42b61ce8d8aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.003019 10.0.0.27 - - [2026-03-23 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.27 - - [2026-03-23 03:14:38] "GET /security-group/168408dc-bffa-4630-b47a-42b61ce8d8aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004026 10.0.0.27 - - [2026-03-23 03:14:38] "POST /neutron/port HTTP/1.1" 200 1145 0.017540 10.0.0.27 - - [2026-03-23 03:14:38] "POST /neutron/port HTTP/1.1" 200 1097 0.062163 10.0.0.27 - - [2026-03-23 03:14:38] "GET /virtual-machine/508527b8-8f1f-4f1b-b470-ea0d400bb94b HTTP/1.1" 200 1313 0.003857 10.0.0.27 - - [2026-03-23 03:14:38] "GET /virtual-machine-interface/825bfe4b-5448-456b-aa12-b818ae58498a HTTP/1.1" 200 3138 0.004781 10.0.0.27 - - [2026-03-23 03:14:38] "POST /neutron/port HTTP/1.1" 200 1097 0.013984 10.0.0.27 - - [2026-03-23 03:14:38] "GET /virtual-machine/508527b8-8f1f-4f1b-b470-ea0d400bb94b HTTP/1.1" 200 1313 0.004217 10.0.0.27 - - [2026-03-23 03:14:38] "GET /virtual-machine-interface/825bfe4b-5448-456b-aa12-b818ae58498a HTTP/1.1" 200 3190 0.007240 10.0.0.27 - - [2026-03-23 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.27 - - [2026-03-23 03:14:38] "GET /security-group/168408dc-bffa-4630-b47a-42b61ce8d8aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.003754 10.0.0.27 - - [2026-03-23 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.27 - - [2026-03-23 03:14:38] "GET /security-group/168408dc-bffa-4630-b47a-42b61ce8d8aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.003914 10.0.0.27 - - [2026-03-23 03:14:38] "POST /neutron/security_group HTTP/1.1" 200 1443 0.004139 10.0.0.27 - - [2026-03-23 03:15:07] "POST /neutron/port HTTP/1.1" 200 1145 0.016501 10.0.0.27 - - [2026-03-23 03:15:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004024 10.0.0.27 - - [2026-03-23 03:15:07] "POST /neutron/network HTTP/1.1" 200 927 0.006994 10.0.0.27 - - [2026-03-23 03:15:14] "POST /neutron/network HTTP/1.1" 200 937 0.006383 10.0.0.27 - - [2026-03-23 03:15:14] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.50 - - [2026-03-23 03:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.50 - - [2026-03-23 03:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.23 - - [2026-03-23 03:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2026-03-23 03:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.23 - - [2026-03-23 03:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2026-03-23 03:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.50 - - [2026-03-23 03:15:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000627 10.0.0.50 - - [2026-03-23 03:15:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.27 - - [2026-03-23 03:15:37] "GET /global-system-configs HTTP/1.1" 401 292 0.001284 10.0.0.27 - - [2026-03-23 03:15:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000501 10.0.0.27 - - [2026-03-23 03:15:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.27 - - [2026-03-23 03:15:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2026-03-23 03:16:08] "POST /neutron/port HTTP/1.1" 200 1145 0.047781 10.0.0.27 - - [2026-03-23 03:16:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.008589 10.0.0.27 - - [2026-03-23 03:16:15] "POST /neutron/port HTTP/1.1" 200 1145 0.044620 10.0.0.27 - - [2026-03-23 03:16:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004369 10.0.0.27 - - [2026-03-23 03:16:15] "POST /neutron/network HTTP/1.1" 200 927 0.005949 10.0.0.27 - - [2026-03-23 03:16:16] "GET /obj-perms HTTP/1.1" 200 5056 0.058195 10.0.0.27 - - [2026-03-23 03:16:20] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.147072 10.0.0.27 - - [2026-03-23 03:16:20] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.133052 10.0.0.23 - - [2026-03-23 03:16:21] "PUT /access-control-list/18e52ba2-ee8c-4e35-8579-5801f28ceb5d HTTP/1.1" 200 272 0.036152 10.0.0.27 - - [2026-03-23 03:16:23] "POST /neutron/port HTTP/1.1" 200 1145 0.017200 10.0.0.27 - - [2026-03-23 03:16:23] "POST /neutron/port HTTP/1.1" 200 1097 0.070520 10.0.0.27 - - [2026-03-23 03:16:23] "GET /virtual-machine/81be1bbf-9f57-4d1d-8688-f9a88f493ab1 HTTP/1.1" 200 1312 0.003909 10.0.0.27 - - [2026-03-23 03:16:24] "POST /neutron/port HTTP/1.1" 200 151 0.162832 10.0.0.27 - - [2026-03-23 03:16:25] "GET /virtual-machine/81be1bbf-9f57-4d1d-8688-f9a88f493ab1 HTTP/1.1" 404 171 0.003437 10.0.0.27 - - [2026-03-23 03:16:25] "GET /virtual-machine/81be1bbf-9f57-4d1d-8688-f9a88f493ab1 HTTP/1.1" 404 171 0.002992 10.0.0.27 - - [2026-03-23 03:16:25] "GET /virtual-machine/81be1bbf-9f57-4d1d-8688-f9a88f493ab1 HTTP/1.1" 404 171 0.002580 10.0.0.27 - - [2026-03-23 03:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.27 - - [2026-03-23 03:16:26] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003573 10.0.0.27 - - [2026-03-23 03:16:26] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002798 10.0.0.27 - - [2026-03-23 03:16:26] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.004839 10.0.0.27 - - [2026-03-23 03:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.27 - - [2026-03-23 03:16:26] "GET /routing-instance/da5ef24b-8d48-488f-8f61-c51641e6f482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005456 10.0.0.27 - - [2026-03-23 03:16:26] "GET /route-target/d6ad29b8-9c7a-4ade-b598-bcf2abf8caeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003845 10.0.0.27 - - [2026-03-23 03:16:29] "GET /obj-perms HTTP/1.1" 200 5072 0.003975 10.0.0.27 - - [2026-03-23 03:16:32] "GET /obj-perms HTTP/1.1" 200 5072 0.003875 10.0.0.27 - - [2026-03-23 03:16:38] "GET /obj-perms HTTP/1.1" 200 5072 0.003464 10.0.0.27 - - [2026-03-23 03:16:41] "GET /obj-perms HTTP/1.1" 200 5072 0.003617 10.0.0.27 - - [2026-03-23 03:16:42] "POST /neutron/port HTTP/1.1" 200 1135 0.012771 10.0.0.27 - - [2026-03-23 03:16:42] "GET /virtual-machine/508527b8-8f1f-4f1b-b470-ea0d400bb94b HTTP/1.1" 200 1313 0.005126 10.0.0.27 - - [2026-03-23 03:16:42] "POST /neutron/port HTTP/1.1" 200 1107 0.019549 10.0.0.27 - - [2026-03-23 03:16:44] "GET /virtual-machine/508527b8-8f1f-4f1b-b470-ea0d400bb94b HTTP/1.1" 404 171 0.003473 10.0.0.27 - - [2026-03-23 03:16:44] "GET /virtual-machine/508527b8-8f1f-4f1b-b470-ea0d400bb94b HTTP/1.1" 404 171 0.002736 10.0.0.27 - - [2026-03-23 03:16:44] "GET /virtual-machine/508527b8-8f1f-4f1b-b470-ea0d400bb94b HTTP/1.1" 404 171 0.002624 10.0.0.27 - - [2026-03-23 03:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.27 - - [2026-03-23 03:16:44] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004661 10.0.0.27 - - [2026-03-23 03:16:44] "GET /virtual-networks?parent_id=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002357 10.0.0.27 - - [2026-03-23 03:16:44] "GET /virtual-network/bb2dea8b-3e86-4184-99fa-8d343d41357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005228 10.0.0.27 - - [2026-03-23 03:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.27 - - [2026-03-23 03:16:44] "GET /routing-instance/da5ef24b-8d48-488f-8f61-c51641e6f482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.003915 10.0.0.27 - - [2026-03-23 03:16:44] "GET /route-target/d6ad29b8-9c7a-4ade-b598-bcf2abf8caeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003222 10.0.0.27 - - [2026-03-23 03:16:44] "GET /obj-perms HTTP/1.1" 200 5072 0.003673 10.0.0.27 - - [2026-03-23 03:16:47] "GET /obj-perms HTTP/1.1" 200 5072 0.003608 10.0.0.27 - - [2026-03-23 03:16:54] "GET /obj-perms HTTP/1.1" 200 5072 0.004070 10.0.0.27 - - [2026-03-23 03:16:57] "GET /obj-perms HTTP/1.1" 200 5072 0.003420 10.0.0.27 - - [2026-03-23 03:17:03] "GET /obj-perms HTTP/1.1" 200 5072 0.003610 10.0.0.27 - - [2026-03-23 03:17:06] "GET /obj-perms HTTP/1.1" 200 5072 0.003614 10.0.0.27 - - [2026-03-23 03:17:09] "GET /obj-perms HTTP/1.1" 200 5072 0.003771 10.0.0.50 - - [2026-03-23 03:17:09] "GET /obj-perms HTTP/1.1" 200 5072 0.003242 10.0.0.23 - - [2026-03-23 03:17:09] "GET /obj-perms HTTP/1.1" 200 5072 0.003336 10.0.0.27 - - [2026-03-23 03:17:09] "POST /neutron/network HTTP/1.1" 200 927 0.005526 10.0.0.23 - - [2026-03-23 03:17:09] "DELETE /route-target/d6ad29b8-9c7a-4ade-b598-bcf2abf8caeb HTTP/1.1" 200 115 0.021086 10.0.0.27 - - [2026-03-23 03:17:10] "POST /neutron/security_group HTTP/1.1" 200 151 0.048374 10.0.0.27 - - [2026-03-23 03:17:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.004256 10.0.0.23 - - [2026-03-23 03:17:11] "GET /projects?obj_uuids=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000895 10.0.0.27 - - [2026-03-23 03:17:11] "GET /project/4497f961-ee7b-4520-b614-e7d5f204481d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.078083 10.0.0.23 - - [2026-03-23 03:17:11] "GET /projects?obj_uuids=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000870 10.0.0.27 - - [2026-03-23 03:17:11] "GET /project/4497f961-ee7b-4520-b614-e7d5f204481d?fields=virtual_networks HTTP/1.1" 200 1073 0.037243 10.0.0.23 - - [2026-03-23 03:17:11] "GET /projects?obj_uuids=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000878 10.0.0.27 - - [2026-03-23 03:17:11] "GET /project/4497f961-ee7b-4520-b614-e7d5f204481d?fields=virtual_machine_interfaces HTTP/1.1" 200 1073 0.034104 10.0.0.23 - - [2026-03-23 03:17:11] "GET /projects?obj_uuids=4497f961-ee7b-4520-b614-e7d5f204481d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001508 10.0.0.27 - - [2026-03-23 03:17:11] "GET /project/4497f961-ee7b-4520-b614-e7d5f204481d?fields=security_groups HTTP/1.1" 200 1320 0.042003 10.0.0.27 - - [2026-03-23 03:17:12] "POST /fqname-to-id HTTP/1.1" 404 186 0.034101 10.0.0.23 - - [2026-03-23 03:17:12] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002635 10.0.0.23 - - [2026-03-23 03:17:13] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.23 - - [2026-03-23 03:17:13] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007485 10.0.0.23 - - [2026-03-23 03:17:13] "POST /id-to-fqname HTTP/1.1" 200 188 0.005496 10.0.0.23 - - [2026-03-23 03:17:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.010592 10.0.0.23 - - [2026-03-23 03:17:13] "POST /security-groups HTTP/1.1" 200 589 0.031049 10.0.0.23 - - [2026-03-23 03:17:13] "POST /fqname-to-id HTTP/1.1" 404 232 0.003352 10.0.0.23 - - [2026-03-23 03:17:13] "POST /projects HTTP/1.1" 200 581 0.250963 10.0.0.23 - - [2026-03-23 03:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.287538 10.0.0.23 - - [2026-03-23 03:17:13] "POST /access-control-lists HTTP/1.1" 200 592 0.029394 10.0.0.27 - - [2026-03-23 03:17:13] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.453856 10.0.0.27 - - [2026-03-23 03:17:14] "GET / HTTP/1.1" 200 35931 0.001529 10.0.0.27 - - [2026-03-23 03:17:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2026-03-23 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.068574 10.0.0.23 - - [2026-03-23 03:17:16] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001255 10.0.0.27 - - [2026-03-23 03:17:16] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.043786 10.0.0.23 - - [2026-03-23 03:17:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005373 10.0.0.27 - - [2026-03-23 03:17:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.425450 10.0.0.27 - - [2026-03-23 03:17:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001230 10.0.0.27 - - [2026-03-23 03:17:17] "GET /virtual-network/2af8b791-0f54-44a7-ab46-e1ff05b96f9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005433 10.0.0.27 - - [2026-03-23 03:17:18] "GET /virtual-network/2af8b791-0f54-44a7-ab46-e1ff05b96f9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006139 10.0.0.27 - - [2026-03-23 03:17:18] "POST /neutron/network HTTP/1.1" 200 834 0.006526 10.0.0.27 - - [2026-03-23 03:17:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001289 10.0.0.23 - - [2026-03-23 03:17:18] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000896 10.0.0.27 - - [2026-03-23 03:17:19] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.061396 10.0.0.27 - - [2026-03-23 03:17:19] "POST /neutron/network HTTP/1.1" 200 834 0.034912 10.0.0.27 - - [2026-03-23 03:17:19] "POST /neutron/port HTTP/1.1" 200 117 0.006724 10.0.0.27 - - [2026-03-23 03:17:20] "POST /neutron/port HTTP/1.1" 200 1058 0.020321 10.0.0.27 - - [2026-03-23 03:17:20] "POST /neutron/port HTTP/1.1" 200 1122 0.023871 10.0.0.27 - - [2026-03-23 03:17:20] "POST /neutron/port HTTP/1.1" 200 117 0.001007 10.0.0.27 - - [2026-03-23 03:17:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.068372 10.0.0.27 - - [2026-03-23 03:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.23 - - [2026-03-23 03:17:24] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001166 10.0.0.27 - - [2026-03-23 03:17:24] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.042096 10.0.0.27 - - [2026-03-23 03:17:24] "POST /neutron/network HTTP/1.1" 200 117 0.013389 10.0.0.27 - - [2026-03-23 03:17:25] "POST /neutron/network HTTP/1.1" 200 832 0.007805 10.0.0.27 - - [2026-03-23 03:17:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.002244 10.0.0.27 - - [2026-03-23 03:17:25] "GET /virtual-network/8c789e8b-721b-4ce5-99c3-792e2a3b36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004529 10.0.0.27 - - [2026-03-23 03:17:25] "GET /virtual-network/8c789e8b-721b-4ce5-99c3-792e2a3b36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005113 10.0.0.27 - - [2026-03-23 03:17:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.008971 10.0.0.23 - - [2026-03-23 03:17:25] "POST /route-targets HTTP/1.1" 200 327 0.013883 10.0.0.27 - - [2026-03-23 03:17:25] "GET /virtual-network/8c789e8b-721b-4ce5-99c3-792e2a3b36b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005272 10.0.0.23 - - [2026-03-23 03:17:27] "DELETE /access-control-list/08dfa1ca-5c77-438b-a7fb-7efb7e4434b3 HTTP/1.1" 200 115 0.027730 10.0.0.27 - - [2026-03-23 03:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.23 - - [2026-03-23 03:17:28] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000920 10.0.0.27 - - [2026-03-23 03:17:28] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.040623 10.0.0.23 - - [2026-03-23 03:17:28] "POST /useragent-kv HTTP/1.1" 200 115 0.008960 10.0.0.27 - - [2026-03-23 03:17:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.185137 10.0.0.27 - - [2026-03-23 03:17:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001111 10.0.0.27 - - [2026-03-23 03:17:28] "GET /virtual-network/e81a979f-598d-4026-8c66-ce1360568944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005010 10.0.0.27 - - [2026-03-23 03:17:28] "GET /virtual-network/e81a979f-598d-4026-8c66-ce1360568944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005226 10.0.0.27 - - [2026-03-23 03:17:28] "POST /neutron/network HTTP/1.1" 200 833 0.008284 10.0.0.27 - - [2026-03-23 03:17:28] "GET /virtual-network/e81a979f-598d-4026-8c66-ce1360568944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005502 10.0.0.27 - - [2026-03-23 03:17:29] "GET /obj-perms HTTP/1.1" 200 5026 0.080824 10.0.0.50 - - [2026-03-23 03:17:29] "GET /obj-perms HTTP/1.1" 200 5026 0.060572 10.0.0.23 - - [2026-03-23 03:17:29] "GET /obj-perms HTTP/1.1" 200 5026 0.067714 10.0.0.27 - - [2026-03-23 03:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.23 - - [2026-03-23 03:17:29] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001056 10.0.0.27 - - [2026-03-23 03:17:29] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.048984 10.0.0.23 - - [2026-03-23 03:17:29] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001260 10.0.0.27 - - [2026-03-23 03:17:29] "POST /neutron/network HTTP/1.1" 200 615 0.133151 10.0.0.23 - - [2026-03-23 03:17:29] "POST /route-targets HTTP/1.1" 200 327 0.015219 10.0.0.27 - - [2026-03-23 03:17:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.004700 10.0.0.27 - - [2026-03-23 03:17:29] "GET /virtual-network/da4400d2-f978-457b-a933-37a6463ae751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007626 10.0.0.27 - - [2026-03-23 03:17:29] "POST /neutron/network HTTP/1.1" 200 833 0.007899 10.0.0.27 - - [2026-03-23 03:17:29] "GET /virtual-network/da4400d2-f978-457b-a933-37a6463ae751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005879 10.0.0.27 - - [2026-03-23 03:17:30] "GET /virtual-network/da4400d2-f978-457b-a933-37a6463ae751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005146 10.0.0.27 - - [2026-03-23 03:17:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001225 10.0.0.27 - - [2026-03-23 03:17:30] "POST /neutron/port HTTP/1.1" 200 1122 0.015340 10.0.0.23 - - [2026-03-23 03:17:31] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001117 10.0.0.27 - - [2026-03-23 03:17:31] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.078605 10.0.0.27 - - [2026-03-23 03:17:31] "POST /neutron/network HTTP/1.1" 200 833 0.005985 10.0.0.27 - - [2026-03-23 03:17:31] "POST /neutron/port HTTP/1.1" 200 117 0.007022 10.0.0.27 - - [2026-03-23 03:17:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001032 10.0.0.27 - - [2026-03-23 03:17:32] "POST /neutron/network HTTP/1.1" 200 843 0.006730 10.0.0.27 - - [2026-03-23 03:17:32] "POST /neutron/port HTTP/1.1" 200 1059 0.017021 10.0.0.27 - - [2026-03-23 03:17:32] "POST /neutron/port HTTP/1.1" 200 1123 0.017782 10.0.0.27 - - [2026-03-23 03:17:33] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.23 - - [2026-03-23 03:17:33] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001272 10.0.0.27 - - [2026-03-23 03:17:33] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.096395 10.0.0.27 - - [2026-03-23 03:17:33] "POST /neutron/port HTTP/1.1" 200 2093 0.021780 10.0.0.27 - - [2026-03-23 03:17:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.002901 10.0.0.27 - - [2026-03-23 03:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.23 - - [2026-03-23 03:17:33] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.27 - - [2026-03-23 03:17:33] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006735 10.0.0.27 - - [2026-03-23 03:17:33] "POST /service-templates HTTP/1.1" 200 543 0.036572 10.0.0.27 - - [2026-03-23 03:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.27 - - [2026-03-23 03:17:33] "GET /service-template/2970ff79-ac6e-4c59-9ddf-89ad9b710679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005975 10.0.0.27 - - [2026-03-23 03:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.27 - - [2026-03-23 03:17:33] "GET /service-template/2970ff79-ac6e-4c59-9ddf-89ad9b710679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003486 10.0.0.27 - - [2026-03-23 03:17:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001143 10.0.0.27 - - [2026-03-23 03:17:33] "POST /neutron/network HTTP/1.1" 200 843 0.006582 10.0.0.27 - - [2026-03-23 03:17:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001247 10.0.0.27 - - [2026-03-23 03:17:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001152 10.0.0.27 - - [2026-03-23 03:17:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008992 10.0.0.27 - - [2026-03-23 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002272 10.0.0.27 - - [2026-03-23 03:17:34] "POST /neutron/port HTTP/1.1" 200 1111 0.108694 10.0.0.27 - - [2026-03-23 03:17:34] "DELETE /service-template/2970ff79-ac6e-4c59-9ddf-89ad9b710679 HTTP/1.1" 200 115 0.038847 10.0.0.27 - - [2026-03-23 03:17:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.005678 10.0.0.23 - - [2026-03-23 03:17:34] "DELETE /project/4c72cdeacaf04147834ee5c78b0bcbb6 HTTP/1.1" 404 173 0.003758 10.0.0.23 - - [2026-03-23 03:17:34] "DELETE /project/4497f961-ee7b-4520-b614-e7d5f204481d HTTP/1.1" 404 177 0.003001 10.0.0.27 - - [2026-03-23 03:17:34] "POST /neutron/subnet HTTP/1.1" 200 694 0.008196 10.0.0.27 - - [2026-03-23 03:17:34] "POST /neutron/network HTTP/1.1" 200 833 0.005753 10.0.0.27 - - [2026-03-23 03:17:35] "POST /neutron/port HTTP/1.1" 200 1113 0.022374 10.0.0.27 - - [2026-03-23 03:17:36] "POST /neutron/port HTTP/1.1" 200 1111 0.015791 10.0.0.27 - - [2026-03-23 03:17:36] "POST /neutron/network HTTP/1.1" 200 117 0.021030 10.0.0.23 - - [2026-03-23 03:17:36] "POST /useragent-kv HTTP/1.1" 200 115 0.006905 10.0.0.23 - - [2026-03-23 03:17:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002364 10.0.0.27 - - [2026-03-23 03:17:36] "POST /neutron/network HTTP/1.1" 200 151 0.170584 10.0.0.23 - - [2026-03-23 03:17:37] "DELETE /route-target/adc530c3-9967-408f-943c-3e4ff04a21ef HTTP/1.1" 200 115 0.045298 10.0.0.27 - - [2026-03-23 03:17:37] "POST /neutron/port HTTP/1.1" 200 117 0.007147 10.0.0.23 - - [2026-03-23 03:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.27 - - [2026-03-23 03:17:38] "POST /neutron/network HTTP/1.1" 200 834 0.009911 10.0.0.27 - - [2026-03-23 03:17:38] "POST /neutron/port HTTP/1.1" 200 1112 0.012445 10.0.0.23 - - [2026-03-23 03:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.007272 10.0.0.23 - - [2026-03-23 03:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004237 10.0.0.27 - - [2026-03-23 03:17:40] "POST /neutron/network HTTP/1.1" 200 151 0.145339 10.0.0.23 - - [2026-03-23 03:17:40] "DELETE /route-target/ad938cf5-34ad-465e-bef1-2968d6f721ef HTTP/1.1" 200 115 0.037642 10.0.0.27 - - [2026-03-23 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.23 - - [2026-03-23 03:17:42] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001094 10.0.0.27 - - [2026-03-23 03:17:43] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.051474 10.0.0.23 - - [2026-03-23 03:17:43] "POST /useragent-kv HTTP/1.1" 200 115 0.006509 10.0.0.27 - - [2026-03-23 03:17:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.237639 10.0.0.27 - - [2026-03-23 03:17:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001172 10.0.0.27 - - [2026-03-23 03:17:43] "GET /virtual-network/5d30fec3-ebf9-47d8-9afc-e293d1cdb0d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004586 10.0.0.27 - - [2026-03-23 03:17:43] "GET /virtual-network/5d30fec3-ebf9-47d8-9afc-e293d1cdb0d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004714 10.0.0.27 - - [2026-03-23 03:17:43] "POST /neutron/network HTTP/1.1" 200 833 0.005212 10.0.0.27 - - [2026-03-23 03:17:43] "GET /virtual-network/5d30fec3-ebf9-47d8-9afc-e293d1cdb0d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005320 10.0.0.27 - - [2026-03-23 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.23 - - [2026-03-23 03:17:44] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001105 10.0.0.27 - - [2026-03-23 03:17:44] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.037464 10.0.0.23 - - [2026-03-23 03:17:44] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001198 10.0.0.27 - - [2026-03-23 03:17:44] "POST /neutron/network HTTP/1.1" 200 613 0.130568 10.0.0.23 - - [2026-03-23 03:17:44] "POST /route-targets HTTP/1.1" 200 327 0.018296 10.0.0.27 - - [2026-03-23 03:17:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.003391 10.0.0.27 - - [2026-03-23 03:17:44] "GET /virtual-network/4f95e283-4d4d-4eb9-978b-465813abc6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005178 10.0.0.27 - - [2026-03-23 03:17:44] "POST /neutron/network HTTP/1.1" 200 832 0.005110 10.0.0.27 - - [2026-03-23 03:17:44] "GET /virtual-network/4f95e283-4d4d-4eb9-978b-465813abc6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004703 10.0.0.27 - - [2026-03-23 03:17:45] "GET /virtual-network/4f95e283-4d4d-4eb9-978b-465813abc6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006068 10.0.0.27 - - [2026-03-23 03:17:45] "GET /obj-perms HTTP/1.1" 200 5026 0.003954 10.0.0.50 - - [2026-03-23 03:17:45] "GET /obj-perms HTTP/1.1" 200 5026 0.002856 10.0.0.23 - - [2026-03-23 03:17:45] "GET /obj-perms HTTP/1.1" 200 5026 0.002936 10.0.0.27 - - [2026-03-23 03:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.23 - - [2026-03-23 03:17:45] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001252 10.0.0.27 - - [2026-03-23 03:17:45] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.042940 10.0.0.27 - - [2026-03-23 03:17:45] "POST /neutron/network HTTP/1.1" 200 117 0.013593 10.0.0.23 - - [2026-03-23 03:17:45] "POST /ref-update HTTP/1.1" 200 156 0.029470 10.0.0.27 - - [2026-03-23 03:17:45] "POST /neutron/network HTTP/1.1" 200 834 0.008481 10.0.0.27 - - [2026-03-23 03:17:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.000968 10.0.0.27 - - [2026-03-23 03:17:45] "GET /virtual-network/f38dee29-af72-4c6d-b0ff-84d0c65a2b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005024 10.0.0.27 - - [2026-03-23 03:17:46] "GET /virtual-network/f38dee29-af72-4c6d-b0ff-84d0c65a2b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005038 10.0.0.27 - - [2026-03-23 03:17:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.008359 10.0.0.27 - - [2026-03-23 03:17:46] "GET /virtual-network/f38dee29-af72-4c6d-b0ff-84d0c65a2b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005258 10.0.0.27 - - [2026-03-23 03:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.23 - - [2026-03-23 03:17:46] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.27 - - [2026-03-23 03:17:46] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.036682 10.0.0.23 - - [2026-03-23 03:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002706 10.0.0.27 - - [2026-03-23 03:17:47] "POST /neutron/subnet HTTP/1.1" 200 700 0.194627 10.0.0.27 - - [2026-03-23 03:17:47] "POST /id-to-fqname HTTP/1.1" 200 229 0.001164 10.0.0.27 - - [2026-03-23 03:17:47] "GET /virtual-network/9be83608-8ab4-47ab-9e9a-6a6a3156d017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004955 10.0.0.27 - - [2026-03-23 03:17:47] "GET /virtual-network/9be83608-8ab4-47ab-9e9a-6a6a3156d017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004928 10.0.0.27 - - [2026-03-23 03:17:47] "POST /neutron/network HTTP/1.1" 200 839 0.006316 10.0.0.27 - - [2026-03-23 03:17:47] "GET /virtual-network/9be83608-8ab4-47ab-9e9a-6a6a3156d017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005558 10.0.0.27 - - [2026-03-23 03:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.23 - - [2026-03-23 03:17:47] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218 10.0.0.27 - - [2026-03-23 03:17:47] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.038573 10.0.0.23 - - [2026-03-23 03:17:47] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.27 - - [2026-03-23 03:17:47] "POST /neutron/network HTTP/1.1" 200 627 0.121794 10.0.0.23 - - [2026-03-23 03:17:47] "POST /route-targets HTTP/1.1" 200 327 0.015593 10.0.0.27 - - [2026-03-23 03:17:48] "POST /id-to-fqname HTTP/1.1" 200 230 0.003144 10.0.0.27 - - [2026-03-23 03:17:48] "GET /virtual-network/ad33d863-6a24-4186-87f4-5ddc8974c5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005453 10.0.0.27 - - [2026-03-23 03:17:48] "POST /neutron/network HTTP/1.1" 200 848 0.005579 10.0.0.27 - - [2026-03-23 03:17:48] "GET /virtual-network/ad33d863-6a24-4186-87f4-5ddc8974c5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004491 10.0.0.27 - - [2026-03-23 03:17:48] "GET /virtual-network/ad33d863-6a24-4186-87f4-5ddc8974c5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007040 10.0.0.27 - - [2026-03-23 03:17:48] "GET /obj-perms HTTP/1.1" 200 5026 0.003707 10.0.0.50 - - [2026-03-23 03:17:48] "GET /obj-perms HTTP/1.1" 200 5026 0.003352 10.0.0.23 - - [2026-03-23 03:17:48] "GET /obj-perms HTTP/1.1" 200 5026 0.003256 10.0.0.27 - - [2026-03-23 03:17:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001135 10.0.0.27 - - [2026-03-23 03:17:48] "POST /neutron/network HTTP/1.1" 200 842 0.008583 10.0.0.23 - - [2026-03-23 03:17:49] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001348 10.0.0.27 - - [2026-03-23 03:17:49] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.096140 10.0.0.27 - - [2026-03-23 03:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.005979 10.0.0.27 - - [2026-03-23 03:17:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.000997 10.0.0.27 - - [2026-03-23 03:17:50] "POST /neutron/network HTTP/1.1" 200 842 0.006562 10.0.0.27 - - [2026-03-23 03:17:50] "POST /neutron/port HTTP/1.1" 200 1058 0.017657 10.0.0.23 - - [2026-03-23 03:17:51] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000843 10.0.0.27 - - [2026-03-23 03:17:51] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.085688 10.0.0.27 - - [2026-03-23 03:17:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004842 10.0.0.27 - - [2026-03-23 03:17:51] "POST /neutron/port HTTP/1.1" 200 117 0.001019 10.0.0.27 - - [2026-03-23 03:17:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007513 10.0.0.27 - - [2026-03-23 03:17:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003022 10.0.0.27 - - [2026-03-23 03:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.23 - - [2026-03-23 03:17:51] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002295 10.0.0.27 - - [2026-03-23 03:17:51] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008208 10.0.0.27 - - [2026-03-23 03:17:51] "POST /service-templates HTTP/1.1" 200 543 0.047126 10.0.0.27 - - [2026-03-23 03:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.27 - - [2026-03-23 03:17:51] "GET /service-template/f368b502-7be6-4cdc-8be5-730e9f635a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006382 10.0.0.27 - - [2026-03-23 03:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.27 - - [2026-03-23 03:17:51] "GET /service-template/f368b502-7be6-4cdc-8be5-730e9f635a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003827 10.0.0.27 - - [2026-03-23 03:17:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001055 10.0.0.27 - - [2026-03-23 03:17:51] "POST /id-to-fqname HTTP/1.1" 200 229 0.001140 10.0.0.27 - - [2026-03-23 03:17:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.001465 10.0.0.23 - - [2026-03-23 03:17:51] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.27 - - [2026-03-23 03:17:52] "POST /neutron/port HTTP/1.1" 200 1058 0.299165 10.0.0.27 - - [2026-03-23 03:17:52] "POST /neutron/port HTTP/1.1" 200 1058 0.017720 10.0.0.27 - - [2026-03-23 03:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.27 - - [2026-03-23 03:17:52] "DELETE /service-template/f368b502-7be6-4cdc-8be5-730e9f635a5c HTTP/1.1" 200 115 0.044005 10.0.0.27 - - [2026-03-23 03:17:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.002749 10.0.0.27 - - [2026-03-23 03:17:52] "POST /neutron/port HTTP/1.1" 200 1122 0.017727 10.0.0.27 - - [2026-03-23 03:17:52] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.23 - - [2026-03-23 03:17:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002531 10.0.0.23 - - [2026-03-23 03:17:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002282 10.0.0.27 - - [2026-03-23 03:17:52] "POST /neutron/network HTTP/1.1" 200 151 0.129424 10.0.0.23 - - [2026-03-23 03:17:52] "DELETE /route-target/d311ded3-a740-4652-9b05-4a2927bfd9fb HTTP/1.1" 200 115 0.032584 10.0.0.27 - - [2026-03-23 03:17:53] "POST /neutron/port HTTP/1.1" 200 1122 0.024578 10.0.0.27 - - [2026-03-23 03:17:53] "POST /neutron/network HTTP/1.1" 200 834 0.016323 10.0.0.27 - - [2026-03-23 03:17:54] "POST /neutron/port HTTP/1.1" 200 1112 0.013476 10.0.0.27 - - [2026-03-23 03:17:54] "POST /neutron/network HTTP/1.1" 200 2188 0.008651 10.0.0.27 - - [2026-03-23 03:17:55] "POST /neutron/network HTTP/1.1" 200 834 0.006977 10.0.0.23 - - [2026-03-23 03:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.23 - - [2026-03-23 03:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002631 10.0.0.23 - - [2026-03-23 03:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.008861 10.0.0.27 - - [2026-03-23 03:17:55] "POST /neutron/network HTTP/1.1" 200 151 0.121210 10.0.0.23 - - [2026-03-23 03:17:55] "DELETE /route-target/2515b915-df27-4e88-8ad4-2539d567ca80 HTTP/1.1" 200 115 0.028320 10.0.0.23 - - [2026-03-23 03:17:57] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.27 - - [2026-03-23 03:17:57] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.044100 10.0.0.23 - - [2026-03-23 03:17:57] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001452 10.0.0.27 - - [2026-03-23 03:17:57] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?fields=virtual_networks HTTP/1.1" 200 1026 0.036675 10.0.0.23 - - [2026-03-23 03:17:57] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.27 - - [2026-03-23 03:17:57] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.066100 10.0.0.23 - - [2026-03-23 03:17:58] "GET /projects?obj_uuids=4c72cdea-caf0-4147-834e-e5c78b0bcbb6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.27 - - [2026-03-23 03:17:58] "GET /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6?fields=security_groups HTTP/1.1" 200 1250 0.041010 10.0.0.27 - - [2026-03-23 03:17:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.032644 10.0.0.23 - - [2026-03-23 03:17:59] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002939 10.0.0.23 - - [2026-03-23 03:17:59] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001415 10.0.0.23 - - [2026-03-23 03:17:59] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008483 10.0.0.23 - - [2026-03-23 03:17:59] "POST /id-to-fqname HTTP/1.1" 200 188 0.002158 10.0.0.23 - - [2026-03-23 03:17:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.005233 10.0.0.23 - - [2026-03-23 03:17:59] "POST /security-groups HTTP/1.1" 200 589 0.031901 10.0.0.23 - - [2026-03-23 03:17:59] "POST /fqname-to-id HTTP/1.1" 404 232 0.003974 10.0.0.23 - - [2026-03-23 03:17:59] "POST /projects HTTP/1.1" 200 581 0.223928 10.0.0.23 - - [2026-03-23 03:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.259097 10.0.0.23 - - [2026-03-23 03:17:59] "POST /access-control-lists HTTP/1.1" 200 592 0.040465 10.0.0.27 - - [2026-03-23 03:17:59] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.433475 10.0.0.27 - - [2026-03-23 03:18:00] "GET / HTTP/1.1" 200 35931 0.001993 10.0.0.27 - - [2026-03-23 03:18:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.27 - - [2026-03-23 03:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.068915 10.0.0.23 - - [2026-03-23 03:18:02] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000806 10.0.0.27 - - [2026-03-23 03:18:02] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.032642 10.0.0.27 - - [2026-03-23 03:18:03] "POST /neutron/network HTTP/1.1" 200 117 0.047712 10.0.0.27 - - [2026-03-23 03:18:03] "POST /neutron/network HTTP/1.1" 200 831 0.007745 10.0.0.27 - - [2026-03-23 03:18:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001027 10.0.0.27 - - [2026-03-23 03:18:03] "GET /virtual-network/2ff35ed2-4557-4027-8bbd-96e8806fd838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004861 10.0.0.27 - - [2026-03-23 03:18:03] "GET /virtual-network/2ff35ed2-4557-4027-8bbd-96e8806fd838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004824 10.0.0.27 - - [2026-03-23 03:18:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.008502 10.0.0.27 - - [2026-03-23 03:18:04] "GET /virtual-network/2ff35ed2-4557-4027-8bbd-96e8806fd838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004884 10.0.0.27 - - [2026-03-23 03:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.23 - - [2026-03-23 03:18:05] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000866 10.0.0.27 - - [2026-03-23 03:18:05] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.035144 10.0.0.23 - - [2026-03-23 03:18:06] "POST /route-targets HTTP/1.1" 200 327 0.027123 10.0.0.23 - - [2026-03-23 03:18:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005873 10.0.0.27 - - [2026-03-23 03:18:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.186628 10.0.0.27 - - [2026-03-23 03:18:06] "POST /id-to-fqname HTTP/1.1" 200 225 0.001169 10.0.0.27 - - [2026-03-23 03:18:06] "GET /virtual-network/e67f6fe3-3d03-486a-808b-376b24fdc5a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005352 10.0.0.27 - - [2026-03-23 03:18:06] "GET /virtual-network/e67f6fe3-3d03-486a-808b-376b24fdc5a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005331 10.0.0.27 - - [2026-03-23 03:18:06] "POST /neutron/network HTTP/1.1" 200 835 0.006716 10.0.0.27 - - [2026-03-23 03:18:06] "GET /virtual-network/e67f6fe3-3d03-486a-808b-376b24fdc5a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006078 10.0.0.27 - - [2026-03-23 03:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.23 - - [2026-03-23 03:18:07] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001072 10.0.0.27 - - [2026-03-23 03:18:07] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.033545 10.0.0.23 - - [2026-03-23 03:18:07] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.27 - - [2026-03-23 03:18:07] "POST /neutron/network HTTP/1.1" 200 619 0.107926 10.0.0.23 - - [2026-03-23 03:18:07] "POST /ref-update HTTP/1.1" 200 156 0.023859 10.0.0.27 - - [2026-03-23 03:18:07] "POST /id-to-fqname HTTP/1.1" 200 226 0.002731 10.0.0.27 - - [2026-03-23 03:18:07] "GET /virtual-network/0e055942-9d0f-473e-bed4-64b9e399bd2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005150 10.0.0.27 - - [2026-03-23 03:18:07] "POST /neutron/network HTTP/1.1" 200 838 0.006578 10.0.0.27 - - [2026-03-23 03:18:07] "GET /virtual-network/0e055942-9d0f-473e-bed4-64b9e399bd2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007115 10.0.0.27 - - [2026-03-23 03:18:08] "GET /virtual-network/0e055942-9d0f-473e-bed4-64b9e399bd2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006024 10.0.0.27 - - [2026-03-23 03:18:08] "GET /obj-perms HTTP/1.1" 200 5026 0.062606 10.0.0.50 - - [2026-03-23 03:18:08] "GET /obj-perms HTTP/1.1" 200 5026 0.062690 10.0.0.23 - - [2026-03-23 03:18:08] "GET /obj-perms HTTP/1.1" 200 5026 0.058490 10.0.0.27 - - [2026-03-23 03:18:08] "POST /id-to-fqname HTTP/1.1" 200 225 0.001160 10.0.0.27 - - [2026-03-23 03:18:08] "POST /neutron/network HTTP/1.1" 200 845 0.006481 10.0.0.23 - - [2026-03-23 03:18:09] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002527 10.0.0.27 - - [2026-03-23 03:18:09] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.080708 10.0.0.27 - - [2026-03-23 03:18:09] "POST /neutron/port HTTP/1.1" 200 117 0.005872 10.0.0.27 - - [2026-03-23 03:18:09] "POST /id-to-fqname HTTP/1.1" 200 226 0.001070 10.0.0.27 - - [2026-03-23 03:18:10] "POST /neutron/network HTTP/1.1" 200 845 0.008082 10.0.0.23 - - [2026-03-23 03:18:10] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000841 10.0.0.27 - - [2026-03-23 03:18:10] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.068829 10.0.0.27 - - [2026-03-23 03:18:10] "POST /neutron/port HTTP/1.1" 200 1057 0.036284 10.0.0.27 - - [2026-03-23 03:18:11] "POST /neutron/port HTTP/1.1" 200 1121 0.019681 10.0.0.27 - - [2026-03-23 03:18:11] "POST /neutron/subnet HTTP/1.1" 200 694 0.009261 10.0.0.27 - - [2026-03-23 03:18:11] "POST /neutron/port HTTP/1.1" 200 117 0.005575 10.0.0.27 - - [2026-03-23 03:18:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.002896 10.0.0.27 - - [2026-03-23 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.23 - - [2026-03-23 03:18:11] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.27 - - [2026-03-23 03:18:11] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008600 10.0.0.27 - - [2026-03-23 03:18:11] "POST /service-templates HTTP/1.1" 200 543 0.032590 10.0.0.27 - - [2026-03-23 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.27 - - [2026-03-23 03:18:11] "GET /service-template/737de927-8fc6-426c-8090-8178748a43bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005837 10.0.0.27 - - [2026-03-23 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.27 - - [2026-03-23 03:18:11] "GET /service-template/737de927-8fc6-426c-8090-8178748a43bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003936 10.0.0.27 - - [2026-03-23 03:18:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001129 10.0.0.27 - - [2026-03-23 03:18:11] "POST /id-to-fqname HTTP/1.1" 200 225 0.001112 10.0.0.23 - - [2026-03-23 03:18:11] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000826 10.0.0.27 - - [2026-03-23 03:18:11] "POST /id-to-fqname HTTP/1.1" 200 226 0.001458 10.0.0.27 - - [2026-03-23 03:18:11] "POST /neutron/port HTTP/1.1" 200 1058 0.298513 10.0.0.27 - - [2026-03-23 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.27 - - [2026-03-23 03:18:11] "POST /neutron/port HTTP/1.1" 200 1058 0.014240 10.0.0.27 - - [2026-03-23 03:18:11] "DELETE /service-template/737de927-8fc6-426c-8090-8178748a43bb HTTP/1.1" 200 115 0.031899 10.0.0.27 - - [2026-03-23 03:18:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.005517 10.0.0.27 - - [2026-03-23 03:18:12] "POST /neutron/port HTTP/1.1" 200 1122 0.021631 10.0.0.27 - - [2026-03-23 03:18:12] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.27 - - [2026-03-23 03:18:12] "POST /neutron/network HTTP/1.1" 400 204 0.017671 10.0.0.27 - - [2026-03-23 03:18:13] "POST /neutron/port HTTP/1.1" 200 151 0.175820 10.0.0.27 - - [2026-03-23 03:18:13] "POST /neutron/port HTTP/1.1" 200 1112 0.013239 10.0.0.27 - - [2026-03-23 03:18:14] "POST /neutron/network HTTP/1.1" 200 2193 0.009535 10.0.0.23 - - [2026-03-23 03:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.044201 10.0.0.23 - - [2026-03-23 03:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002833 10.0.0.27 - - [2026-03-23 03:18:14] "POST /neutron/network HTTP/1.1" 200 151 0.175910 10.0.0.23 - - [2026-03-23 03:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002845 10.0.0.23 - - [2026-03-23 03:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.23 - - [2026-03-23 03:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003492 10.0.0.27 - - [2026-03-23 03:18:14] "POST /neutron/network HTTP/1.1" 200 151 0.109837 10.0.0.23 - - [2026-03-23 03:18:15] "DELETE /route-target/42f49954-f01a-4c73-a54b-df5bc7fd1097 HTTP/1.1" 200 115 0.020763 10.0.0.27 - - [2026-03-23 03:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.23 - - [2026-03-23 03:18:18] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000808 10.0.0.27 - - [2026-03-23 03:18:18] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.042099 10.0.0.27 - - [2026-03-23 03:18:18] "POST /neutron/network HTTP/1.1" 200 117 0.014782 10.0.0.27 - - [2026-03-23 03:18:18] "POST /neutron/network HTTP/1.1" 200 832 0.007640 10.0.0.27 - - [2026-03-23 03:18:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.000880 10.0.0.27 - - [2026-03-23 03:18:18] "GET /virtual-network/5d010070-28a2-4647-b03e-a8613bb8c9f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004343 10.0.0.27 - - [2026-03-23 03:18:18] "GET /virtual-network/5d010070-28a2-4647-b03e-a8613bb8c9f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004894 10.0.0.27 - - [2026-03-23 03:18:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.009073 10.0.0.27 - - [2026-03-23 03:18:18] "GET /virtual-network/5d010070-28a2-4647-b03e-a8613bb8c9f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005216 10.0.0.27 - - [2026-03-23 03:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.23 - - [2026-03-23 03:18:19] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000821 10.0.0.27 - - [2026-03-23 03:18:19] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.039068 10.0.0.23 - - [2026-03-23 03:18:19] "POST /route-targets HTTP/1.1" 200 327 0.018269 10.0.0.23 - - [2026-03-23 03:18:19] "POST /useragent-kv HTTP/1.1" 200 115 0.012141 10.0.0.27 - - [2026-03-23 03:18:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.263328 10.0.0.27 - - [2026-03-23 03:18:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001117 10.0.0.27 - - [2026-03-23 03:18:19] "GET /virtual-network/3d18e936-9917-4198-87d2-50217404bff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004359 10.0.0.27 - - [2026-03-23 03:18:19] "GET /virtual-network/3d18e936-9917-4198-87d2-50217404bff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005281 10.0.0.27 - - [2026-03-23 03:18:19] "POST /neutron/network HTTP/1.1" 200 832 0.006273 10.0.0.27 - - [2026-03-23 03:18:20] "GET /virtual-network/3d18e936-9917-4198-87d2-50217404bff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006632 10.0.0.27 - - [2026-03-23 03:18:20] "GET /obj-perms HTTP/1.1" 200 5026 0.003203 10.0.0.50 - - [2026-03-23 03:18:20] "GET /obj-perms HTTP/1.1" 200 5026 0.003436 10.0.0.27 - - [2026-03-23 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.23 - - [2026-03-23 03:18:20] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000762 10.0.0.27 - - [2026-03-23 03:18:20] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.035081 10.0.0.23 - - [2026-03-23 03:18:20] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000849 10.0.0.27 - - [2026-03-23 03:18:20] "POST /neutron/network HTTP/1.1" 200 615 0.135647 10.0.0.23 - - [2026-03-23 03:18:20] "POST /ref-update HTTP/1.1" 200 156 0.023011 10.0.0.27 - - [2026-03-23 03:18:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.004161 10.0.0.27 - - [2026-03-23 03:18:22] "GET /virtual-network/73726822-9025-4f0d-b427-62d89b3621a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005199 10.0.0.27 - - [2026-03-23 03:18:22] "POST /neutron/network HTTP/1.1" 200 836 0.006121 10.0.0.27 - - [2026-03-23 03:18:22] "GET /virtual-network/73726822-9025-4f0d-b427-62d89b3621a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004729 10.0.0.27 - - [2026-03-23 03:18:22] "GET /virtual-network/73726822-9025-4f0d-b427-62d89b3621a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005743 10.0.0.23 - - [2026-03-23 03:18:22] "GET /obj-perms HTTP/1.1" 200 5026 0.003374 10.0.0.27 - - [2026-03-23 03:18:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001184 10.0.0.27 - - [2026-03-23 03:18:23] "POST /neutron/network HTTP/1.1" 200 842 0.007004 10.0.0.23 - - [2026-03-23 03:18:23] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000871 10.0.0.27 - - [2026-03-23 03:18:23] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.064808 10.0.0.27 - - [2026-03-23 03:18:24] "POST /neutron/port HTTP/1.1" 200 117 0.006419 10.0.0.27 - - [2026-03-23 03:18:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001128 10.0.0.27 - - [2026-03-23 03:18:24] "POST /neutron/network HTTP/1.1" 200 842 0.006455 10.0.0.27 - - [2026-03-23 03:18:24] "POST /neutron/port HTTP/1.1" 200 1058 0.016142 10.0.0.23 - - [2026-03-23 03:18:25] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.27 - - [2026-03-23 03:18:25] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.072488 10.0.0.27 - - [2026-03-23 03:18:25] "POST /neutron/network HTTP/1.1" 200 836 0.006319 10.0.0.27 - - [2026-03-23 03:18:25] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.27 - - [2026-03-23 03:18:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008739 10.0.0.27 - - [2026-03-23 03:18:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.003065 10.0.0.27 - - [2026-03-23 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.23 - - [2026-03-23 03:18:25] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000902 10.0.0.27 - - [2026-03-23 03:18:25] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008169 10.0.0.27 - - [2026-03-23 03:18:25] "POST /service-templates HTTP/1.1" 200 543 0.033359 10.0.0.27 - - [2026-03-23 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.27 - - [2026-03-23 03:18:25] "GET /service-template/cf8dea2c-c4b6-46e9-b59e-cd3e34edfab1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005723 10.0.0.27 - - [2026-03-23 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.27 - - [2026-03-23 03:18:25] "GET /service-template/cf8dea2c-c4b6-46e9-b59e-cd3e34edfab1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004041 10.0.0.27 - - [2026-03-23 03:18:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001148 10.0.0.27 - - [2026-03-23 03:18:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001248 10.0.0.27 - - [2026-03-23 03:18:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001342 10.0.0.23 - - [2026-03-23 03:18:25] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000980 10.0.0.27 - - [2026-03-23 03:18:26] "POST /neutron/port HTTP/1.1" 200 1060 0.292915 10.0.0.27 - - [2026-03-23 03:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004900 10.0.0.27 - - [2026-03-23 03:18:26] "DELETE /service-template/cf8dea2c-c4b6-46e9-b59e-cd3e34edfab1 HTTP/1.1" 200 115 0.034122 10.0.0.27 - - [2026-03-23 03:18:26] "POST /neutron/port HTTP/1.1" 200 1060 0.024252 10.0.0.27 - - [2026-03-23 03:18:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.005985 10.0.0.27 - - [2026-03-23 03:18:26] "POST /neutron/port HTTP/1.1" 200 1124 0.016980 10.0.0.27 - - [2026-03-23 03:18:26] "POST /neutron/network HTTP/1.1" 200 836 0.008604 10.0.0.27 - - [2026-03-23 03:18:26] "POST /neutron/network HTTP/1.1" 200 836 0.006052 10.0.0.27 - - [2026-03-23 03:18:27] "POST /neutron/port HTTP/1.1" 200 151 0.154129 10.0.0.27 - - [2026-03-23 03:18:28] "POST /neutron/port HTTP/1.1" 200 151 0.173819 10.0.0.27 - - [2026-03-23 03:18:28] "POST /neutron/network HTTP/1.1" 200 836 0.007098 10.0.0.23 - - [2026-03-23 03:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.27 - - [2026-03-23 03:18:28] "POST /neutron/port HTTP/1.1" 200 117 0.009078 10.0.0.23 - - [2026-03-23 03:18:29] "DELETE /route-target/6af5d753-d04a-4f38-953c-e63c9e06e8c8 HTTP/1.1" 200 115 0.027354 10.0.0.27 - - [2026-03-23 03:18:29] "POST /neutron/network HTTP/1.1" 200 832 0.006347 10.0.0.23 - - [2026-03-23 03:18:31] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001135 10.0.0.27 - - [2026-03-23 03:18:31] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.061345 10.0.0.23 - - [2026-03-23 03:18:31] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.27 - - [2026-03-23 03:18:31] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?fields=virtual_networks HTTP/1.1" 200 1027 0.048995 10.0.0.23 - - [2026-03-23 03:18:31] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.27 - - [2026-03-23 03:18:31] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.047119 10.0.0.23 - - [2026-03-23 03:18:31] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001202 10.0.0.27 - - [2026-03-23 03:18:31] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?fields=security_groups HTTP/1.1" 200 1251 0.045868 10.0.0.27 - - [2026-03-23 03:18:32] "POST /fqname-to-id HTTP/1.1" 404 184 0.031321 10.0.0.23 - - [2026-03-23 03:18:32] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003215 10.0.0.23 - - [2026-03-23 03:18:32] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001660 10.0.0.23 - - [2026-03-23 03:18:32] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041057 10.0.0.23 - - [2026-03-23 03:18:32] "POST /id-to-fqname HTTP/1.1" 200 186 0.002193 10.0.0.23 - - [2026-03-23 03:18:32] "POST /fqname-to-id HTTP/1.1" 404 195 0.006145 10.0.0.23 - - [2026-03-23 03:18:32] "POST /security-groups HTTP/1.1" 200 587 0.088326 10.0.0.23 - - [2026-03-23 03:18:32] "POST /fqname-to-id HTTP/1.1" 404 230 0.004179 10.0.0.23 - - [2026-03-23 03:18:32] "POST /projects HTTP/1.1" 200 577 0.295691 10.0.0.23 - - [2026-03-23 03:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.372502 10.0.0.23 - - [2026-03-23 03:18:32] "POST /access-control-lists HTTP/1.1" 200 590 0.023632 10.0.0.27 - - [2026-03-23 03:18:33] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.558242 10.0.0.27 - - [2026-03-23 03:18:34] "GET / HTTP/1.1" 200 35931 0.001794 10.0.0.23 - - [2026-03-23 03:18:34] "DELETE /project/4c72cdea-caf0-4147-834e-e5c78b0bcbb6 HTTP/1.1" 404 177 0.005279 10.0.0.23 - - [2026-03-23 03:18:34] "DELETE /project/20ee8ecf2e3e452ea39ee8b14211fcad HTTP/1.1" 404 173 0.009986 10.0.0.23 - - [2026-03-23 03:18:34] "DELETE /project/6cbaad0815744da28dd70b5e8191a229 HTTP/1.1" 404 173 0.004544 10.0.0.23 - - [2026-03-23 03:18:34] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000810 10.0.0.23 - - [2026-03-23 03:18:34] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.038592 10.0.0.23 - - [2026-03-23 03:18:34] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000825 10.0.0.23 - - [2026-03-23 03:18:34] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?fields=security_groups HTTP/1.1" 200 1356 0.044176 10.0.0.23 - - [2026-03-23 03:18:34] "DELETE /security-group/7dced362-6d55-41a2-8f13-0b3bd3ad538a HTTP/1.1" 200 115 0.064984 10.0.0.23 - - [2026-03-23 03:18:34] "GET /projects?obj_uuids=6cbaad08-1574-4da2-8dd7-0b5e8191a229&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000829 10.0.0.23 - - [2026-03-23 03:18:34] "GET /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229?fields=application_policy_sets HTTP/1.1" 200 1395 0.057434 10.0.0.23 - - [2026-03-23 03:18:35] "DELETE /project/6cbaad08-1574-4da2-8dd7-0b5e8191a229 HTTP/1.1" 200 115 0.409060 10.0.0.27 - - [2026-03-23 03:18:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.27 - - [2026-03-23 03:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.034767 10.0.0.23 - - [2026-03-23 03:18:36] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000808 10.0.0.27 - - [2026-03-23 03:18:36] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.036709 10.0.0.23 - - [2026-03-23 03:18:36] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000839 10.0.0.27 - - [2026-03-23 03:18:36] "POST /neutron/network HTTP/1.1" 200 611 0.168962 10.0.0.23 - - [2026-03-23 03:18:36] "POST /route-targets HTTP/1.1" 200 327 0.024873 10.0.0.27 - - [2026-03-23 03:18:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.003077 10.0.0.27 - - [2026-03-23 03:18:37] "GET /virtual-network/6eacd07d-5650-4f90-b21f-cd8ce05be9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005265 10.0.0.27 - - [2026-03-23 03:18:37] "POST /neutron/network HTTP/1.1" 200 829 0.005234 10.0.0.27 - - [2026-03-23 03:18:37] "GET /virtual-network/6eacd07d-5650-4f90-b21f-cd8ce05be9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006438 10.0.0.27 - - [2026-03-23 03:18:37] "GET /virtual-network/6eacd07d-5650-4f90-b21f-cd8ce05be9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005201 10.0.0.27 - - [2026-03-23 03:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.23 - - [2026-03-23 03:18:39] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000794 10.0.0.27 - - [2026-03-23 03:18:39] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.050222 10.0.0.27 - - [2026-03-23 03:18:39] "POST /neutron/network HTTP/1.1" 200 117 0.019021 10.0.0.23 - - [2026-03-23 03:18:39] "POST /ref-update HTTP/1.1" 200 156 0.029453 10.0.0.27 - - [2026-03-23 03:18:39] "POST /neutron/network HTTP/1.1" 200 830 0.012812 10.0.0.27 - - [2026-03-23 03:18:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001045 10.0.0.27 - - [2026-03-23 03:18:39] "GET /virtual-network/5cad3ec9-6397-4540-9cdf-171c0cdc4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005014 10.0.0.27 - - [2026-03-23 03:18:39] "GET /virtual-network/5cad3ec9-6397-4540-9cdf-171c0cdc4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006753 10.0.0.27 - - [2026-03-23 03:18:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.008512 10.0.0.27 - - [2026-03-23 03:18:40] "GET /virtual-network/5cad3ec9-6397-4540-9cdf-171c0cdc4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005068 10.0.0.27 - - [2026-03-23 03:18:40] "GET /obj-perms HTTP/1.1" 200 5022 0.068088 10.0.0.50 - - [2026-03-23 03:18:40] "GET /obj-perms HTTP/1.1" 200 5022 0.061667 10.0.0.27 - - [2026-03-23 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.23 - - [2026-03-23 03:18:40] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001271 10.0.0.27 - - [2026-03-23 03:18:40] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.037498 10.0.0.23 - - [2026-03-23 03:18:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003993 10.0.0.27 - - [2026-03-23 03:18:41] "POST /neutron/subnet HTTP/1.1" 200 719 0.201360 10.0.0.27 - - [2026-03-23 03:18:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001197 10.0.0.27 - - [2026-03-23 03:18:41] "GET /virtual-network/c95492f0-3b99-4a5f-a409-84dd8ae4c9c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005049 10.0.0.27 - - [2026-03-23 03:18:41] "GET /virtual-network/c95492f0-3b99-4a5f-a409-84dd8ae4c9c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004999 10.0.0.27 - - [2026-03-23 03:18:41] "POST /neutron/network HTTP/1.1" 200 831 0.007617 10.0.0.27 - - [2026-03-23 03:18:41] "GET /virtual-network/c95492f0-3b99-4a5f-a409-84dd8ae4c9c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005466 10.0.0.23 - - [2026-03-23 03:18:41] "GET /obj-perms HTTP/1.1" 200 5022 0.062486 10.0.0.27 - - [2026-03-23 03:18:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001197 10.0.0.23 - - [2026-03-23 03:18:42] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000958 10.0.0.27 - - [2026-03-23 03:18:43] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.066893 10.0.0.27 - - [2026-03-23 03:18:43] "POST /neutron/network HTTP/1.1" 200 830 0.005729 10.0.0.27 - - [2026-03-23 03:18:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001149 10.0.0.27 - - [2026-03-23 03:18:43] "POST /neutron/port HTTP/1.1" 200 117 0.005522 10.0.0.23 - - [2026-03-23 03:18:43] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000834 10.0.0.27 - - [2026-03-23 03:18:44] "POST /neutron/port HTTP/1.1" 200 1056 0.268086 10.0.0.27 - - [2026-03-23 03:18:44] "POST /neutron/port HTTP/1.1" 200 1110 0.090378 10.0.0.27 - - [2026-03-23 03:18:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.007482 10.0.0.23 - - [2026-03-23 03:18:44] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000941 10.0.0.27 - - [2026-03-23 03:18:44] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.083783 10.0.0.27 - - [2026-03-23 03:18:44] "POST /neutron/network HTTP/1.1" 200 831 0.005717 10.0.0.27 - - [2026-03-23 03:18:44] "POST /neutron/port HTTP/1.1" 200 117 0.008254 10.0.0.27 - - [2026-03-23 03:18:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.004526 10.0.0.27 - - [2026-03-23 03:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.23 - - [2026-03-23 03:18:44] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.27 - - [2026-03-23 03:18:44] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008602 10.0.0.27 - - [2026-03-23 03:18:44] "POST /service-templates HTTP/1.1" 200 543 0.045465 10.0.0.27 - - [2026-03-23 03:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.27 - - [2026-03-23 03:18:45] "GET /service-template/bc7d0821-376d-42bf-a820-4dd0853d4f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005861 10.0.0.27 - - [2026-03-23 03:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.27 - - [2026-03-23 03:18:45] "GET /service-template/bc7d0821-376d-42bf-a820-4dd0853d4f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003594 10.0.0.27 - - [2026-03-23 03:18:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001133 10.0.0.27 - - [2026-03-23 03:18:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001021 10.0.0.27 - - [2026-03-23 03:18:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001083 10.0.0.27 - - [2026-03-23 03:18:45] "POST /neutron/port HTTP/1.1" 200 2033 0.029985 10.0.0.27 - - [2026-03-23 03:18:45] "POST /neutron/port HTTP/1.1" 200 1055 0.014463 10.0.0.27 - - [2026-03-23 03:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.012292 10.0.0.27 - - [2026-03-23 03:18:45] "DELETE /service-template/bc7d0821-376d-42bf-a820-4dd0853d4f7f HTTP/1.1" 200 115 0.039008 10.0.0.27 - - [2026-03-23 03:18:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003257 10.0.0.27 - - [2026-03-23 03:18:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003511 10.0.0.27 - - [2026-03-23 03:18:45] "POST /neutron/network HTTP/1.1" 200 831 0.008102 10.0.0.27 - - [2026-03-23 03:18:46] "POST /neutron/port HTTP/1.1" 200 1120 0.017737 10.0.0.27 - - [2026-03-23 03:18:47] "POST /neutron/port HTTP/1.1" 200 1119 0.018523 10.0.0.27 - - [2026-03-23 03:18:47] "POST /neutron/port HTTP/1.1" 200 117 0.007192 10.0.0.27 - - [2026-03-23 03:18:48] "POST /neutron/network HTTP/1.1" 200 831 0.007519 10.0.0.23 - - [2026-03-23 03:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.27 - - [2026-03-23 03:18:48] "POST /neutron/network HTTP/1.1" 200 830 0.007299 10.0.0.23 - - [2026-03-23 03:18:48] "DELETE /route-target/a182bc8a-0796-47f2-8a10-13fc6fa6b3d2 HTTP/1.1" 200 115 0.019569 10.0.0.23 - - [2026-03-23 03:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003464 10.0.0.23 - - [2026-03-23 03:18:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005007 10.0.0.27 - - [2026-03-23 03:18:49] "POST /neutron/network HTTP/1.1" 200 151 0.111862 10.0.0.27 - - [2026-03-23 03:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.23 - - [2026-03-23 03:18:51] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000825 10.0.0.27 - - [2026-03-23 03:18:51] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.033195 10.0.0.23 - - [2026-03-23 03:18:52] "POST /route-targets HTTP/1.1" 200 327 0.011938 10.0.0.23 - - [2026-03-23 03:18:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003977 10.0.0.27 - - [2026-03-23 03:18:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.194601 10.0.0.27 - - [2026-03-23 03:18:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.001512 10.0.0.27 - - [2026-03-23 03:18:52] "GET /virtual-network/ee01623e-8f9e-47f5-ba45-7d3e9a82d3f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005506 10.0.0.27 - - [2026-03-23 03:18:52] "GET /virtual-network/ee01623e-8f9e-47f5-ba45-7d3e9a82d3f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005775 10.0.0.27 - - [2026-03-23 03:18:52] "POST /neutron/network HTTP/1.1" 200 831 0.005474 10.0.0.27 - - [2026-03-23 03:18:52] "GET /virtual-network/ee01623e-8f9e-47f5-ba45-7d3e9a82d3f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004892 10.0.0.27 - - [2026-03-23 03:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.23 - - [2026-03-23 03:18:52] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000834 10.0.0.27 - - [2026-03-23 03:18:52] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.047074 10.0.0.23 - - [2026-03-23 03:18:53] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000852 10.0.0.27 - - [2026-03-23 03:18:53] "POST /neutron/network HTTP/1.1" 200 611 0.109314 10.0.0.23 - - [2026-03-23 03:18:53] "POST /ref-update HTTP/1.1" 200 156 0.024441 10.0.0.27 - - [2026-03-23 03:18:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.003287 10.0.0.27 - - [2026-03-23 03:18:53] "GET /virtual-network/8762b4c5-565a-48a0-84c9-064576f5a11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004814 10.0.0.27 - - [2026-03-23 03:18:53] "POST /neutron/network HTTP/1.1" 200 831 0.006218 10.0.0.27 - - [2026-03-23 03:18:53] "GET /virtual-network/8762b4c5-565a-48a0-84c9-064576f5a11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004627 10.0.0.27 - - [2026-03-23 03:18:53] "GET /virtual-network/8762b4c5-565a-48a0-84c9-064576f5a11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005001 10.0.0.27 - - [2026-03-23 03:18:53] "GET /obj-perms HTTP/1.1" 200 5022 0.003320 10.0.0.50 - - [2026-03-23 03:18:53] "GET /obj-perms HTTP/1.1" 200 5022 0.003362 10.0.0.27 - - [2026-03-23 03:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.23 - - [2026-03-23 03:18:53] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000827 10.0.0.27 - - [2026-03-23 03:18:54] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.047718 10.0.0.27 - - [2026-03-23 03:18:54] "POST /neutron/network HTTP/1.1" 200 117 0.014270 10.0.0.27 - - [2026-03-23 03:18:54] "POST /neutron/network HTTP/1.1" 200 833 0.008890 10.0.0.27 - - [2026-03-23 03:18:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001046 10.0.0.27 - - [2026-03-23 03:18:54] "GET /virtual-network/69bc9b45-3ed2-4687-bfcc-275892bac319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005350 10.0.0.27 - - [2026-03-23 03:18:54] "GET /virtual-network/69bc9b45-3ed2-4687-bfcc-275892bac319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005796 10.0.0.27 - - [2026-03-23 03:18:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.008451 10.0.0.27 - - [2026-03-23 03:18:54] "GET /virtual-network/69bc9b45-3ed2-4687-bfcc-275892bac319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004941 10.0.0.23 - - [2026-03-23 03:18:55] "GET /obj-perms HTTP/1.1" 200 5022 0.003213 10.0.0.27 - - [2026-03-23 03:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.23 - - [2026-03-23 03:18:55] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001189 10.0.0.27 - - [2026-03-23 03:18:55] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.048266 10.0.0.23 - - [2026-03-23 03:18:55] "POST /route-targets HTTP/1.1" 200 327 0.014194 10.0.0.23 - - [2026-03-23 03:18:55] "POST /useragent-kv HTTP/1.1" 200 115 0.007156 10.0.0.27 - - [2026-03-23 03:18:55] "POST /neutron/subnet HTTP/1.1" 200 719 0.268198 10.0.0.27 - - [2026-03-23 03:18:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001063 10.0.0.27 - - [2026-03-23 03:18:55] "GET /virtual-network/1601e1ed-a872-46ce-b76a-8efa154c7880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004567 10.0.0.27 - - [2026-03-23 03:18:55] "GET /virtual-network/1601e1ed-a872-46ce-b76a-8efa154c7880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004295 10.0.0.27 - - [2026-03-23 03:18:55] "POST /neutron/network HTTP/1.1" 200 841 0.005647 10.0.0.27 - - [2026-03-23 03:18:56] "GET /virtual-network/1601e1ed-a872-46ce-b76a-8efa154c7880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006515 10.0.0.27 - - [2026-03-23 03:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.23 - - [2026-03-23 03:18:56] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002239 10.0.0.27 - - [2026-03-23 03:18:56] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.040424 10.0.0.23 - - [2026-03-23 03:18:56] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001410 10.0.0.27 - - [2026-03-23 03:18:56] "POST /neutron/network HTTP/1.1" 200 625 0.119544 10.0.0.23 - - [2026-03-23 03:18:56] "POST /ref-update HTTP/1.1" 200 156 0.022459 10.0.0.27 - - [2026-03-23 03:18:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.003307 10.0.0.27 - - [2026-03-23 03:18:56] "GET /virtual-network/9a65da0d-1de4-4944-a6de-349937c5418d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006692 10.0.0.27 - - [2026-03-23 03:18:56] "POST /neutron/network HTTP/1.1" 200 846 0.006161 10.0.0.27 - - [2026-03-23 03:18:56] "GET /virtual-network/9a65da0d-1de4-4944-a6de-349937c5418d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004843 10.0.0.27 - - [2026-03-23 03:18:57] "GET /virtual-network/9a65da0d-1de4-4944-a6de-349937c5418d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006091 10.0.0.27 - - [2026-03-23 03:18:57] "GET /obj-perms HTTP/1.1" 200 5022 0.003281 10.0.0.50 - - [2026-03-23 03:18:57] "GET /obj-perms HTTP/1.1" 200 5022 0.002890 10.0.0.27 - - [2026-03-23 03:18:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001133 10.0.0.27 - - [2026-03-23 03:18:57] "POST /neutron/network HTTP/1.1" 200 841 0.006833 10.0.0.23 - - [2026-03-23 03:18:58] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001254 10.0.0.27 - - [2026-03-23 03:18:58] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.073441 10.0.0.27 - - [2026-03-23 03:18:58] "POST /neutron/port HTTP/1.1" 200 117 0.007529 10.0.0.27 - - [2026-03-23 03:18:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001212 10.0.0.27 - - [2026-03-23 03:18:59] "POST /neutron/network HTTP/1.1" 200 841 0.008771 10.0.0.27 - - [2026-03-23 03:18:59] "POST /neutron/port HTTP/1.1" 200 1057 0.020265 10.0.0.23 - - [2026-03-23 03:18:59] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001190 10.0.0.27 - - [2026-03-23 03:18:59] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.103751 10.0.0.27 - - [2026-03-23 03:18:59] "POST /neutron/network HTTP/1.1" 200 833 0.006758 10.0.0.27 - - [2026-03-23 03:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.001134 10.0.0.27 - - [2026-03-23 03:18:59] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008485 10.0.0.27 - - [2026-03-23 03:18:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.003983 10.0.0.27 - - [2026-03-23 03:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.23 - - [2026-03-23 03:18:59] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.27 - - [2026-03-23 03:18:59] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009597 10.0.0.27 - - [2026-03-23 03:19:00] "POST /service-templates HTTP/1.1" 200 543 0.030392 10.0.0.27 - - [2026-03-23 03:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.27 - - [2026-03-23 03:19:00] "GET /service-template/539475b2-18c1-4d8d-ba12-a5df7c559b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.007917 10.0.0.27 - - [2026-03-23 03:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005208 10.0.0.27 - - [2026-03-23 03:19:00] "GET /service-template/539475b2-18c1-4d8d-ba12-a5df7c559b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.005661 10.0.0.27 - - [2026-03-23 03:19:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001451 10.0.0.27 - - [2026-03-23 03:19:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001772 10.0.0.23 - - [2026-03-23 03:19:00] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001087 10.0.0.27 - - [2026-03-23 03:19:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.003108 10.0.0.27 - - [2026-03-23 03:19:00] "POST /neutron/port HTTP/1.1" 200 1057 0.384760 10.0.0.27 - - [2026-03-23 03:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.008935 10.0.0.27 - - [2026-03-23 03:19:00] "POST /neutron/port HTTP/1.1" 200 1057 0.014915 10.0.0.27 - - [2026-03-23 03:19:00] "DELETE /service-template/539475b2-18c1-4d8d-ba12-a5df7c559b52 HTTP/1.1" 200 115 0.059361 10.0.0.27 - - [2026-03-23 03:19:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003731 10.0.0.27 - - [2026-03-23 03:19:01] "POST /neutron/port HTTP/1.1" 200 1121 0.022050 10.0.0.27 - - [2026-03-23 03:19:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.011456 10.0.0.27 - - [2026-03-23 03:19:01] "POST /neutron/network HTTP/1.1" 200 833 0.006482 10.0.0.27 - - [2026-03-23 03:19:01] "POST /neutron/port HTTP/1.1" 200 1121 0.021482 10.0.0.23 - - [2026-03-23 03:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.27 - - [2026-03-23 03:19:02] "POST /neutron/network HTTP/1.1" 200 833 0.007133 10.0.0.27 - - [2026-03-23 03:19:02] "POST /neutron/port HTTP/1.1" 200 1111 0.012937 10.0.0.27 - - [2026-03-23 03:19:03] "POST /neutron/network HTTP/1.1" 200 2184 0.009228 10.0.0.27 - - [2026-03-23 03:19:04] "POST /neutron/network HTTP/1.1" 200 833 0.006776 10.0.0.23 - - [2026-03-23 03:19:04] "DELETE /route-target/91d18f36-5d1b-4cda-a1ed-e274d1ebb9e4 HTTP/1.1" 200 115 0.043411 10.0.0.23 - - [2026-03-23 03:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002904 10.0.0.23 - - [2026-03-23 03:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002888 10.0.0.27 - - [2026-03-23 03:19:04] "POST /neutron/network HTTP/1.1" 200 151 0.165237 10.0.0.23 - - [2026-03-23 03:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.23 - - [2026-03-23 03:19:06] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000967 10.0.0.27 - - [2026-03-23 03:19:06] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.039673 10.0.0.23 - - [2026-03-23 03:19:06] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000840 10.0.0.27 - - [2026-03-23 03:19:06] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?fields=virtual_networks HTTP/1.1" 200 1023 0.044767 10.0.0.23 - - [2026-03-23 03:19:06] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000953 10.0.0.27 - - [2026-03-23 03:19:06] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.041986 10.0.0.23 - - [2026-03-23 03:19:07] "GET /projects?obj_uuids=20ee8ecf-2e3e-452e-a39e-e8b14211fcad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001329 10.0.0.27 - - [2026-03-23 03:19:07] "GET /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad?fields=security_groups HTTP/1.1" 200 1245 0.044736 10.0.0.27 - - [2026-03-23 03:19:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.035259 10.0.0.23 - - [2026-03-23 03:19:08] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002730 10.0.0.23 - - [2026-03-23 03:19:08] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292 10.0.0.23 - - [2026-03-23 03:19:08] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007658 10.0.0.23 - - [2026-03-23 03:19:08] "POST /id-to-fqname HTTP/1.1" 200 192 0.001219 10.0.0.23 - - [2026-03-23 03:19:08] "POST /fqname-to-id HTTP/1.1" 404 201 0.002485 10.0.0.23 - - [2026-03-23 03:19:08] "POST /security-groups HTTP/1.1" 200 593 0.028156 10.0.0.23 - - [2026-03-23 03:19:08] "POST /projects HTTP/1.1" 200 589 0.215339 10.0.0.23 - - [2026-03-23 03:19:08] "POST /access-control-lists HTTP/1.1" 200 598 0.038556 10.0.0.23 - - [2026-03-23 03:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.289569 10.0.0.27 - - [2026-03-23 03:19:08] "GET /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.438295 10.0.0.27 - - [2026-03-23 03:19:09] "GET / HTTP/1.1" 200 35931 0.001435 10.0.0.27 - - [2026-03-23 03:19:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468 10.0.0.27 - - [2026-03-23 03:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.070153 10.0.0.23 - - [2026-03-23 03:19:12] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000874 10.0.0.27 - - [2026-03-23 03:19:12] "GET /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041371 10.0.0.27 - - [2026-03-23 03:19:12] "POST /neutron/network HTTP/1.1" 200 117 0.054052 10.0.0.23 - - [2026-03-23 03:19:12] "POST /route-targets HTTP/1.1" 200 327 0.014523 10.0.0.27 - - [2026-03-23 03:19:12] "POST /neutron/network HTTP/1.1" 200 831 0.008673 10.0.0.27 - - [2026-03-23 03:19:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.000985 10.0.0.27 - - [2026-03-23 03:19:12] "GET /virtual-network/5c049261-f77b-4364-a93b-f66aec781b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004628 10.0.0.27 - - [2026-03-23 03:19:12] "GET /virtual-network/5c049261-f77b-4364-a93b-f66aec781b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005379 10.0.0.27 - - [2026-03-23 03:19:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.008441 10.0.0.27 - - [2026-03-23 03:19:13] "GET /virtual-network/5c049261-f77b-4364-a93b-f66aec781b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005638 10.0.0.23 - - [2026-03-23 03:19:14] "GET /obj-perms HTTP/1.1" 200 5034 0.059540 10.0.0.27 - - [2026-03-23 03:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.23 - - [2026-03-23 03:19:14] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000825 10.0.0.27 - - [2026-03-23 03:19:14] "GET /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.038243 10.0.0.23 - - [2026-03-23 03:19:15] "POST /ref-update HTTP/1.1" 200 156 0.028710 10.0.0.23 - - [2026-03-23 03:19:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004186 10.0.0.27 - - [2026-03-23 03:19:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.173733 10.0.0.27 - - [2026-03-23 03:19:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.001378 10.0.0.27 - - [2026-03-23 03:19:15] "GET /virtual-network/613c23d3-56d1-4e18-bcf9-460d01e5c484?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004596 10.0.0.27 - - [2026-03-23 03:19:15] "GET /virtual-network/613c23d3-56d1-4e18-bcf9-460d01e5c484?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006962 10.0.0.27 - - [2026-03-23 03:19:15] "POST /neutron/network HTTP/1.1" 200 831 0.005213 10.0.0.27 - - [2026-03-23 03:19:15] "GET /virtual-network/613c23d3-56d1-4e18-bcf9-460d01e5c484?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004961 10.0.0.27 - - [2026-03-23 03:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.23 - - [2026-03-23 03:19:16] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001006 10.0.0.27 - - [2026-03-23 03:19:16] "GET /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.047902 10.0.0.23 - - [2026-03-23 03:19:16] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000903 10.0.0.27 - - [2026-03-23 03:19:16] "POST /neutron/network HTTP/1.1" 200 617 0.123734 10.0.0.27 - - [2026-03-23 03:19:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.002697 10.0.0.27 - - [2026-03-23 03:19:16] "GET /virtual-network/42edff28-f4eb-4b1b-90f5-12f31916af07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005523 10.0.0.27 - - [2026-03-23 03:19:16] "POST /neutron/network HTTP/1.1" 200 835 0.005668 10.0.0.27 - - [2026-03-23 03:19:16] "GET /virtual-network/42edff28-f4eb-4b1b-90f5-12f31916af07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005477 10.0.0.27 - - [2026-03-23 03:19:16] "GET /virtual-network/42edff28-f4eb-4b1b-90f5-12f31916af07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006171 10.0.0.27 - - [2026-03-23 03:19:17] "GET /obj-perms HTTP/1.1" 200 5034 0.056135 10.0.0.50 - - [2026-03-23 03:19:17] "GET /obj-perms HTTP/1.1" 200 5034 0.061702 10.0.0.27 - - [2026-03-23 03:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.23 - - [2026-03-23 03:19:17] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002896 10.0.0.27 - - [2026-03-23 03:19:17] "GET /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.052945 10.0.0.27 - - [2026-03-23 03:19:17] "POST /neutron/network HTTP/1.1" 200 117 0.019045 10.0.0.23 - - [2026-03-23 03:19:17] "POST /route-targets HTTP/1.1" 200 327 0.015587 10.0.0.27 - - [2026-03-23 03:19:17] "POST /neutron/network HTTP/1.1" 200 846 0.008137 10.0.0.27 - - [2026-03-23 03:19:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001110 10.0.0.27 - - [2026-03-23 03:19:17] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004912 10.0.0.27 - - [2026-03-23 03:19:18] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005327 10.0.0.27 - - [2026-03-23 03:19:18] "POST /neutron/subnet HTTP/1.1" 200 714 0.007930 10.0.0.27 - - [2026-03-23 03:19:18] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005516 10.0.0.23 - - [2026-03-23 03:19:18] "GET /obj-perms HTTP/1.1" 200 5034 0.003850 10.0.0.27 - - [2026-03-23 03:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.23 - - [2026-03-23 03:19:18] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001172 10.0.0.27 - - [2026-03-23 03:19:18] "GET /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.037036 10.0.0.23 - - [2026-03-23 03:19:18] "POST /ref-update HTTP/1.1" 200 156 0.021307 10.0.0.23 - - [2026-03-23 03:19:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002569 10.0.0.27 - - [2026-03-23 03:19:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.161944 10.0.0.27 - - [2026-03-23 03:19:19] "POST /id-to-fqname HTTP/1.1" 200 234 0.001370 10.0.0.27 - - [2026-03-23 03:19:19] "GET /virtual-network/171ffc81-9099-407f-9027-e00f363b898b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004950 10.0.0.27 - - [2026-03-23 03:19:19] "GET /virtual-network/171ffc81-9099-407f-9027-e00f363b898b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006174 10.0.0.27 - - [2026-03-23 03:19:19] "POST /neutron/network HTTP/1.1" 200 850 0.007014 10.0.0.27 - - [2026-03-23 03:19:19] "GET /virtual-network/171ffc81-9099-407f-9027-e00f363b898b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006866 10.0.0.27 - - [2026-03-23 03:19:19] "GET /obj-perms HTTP/1.1" 200 5034 0.003068 10.0.0.27 - - [2026-03-23 03:19:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001650 10.0.0.23 - - [2026-03-23 03:19:20] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000980 10.0.0.27 - - [2026-03-23 03:19:20] "GET /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.074208 10.0.0.27 - - [2026-03-23 03:19:20] "POST /neutron/network HTTP/1.1" 200 831 0.006214 10.0.0.27 - - [2026-03-23 03:19:20] "POST /id-to-fqname HTTP/1.1" 200 225 0.001235 10.0.0.27 - - [2026-03-23 03:19:20] "POST /neutron/port HTTP/1.1" 200 117 0.005563 10.0.0.23 - - [2026-03-23 03:19:21] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001705 10.0.0.27 - - [2026-03-23 03:19:21] "POST /neutron/port HTTP/1.1" 200 1063 0.354777 10.0.0.27 - - [2026-03-23 03:19:21] "POST /neutron/port HTTP/1.1" 200 1117 0.105219 10.0.0.23 - - [2026-03-23 03:19:21] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000882 10.0.0.27 - - [2026-03-23 03:19:21] "GET /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.074445 10.0.0.27 - - [2026-03-23 03:19:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.017263 10.0.0.27 - - [2026-03-23 03:19:22] "POST /neutron/network HTTP/1.1" 200 831 0.005924 10.0.0.27 - - [2026-03-23 03:19:22] "POST /neutron/port HTTP/1.1" 200 117 0.005976 10.0.0.27 - - [2026-03-23 03:19:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.002674 10.0.0.27 - - [2026-03-23 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002225 10.0.0.23 - - [2026-03-23 03:19:22] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000843 10.0.0.27 - - [2026-03-23 03:19:22] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007283 10.0.0.27 - - [2026-03-23 03:19:22] "POST /service-templates HTTP/1.1" 200 543 0.029606 10.0.0.27 - - [2026-03-23 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.27 - - [2026-03-23 03:19:22] "GET /service-template/69246b91-0ab2-45a5-aa44-6db5645139b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.005063 10.0.0.27 - - [2026-03-23 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.27 - - [2026-03-23 03:19:22] "GET /service-template/69246b91-0ab2-45a5-aa44-6db5645139b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.003861 10.0.0.27 - - [2026-03-23 03:19:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001113 10.0.0.27 - - [2026-03-23 03:19:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006913 10.0.0.27 - - [2026-03-23 03:19:23] "POST /neutron/port HTTP/1.1" 200 1061 0.015932 10.0.0.27 - - [2026-03-23 03:19:23] "POST /neutron/port HTTP/1.1" 200 1125 0.016970 10.0.0.27 - - [2026-03-23 03:19:23] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.23 - - [2026-03-23 03:19:23] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002218 10.0.0.27 - - [2026-03-23 03:19:23] "GET /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.061677 10.0.0.27 - - [2026-03-23 03:19:24] "POST /neutron/port HTTP/1.1" 200 2100 0.025756 10.0.0.27 - - [2026-03-23 03:19:24] "GET /virtual-machine/8d246474-8ed9-4984-942e-c61c7df8bbfc HTTP/1.1" 401 292 0.000385 10.0.0.27 - - [2026-03-23 03:19:24] "GET /virtual-machine/8d246474-8ed9-4984-942e-c61c7df8bbfc HTTP/1.1" 404 171 0.034593 10.0.0.27 - - [2026-03-23 03:19:24] "POST /neutron/network HTTP/1.1" 200 856 0.006521 10.0.0.27 - - [2026-03-23 03:19:24] "POST /neutron/port HTTP/1.1" 200 1060 0.015792 10.0.0.27 - - [2026-03-23 03:19:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003396 10.0.0.27 - - [2026-03-23 03:19:25] "POST /neutron/network HTTP/1.1" 200 846 0.008673 10.0.0.27 - - [2026-03-23 03:19:26] "GET /virtual-machine/8d246474-8ed9-4984-942e-c61c7df8bbfc HTTP/1.1" 200 1295 0.007452 10.0.0.27 - - [2026-03-23 03:19:26] "GET /virtual-machine-interface/ac4c764a-6901-455b-8e9f-172a40e86345 HTTP/1.1" 200 2984 0.008059 10.0.0.27 - - [2026-03-23 03:19:26] "GET /virtual-machine-interface/ac4c764a-6901-455b-8e9f-172a40e86345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.006376 10.0.0.27 - - [2026-03-23 03:19:26] "PUT /virtual-machine-interface/ac4c764a-6901-455b-8e9f-172a40e86345 HTTP/1.1" 200 284 0.015220 10.0.0.27 - - [2026-03-23 03:19:31] "POST /neutron/port HTTP/1.1" 200 1124 0.020841 10.0.0.27 - - [2026-03-23 03:19:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007077 10.0.0.27 - - [2026-03-23 03:19:31] "GET /virtual-machine/8d246474-8ed9-4984-942e-c61c7df8bbfc HTTP/1.1" 200 1295 0.003937 10.0.0.27 - - [2026-03-23 03:19:31] "GET /virtual-machine-interface/ac4c764a-6901-455b-8e9f-172a40e86345 HTTP/1.1" 200 3034 0.007140 10.0.0.27 - - [2026-03-23 03:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.27 - - [2026-03-23 03:19:32] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003789 10.0.0.27 - - [2026-03-23 03:19:32] "GET /virtual-networks?parent_id=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003210 10.0.0.27 - - [2026-03-23 03:19:32] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006941 10.0.0.23 - - [2026-03-23 03:19:35] "DELETE /project/20ee8ecf-2e3e-452e-a39e-e8b14211fcad HTTP/1.1" 404 177 0.002351 10.0.0.23 - - [2026-03-23 03:19:35] "DELETE /project/95387fa952234fa696c6c84eb332d7ab HTTP/1.1" 404 173 0.004776 10.0.0.27 - - [2026-03-23 03:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.27 - - [2026-03-23 03:19:35] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005512 10.0.0.27 - - [2026-03-23 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.27 - - [2026-03-23 03:19:39] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005204 10.0.0.27 - - [2026-03-23 03:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.27 - - [2026-03-23 03:19:43] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004359 10.0.0.27 - - [2026-03-23 03:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.27 - - [2026-03-23 03:19:47] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006105 10.0.0.27 - - [2026-03-23 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.27 - - [2026-03-23 03:19:51] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006450 10.0.0.27 - - [2026-03-23 03:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.27 - - [2026-03-23 03:19:55] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005180 10.0.0.27 - - [2026-03-23 03:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.27 - - [2026-03-23 03:19:59] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005688 10.0.0.27 - - [2026-03-23 03:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.27 - - [2026-03-23 03:20:03] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008353 10.0.0.27 - - [2026-03-23 03:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.27 - - [2026-03-23 03:20:07] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004699 10.0.0.27 - - [2026-03-23 03:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.27 - - [2026-03-23 03:20:12] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005026 10.0.0.27 - - [2026-03-23 03:20:12] "POST /neutron/port HTTP/1.1" 200 1127 0.016798 10.0.0.27 - - [2026-03-23 03:20:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003845 10.0.0.27 - - [2026-03-23 03:20:12] "POST /neutron/network HTTP/1.1" 200 831 0.006879 10.0.0.27 - - [2026-03-23 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.27 - - [2026-03-23 03:20:14] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003615 10.0.0.27 - - [2026-03-23 03:20:14] "GET /virtual-networks?parent_id=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003664 10.0.0.27 - - [2026-03-23 03:20:14] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007138 10.0.0.27 - - [2026-03-23 03:20:16] "POST /neutron/port HTTP/1.1" 200 1125 0.048436 10.0.0.27 - - [2026-03-23 03:20:19] "POST /neutron/port HTTP/1.1" 200 1125 0.015992 10.0.0.27 - - [2026-03-23 03:20:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.008353 10.0.0.27 - - [2026-03-23 03:20:19] "POST /neutron/port HTTP/1.1" 200 1124 0.018530 10.0.0.50 - - [2026-03-23 03:20:20] "GET /obj-perms HTTP/1.1" 200 5056 0.063503 10.0.0.23 - - [2026-03-23 03:20:20] "GET /obj-perms HTTP/1.1" 200 5056 0.064176 10.0.0.27 - - [2026-03-23 03:20:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005923 10.0.0.27 - - [2026-03-23 03:20:26] "POST /neutron/port HTTP/1.1" 200 1124 0.016645 10.0.0.27 - - [2026-03-23 03:20:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007099 10.0.0.50 - - [2026-03-23 03:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.50 - - [2026-03-23 03:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.23 - - [2026-03-23 03:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.23 - - [2026-03-23 03:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2026-03-23 03:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.23 - - [2026-03-23 03:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2026-03-23 03:20:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.50 - - [2026-03-23 03:20:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.27 - - [2026-03-23 03:20:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.27 - - [2026-03-23 03:20:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.27 - - [2026-03-23 03:20:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000938 10.0.0.27 - - [2026-03-23 03:20:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.27 - - [2026-03-23 03:20:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.002928 10.0.0.27 - - [2026-03-23 03:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.23 - - [2026-03-23 03:20:40] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001122 10.0.0.27 - - [2026-03-23 03:20:40] "GET /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.055223 10.0.0.27 - - [2026-03-23 03:20:40] "POST /service-instances HTTP/1.1" 200 547 0.033225 10.0.0.27 - - [2026-03-23 03:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.27 - - [2026-03-23 03:20:40] "GET /service-instance/8a642c82-3fa7-4053-abdd-628f6abe1c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006287 10.0.0.27 - - [2026-03-23 03:20:40] "POST /port-tuples HTTP/1.1" 200 590 0.034420 10.0.0.27 - - [2026-03-23 03:20:40] "GET /virtual-machine-interface/ac4c764a-6901-455b-8e9f-172a40e86345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005374 10.0.0.27 - - [2026-03-23 03:20:40] "PUT /virtual-machine-interface/ac4c764a-6901-455b-8e9f-172a40e86345 HTTP/1.1" 200 284 0.012930 10.0.0.27 - - [2026-03-23 03:20:40] "POST /ref-update HTTP/1.1" 200 156 0.017398 10.0.0.27 - - [2026-03-23 03:20:40] "POST /neutron/port HTTP/1.1" 200 1127 0.018546 10.0.0.50 - - [2026-03-23 03:20:40] "POST /ref-update HTTP/1.1" 200 156 0.021302 10.0.0.50 - - [2026-03-23 03:20:41] "POST /ref-update HTTP/1.1" 200 156 0.025144 10.0.0.27 - - [2026-03-23 03:20:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006826 10.0.0.27 - - [2026-03-23 03:20:41] "GET /virtual-machine/aabe752b-9114-417d-9c27-3c400c9acaf3 HTTP/1.1" 200 1295 0.006143 10.0.0.27 - - [2026-03-23 03:20:41] "GET /virtual-machine-interface/e065c0c9-91bf-4758-b143-f119fdffde7f HTTP/1.1" 200 2957 0.004618 10.0.0.27 - - [2026-03-23 03:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.27 - - [2026-03-23 03:20:41] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003253 10.0.0.27 - - [2026-03-23 03:20:41] "GET /virtual-networks?parent_id=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003194 10.0.0.27 - - [2026-03-23 03:20:41] "GET /virtual-network/5c049261-f77b-4364-a93b-f66aec781b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006265 10.0.0.27 - - [2026-03-23 03:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.27 - - [2026-03-23 03:20:42] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003996 10.0.0.27 - - [2026-03-23 03:20:42] "GET /virtual-networks?parent_id=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004080 10.0.0.27 - - [2026-03-23 03:20:42] "GET /virtual-network/5c049261-f77b-4364-a93b-f66aec781b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006724 10.0.0.27 - - [2026-03-23 03:20:42] "POST /neutron/port HTTP/1.1" 200 1125 0.015768 10.0.0.27 - - [2026-03-23 03:20:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007388 10.0.0.27 - - [2026-03-23 03:20:43] "GET /virtual-machine/546f1506-6e52-421b-a1f8-dfab4790221f HTTP/1.1" 200 1294 0.006711 10.0.0.27 - - [2026-03-23 03:20:43] "GET /virtual-machine-interface/b2abdad9-1965-46eb-8aea-d868ed66deaa HTTP/1.1" 200 2960 0.004892 10.0.0.27 - - [2026-03-23 03:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.27 - - [2026-03-23 03:20:43] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004246 10.0.0.27 - - [2026-03-23 03:20:43] "GET /virtual-networks?parent_id=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003435 10.0.0.27 - - [2026-03-23 03:20:43] "GET /virtual-network/613c23d3-56d1-4e18-bcf9-460d01e5c484?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005264 10.0.0.27 - - [2026-03-23 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.27 - - [2026-03-23 03:20:44] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003293 10.0.0.27 - - [2026-03-23 03:20:44] "GET /virtual-networks?parent_id=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002439 10.0.0.27 - - [2026-03-23 03:20:44] "GET /virtual-network/613c23d3-56d1-4e18-bcf9-460d01e5c484?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005418 10.0.0.27 - - [2026-03-23 03:20:44] "POST /fqname-to-id HTTP/1.1" 404 215 0.003019 10.0.0.27 - - [2026-03-23 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.23 - - [2026-03-23 03:20:44] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000894 10.0.0.27 - - [2026-03-23 03:20:44] "GET /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043440 10.0.0.27 - - [2026-03-23 03:20:44] "POST /network-policys HTTP/1.1" 200 551 0.033625 10.0.0.27 - - [2026-03-23 03:20:44] "GET /network-policy/7bc2e8bd-58a1-466c-8a58-145111836952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.005879 10.0.0.27 - - [2026-03-23 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002387 10.0.0.27 - - [2026-03-23 03:20:44] "GET /virtual-network/5c049261-f77b-4364-a93b-f66aec781b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005326 10.0.0.27 - - [2026-03-23 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.27 - - [2026-03-23 03:20:44] "GET /network-policy/7bc2e8bd-58a1-466c-8a58-145111836952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.004332 10.0.0.23 - - [2026-03-23 03:20:44] "POST /fqname-to-id HTTP/1.1" 404 240 0.005258 10.0.0.27 - - [2026-03-23 03:20:44] "POST /ref-update HTTP/1.1" 200 156 0.058472 10.0.0.27 - - [2026-03-23 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.27 - - [2026-03-23 03:20:44] "GET /network-policy/7bc2e8bd-58a1-466c-8a58-145111836952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.004782 10.0.0.27 - - [2026-03-23 03:20:44] "POST /neutron/network HTTP/1.1" 200 923 0.031119 10.0.0.27 - - [2026-03-23 03:20:44] "GET /virtual-network/5c049261-f77b-4364-a93b-f66aec781b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005613 10.0.0.27 - - [2026-03-23 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.27 - - [2026-03-23 03:20:45] "GET /network-policy/7bc2e8bd-58a1-466c-8a58-145111836952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.003838 10.0.0.27 - - [2026-03-23 03:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.27 - - [2026-03-23 03:20:45] "GET /virtual-network/613c23d3-56d1-4e18-bcf9-460d01e5c484?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005885 10.0.0.27 - - [2026-03-23 03:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.27 - - [2026-03-23 03:20:45] "GET /network-policy/7bc2e8bd-58a1-466c-8a58-145111836952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.003510 10.0.0.23 - - [2026-03-23 03:20:45] "PUT /access-control-list/0050deda-cb7b-4710-87f9-a2963c85bea5 HTTP/1.1" 200 272 0.030725 10.0.0.27 - - [2026-03-23 03:20:45] "POST /ref-update HTTP/1.1" 200 156 0.069390 10.0.0.27 - - [2026-03-23 03:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.011208 10.0.0.27 - - [2026-03-23 03:20:45] "GET /network-policy/7bc2e8bd-58a1-466c-8a58-145111836952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.006902 10.0.0.23 - - [2026-03-23 03:20:45] "POST /ref-update HTTP/1.1" 200 156 0.033628 10.0.0.27 - - [2026-03-23 03:20:45] "GET /virtual-network/613c23d3-56d1-4e18-bcf9-460d01e5c484?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006749 10.0.0.27 - - [2026-03-23 03:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.27 - - [2026-03-23 03:20:45] "GET /network-policy/7bc2e8bd-58a1-466c-8a58-145111836952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.004520 10.0.0.27 - - [2026-03-23 03:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.27 - - [2026-03-23 03:20:45] "GET /service-template/69246b91-0ab2-45a5-aa44-6db5645139b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.003664 10.0.0.27 - - [2026-03-23 03:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.23 - - [2026-03-23 03:20:45] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000916 10.0.0.27 - - [2026-03-23 03:20:45] "GET /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.037360 10.0.0.27 - - [2026-03-23 03:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.27 - - [2026-03-23 03:20:45] "GET /service-instance/8a642c82-3fa7-4053-abdd-628f6abe1c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2542 0.006510 10.0.0.27 - - [2026-03-23 03:20:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007250 10.0.0.27 - - [2026-03-23 03:20:46] "POST /neutron/port HTTP/1.1" 200 1382 0.023920 10.0.0.27 - - [2026-03-23 03:20:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007179 10.0.0.27 - - [2026-03-23 03:20:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001153 10.0.0.27 - - [2026-03-23 03:20:46] "GET /virtual-machine/8d246474-8ed9-4984-942e-c61c7df8bbfc HTTP/1.1" 200 1295 0.003236 10.0.0.27 - - [2026-03-23 03:20:46] "GET /virtual-machine-interface/ac4c764a-6901-455b-8e9f-172a40e86345 HTTP/1.1" 200 3890 0.004675 10.0.0.27 - - [2026-03-23 03:20:46] "GET /instance-ip/27efae37-5e58-42cb-b87b-59b062e7b90f HTTP/1.1" 200 1962 0.004119 10.0.0.27 - - [2026-03-23 03:20:46] "GET /instance-ip/3ce70751-463a-4dc6-997c-f4dcb65fb779 HTTP/1.1" 200 1964 0.003218 10.0.0.27 - - [2026-03-23 03:20:46] "GET /instance-ip/63c06d4a-cbb4-45c3-ae4e-5ef2ee3c6853 HTTP/1.1" 200 1633 0.005294 10.0.0.27 - - [2026-03-23 03:20:46] "POST /neutron/port HTTP/1.1" 200 1382 0.028608 10.0.0.27 - - [2026-03-23 03:20:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009377 10.0.0.27 - - [2026-03-23 03:20:46] "GET /virtual-machine/8d246474-8ed9-4984-942e-c61c7df8bbfc HTTP/1.1" 200 1295 0.003692 10.0.0.27 - - [2026-03-23 03:20:46] "GET /virtual-machine-interface/ac4c764a-6901-455b-8e9f-172a40e86345 HTTP/1.1" 200 3890 0.005803 10.0.0.27 - - [2026-03-23 03:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.27 - - [2026-03-23 03:20:46] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003436 10.0.0.27 - - [2026-03-23 03:20:46] "GET /virtual-networks?parent_id=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002852 10.0.0.27 - - [2026-03-23 03:20:46] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005518 10.0.0.27 - - [2026-03-23 03:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.27 - - [2026-03-23 03:20:48] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003293 10.0.0.27 - - [2026-03-23 03:20:48] "GET /virtual-networks?parent_id=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002728 10.0.0.27 - - [2026-03-23 03:20:48] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005263 10.0.0.27 - - [2026-03-23 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.27 - - [2026-03-23 03:20:48] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003813 10.0.0.27 - - [2026-03-23 03:20:48] "GET /virtual-networks?parent_id=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004997 10.0.0.27 - - [2026-03-23 03:20:48] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005608 10.0.0.27 - - [2026-03-23 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.27 - - [2026-03-23 03:20:48] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003627 10.0.0.27 - - [2026-03-23 03:20:48] "GET /virtual-networks?parent_id=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004202 10.0.0.27 - - [2026-03-23 03:20:48] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005731 10.0.0.27 - - [2026-03-23 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.27 - - [2026-03-23 03:20:48] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003725 10.0.0.27 - - [2026-03-23 03:20:48] "GET /virtual-networks?parent_id=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003218 10.0.0.27 - - [2026-03-23 03:20:48] "GET /virtual-network/842a6868-663e-413f-839e-03e18d07739c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006315 10.0.0.27 - - [2026-03-23 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.27 - - [2026-03-23 03:20:48] "GET /routing-instance/ca87c718-7437-413b-8a6e-668ffc0330cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003936 10.0.0.27 - - [2026-03-23 03:20:48] "GET /routing-instance/ca87c718-7437-413b-8a6e-668ffc0330cd?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1589 0.007114 10.0.0.27 - - [2026-03-23 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.27 - - [2026-03-23 03:20:48] "GET /routing-instance/788748de-2e3a-4289-8b3e-9cc8eebcd193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004075 10.0.0.27 - - [2026-03-23 03:20:48] "GET /routing-instance/788748de-2e3a-4289-8b3e-9cc8eebcd193?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.005492 10.0.0.27 - - [2026-03-23 03:21:12] "POST /neutron/network HTTP/1.1" 200 856 0.046980 10.0.0.27 - - [2026-03-23 03:21:12] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.27 - - [2026-03-23 03:21:19] "POST /neutron/port HTTP/1.1" 200 1125 0.047845 10.0.0.27 - - [2026-03-23 03:21:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.010350 10.0.0.27 - - [2026-03-23 03:21:37] "GET /network-policy/7bc2e8bd-58a1-466c-8a58-145111836952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.005050 10.0.0.27 - - [2026-03-23 03:21:37] "PUT /network-policy/7bc2e8bd-58a1-466c-8a58-145111836952 HTTP/1.1" 200 262 0.013983 10.0.0.27 - - [2026-03-23 03:21:37] "GET /network-policy/7bc2e8bd-58a1-466c-8a58-145111836952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005079 10.0.0.23 - - [2026-03-23 03:21:37] "PUT /access-control-list/607cc06f-eaf9-47e4-9c3c-bd2e9f5d9753 HTTP/1.1" 200 272 0.106781 10.0.0.27 - - [2026-03-23 03:21:37] "POST /neutron/port HTTP/1.1" 200 1382 0.022390 10.0.0.27 - - [2026-03-23 03:22:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006824 10.0.0.27 - - [2026-03-23 03:22:06] "POST /ref-update HTTP/1.1" 200 156 0.062069 10.0.0.27 - - [2026-03-23 03:22:06] "GET /virtual-network/613c23d3-56d1-4e18-bcf9-460d01e5c484?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010355 10.0.0.27 - - [2026-03-23 03:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.27 - - [2026-03-23 03:22:06] "GET /network-policy/7bc2e8bd-58a1-466c-8a58-145111836952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.003612 10.0.0.27 - - [2026-03-23 03:22:06] "POST /ref-update HTTP/1.1" 200 156 0.047118 10.0.0.27 - - [2026-03-23 03:22:06] "GET /virtual-network/5c049261-f77b-4364-a93b-f66aec781b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007062 10.0.0.27 - - [2026-03-23 03:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.27 - - [2026-03-23 03:22:06] "GET /network-policy/7bc2e8bd-58a1-466c-8a58-145111836952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.003449 10.0.0.27 - - [2026-03-23 03:22:06] "DELETE /network-policy/7bc2e8bd-58a1-466c-8a58-145111836952 HTTP/1.1" 200 115 0.035605 10.0.0.27 - - [2026-03-23 03:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.27 - - [2026-03-23 03:22:06] "DELETE /service-instance/8a642c82-3fa7-4053-abdd-628f6abe1c34 HTTP/1.1" 200 115 0.049523 10.0.0.50 - - [2026-03-23 03:22:06] "POST /ref-update HTTP/1.1" 200 156 0.072216 10.0.0.27 - - [2026-03-23 03:22:06] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.006191 10.0.0.27 - - [2026-03-23 03:22:06] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002402 10.0.0.23 - - [2026-03-23 03:22:06] "POST /ref-update HTTP/1.1" 200 156 0.035017 10.0.0.50 - - [2026-03-23 03:22:06] "DELETE /instance-ip/27efae37-5e58-42cb-b87b-59b062e7b90f HTTP/1.1" 200 115 0.056286 10.0.0.27 - - [2026-03-23 03:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.23 - - [2026-03-23 03:22:06] "POST /ref-update HTTP/1.1" 200 156 0.033858 10.0.0.27 - - [2026-03-23 03:22:06] "DELETE /service-template/69246b91-0ab2-45a5-aa44-6db5645139b0 HTTP/1.1" 200 115 0.049465 10.0.0.27 - - [2026-03-23 03:22:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.003276 10.0.0.27 - - [2026-03-23 03:22:07] "POST /neutron/network HTTP/1.1" 200 850 0.007530 10.0.0.23 - - [2026-03-23 03:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.27 - - [2026-03-23 03:22:07] "POST /neutron/port HTTP/1.1" 200 1114 0.017355 10.0.0.27 - - [2026-03-23 03:22:07] "POST /neutron/network HTTP/1.1" 400 204 0.017502 10.0.0.27 - - [2026-03-23 03:22:07] "POST /neutron/port HTTP/1.1" 200 1127 0.038703 10.0.0.27 - - [2026-03-23 03:22:08] "POST /neutron/port HTTP/1.1" 200 151 0.202948 10.0.0.23 - - [2026-03-23 03:22:09] "DELETE /route-target/735abf5f-f56c-4b88-b297-0b96c9159ae3 HTTP/1.1" 200 115 0.027571 10.0.0.27 - - [2026-03-23 03:22:10] "POST /neutron/network HTTP/1.1" 200 835 0.006963 10.0.0.23 - - [2026-03-23 03:22:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003292 10.0.0.23 - - [2026-03-23 03:22:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002722 10.0.0.27 - - [2026-03-23 03:22:10] "POST /neutron/network HTTP/1.1" 200 151 0.111433 10.0.0.23 - - [2026-03-23 03:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005408 10.0.0.23 - - [2026-03-23 03:22:11] "DELETE /route-target/8bb54687-7c00-47fc-bfd8-1ec468fae700 HTTP/1.1" 200 115 0.040863 10.0.0.23 - - [2026-03-23 03:22:12] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001013 10.0.0.27 - - [2026-03-23 03:22:12] "GET /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.084754 10.0.0.23 - - [2026-03-23 03:22:12] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001009 10.0.0.27 - - [2026-03-23 03:22:12] "GET /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab?fields=virtual_networks HTTP/1.1" 200 1036 0.088594 10.0.0.23 - - [2026-03-23 03:22:12] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000989 10.0.0.27 - - [2026-03-23 03:22:12] "GET /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.046545 10.0.0.23 - - [2026-03-23 03:22:12] "GET /projects?obj_uuids=95387fa9-5223-4fa6-96c6-c84eb332d7ab&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000972 10.0.0.27 - - [2026-03-23 03:22:12] "GET /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab?fields=security_groups HTTP/1.1" 200 1264 0.050128 10.0.0.27 - - [2026-03-23 03:22:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.041097 10.0.0.23 - - [2026-03-23 03:22:13] "GET /projects?obj_uuids=3aea5710-6e03-4a74-b2ac-245599cdab41&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002837 10.0.0.23 - - [2026-03-23 03:22:14] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000864 10.0.0.23 - - [2026-03-23 03:22:14] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007041 10.0.0.23 - - [2026-03-23 03:22:14] "POST /id-to-fqname HTTP/1.1" 200 191 0.006480 10.0.0.23 - - [2026-03-23 03:22:14] "POST /fqname-to-id HTTP/1.1" 404 200 0.007266 10.0.0.23 - - [2026-03-23 03:22:14] "POST /security-groups HTTP/1.1" 200 592 0.031779 10.0.0.23 - - [2026-03-23 03:22:14] "POST /projects HTTP/1.1" 200 587 0.270369 10.0.0.23 - - [2026-03-23 03:22:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.015887 10.0.0.23 - - [2026-03-23 03:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.347509 10.0.0.27 - - [2026-03-23 03:22:14] "GET /project/3aea5710-6e03-4a74-b2ac-245599cdab41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.489942 10.0.0.27 - - [2026-03-23 03:22:15] "GET / HTTP/1.1" 200 35931 0.001397 10.0.0.27 - - [2026-03-23 03:22:17] "GET /project/3aea5710-6e03-4a74-b2ac-245599cdab41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000393 10.0.0.23 - - [2026-03-23 03:22:18] "GET /projects?obj_uuids=3aea5710-6e03-4a74-b2ac-245599cdab41&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000895 10.0.0.27 - - [2026-03-23 03:22:18] "GET /project/3aea5710-6e03-4a74-b2ac-245599cdab41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.078370 10.0.0.27 - - [2026-03-23 03:22:18] "POST /fqname-to-id HTTP/1.1" 404 180 0.002923 10.0.0.27 - - [2026-03-23 03:22:18] "POST /virtual-DNSs HTTP/1.1" 200 507 0.030431 10.0.0.27 - - [2026-03-23 03:22:18] "GET /virtual-DNS/44e05b01-3d0f-4b7a-ba41-693c5599c465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.005905 10.0.0.27 - - [2026-03-23 03:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.011715 10.0.0.27 - - [2026-03-23 03:22:18] "GET /virtual-DNS/44e05b01-3d0f-4b7a-ba41-693c5599c465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.009650 10.0.0.27 - - [2026-03-23 03:22:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003379 10.0.0.27 - - [2026-03-23 03:22:19] "POST /network-ipams HTTP/1.1" 200 514 0.027540 10.0.0.27 - - [2026-03-23 03:22:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002961 10.0.0.27 - - [2026-03-23 03:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.27 - - [2026-03-23 03:22:19] "GET /network-ipam/3d99a597-dfc0-41b7-892f-6b68e29559c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.005904 10.0.0.27 - - [2026-03-23 03:22:19] "PUT /network-ipam/3d99a597-dfc0-41b7-892f-6b68e29559c2 HTTP/1.1" 200 258 0.014068 10.0.0.27 - - [2026-03-23 03:22:19] "POST /ref-update HTTP/1.1" 200 156 0.014920 10.0.0.27 - - [2026-03-23 03:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.23 - - [2026-03-23 03:22:19] "GET /projects?obj_uuids=3aea5710-6e03-4a74-b2ac-245599cdab41&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001014 10.0.0.27 - - [2026-03-23 03:22:19] "GET /project/3aea5710-6e03-4a74-b2ac-245599cdab41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.037248 10.0.0.27 - - [2026-03-23 03:22:19] "POST /neutron/network HTTP/1.1" 200 117 0.039363 10.0.0.23 - - [2026-03-23 03:22:19] "POST /ref-update HTTP/1.1" 200 156 0.029154 10.0.0.27 - - [2026-03-23 03:22:20] "POST /neutron/network HTTP/1.1" 200 833 0.009022 10.0.0.27 - - [2026-03-23 03:22:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.001051 10.0.0.27 - - [2026-03-23 03:22:20] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005093 10.0.0.27 - - [2026-03-23 03:22:20] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005099 10.0.0.27 - - [2026-03-23 03:22:20] "POST /neutron/subnet HTTP/1.1" 200 711 0.008724 10.0.0.27 - - [2026-03-23 03:22:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.001239 10.0.0.27 - - [2026-03-23 03:22:20] "POST /neutron/network HTTP/1.1" 200 843 0.006396 10.0.0.23 - - [2026-03-23 03:22:21] "GET /projects?obj_uuids=3aea5710-6e03-4a74-b2ac-245599cdab41&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.27 - - [2026-03-23 03:22:21] "GET /project/3aea5710-6e03-4a74-b2ac-245599cdab41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.087735 10.0.0.27 - - [2026-03-23 03:22:21] "POST /neutron/port HTTP/1.1" 200 117 0.005881 10.0.0.23 - - [2026-03-23 03:22:22] "GET /projects?obj_uuids=3aea5710-6e03-4a74-b2ac-245599cdab41&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000789 10.0.0.27 - - [2026-03-23 03:22:22] "POST /neutron/port HTTP/1.1" 200 1058 0.271351 10.0.0.27 - - [2026-03-23 03:22:23] "POST /neutron/port HTTP/1.1" 200 1112 0.111773 10.0.0.27 - - [2026-03-23 03:22:23] "POST /neutron/subnet HTTP/1.1" 200 685 0.008632 10.0.0.27 - - [2026-03-23 03:22:26] "POST /neutron/port HTTP/1.1" 200 1122 0.017290 10.0.0.27 - - [2026-03-23 03:22:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007205 10.0.0.27 - - [2026-03-23 03:22:27] "GET /virtual-machine/612120d0-2522-442e-8d87-97f6657b0ab8 HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2026-03-23 03:22:27] "GET /virtual-machine/612120d0-2522-442e-8d87-97f6657b0ab8 HTTP/1.1" 200 1293 0.049337 10.0.0.27 - - [2026-03-23 03:22:27] "GET /virtual-machine-interface/0b38f473-f5e5-43b1-a557-884bda03ffd6 HTTP/1.1" 200 2962 0.005772 10.0.0.27 - - [2026-03-23 03:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.27 - - [2026-03-23 03:22:27] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003723 10.0.0.27 - - [2026-03-23 03:22:27] "GET /virtual-networks?parent_id=3aea5710-6e03-4a74-b2ac-245599cdab41&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003072 10.0.0.27 - - [2026-03-23 03:22:27] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006359 10.0.0.27 - - [2026-03-23 03:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.27 - - [2026-03-23 03:22:30] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006466 10.0.0.27 - - [2026-03-23 03:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.27 - - [2026-03-23 03:22:34] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005128 10.0.0.23 - - [2026-03-23 03:22:35] "DELETE /project/95387fa9-5223-4fa6-96c6-c84eb332d7ab HTTP/1.1" 404 177 0.004099 10.0.0.23 - - [2026-03-23 03:22:35] "DELETE /project/3aea57106e034a74b2ac245599cdab41 HTTP/1.1" 404 173 0.003632 10.0.0.27 - - [2026-03-23 03:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.27 - - [2026-03-23 03:22:38] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005904 10.0.0.27 - - [2026-03-23 03:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.27 - - [2026-03-23 03:22:43] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004889 10.0.0.27 - - [2026-03-23 03:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.27 - - [2026-03-23 03:22:47] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005344 10.0.0.27 - - [2026-03-23 03:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.27 - - [2026-03-23 03:22:51] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004822 10.0.0.27 - - [2026-03-23 03:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.27 - - [2026-03-23 03:22:55] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006946 10.0.0.27 - - [2026-03-23 03:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.27 - - [2026-03-23 03:22:59] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005402 10.0.0.27 - - [2026-03-23 03:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.27 - - [2026-03-23 03:23:03] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005152 10.0.0.27 - - [2026-03-23 03:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.27 - - [2026-03-23 03:23:05] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004236 10.0.0.27 - - [2026-03-23 03:23:05] "GET /virtual-networks?parent_id=3aea5710-6e03-4a74-b2ac-245599cdab41&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003382 10.0.0.27 - - [2026-03-23 03:23:05] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007081 10.0.0.27 - - [2026-03-23 03:23:05] "POST /neutron/port HTTP/1.1" 200 1122 0.020179 10.0.0.27 - - [2026-03-23 03:23:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006531 10.0.0.27 - - [2026-03-23 03:23:15] "POST /neutron/network HTTP/1.1" 200 843 0.006472 10.0.0.27 - - [2026-03-23 03:23:15] "POST /neutron/subnet HTTP/1.1" 200 685 0.007787 10.0.0.27 - - [2026-03-23 03:23:15] "POST /neutron/network HTTP/1.1" 200 833 0.006873 10.0.0.27 - - [2026-03-23 03:23:21] "POST /neutron/port HTTP/1.1" 200 1122 0.020718 10.0.0.27 - - [2026-03-23 03:23:54] "POST /neutron/network HTTP/1.1" 200 833 0.006609 10.0.0.27 - - [2026-03-23 03:23:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.000938 10.0.0.27 - - [2026-03-23 03:23:54] "POST /neutron/network HTTP/1.1" 200 843 0.006222 10.0.0.23 - - [2026-03-23 03:23:55] "GET /projects?obj_uuids=3aea5710-6e03-4a74-b2ac-245599cdab41&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.029577 10.0.0.27 - - [2026-03-23 03:23:55] "GET /project/3aea5710-6e03-4a74-b2ac-245599cdab41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.114958 10.0.0.27 - - [2026-03-23 03:23:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006708 10.0.0.27 - - [2026-03-23 03:23:56] "POST /neutron/network HTTP/1.1" 200 843 0.006177 10.0.0.27 - - [2026-03-23 03:23:56] "POST /neutron/port HTTP/1.1" 200 1058 0.015461 10.0.0.27 - - [2026-03-23 03:23:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003788 10.0.0.27 - - [2026-03-23 03:23:56] "POST /neutron/network HTTP/1.1" 200 833 0.006751 10.0.0.27 - - [2026-03-23 03:24:01] "POST /neutron/port HTTP/1.1" 200 1122 0.020252 10.0.0.27 - - [2026-03-23 03:24:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010039 10.0.0.27 - - [2026-03-23 03:24:01] "GET /virtual-machine/a01347bc-6dc1-452f-916a-7f049d655ad6 HTTP/1.1" 200 1294 0.005704 10.0.0.27 - - [2026-03-23 03:24:01] "GET /virtual-machine-interface/54259af4-e402-4767-b7ee-66dab326cc77 HTTP/1.1" 200 2963 0.004566 10.0.0.27 - - [2026-03-23 03:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.27 - - [2026-03-23 03:24:01] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004873 10.0.0.27 - - [2026-03-23 03:24:01] "GET /virtual-networks?parent_id=3aea5710-6e03-4a74-b2ac-245599cdab41&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004318 10.0.0.27 - - [2026-03-23 03:24:01] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005947 10.0.0.27 - - [2026-03-23 03:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.27 - - [2026-03-23 03:24:04] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004543 10.0.0.27 - - [2026-03-23 03:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.27 - - [2026-03-23 03:24:08] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005516 10.0.0.27 - - [2026-03-23 03:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.27 - - [2026-03-23 03:24:12] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005383 10.0.0.27 - - [2026-03-23 03:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.27 - - [2026-03-23 03:24:16] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004713 10.0.0.27 - - [2026-03-23 03:24:17] "POST /neutron/network HTTP/1.1" 200 843 0.007110 10.0.0.27 - - [2026-03-23 03:24:17] "POST /neutron/port HTTP/1.1" 200 117 0.001360 10.0.0.27 - - [2026-03-23 03:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.27 - - [2026-03-23 03:24:20] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004935 10.0.0.27 - - [2026-03-23 03:24:22] "POST /neutron/port HTTP/1.1" 200 1122 0.017555 10.0.0.27 - - [2026-03-23 03:24:22] "POST /neutron/subnet HTTP/1.1" 200 685 0.008232 10.0.0.27 - - [2026-03-23 03:24:23] "GET /obj-perms HTTP/1.1" 200 5056 0.072607 10.0.0.50 - - [2026-03-23 03:24:23] "GET /obj-perms HTTP/1.1" 200 5056 0.061874 10.0.0.27 - - [2026-03-23 03:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004966 10.0.0.27 - - [2026-03-23 03:24:24] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005038 10.0.0.27 - - [2026-03-23 03:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.27 - - [2026-03-23 03:24:29] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005831 10.0.0.27 - - [2026-03-23 03:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.27 - - [2026-03-23 03:24:33] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005386 10.0.0.27 - - [2026-03-23 03:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.27 - - [2026-03-23 03:24:37] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006816 10.0.0.27 - - [2026-03-23 03:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.27 - - [2026-03-23 03:24:39] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003606 10.0.0.27 - - [2026-03-23 03:24:39] "GET /virtual-networks?parent_id=3aea5710-6e03-4a74-b2ac-245599cdab41&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003642 10.0.0.27 - - [2026-03-23 03:24:39] "GET /virtual-network/4616b2ea-4a79-44ce-930e-cfc266fdf8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005780 10.0.0.27 - - [2026-03-23 03:24:39] "POST /neutron/port HTTP/1.1" 200 1122 0.020996 10.0.0.27 - - [2026-03-23 03:24:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007392 10.0.0.27 - - [2026-03-23 03:24:50] "POST /neutron/port HTTP/1.1" 200 1122 0.016189 10.0.0.27 - - [2026-03-23 03:24:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008250 10.0.0.27 - - [2026-03-23 03:25:17] "POST /neutron/port HTTP/1.1" 200 1122 0.016078 10.0.0.27 - - [2026-03-23 03:25:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003471 10.0.0.27 - - [2026-03-23 03:25:17] "POST /neutron/network HTTP/1.1" 200 833 0.007437 10.0.0.23 - - [2026-03-23 03:25:24] "GET /obj-perms HTTP/1.1" 200 5056 0.060778 10.0.0.27 - - [2026-03-23 03:25:24] "POST /neutron/network HTTP/1.1" 200 843 0.007727 10.0.0.27 - - [2026-03-23 03:25:24] "POST /neutron/port HTTP/1.1" 200 117 0.001427 10.0.0.50 - - [2026-03-23 03:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.50 - - [2026-03-23 03:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.23 - - [2026-03-23 03:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.23 - - [2026-03-23 03:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.23 - - [2026-03-23 03:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000836 10.0.0.23 - - [2026-03-23 03:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.50 - - [2026-03-23 03:25:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.50 - - [2026-03-23 03:25:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.27 - - [2026-03-23 03:25:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.27 - - [2026-03-23 03:25:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.27 - - [2026-03-23 03:25:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2026-03-23 03:25:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.27 - - [2026-03-23 03:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.27 - - [2026-03-23 03:25:38] "DELETE /virtual-DNS/44e05b01-3d0f-4b7a-ba41-693c5599c465 HTTP/1.1" 409 235 0.008083 10.0.0.27 - - [2026-03-23 03:25:38] "POST /fqname-to-id HTTP/1.1" 404 192 0.003770 10.0.0.27 - - [2026-03-23 03:25:39] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.027131 10.0.0.27 - - [2026-03-23 03:25:39] "GET /virtual-DNS-record/761f4fcc-8862-4528-95b2-2e243ccaf7a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.006058 10.0.0.27 - - [2026-03-23 03:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.27 - - [2026-03-23 03:25:39] "GET /virtual-DNS-record/761f4fcc-8862-4528-95b2-2e243ccaf7a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003986 10.0.0.27 - - [2026-03-23 03:25:45] "DELETE /virtual-DNS-record/761f4fcc-8862-4528-95b2-2e243ccaf7a3 HTTP/1.1" 200 115 0.026951 10.0.0.27 - - [2026-03-23 03:25:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.002759 10.0.0.27 - - [2026-03-23 03:25:46] "POST /neutron/network HTTP/1.1" 400 204 0.013838 10.0.0.27 - - [2026-03-23 03:25:46] "POST /neutron/port HTTP/1.1" 200 151 0.191859 10.0.0.27 - - [2026-03-23 03:25:46] "POST /neutron/port HTTP/1.1" 200 151 0.221898 10.0.0.23 - - [2026-03-23 03:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.27 - - [2026-03-23 03:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.27 - - [2026-03-23 03:25:48] "DELETE /network-ipam/3d99a597-dfc0-41b7-892f-6b68e29559c2 HTTP/1.1" 200 115 0.070022 10.0.0.27 - - [2026-03-23 03:25:48] "DELETE /virtual-DNS/44e05b01-3d0f-4b7a-ba41-693c5599c465 HTTP/1.1" 200 115 0.034576 10.0.0.27 - - [2026-03-23 03:25:48] "POST /fqname-to-id HTTP/1.1" 404 180 0.008029 10.0.0.23 - - [2026-03-23 03:25:49] "GET /projects?obj_uuids=3aea5710-6e03-4a74-b2ac-245599cdab41&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000900 10.0.0.27 - - [2026-03-23 03:25:49] "GET /project/3aea5710-6e03-4a74-b2ac-245599cdab41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.061934 10.0.0.23 - - [2026-03-23 03:25:49] "GET /projects?obj_uuids=3aea5710-6e03-4a74-b2ac-245599cdab41&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001282 10.0.0.27 - - [2026-03-23 03:25:49] "GET /project/3aea5710-6e03-4a74-b2ac-245599cdab41?fields=virtual_networks HTTP/1.1" 200 1033 0.058747 10.0.0.23 - - [2026-03-23 03:25:50] "GET /projects?obj_uuids=3aea5710-6e03-4a74-b2ac-245599cdab41&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000872 10.0.0.27 - - [2026-03-23 03:25:50] "GET /project/3aea5710-6e03-4a74-b2ac-245599cdab41?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.054750 10.0.0.23 - - [2026-03-23 03:25:50] "GET /projects?obj_uuids=3aea5710-6e03-4a74-b2ac-245599cdab41&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000901 10.0.0.27 - - [2026-03-23 03:25:50] "GET /project/3aea5710-6e03-4a74-b2ac-245599cdab41?fields=security_groups HTTP/1.1" 200 1260 0.040765 10.0.0.27 - - [2026-03-23 03:25:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.031390 10.0.0.23 - - [2026-03-23 03:25:51] "GET /projects?obj_uuids=5ea693d7-b454-49f6-9520-03879f5e5197&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003516 10.0.0.23 - - [2026-03-23 03:25:51] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.23 - - [2026-03-23 03:25:51] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040118 10.0.0.23 - - [2026-03-23 03:25:51] "POST /id-to-fqname HTTP/1.1" 200 191 0.004206 10.0.0.23 - - [2026-03-23 03:25:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.006033 10.0.0.23 - - [2026-03-23 03:25:51] "POST /security-groups HTTP/1.1" 200 592 0.031786 10.0.0.23 - - [2026-03-23 03:25:51] "POST /projects HTTP/1.1" 200 587 0.239658 10.0.0.23 - - [2026-03-23 03:25:51] "POST /access-control-lists HTTP/1.1" 200 597 0.036717 10.0.0.23 - - [2026-03-23 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.315334 10.0.0.27 - - [2026-03-23 03:25:51] "GET /project/5ea693d7-b454-49f6-9520-03879f5e5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.494544 10.0.0.27 - - [2026-03-23 03:25:52] "GET / HTTP/1.1" 200 35931 0.001585 10.0.0.27 - - [2026-03-23 03:25:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000545 10.0.0.27 - - [2026-03-23 03:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.062739 10.0.0.23 - - [2026-03-23 03:25:55] "GET /projects?obj_uuids=5ea693d7-b454-49f6-9520-03879f5e5197&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000818 10.0.0.27 - - [2026-03-23 03:25:55] "GET /project/5ea693d7-b454-49f6-9520-03879f5e5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.034484 10.0.0.27 - - [2026-03-23 03:25:55] "POST /neutron/network HTTP/1.1" 200 117 0.042943 10.0.0.23 - - [2026-03-23 03:25:55] "POST /route-targets HTTP/1.1" 200 327 0.016763 10.0.0.27 - - [2026-03-23 03:25:55] "POST /neutron/network HTTP/1.1" 200 828 0.009488 10.0.0.27 - - [2026-03-23 03:25:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001023 10.0.0.27 - - [2026-03-23 03:25:55] "GET /virtual-network/98ed0a24-db79-4b94-8e74-497687177968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004611 10.0.0.27 - - [2026-03-23 03:25:55] "GET /virtual-network/98ed0a24-db79-4b94-8e74-497687177968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004889 10.0.0.27 - - [2026-03-23 03:25:55] "POST /neutron/subnet HTTP/1.1" 200 730 0.008451 10.0.0.27 - - [2026-03-23 03:25:56] "GET /virtual-network/98ed0a24-db79-4b94-8e74-497687177968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004785 10.0.0.27 - - [2026-03-23 03:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.23 - - [2026-03-23 03:25:57] "GET /projects?obj_uuids=5ea693d7-b454-49f6-9520-03879f5e5197&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000829 10.0.0.27 - - [2026-03-23 03:25:57] "GET /project/5ea693d7-b454-49f6-9520-03879f5e5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030140 10.0.0.23 - - [2026-03-23 03:25:58] "POST /ref-update HTTP/1.1" 200 156 0.026117 10.0.0.23 - - [2026-03-23 03:25:58] "POST /useragent-kv HTTP/1.1" 200 115 0.012635 10.0.0.27 - - [2026-03-23 03:25:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.187603 10.0.0.27 - - [2026-03-23 03:25:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001996 10.0.0.27 - - [2026-03-23 03:25:58] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007696 10.0.0.27 - - [2026-03-23 03:25:58] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005358 10.0.0.27 - - [2026-03-23 03:25:58] "POST /neutron/network HTTP/1.1" 200 828 0.005218 10.0.0.27 - - [2026-03-23 03:25:58] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006846 10.0.0.27 - - [2026-03-23 03:25:58] "GET /obj-perms HTTP/1.1" 200 5032 0.073688 10.0.0.27 - - [2026-03-23 03:25:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001336 10.0.0.23 - - [2026-03-23 03:26:15] "GET /projects?obj_uuids=5ea693d7-b454-49f6-9520-03879f5e5197&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001078 10.0.0.27 - - [2026-03-23 03:26:16] "GET /project/5ea693d7-b454-49f6-9520-03879f5e5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.073161 10.0.0.27 - - [2026-03-23 03:26:16] "POST /neutron/network HTTP/1.1" 200 828 0.037198 10.0.0.27 - - [2026-03-23 03:26:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001166 10.0.0.27 - - [2026-03-23 03:26:16] "POST /neutron/port HTTP/1.1" 200 117 0.010026 10.0.0.23 - - [2026-03-23 03:26:16] "GET /projects?obj_uuids=5ea693d7-b454-49f6-9520-03879f5e5197&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000968 10.0.0.27 - - [2026-03-23 03:26:17] "POST /neutron/port HTTP/1.1" 200 1062 0.318865 10.0.0.23 - - [2026-03-23 03:26:17] "GET /projects?obj_uuids=5ea693d7-b454-49f6-9520-03879f5e5197&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000808 10.0.0.27 - - [2026-03-23 03:26:17] "GET /project/5ea693d7-b454-49f6-9520-03879f5e5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.095698 10.0.0.27 - - [2026-03-23 03:26:17] "POST /neutron/port HTTP/1.1" 200 1116 0.195837 10.0.0.27 - - [2026-03-23 03:26:17] "POST /neutron/port HTTP/1.1" 200 1126 0.031176 10.0.0.27 - - [2026-03-23 03:26:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007916 10.0.0.27 - - [2026-03-23 03:26:17] "POST /neutron/network HTTP/1.1" 200 828 0.010839 10.0.0.27 - - [2026-03-23 03:26:18] "POST /neutron/network HTTP/1.1" 200 838 0.012233 10.0.0.27 - - [2026-03-23 03:26:18] "POST /neutron/port HTTP/1.1" 200 1062 0.033228 10.0.0.27 - - [2026-03-23 03:26:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.040842 10.0.0.27 - - [2026-03-23 03:26:19] "POST /neutron/network HTTP/1.1" 200 828 0.017701 10.0.0.50 - - [2026-03-23 03:26:24] "GET /obj-perms HTTP/1.1" 200 5056 0.085377 10.0.0.23 - - [2026-03-23 03:26:25] "GET /obj-perms HTTP/1.1" 200 5056 0.099041 10.0.0.27 - - [2026-03-23 03:26:28] "POST /neutron/port HTTP/1.1" 200 1126 0.040115 10.0.0.27 - - [2026-03-23 03:26:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009382 10.0.0.23 - - [2026-03-23 03:26:35] "DELETE /project/3aea5710-6e03-4a74-b2ac-245599cdab41 HTTP/1.1" 404 177 0.002998 10.0.0.23 - - [2026-03-23 03:26:35] "DELETE /project/5ea693d7b45449f6952003879f5e5197 HTTP/1.1" 404 173 0.013682 10.0.0.27 - - [2026-03-23 03:26:43] "POST /neutron/port HTTP/1.1" 200 1126 0.015330 10.0.0.27 - - [2026-03-23 03:26:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006963 10.0.0.27 - - [2026-03-23 03:26:58] "POST /neutron/port HTTP/1.1" 200 1126 0.018586 10.0.0.27 - - [2026-03-23 03:27:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007145 10.0.0.27 - - [2026-03-23 03:27:04] "POST /neutron/port HTTP/1.1" 200 1126 0.016832 10.0.0.27 - - [2026-03-23 03:27:04] "GET /virtual-machine/424969a6-609d-417b-acd4-6dd4bce1b717 HTTP/1.1" 401 292 0.000351 10.0.0.27 - - [2026-03-23 03:27:04] "GET /virtual-machine/424969a6-609d-417b-acd4-6dd4bce1b717 HTTP/1.1" 200 1293 0.034899 10.0.0.27 - - [2026-03-23 03:27:04] "GET /virtual-machine-interface/236ab2a0-4c70-4e03-b405-d881e40587c6 HTTP/1.1" 200 2948 0.005574 10.0.0.27 - - [2026-03-23 03:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.27 - - [2026-03-23 03:27:04] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003446 10.0.0.27 - - [2026-03-23 03:27:04] "GET /virtual-networks?parent_id=5ea693d7-b454-49f6-9520-03879f5e5197&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002527 10.0.0.27 - - [2026-03-23 03:27:04] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006459 10.0.0.27 - - [2026-03-23 03:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.27 - - [2026-03-23 03:27:07] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004930 10.0.0.27 - - [2026-03-23 03:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.27 - - [2026-03-23 03:27:11] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004729 10.0.0.27 - - [2026-03-23 03:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.27 - - [2026-03-23 03:27:15] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006564 10.0.0.27 - - [2026-03-23 03:27:17] "POST /neutron/port HTTP/1.1" 200 1126 0.018386 10.0.0.27 - - [2026-03-23 03:27:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.008465 10.0.0.27 - - [2026-03-23 03:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.27 - - [2026-03-23 03:27:20] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005644 10.0.0.27 - - [2026-03-23 03:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.27 - - [2026-03-23 03:27:24] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005032 10.0.0.27 - - [2026-03-23 03:27:24] "POST /neutron/port HTTP/1.1" 200 1126 0.017979 10.0.0.27 - - [2026-03-23 03:27:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003651 10.0.0.27 - - [2026-03-23 03:27:24] "POST /neutron/network HTTP/1.1" 200 828 0.008527 10.0.0.27 - - [2026-03-23 03:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.27 - - [2026-03-23 03:27:28] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005713 10.0.0.27 - - [2026-03-23 03:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.27 - - [2026-03-23 03:27:32] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004653 10.0.0.27 - - [2026-03-23 03:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.27 - - [2026-03-23 03:27:36] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004806 10.0.0.27 - - [2026-03-23 03:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.27 - - [2026-03-23 03:27:40] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008395 10.0.0.27 - - [2026-03-23 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.27 - - [2026-03-23 03:27:44] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005658 10.0.0.27 - - [2026-03-23 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.27 - - [2026-03-23 03:27:48] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004632 10.0.0.27 - - [2026-03-23 03:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.27 - - [2026-03-23 03:27:52] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005049 10.0.0.27 - - [2026-03-23 03:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.27 - - [2026-03-23 03:27:56] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003253 10.0.0.27 - - [2026-03-23 03:27:56] "GET /virtual-networks?parent_id=5ea693d7-b454-49f6-9520-03879f5e5197&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002879 10.0.0.27 - - [2026-03-23 03:27:57] "GET /virtual-network/2c19a442-f6be-49ea-a763-e0b8a38c1ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005460 10.0.0.27 - - [2026-03-23 03:28:02] "POST /neutron/port HTTP/1.1" 200 1126 0.017128 10.0.0.27 - - [2026-03-23 03:28:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007900 10.0.0.27 - - [2026-03-23 03:28:16] "POST /neutron/port HTTP/1.1" 200 1126 0.060592 10.0.0.27 - - [2026-03-23 03:28:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007390 10.0.0.27 - - [2026-03-23 03:28:19] "POST /neutron/port HTTP/1.1" 200 1126 0.015110 10.0.0.27 - - [2026-03-23 03:28:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003893 10.0.0.27 - - [2026-03-23 03:28:19] "POST /neutron/network HTTP/1.1" 200 828 0.006163 10.0.0.27 - - [2026-03-23 03:28:26] "POST /neutron/port HTTP/1.1" 200 1126 0.035024 10.0.0.27 - - [2026-03-23 03:28:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004837 10.0.0.27 - - [2026-03-23 03:28:26] "POST /neutron/network HTTP/1.1" 200 828 0.006056 10.0.0.27 - - [2026-03-23 03:28:33] "POST /neutron/port HTTP/1.1" 200 1126 0.016074 10.0.0.27 - - [2026-03-23 03:28:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006408 10.0.0.27 - - [2026-03-23 03:28:48] "POST /neutron/port HTTP/1.1" 200 1126 0.017463 10.0.0.27 - - [2026-03-23 03:28:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006922 10.0.0.27 - - [2026-03-23 03:29:04] "POST /neutron/port HTTP/1.1" 200 1126 0.018394 10.0.0.27 - - [2026-03-23 03:29:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007109 10.0.0.27 - - [2026-03-23 03:29:04] "GET /virtual-machine/aae47b3e-3e88-4765-8287-2a50a82709d6 HTTP/1.1" 200 1293 0.005573 10.0.0.27 - - [2026-03-23 03:29:04] "GET /virtual-machine-interface/4e1c1a24-83ca-47c8-aabf-2e5d039dcf16 HTTP/1.1" 200 2948 0.005318 10.0.0.27 - - [2026-03-23 03:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.27 - - [2026-03-23 03:29:04] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003968 10.0.0.27 - - [2026-03-23 03:29:04] "GET /virtual-networks?parent_id=5ea693d7-b454-49f6-9520-03879f5e5197&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002832 10.0.0.27 - - [2026-03-23 03:29:04] "GET /virtual-network/98ed0a24-db79-4b94-8e74-497687177968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005513 10.0.0.27 - - [2026-03-23 03:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.27 - - [2026-03-23 03:29:05] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003631 10.0.0.27 - - [2026-03-23 03:29:05] "GET /virtual-networks?parent_id=5ea693d7-b454-49f6-9520-03879f5e5197&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003077 10.0.0.27 - - [2026-03-23 03:29:05] "GET /virtual-network/98ed0a24-db79-4b94-8e74-497687177968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005872 10.0.0.27 - - [2026-03-23 03:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.23 - - [2026-03-23 03:29:06] "GET /projects?obj_uuids=5ea693d7-b454-49f6-9520-03879f5e5197&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.039245 10.0.0.27 - - [2026-03-23 03:29:06] "GET /project/5ea693d7-b454-49f6-9520-03879f5e5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.072421 10.0.0.27 - - [2026-03-23 03:29:06] "GET /virtual-network/98ed0a24-db79-4b94-8e74-497687177968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005463 10.0.0.27 - - [2026-03-23 03:29:06] "GET /floating-ip-pools?parent_id=98ed0a24-db79-4b94-8e74-497687177968&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003293 10.0.0.27 - - [2026-03-23 03:29:06] "GET /virtual-network/98ed0a24-db79-4b94-8e74-497687177968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007001 10.0.0.27 - - [2026-03-23 03:29:06] "POST /floating-ip-pools HTTP/1.1" 200 598 0.027657 10.0.0.27 - - [2026-03-23 03:29:06] "POST /ref-update HTTP/1.1" 200 156 0.013655 10.0.0.27 - - [2026-03-23 03:29:06] "GET /virtual-network/98ed0a24-db79-4b94-8e74-497687177968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005103 10.0.0.27 - - [2026-03-23 03:29:06] "GET /virtual-network/98ed0a24-db79-4b94-8e74-497687177968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005100 10.0.0.23 - - [2026-03-23 03:29:06] "GET /projects?obj_uuids=5ea693d7-b454-49f6-9520-03879f5e5197&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000914 10.0.0.27 - - [2026-03-23 03:29:06] "POST /neutron/floatingip HTTP/1.1" 200 531 0.131516 10.0.0.27 - - [2026-03-23 03:29:07] "POST /neutron/floatingip HTTP/1.1" 200 579 0.056446 10.0.0.27 - - [2026-03-23 03:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.27 - - [2026-03-23 03:29:07] "GET /routing-instance/f69e5c33-b93a-4413-bc66-a8beb52b5c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004727 10.0.0.27 - - [2026-03-23 03:29:07] "GET /route-target/4b73f4f7-371a-48d9-9f77-f1b7ed260adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004183 10.0.0.27 - - [2026-03-23 03:29:21] "POST /neutron/port HTTP/1.1" 200 1126 0.016272 10.0.0.27 - - [2026-03-23 03:29:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.008124 10.0.0.27 - - [2026-03-23 03:29:26] "POST /neutron/port HTTP/1.1" 200 1126 0.017296 10.0.0.27 - - [2026-03-23 03:29:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005279 10.0.0.27 - - [2026-03-23 03:29:26] "POST /neutron/network HTTP/1.1" 200 828 0.009518 10.0.0.27 - - [2026-03-23 03:29:44] "POST /neutron/floatingip HTTP/1.1" 200 531 0.006226 10.0.0.27 - - [2026-03-23 03:29:44] "GET /floating-ip-pool/4f61efd8-f64e-4acb-913b-9035c9a26eb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1183 0.003813 10.0.0.27 - - [2026-03-23 03:29:44] "POST /ref-update HTTP/1.1" 200 156 0.012987 10.0.0.27 - - [2026-03-23 03:29:44] "DELETE /floating-ip-pool/4f61efd8-f64e-4acb-913b-9035c9a26eb4 HTTP/1.1" 200 115 0.041007 10.0.0.27 - - [2026-03-23 03:29:44] "POST /neutron/network HTTP/1.1" 400 204 0.013077 10.0.0.27 - - [2026-03-23 03:29:45] "POST /neutron/port HTTP/1.1" 200 151 0.198408 10.0.0.27 - - [2026-03-23 03:29:45] "POST /neutron/port HTTP/1.1" 200 151 0.212492 10.0.0.23 - - [2026-03-23 03:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.067883 10.0.0.27 - - [2026-03-23 03:29:47] "POST /neutron/network HTTP/1.1" 200 828 0.006177 10.0.0.23 - - [2026-03-23 03:29:47] "DELETE /route-target/4b73f4f7-371a-48d9-9f77-f1b7ed260adb HTTP/1.1" 200 115 0.022717 10.0.0.23 - - [2026-03-23 03:29:48] "GET /projects?obj_uuids=5ea693d7-b454-49f6-9520-03879f5e5197&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000854 10.0.0.27 - - [2026-03-23 03:29:48] "GET /project/5ea693d7-b454-49f6-9520-03879f5e5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.070896 10.0.0.23 - - [2026-03-23 03:29:48] "GET /projects?obj_uuids=5ea693d7-b454-49f6-9520-03879f5e5197&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001358 10.0.0.27 - - [2026-03-23 03:29:48] "GET /project/5ea693d7-b454-49f6-9520-03879f5e5197?fields=virtual_networks HTTP/1.1" 200 1033 0.037792 10.0.0.23 - - [2026-03-23 03:29:48] "GET /projects?obj_uuids=5ea693d7-b454-49f6-9520-03879f5e5197&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000964 10.0.0.27 - - [2026-03-23 03:29:49] "GET /project/5ea693d7-b454-49f6-9520-03879f5e5197?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.037534 10.0.0.23 - - [2026-03-23 03:29:49] "GET /projects?obj_uuids=5ea693d7-b454-49f6-9520-03879f5e5197&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000903 10.0.0.27 - - [2026-03-23 03:29:49] "GET /project/5ea693d7-b454-49f6-9520-03879f5e5197?fields=security_groups HTTP/1.1" 200 1260 0.033637 10.0.0.27 - - [2026-03-23 03:29:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.034169 10.0.0.23 - - [2026-03-23 03:29:50] "GET /projects?obj_uuids=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003076 10.0.0.23 - - [2026-03-23 03:29:50] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000782 10.0.0.23 - - [2026-03-23 03:29:50] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005860 10.0.0.23 - - [2026-03-23 03:29:50] "POST /id-to-fqname HTTP/1.1" 200 190 0.001067 10.0.0.23 - - [2026-03-23 03:29:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.006134 10.0.0.23 - - [2026-03-23 03:29:50] "POST /security-groups HTTP/1.1" 200 591 0.030124 10.0.0.23 - - [2026-03-23 03:29:50] "POST /projects HTTP/1.1" 200 585 0.254367 10.0.0.23 - - [2026-03-23 03:29:50] "POST /fqname-to-id HTTP/1.1" 404 233 0.010927 10.0.0.23 - - [2026-03-23 03:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.331600 10.0.0.27 - - [2026-03-23 03:29:50] "GET /project/2199ec90-9388-486c-a7ee-ac51efa2541e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.469151 10.0.0.27 - - [2026-03-23 03:29:51] "GET / HTTP/1.1" 200 35931 0.001374 10.0.0.27 - - [2026-03-23 03:29:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000586 10.0.0.27 - - [2026-03-23 03:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.083731 10.0.0.23 - - [2026-03-23 03:29:54] "GET /projects?obj_uuids=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000824 10.0.0.27 - - [2026-03-23 03:29:54] "GET /project/2199ec90-9388-486c-a7ee-ac51efa2541e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.043235 10.0.0.23 - - [2026-03-23 03:29:54] "GET /projects?obj_uuids=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000868 10.0.0.27 - - [2026-03-23 03:29:54] "POST /neutron/network HTTP/1.1" 200 625 0.152551 10.0.0.23 - - [2026-03-23 03:29:54] "POST /ref-update HTTP/1.1" 200 156 0.025065 10.0.0.27 - - [2026-03-23 03:29:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.003098 10.0.0.27 - - [2026-03-23 03:29:54] "GET /virtual-network/7c498b70-6c28-42c1-bdb3-897c212f09e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005527 10.0.0.27 - - [2026-03-23 03:29:54] "POST /neutron/network HTTP/1.1" 200 839 0.006415 10.0.0.27 - - [2026-03-23 03:29:54] "GET /virtual-network/7c498b70-6c28-42c1-bdb3-897c212f09e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005128 10.0.0.27 - - [2026-03-23 03:29:54] "POST /neutron/network HTTP/1.1" 200 839 0.007500 10.0.0.27 - - [2026-03-23 03:29:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.000928 10.0.0.23 - - [2026-03-23 03:29:55] "GET /projects?obj_uuids=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.27 - - [2026-03-23 03:29:55] "GET /project/2199ec90-9388-486c-a7ee-ac51efa2541e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.068575 10.0.0.27 - - [2026-03-23 03:29:56] "POST /neutron/port HTTP/1.1" 200 117 0.007097 10.0.0.27 - - [2026-03-23 03:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.27 - - [2026-03-23 03:29:56] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003074 10.0.0.27 - - [2026-03-23 03:29:56] "PUT /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044 HTTP/1.1" 200 276 0.010611 10.0.0.27 - - [2026-03-23 03:29:56] "POST /neutron/network HTTP/1.1" 200 849 0.005884 10.0.0.27 - - [2026-03-23 03:29:57] "POST /neutron/port HTTP/1.1" 200 1055 0.014786 10.0.0.27 - - [2026-03-23 03:29:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004859 10.0.0.27 - - [2026-03-23 03:29:57] "POST /neutron/network HTTP/1.1" 200 839 0.006617 10.0.0.27 - - [2026-03-23 03:30:01] "POST /neutron/port HTTP/1.1" 200 1119 0.021943 10.0.0.27 - - [2026-03-23 03:30:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007520 10.0.0.27 - - [2026-03-23 03:30:01] "GET /virtual-machine/e56c8be3-e0bd-40d9-98ab-40b6a6075ecc HTTP/1.1" 401 292 0.000388 10.0.0.27 - - [2026-03-23 03:30:02] "GET /virtual-machine/e56c8be3-e0bd-40d9-98ab-40b6a6075ecc HTTP/1.1" 200 1293 0.036027 10.0.0.27 - - [2026-03-23 03:30:02] "GET /virtual-machine-interface/004a8354-89bd-47b2-bb2c-2795ac4a6d5b HTTP/1.1" 200 2968 0.004761 10.0.0.27 - - [2026-03-23 03:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.27 - - [2026-03-23 03:30:02] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.006482 10.0.0.27 - - [2026-03-23 03:30:02] "GET /virtual-networks?parent_id=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002897 10.0.0.27 - - [2026-03-23 03:30:02] "GET /virtual-network/7c498b70-6c28-42c1-bdb3-897c212f09e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006691 10.0.0.27 - - [2026-03-23 03:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.27 - - [2026-03-23 03:30:05] "GET /virtual-network/7c498b70-6c28-42c1-bdb3-897c212f09e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006640 10.0.0.27 - - [2026-03-23 03:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.27 - - [2026-03-23 03:30:07] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003709 10.0.0.27 - - [2026-03-23 03:30:07] "GET /virtual-networks?parent_id=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002465 10.0.0.27 - - [2026-03-23 03:30:07] "GET /virtual-network/7c498b70-6c28-42c1-bdb3-897c212f09e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005904 10.0.0.27 - - [2026-03-23 03:30:07] "POST /neutron/port HTTP/1.1" 200 1119 0.018434 10.0.0.27 - - [2026-03-23 03:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.27 - - [2026-03-23 03:30:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003498 10.0.0.27 - - [2026-03-23 03:30:15] "PUT /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044 HTTP/1.1" 200 276 0.010322 10.0.0.27 - - [2026-03-23 03:30:15] "POST /neutron/network HTTP/1.1" 400 204 0.012281 10.0.0.27 - - [2026-03-23 03:30:16] "POST /neutron/port HTTP/1.1" 200 151 0.166186 10.0.0.27 - - [2026-03-23 03:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.23 - - [2026-03-23 03:30:20] "GET /projects?obj_uuids=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000800 10.0.0.27 - - [2026-03-23 03:30:20] "GET /project/2199ec90-9388-486c-a7ee-ac51efa2541e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.038368 10.0.0.27 - - [2026-03-23 03:30:20] "POST /neutron/network HTTP/1.1" 200 117 0.011796 10.0.0.23 - - [2026-03-23 03:30:20] "POST /route-targets HTTP/1.1" 200 327 0.016687 10.0.0.27 - - [2026-03-23 03:30:21] "POST /neutron/network HTTP/1.1" 200 824 0.007828 10.0.0.27 - - [2026-03-23 03:30:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.000851 10.0.0.27 - - [2026-03-23 03:30:21] "GET /virtual-network/5d01a235-167f-4e0f-b415-ae0d83a4df62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004458 10.0.0.27 - - [2026-03-23 03:30:21] "GET /virtual-network/5d01a235-167f-4e0f-b415-ae0d83a4df62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004863 10.0.0.27 - - [2026-03-23 03:30:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.009240 10.0.0.27 - - [2026-03-23 03:30:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.000982 10.0.0.23 - - [2026-03-23 03:30:22] "GET /projects?obj_uuids=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.27 - - [2026-03-23 03:30:22] "GET /project/2199ec90-9388-486c-a7ee-ac51efa2541e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.065526 10.0.0.27 - - [2026-03-23 03:30:22] "POST /neutron/port HTTP/1.1" 200 117 0.006232 10.0.0.27 - - [2026-03-23 03:30:22] "POST /neutron/network HTTP/1.1" 200 834 0.005957 10.0.0.27 - - [2026-03-23 03:30:23] "POST /neutron/port HTTP/1.1" 200 1060 0.015124 10.0.0.27 - - [2026-03-23 03:30:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003631 10.0.0.27 - - [2026-03-23 03:30:23] "POST /neutron/network HTTP/1.1" 200 824 0.008006 10.0.0.27 - - [2026-03-23 03:30:27] "POST /neutron/network HTTP/1.1" 200 834 0.007578 10.0.0.27 - - [2026-03-23 03:30:27] "POST /neutron/port HTTP/1.1" 200 1124 0.025965 10.0.0.27 - - [2026-03-23 03:30:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007354 10.0.0.27 - - [2026-03-23 03:30:27] "POST /neutron/port HTTP/1.1" 200 1124 0.015693 10.0.0.27 - - [2026-03-23 03:30:27] "GET /virtual-machine/a271b4bf-6245-45b8-a393-3ffef900f6e8 HTTP/1.1" 200 1293 0.005358 10.0.0.27 - - [2026-03-23 03:30:27] "GET /virtual-machine-interface/2010e860-7f87-443e-8c57-ab230c48dac0 HTTP/1.1" 200 2940 0.005035 10.0.0.27 - - [2026-03-23 03:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.27 - - [2026-03-23 03:30:27] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003243 10.0.0.27 - - [2026-03-23 03:30:27] "GET /virtual-networks?parent_id=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003304 10.0.0.27 - - [2026-03-23 03:30:27] "GET /virtual-network/5d01a235-167f-4e0f-b415-ae0d83a4df62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005274 10.0.0.27 - - [2026-03-23 03:30:28] "GET /obj-perms HTTP/1.1" 200 5056 0.064099 10.0.0.50 - - [2026-03-23 03:30:28] "GET /obj-perms HTTP/1.1" 200 5056 0.067100 10.0.0.27 - - [2026-03-23 03:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.27 - - [2026-03-23 03:30:30] "GET /virtual-network/5d01a235-167f-4e0f-b415-ae0d83a4df62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004949 10.0.0.23 - - [2026-03-23 03:30:31] "DELETE /access-control-list/76739c97-79da-4232-a134-2a3596088e6d HTTP/1.1" 200 115 0.050534 10.0.0.27 - - [2026-03-23 03:30:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007541 10.0.0.27 - - [2026-03-23 03:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.27 - - [2026-03-23 03:30:35] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003425 10.0.0.27 - - [2026-03-23 03:30:35] "GET /virtual-networks?parent_id=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002908 10.0.0.27 - - [2026-03-23 03:30:35] "GET /virtual-network/5d01a235-167f-4e0f-b415-ae0d83a4df62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005368 10.0.0.50 - - [2026-03-23 03:30:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.50 - - [2026-03-23 03:30:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.23 - - [2026-03-23 03:30:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.23 - - [2026-03-23 03:30:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.23 - - [2026-03-23 03:30:35] "DELETE /project/2199ec909388486ca7eeac51efa2541e HTTP/1.1" 404 173 0.002764 10.0.0.23 - - [2026-03-23 03:30:35] "DELETE /project/5ea693d7-b454-49f6-9520-03879f5e5197 HTTP/1.1" 404 177 0.005075 10.0.0.23 - - [2026-03-23 03:30:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.23 - - [2026-03-23 03:30:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.50 - - [2026-03-23 03:30:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.50 - - [2026-03-23 03:30:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.27 - - [2026-03-23 03:30:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2026-03-23 03:30:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.27 - - [2026-03-23 03:30:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.27 - - [2026-03-23 03:30:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.27 - - [2026-03-23 03:30:37] "POST /neutron/port HTTP/1.1" 200 1124 0.015992 10.0.0.27 - - [2026-03-23 03:30:39] "POST /neutron/network HTTP/1.1" 200 824 0.008946 10.0.0.27 - - [2026-03-23 03:30:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003284 10.0.0.27 - - [2026-03-23 03:30:42] "POST /network-ipams HTTP/1.1" 200 541 0.025227 10.0.0.27 - - [2026-03-23 03:30:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003316 10.0.0.27 - - [2026-03-23 03:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.27 - - [2026-03-23 03:30:42] "GET /network-ipam/007e225b-0c06-48e2-8ae0-67a6bbd61dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.006065 10.0.0.27 - - [2026-03-23 03:30:42] "PUT /network-ipam/007e225b-0c06-48e2-8ae0-67a6bbd61dbf HTTP/1.1" 200 258 0.012739 10.0.0.27 - - [2026-03-23 03:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.23 - - [2026-03-23 03:30:42] "GET /projects?obj_uuids=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000941 10.0.0.27 - - [2026-03-23 03:30:42] "GET /project/2199ec90-9388-486c-a7ee-ac51efa2541e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.037588 10.0.0.23 - - [2026-03-23 03:30:42] "GET /projects?obj_uuids=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000868 10.0.0.27 - - [2026-03-23 03:30:42] "POST /neutron/network HTTP/1.1" 200 605 0.166192 10.0.0.23 - - [2026-03-23 03:30:42] "POST /route-targets HTTP/1.1" 200 327 0.018430 10.0.0.27 - - [2026-03-23 03:30:43] "POST /neutron/network HTTP/1.1" 200 994 0.011068 10.0.0.27 - - [2026-03-23 03:30:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001166 10.0.0.27 - - [2026-03-23 03:30:43] "GET /virtual-network/53949a83-3e51-49b7-b309-b24f5df584e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007158 10.0.0.27 - - [2026-03-23 03:30:43] "GET /virtual-network/53949a83-3e51-49b7-b309-b24f5df584e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007160 10.0.0.27 - - [2026-03-23 03:30:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.014735 10.0.0.27 - - [2026-03-23 03:30:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.010753 10.0.0.23 - - [2026-03-23 03:30:43] "GET /projects?obj_uuids=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000830 10.0.0.27 - - [2026-03-23 03:30:43] "POST /neutron/port HTTP/1.1" 200 1017 0.214112 10.0.0.27 - - [2026-03-23 03:30:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001297 10.0.0.27 - - [2026-03-23 03:30:44] "POST /neutron/network HTTP/1.1" 200 994 0.009636 10.0.0.27 - - [2026-03-23 03:30:44] "POST /neutron/port HTTP/1.1" 200 1017 0.014563 10.0.0.27 - - [2026-03-23 03:30:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001261 10.0.0.27 - - [2026-03-23 03:30:44] "POST /neutron/port HTTP/1.1" 200 1017 0.011403 10.0.0.27 - - [2026-03-23 03:30:45] "POST /neutron/port HTTP/1.1" 200 1017 0.014631 10.0.0.27 - - [2026-03-23 03:30:45] "POST /neutron/port HTTP/1.1" 200 117 0.010054 10.0.0.27 - - [2026-03-23 03:30:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.000931 10.0.0.27 - - [2026-03-23 03:30:45] "POST /neutron/port HTTP/1.1" 200 1017 0.010498 10.0.0.27 - - [2026-03-23 03:30:45] "POST /neutron/port HTTP/1.1" 200 1119 0.029739 10.0.0.27 - - [2026-03-23 03:30:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010487 10.0.0.27 - - [2026-03-23 03:30:45] "POST /neutron/network HTTP/1.1" 200 994 0.011791 10.0.0.27 - - [2026-03-23 03:30:45] "POST /neutron/network HTTP/1.1" 200 1004 0.007668 10.0.0.27 - - [2026-03-23 03:30:46] "POST /neutron/port HTTP/1.1" 200 1109 0.123414 10.0.0.27 - - [2026-03-23 03:30:46] "POST /neutron/subnet HTTP/1.1" 200 673 0.012502 10.0.0.23 - - [2026-03-23 03:30:46] "GET /projects?obj_uuids=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.27 - - [2026-03-23 03:30:46] "GET /project/2199ec90-9388-486c-a7ee-ac51efa2541e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.101942 10.0.0.27 - - [2026-03-23 03:30:46] "POST /neutron/network HTTP/1.1" 200 994 0.010521 10.0.0.27 - - [2026-03-23 03:30:47] "POST /neutron/port HTTP/1.1" 200 117 0.005250 10.0.0.27 - - [2026-03-23 03:30:47] "GET /virtual-network/53949a83-3e51-49b7-b309-b24f5df584e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004978 10.0.0.27 - - [2026-03-23 03:30:48] "POST /neutron/port HTTP/1.1" 200 1055 0.017677 10.0.0.27 - - [2026-03-23 03:30:48] "POST /neutron/port HTTP/1.1" 200 1119 0.017390 10.0.0.27 - - [2026-03-23 03:30:48] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.23 - - [2026-03-23 03:30:49] "GET /obj-perms HTTP/1.1" 200 5030 0.066333 10.0.0.27 - - [2026-03-23 03:30:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006270 10.0.0.27 - - [2026-03-23 03:30:49] "POST /neutron/port HTTP/1.1" 200 1119 0.015301 10.0.0.27 - - [2026-03-23 03:30:49] "GET /virtual-machine/401ec558-975c-4ad3-be29-494eb228b106 HTTP/1.1" 200 1288 0.005299 10.0.0.27 - - [2026-03-23 03:30:49] "GET /virtual-machine-interface/7fb80aee-4b85-4c62-b492-3d1d52cae853 HTTP/1.1" 200 2940 0.004364 10.0.0.27 - - [2026-03-23 03:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.27 - - [2026-03-23 03:30:49] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003240 10.0.0.27 - - [2026-03-23 03:30:49] "GET /virtual-networks?parent_id=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004093 10.0.0.27 - - [2026-03-23 03:30:49] "GET /virtual-network/53949a83-3e51-49b7-b309-b24f5df584e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005404 10.0.0.27 - - [2026-03-23 03:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.27 - - [2026-03-23 03:30:52] "GET /virtual-network/53949a83-3e51-49b7-b309-b24f5df584e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004572 10.0.0.27 - - [2026-03-23 03:30:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006758 10.0.0.27 - - [2026-03-23 03:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.27 - - [2026-03-23 03:30:56] "GET /virtual-network/53949a83-3e51-49b7-b309-b24f5df584e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004550 10.0.0.27 - - [2026-03-23 03:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.27 - - [2026-03-23 03:30:58] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003254 10.0.0.27 - - [2026-03-23 03:30:58] "GET /virtual-networks?parent_id=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002594 10.0.0.27 - - [2026-03-23 03:30:58] "GET /virtual-network/53949a83-3e51-49b7-b309-b24f5df584e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005733 10.0.0.27 - - [2026-03-23 03:30:59] "POST /neutron/port HTTP/1.1" 200 1119 0.019576 10.0.0.27 - - [2026-03-23 03:30:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007311 10.0.0.27 - - [2026-03-23 03:30:59] "POST /neutron/port HTTP/1.1" 200 1119 0.016557 10.0.0.27 - - [2026-03-23 03:30:59] "GET /virtual-machine/f58fac44-856a-4d5f-8959-628c2be57ed5 HTTP/1.1" 200 1288 0.006567 10.0.0.27 - - [2026-03-23 03:30:59] "GET /virtual-machine-interface/b7679b67-61db-4418-aae6-ecb2c6bfec59 HTTP/1.1" 200 2941 0.005915 10.0.0.27 - - [2026-03-23 03:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.27 - - [2026-03-23 03:30:59] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003633 10.0.0.27 - - [2026-03-23 03:30:59] "GET /virtual-networks?parent_id=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003360 10.0.0.27 - - [2026-03-23 03:30:59] "GET /virtual-network/53949a83-3e51-49b7-b309-b24f5df584e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005750 10.0.0.27 - - [2026-03-23 03:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.27 - - [2026-03-23 03:31:02] "GET /virtual-network/53949a83-3e51-49b7-b309-b24f5df584e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006569 10.0.0.27 - - [2026-03-23 03:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.27 - - [2026-03-23 03:31:04] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004280 10.0.0.27 - - [2026-03-23 03:31:04] "GET /virtual-networks?parent_id=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003117 10.0.0.27 - - [2026-03-23 03:31:04] "GET /virtual-network/53949a83-3e51-49b7-b309-b24f5df584e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006841 10.0.0.27 - - [2026-03-23 03:31:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006407 10.0.0.27 - - [2026-03-23 03:31:10] "POST /neutron/port HTTP/1.1" 200 1119 0.016443 10.0.0.27 - - [2026-03-23 03:31:10] "GET /virtual-machine/5a458a82-4189-4165-8ed0-d59901f97535 HTTP/1.1" 200 1292 0.005976 10.0.0.27 - - [2026-03-23 03:31:10] "GET /virtual-machine-interface/8ef963ec-cd7c-4725-a533-8983eb8cad27 HTTP/1.1" 200 2941 0.004793 10.0.0.27 - - [2026-03-23 03:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.27 - - [2026-03-23 03:31:10] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004564 10.0.0.27 - - [2026-03-23 03:31:10] "GET /virtual-networks?parent_id=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003884 10.0.0.27 - - [2026-03-23 03:31:10] "GET /virtual-network/53949a83-3e51-49b7-b309-b24f5df584e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007341 10.0.0.27 - - [2026-03-23 03:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.27 - - [2026-03-23 03:31:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003538 10.0.0.27 - - [2026-03-23 03:31:11] "GET /virtual-networks?parent_id=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002773 10.0.0.27 - - [2026-03-23 03:31:11] "GET /virtual-network/53949a83-3e51-49b7-b309-b24f5df584e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005876 10.0.0.27 - - [2026-03-23 03:31:22] "POST /neutron/port HTTP/1.1" 200 1119 0.052852 10.0.0.27 - - [2026-03-23 03:31:22] "POST /neutron/subnet HTTP/1.1" 200 673 0.012884 10.0.0.27 - - [2026-03-23 03:31:27] "POST /neutron/port HTTP/1.1" 200 1119 0.053832 10.0.0.27 - - [2026-03-23 03:31:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003736 10.0.0.27 - - [2026-03-23 03:31:27] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.27 - - [2026-03-23 03:31:27] "POST /neutron/port HTTP/1.1" 200 151 0.168761 10.0.0.27 - - [2026-03-23 03:31:27] "POST /neutron/port HTTP/1.1" 200 1119 0.022209 10.0.0.27 - - [2026-03-23 03:31:28] "POST /neutron/port HTTP/1.1" 200 151 0.197602 10.0.0.23 - - [2026-03-23 03:31:28] "DELETE /route-target/9d0158c5-c379-499f-9e3a-152db65a5f06 HTTP/1.1" 200 115 0.020127 10.0.0.27 - - [2026-03-23 03:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.27 - - [2026-03-23 03:31:28] "DELETE /network-ipam/007e225b-0c06-48e2-8ae0-67a6bbd61dbf HTTP/1.1" 200 115 0.029294 10.0.0.27 - - [2026-03-23 03:31:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.005589 10.0.0.23 - - [2026-03-23 03:31:30] "GET /projects?obj_uuids=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.27 - - [2026-03-23 03:31:30] "GET /project/2199ec90-9388-486c-a7ee-ac51efa2541e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.041592 10.0.0.23 - - [2026-03-23 03:31:30] "GET /projects?obj_uuids=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001231 10.0.0.27 - - [2026-03-23 03:31:30] "GET /project/2199ec90-9388-486c-a7ee-ac51efa2541e?fields=virtual_networks HTTP/1.1" 200 1031 0.039516 10.0.0.23 - - [2026-03-23 03:31:30] "GET /projects?obj_uuids=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000951 10.0.0.27 - - [2026-03-23 03:31:30] "GET /project/2199ec90-9388-486c-a7ee-ac51efa2541e?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.038558 10.0.0.23 - - [2026-03-23 03:31:30] "GET /projects?obj_uuids=2199ec90-9388-486c-a7ee-ac51efa2541e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.27 - - [2026-03-23 03:31:30] "GET /project/2199ec90-9388-486c-a7ee-ac51efa2541e?fields=security_groups HTTP/1.1" 200 1257 0.037446 10.0.0.27 - - [2026-03-23 03:31:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.054815 10.0.0.23 - - [2026-03-23 03:31:31] "GET /projects?obj_uuids=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003121 10.0.0.23 - - [2026-03-23 03:31:31] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882 10.0.0.23 - - [2026-03-23 03:31:31] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037496 10.0.0.23 - - [2026-03-23 03:31:31] "POST /id-to-fqname HTTP/1.1" 200 198 0.003712 10.0.0.23 - - [2026-03-23 03:31:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.016743 10.0.0.23 - - [2026-03-23 03:31:31] "POST /security-groups HTTP/1.1" 200 599 0.082048 10.0.0.23 - - [2026-03-23 03:31:32] "POST /fqname-to-id HTTP/1.1" 404 242 0.004046 10.0.0.23 - - [2026-03-23 03:31:32] "POST /projects HTTP/1.1" 200 601 0.316154 10.0.0.23 - - [2026-03-23 03:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.375393 10.0.0.23 - - [2026-03-23 03:31:32] "POST /access-control-lists HTTP/1.1" 200 602 0.051316 10.0.0.27 - - [2026-03-23 03:31:32] "GET /project/be11446b-d066-4ec9-a89f-0c557f2b1320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.599464 10.0.0.27 - - [2026-03-23 03:31:33] "POST /neutron/port HTTP/1.1" 200 117 0.007682 10.0.0.27 - - [2026-03-23 03:31:33] "POST /neutron/port HTTP/1.1" 400 205 0.004334 10.0.0.27 - - [2026-03-23 03:31:33] "GET / HTTP/1.1" 200 35931 0.001836 10.0.0.27 - - [2026-03-23 03:31:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2026-03-23 03:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.050631 10.0.0.23 - - [2026-03-23 03:31:35] "GET /projects?obj_uuids=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000793 10.0.0.23 - - [2026-03-23 03:31:35] "DELETE /project/2199ec90-9388-486c-a7ee-ac51efa2541e HTTP/1.1" 404 177 0.004854 10.0.0.23 - - [2026-03-23 03:31:35] "DELETE /project/be11446bd0664ec9a89f0c557f2b1320 HTTP/1.1" 404 173 0.003784 10.0.0.27 - - [2026-03-23 03:31:35] "GET /project/be11446b-d066-4ec9-a89f-0c557f2b1320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051904 10.0.0.23 - - [2026-03-23 03:31:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007434 10.0.0.27 - - [2026-03-23 03:31:36] "POST /neutron/subnet HTTP/1.1" 200 823 0.303979 10.0.0.23 - - [2026-03-23 03:31:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.072542 10.0.0.27 - - [2026-03-23 03:31:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001239 10.0.0.27 - - [2026-03-23 03:31:36] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.008934 10.0.0.27 - - [2026-03-23 03:31:36] "POST /neutron/network HTTP/1.1" 200 1004 0.009470 10.0.0.27 - - [2026-03-23 03:31:36] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005611 10.0.0.27 - - [2026-03-23 03:31:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.008095 10.0.0.27 - - [2026-03-23 03:31:37] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006266 10.0.0.27 - - [2026-03-23 03:31:38] "GET /obj-perms HTTP/1.1" 200 5046 0.070697 10.0.0.27 - - [2026-03-23 03:31:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001651 10.0.0.23 - - [2026-03-23 03:31:40] "GET /projects?obj_uuids=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.27 - - [2026-03-23 03:31:40] "GET /project/be11446b-d066-4ec9-a89f-0c557f2b1320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.087443 10.0.0.27 - - [2026-03-23 03:31:40] "POST /neutron/port HTTP/1.1" 200 117 0.005714 10.0.0.27 - - [2026-03-23 03:31:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001156 10.0.0.27 - - [2026-03-23 03:31:40] "POST /neutron/network HTTP/1.1" 200 1014 0.008022 10.0.0.27 - - [2026-03-23 03:31:41] "POST /neutron/port HTTP/1.1" 200 1173 0.022361 10.0.0.23 - - [2026-03-23 03:31:41] "GET /projects?obj_uuids=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.27 - - [2026-03-23 03:31:41] "GET /project/be11446b-d066-4ec9-a89f-0c557f2b1320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.135304 10.0.0.27 - - [2026-03-23 03:31:41] "POST /neutron/port HTTP/1.1" 200 1237 0.032413 10.0.0.27 - - [2026-03-23 03:31:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003605 10.0.0.27 - - [2026-03-23 03:31:41] "POST /neutron/port HTTP/1.1" 200 117 0.001037 10.0.0.27 - - [2026-03-23 03:31:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013509 10.0.0.27 - - [2026-03-23 03:31:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.001252 10.0.0.27 - - [2026-03-23 03:31:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007255 10.0.0.23 - - [2026-03-23 03:31:42] "GET /projects?obj_uuids=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000850 10.0.0.27 - - [2026-03-23 03:31:42] "POST /neutron/port HTTP/1.1" 200 1173 0.301077 10.0.0.27 - - [2026-03-23 03:31:43] "POST /neutron/port HTTP/1.1" 200 1227 0.107183 10.0.0.27 - - [2026-03-23 03:31:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003725 10.0.0.27 - - [2026-03-23 03:31:43] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.23 - - [2026-03-23 03:31:43] "GET /projects?obj_uuids=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000865 10.0.0.27 - - [2026-03-23 03:31:43] "GET /project/be11446b-d066-4ec9-a89f-0c557f2b1320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.081486 10.0.0.27 - - [2026-03-23 03:31:43] "POST /neutron/port HTTP/1.1" 200 2320 0.027263 10.0.0.27 - - [2026-03-23 03:31:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001582 10.0.0.27 - - [2026-03-23 03:31:44] "POST /neutron/port HTTP/1.1" 200 2320 0.019891 10.0.0.27 - - [2026-03-23 03:31:44] "POST /neutron/network HTTP/1.1" 200 1014 0.006559 10.0.0.27 - - [2026-03-23 03:31:44] "POST /neutron/port HTTP/1.1" 200 1173 0.019390 10.0.0.27 - - [2026-03-23 03:31:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003458 10.0.0.27 - - [2026-03-23 03:31:45] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.23 - - [2026-03-23 03:31:45] "GET /projects?obj_uuids=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000906 10.0.0.27 - - [2026-03-23 03:31:45] "GET /project/be11446b-d066-4ec9-a89f-0c557f2b1320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.074224 10.0.0.27 - - [2026-03-23 03:31:45] "POST /neutron/network HTTP/1.1" 200 1004 0.051528 10.0.0.27 - - [2026-03-23 03:31:45] "POST /neutron/port HTTP/1.1" 200 117 0.008147 10.0.0.27 - - [2026-03-23 03:31:45] "POST /neutron/port HTTP/1.1" 200 1237 0.017055 10.0.0.27 - - [2026-03-23 03:31:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006668 10.0.0.27 - - [2026-03-23 03:31:46] "GET /virtual-machine/2114e114-59c0-4f74-a947-b8c27c525f3a HTTP/1.1" 401 292 0.000353 10.0.0.27 - - [2026-03-23 03:31:46] "POST /neutron/port HTTP/1.1" 200 1173 0.022903 10.0.0.27 - - [2026-03-23 03:31:46] "GET /virtual-machine/2114e114-59c0-4f74-a947-b8c27c525f3a HTTP/1.1" 200 1300 0.043377 10.0.0.27 - - [2026-03-23 03:31:46] "GET /virtual-machine-interface/a210ebaf-e6eb-46ca-8fb8-9483a1d4f5ed HTTP/1.1" 200 3175 0.004726 10.0.0.27 - - [2026-03-23 03:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.27 - - [2026-03-23 03:31:46] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003911 10.0.0.27 - - [2026-03-23 03:31:46] "GET /virtual-networks?parent_id=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002523 10.0.0.27 - - [2026-03-23 03:31:46] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.015157 10.0.0.27 - - [2026-03-23 03:31:46] "POST /neutron/port HTTP/1.1" 200 1237 0.018415 10.0.0.27 - - [2026-03-23 03:31:46] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016339 10.0.0.27 - - [2026-03-23 03:31:46] "POST /neutron/network HTTP/1.1" 200 1004 0.008072 10.0.0.27 - - [2026-03-23 03:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.27 - - [2026-03-23 03:31:49] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006014 10.0.0.27 - - [2026-03-23 03:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005951 10.0.0.27 - - [2026-03-23 03:31:53] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004827 10.0.0.27 - - [2026-03-23 03:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.27 - - [2026-03-23 03:31:57] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005494 10.0.0.27 - - [2026-03-23 03:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.27 - - [2026-03-23 03:32:02] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007550 10.0.0.27 - - [2026-03-23 03:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.27 - - [2026-03-23 03:32:06] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005008 10.0.0.27 - - [2026-03-23 03:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005651 10.0.0.27 - - [2026-03-23 03:32:10] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005436 10.0.0.27 - - [2026-03-23 03:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.27 - - [2026-03-23 03:32:14] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005830 10.0.0.27 - - [2026-03-23 03:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.27 - - [2026-03-23 03:32:18] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005206 10.0.0.27 - - [2026-03-23 03:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.27 - - [2026-03-23 03:32:22] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006613 10.0.0.27 - - [2026-03-23 03:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.27 - - [2026-03-23 03:32:26] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005568 10.0.0.27 - - [2026-03-23 03:32:29] "POST /neutron/network HTTP/1.1" 200 1014 0.006454 10.0.0.27 - - [2026-03-23 03:32:29] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012656 10.0.0.27 - - [2026-03-23 03:32:29] "POST /neutron/network HTTP/1.1" 200 1004 0.009248 10.0.0.50 - - [2026-03-23 03:32:29] "GET /obj-perms HTTP/1.1" 200 5056 0.072805 10.0.0.23 - - [2026-03-23 03:32:30] "GET /obj-perms HTTP/1.1" 200 5056 0.055967 10.0.0.27 - - [2026-03-23 03:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.27 - - [2026-03-23 03:32:30] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004846 10.0.0.27 - - [2026-03-23 03:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.27 - - [2026-03-23 03:32:34] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005329 10.0.0.27 - - [2026-03-23 03:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.27 - - [2026-03-23 03:32:38] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005245 10.0.0.27 - - [2026-03-23 03:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.27 - - [2026-03-23 03:32:43] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004719 10.0.0.27 - - [2026-03-23 03:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.27 - - [2026-03-23 03:32:45] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004148 10.0.0.27 - - [2026-03-23 03:32:45] "GET /virtual-networks?parent_id=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002494 10.0.0.27 - - [2026-03-23 03:32:45] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006752 10.0.0.27 - - [2026-03-23 03:32:50] "POST /neutron/port HTTP/1.1" 200 1237 0.017519 10.0.0.27 - - [2026-03-23 03:32:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006818 10.0.0.27 - - [2026-03-23 03:32:57] "POST /neutron/port HTTP/1.1" 200 1237 0.018568 10.0.0.27 - - [2026-03-23 03:33:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006670 10.0.0.27 - - [2026-03-23 03:33:01] "POST /neutron/port HTTP/1.1" 200 1237 0.033112 10.0.0.27 - - [2026-03-23 03:33:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007104 10.0.0.27 - - [2026-03-23 03:33:11] "POST /neutron/port HTTP/1.1" 200 1237 0.017134 10.0.0.27 - - [2026-03-23 03:33:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006717 10.0.0.27 - - [2026-03-23 03:33:11] "GET /virtual-machine/f5095070-3bd6-496c-a75b-dac998157861 HTTP/1.1" 200 1301 0.005445 10.0.0.27 - - [2026-03-23 03:33:11] "GET /virtual-machine-interface/6242787d-c77c-4f6f-b4a0-19ec5a134c9e HTTP/1.1" 200 3174 0.004362 10.0.0.27 - - [2026-03-23 03:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.27 - - [2026-03-23 03:33:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003919 10.0.0.27 - - [2026-03-23 03:33:11] "GET /virtual-networks?parent_id=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002416 10.0.0.27 - - [2026-03-23 03:33:11] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005629 10.0.0.27 - - [2026-03-23 03:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.27 - - [2026-03-23 03:33:12] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003790 10.0.0.27 - - [2026-03-23 03:33:12] "GET /virtual-networks?parent_id=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002737 10.0.0.27 - - [2026-03-23 03:33:12] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007308 10.0.0.27 - - [2026-03-23 03:33:13] "POST /neutron/port HTTP/1.1" 200 1237 0.021327 10.0.0.27 - - [2026-03-23 03:33:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007256 10.0.0.27 - - [2026-03-23 03:33:13] "GET /virtual-machine/dcbe111e-ec4e-4650-a6f7-6d1ac465030c HTTP/1.1" 200 1301 0.006559 10.0.0.27 - - [2026-03-23 03:33:13] "GET /virtual-machine-interface/7e14ceaf-0ddf-4bec-b66b-3c3c4bfac23c HTTP/1.1" 200 3174 0.005427 10.0.0.27 - - [2026-03-23 03:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.27 - - [2026-03-23 03:33:13] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003510 10.0.0.27 - - [2026-03-23 03:33:13] "GET /virtual-networks?parent_id=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002562 10.0.0.27 - - [2026-03-23 03:33:13] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005525 10.0.0.27 - - [2026-03-23 03:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005149 10.0.0.27 - - [2026-03-23 03:33:14] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006644 10.0.0.27 - - [2026-03-23 03:33:14] "GET /virtual-networks?parent_id=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003799 10.0.0.27 - - [2026-03-23 03:33:14] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007853 10.0.0.27 - - [2026-03-23 03:33:24] "POST /neutron/network HTTP/1.1" 200 1014 0.006617 10.0.0.27 - - [2026-03-23 03:33:24] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013808 10.0.0.27 - - [2026-03-23 03:33:24] "POST /neutron/network HTTP/1.1" 200 1004 0.010707 10.0.0.27 - - [2026-03-23 03:33:31] "POST /neutron/network HTTP/1.1" 200 1014 0.006531 10.0.0.27 - - [2026-03-23 03:33:31] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012879 10.0.0.27 - - [2026-03-23 03:33:31] "POST /neutron/network HTTP/1.1" 200 1004 0.009374 10.0.0.23 - - [2026-03-23 03:33:37] "GET /projects?obj_uuids=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.27 - - [2026-03-23 03:33:37] "GET /project/be11446b-d066-4ec9-a89f-0c557f2b1320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047377 10.0.0.27 - - [2026-03-23 03:33:37] "POST /fqname-to-id HTTP/1.1" 404 226 0.003477 10.0.0.27 - - [2026-03-23 03:33:37] "POST /interface-route-tables HTTP/1.1" 200 575 0.025363 10.0.0.27 - - [2026-03-23 03:33:37] "GET /interface-route-table/b633a506-9c41-4d35-838a-a28d46461d47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.011020 10.0.0.27 - - [2026-03-23 03:33:37] "GET /virtual-machine-interface/a210ebaf-e6eb-46ca-8fb8-9483a1d4f5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005707 10.0.0.27 - - [2026-03-23 03:33:38] "POST /ref-update HTTP/1.1" 200 156 0.015820 10.0.0.27 - - [2026-03-23 03:34:24] "POST /neutron/network HTTP/1.1" 200 1014 0.006951 10.0.0.27 - - [2026-03-23 03:34:24] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012587 10.0.0.27 - - [2026-03-23 03:34:24] "POST /neutron/network HTTP/1.1" 200 1004 0.009897 10.0.0.23 - - [2026-03-23 03:34:25] "GET /projects?obj_uuids=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.051415 10.0.0.27 - - [2026-03-23 03:34:25] "GET /project/be11446b-d066-4ec9-a89f-0c557f2b1320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.091302 10.0.0.27 - - [2026-03-23 03:34:25] "POST /fqname-to-id HTTP/1.1" 404 226 0.004238 10.0.0.27 - - [2026-03-23 03:34:25] "POST /interface-route-tables HTTP/1.1" 200 575 0.027342 10.0.0.27 - - [2026-03-23 03:34:25] "GET /interface-route-table/357d5688-ec7c-4489-80bf-40529381c134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.005689 10.0.0.27 - - [2026-03-23 03:34:25] "GET /virtual-machine-interface/6242787d-c77c-4f6f-b4a0-19ec5a134c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006104 10.0.0.27 - - [2026-03-23 03:34:25] "POST /ref-update HTTP/1.1" 200 156 0.014375 10.0.0.27 - - [2026-03-23 03:34:27] "GET /virtual-machine-interface/7e14ceaf-0ddf-4bec-b66b-3c3c4bfac23c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005376 10.0.0.27 - - [2026-03-23 03:34:27] "PUT /virtual-machine-interface/7e14ceaf-0ddf-4bec-b66b-3c3c4bfac23c HTTP/1.1" 200 284 0.013735 10.0.0.27 - - [2026-03-23 03:34:27] "GET /virtual-machine-interface/a210ebaf-e6eb-46ca-8fb8-9483a1d4f5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.007770 10.0.0.27 - - [2026-03-23 03:34:27] "PUT /virtual-machine-interface/a210ebaf-e6eb-46ca-8fb8-9483a1d4f5ed HTTP/1.1" 200 284 0.012944 10.0.0.27 - - [2026-03-23 03:34:27] "GET /virtual-machine-interface/6242787d-c77c-4f6f-b4a0-19ec5a134c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3040 0.007909 10.0.0.27 - - [2026-03-23 03:34:27] "PUT /virtual-machine-interface/6242787d-c77c-4f6f-b4a0-19ec5a134c9e HTTP/1.1" 200 284 0.015604 10.0.0.27 - - [2026-03-23 03:34:31] "POST /neutron/network HTTP/1.1" 200 1014 0.006629 10.0.0.27 - - [2026-03-23 03:34:31] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014931 10.0.0.27 - - [2026-03-23 03:34:31] "POST /neutron/network HTTP/1.1" 200 1004 0.013433 10.0.0.27 - - [2026-03-23 03:35:24] "POST /neutron/network HTTP/1.1" 200 1014 0.006851 10.0.0.27 - - [2026-03-23 03:35:24] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013964 10.0.0.27 - - [2026-03-23 03:35:24] "POST /neutron/network HTTP/1.1" 200 1004 0.008066 10.0.0.27 - - [2026-03-23 03:35:31] "POST /neutron/port HTTP/1.1" 200 1237 0.016795 10.0.0.27 - - [2026-03-23 03:35:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006958 10.0.0.27 - - [2026-03-23 03:35:31] "GET /virtual-machine/b36f97f0-d271-4f0f-9000-6b1ba8259b3e HTTP/1.1" 200 1301 0.008577 10.0.0.27 - - [2026-03-23 03:35:31] "GET /virtual-machine-interface/131b7b0b-5139-4bd3-901e-8c4fb0ba74d8 HTTP/1.1" 200 3174 0.004840 10.0.0.27 - - [2026-03-23 03:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.27 - - [2026-03-23 03:35:31] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003473 10.0.0.27 - - [2026-03-23 03:35:31] "GET /virtual-networks?parent_id=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002549 10.0.0.27 - - [2026-03-23 03:35:31] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005183 10.0.0.27 - - [2026-03-23 03:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.27 - - [2026-03-23 03:35:32] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003841 10.0.0.27 - - [2026-03-23 03:35:32] "GET /virtual-networks?parent_id=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002359 10.0.0.27 - - [2026-03-23 03:35:32] "GET /virtual-network/e8223311-4748-4cdf-823e-3cc5850276ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005473 10.0.0.27 - - [2026-03-23 03:35:33] "GET /virtual-machine-interface/131b7b0b-5139-4bd3-901e-8c4fb0ba74d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.007317 10.0.0.27 - - [2026-03-23 03:35:33] "PUT /virtual-machine-interface/131b7b0b-5139-4bd3-901e-8c4fb0ba74d8 HTTP/1.1" 200 284 0.013905 10.0.0.27 - - [2026-03-23 03:35:33] "POST /neutron/network HTTP/1.1" 200 1014 0.007237 10.0.0.27 - - [2026-03-23 03:35:33] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013120 10.0.0.27 - - [2026-03-23 03:35:33] "POST /neutron/network HTTP/1.1" 200 1004 0.008563 10.0.0.50 - - [2026-03-23 03:35:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.50 - - [2026-03-23 03:35:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2026-03-23 03:35:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.23 - - [2026-03-23 03:35:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.23 - - [2026-03-23 03:35:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.23 - - [2026-03-23 03:35:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.50 - - [2026-03-23 03:35:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.50 - - [2026-03-23 03:35:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.27 - - [2026-03-23 03:35:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.27 - - [2026-03-23 03:35:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.27 - - [2026-03-23 03:35:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.27 - - [2026-03-23 03:35:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.23 - - [2026-03-23 03:36:16] "GET /projects?obj_uuids=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000881 10.0.0.27 - - [2026-03-23 03:36:16] "GET /project/be11446b-d066-4ec9-a89f-0c557f2b1320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042294 10.0.0.27 - - [2026-03-23 03:36:16] "POST /fqname-to-id HTTP/1.1" 404 226 0.003425 10.0.0.27 - - [2026-03-23 03:36:16] "POST /interface-route-tables HTTP/1.1" 200 575 0.028085 10.0.0.27 - - [2026-03-23 03:36:16] "GET /interface-route-table/628b2aa8-4fc1-450d-af60-784bcab38139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.005461 10.0.0.27 - - [2026-03-23 03:36:16] "GET /virtual-machine-interface/131b7b0b-5139-4bd3-901e-8c4fb0ba74d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005720 10.0.0.27 - - [2026-03-23 03:36:16] "POST /ref-update HTTP/1.1" 200 156 0.013752 10.0.0.27 - - [2026-03-23 03:36:18] "GET /virtual-machine-interface/a210ebaf-e6eb-46ca-8fb8-9483a1d4f5ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006563 10.0.0.27 - - [2026-03-23 03:36:18] "POST /ref-update HTTP/1.1" 200 156 0.031053 10.0.0.27 - - [2026-03-23 03:36:18] "DELETE /interface-route-table/b633a506-9c41-4d35-838a-a28d46461d47 HTTP/1.1" 200 115 0.036588 10.0.0.27 - - [2026-03-23 03:36:19] "POST /neutron/port HTTP/1.1" 200 151 0.208933 10.0.0.27 - - [2026-03-23 03:36:25] "POST /neutron/network HTTP/1.1" 200 1014 0.039352 10.0.0.27 - - [2026-03-23 03:36:25] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013086 10.0.0.27 - - [2026-03-23 03:36:25] "POST /neutron/network HTTP/1.1" 200 1004 0.011839 10.0.0.27 - - [2026-03-23 03:36:28] "GET /virtual-machine-interface/131b7b0b-5139-4bd3-901e-8c4fb0ba74d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.008116 10.0.0.27 - - [2026-03-23 03:36:28] "POST /ref-update HTTP/1.1" 200 156 0.014679 10.0.0.27 - - [2026-03-23 03:36:28] "DELETE /interface-route-table/628b2aa8-4fc1-450d-af60-784bcab38139 HTTP/1.1" 200 115 0.028049 10.0.0.27 - - [2026-03-23 03:36:28] "GET /virtual-machine-interface/6242787d-c77c-4f6f-b4a0-19ec5a134c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.005300 10.0.0.27 - - [2026-03-23 03:36:28] "POST /ref-update HTTP/1.1" 200 156 0.014428 10.0.0.27 - - [2026-03-23 03:36:28] "DELETE /interface-route-table/357d5688-ec7c-4489-80bf-40529381c134 HTTP/1.1" 200 115 0.032396 10.0.0.27 - - [2026-03-23 03:36:29] "POST /neutron/port HTTP/1.1" 200 1237 0.017956 10.0.0.27 - - [2026-03-23 03:36:29] "POST /neutron/port HTTP/1.1" 200 1237 0.026178 10.0.0.27 - - [2026-03-23 03:36:29] "POST /neutron/port HTTP/1.1" 200 1237 0.031544 10.0.0.27 - - [2026-03-23 03:36:31] "POST /neutron/network HTTP/1.1" 200 1004 0.009448 10.0.0.23 - - [2026-03-23 03:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.040233 10.0.0.23 - - [2026-03-23 03:36:32] "GET /projects?obj_uuids=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001264 10.0.0.27 - - [2026-03-23 03:36:32] "GET /project/be11446b-d066-4ec9-a89f-0c557f2b1320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077999 10.0.0.23 - - [2026-03-23 03:36:32] "GET /projects?obj_uuids=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000833 10.0.0.27 - - [2026-03-23 03:36:32] "GET /project/be11446b-d066-4ec9-a89f-0c557f2b1320?fields=virtual_networks HTTP/1.1" 200 1048 0.057806 10.0.0.23 - - [2026-03-23 03:36:33] "GET /projects?obj_uuids=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001731 10.0.0.27 - - [2026-03-23 03:36:33] "GET /project/be11446b-d066-4ec9-a89f-0c557f2b1320?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.047780 10.0.0.23 - - [2026-03-23 03:36:33] "GET /projects?obj_uuids=be11446b-d066-4ec9-a89f-0c557f2b1320&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.27 - - [2026-03-23 03:36:33] "GET /project/be11446b-d066-4ec9-a89f-0c557f2b1320?fields=security_groups HTTP/1.1" 200 1282 0.031385 10.0.0.27 - - [2026-03-23 03:36:33] "GET /obj-perms HTTP/1.1" 200 5056 0.378709 10.0.0.50 - - [2026-03-23 03:36:34] "GET /obj-perms HTTP/1.1" 200 5056 0.214530 10.0.0.27 - - [2026-03-23 03:36:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.055087 10.0.0.23 - - [2026-03-23 03:36:34] "GET /projects?obj_uuids=5e9e22aa-d809-4b9d-aef4-19f20c909bb3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003021 10.0.0.23 - - [2026-03-23 03:36:35] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.23 - - [2026-03-23 03:36:35] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.095274 10.0.0.23 - - [2026-03-23 03:36:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.001120 10.0.0.23 - - [2026-03-23 03:36:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.011012 10.0.0.23 - - [2026-03-23 03:36:35] "POST /security-groups HTTP/1.1" 200 586 0.072690 10.0.0.23 - - [2026-03-23 03:36:35] "DELETE /access-control-list/775c3c35-8388-40cb-8605-d6f4126d6b97 HTTP/1.1" 200 115 0.095925 10.0.0.23 - - [2026-03-23 03:36:35] "POST /projects HTTP/1.1" 200 575 0.303153 10.0.0.23 - - [2026-03-23 03:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.381706 10.0.0.23 - - [2026-03-23 03:36:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.009259 10.0.0.27 - - [2026-03-23 03:36:35] "GET /project/5e9e22aa-d809-4b9d-aef4-19f20c909bb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.638214 10.0.0.23 - - [2026-03-23 03:36:36] "DELETE /project/5e9e22aad8094b9daef419f20c909bb3 HTTP/1.1" 404 173 0.003874 10.0.0.23 - - [2026-03-23 03:36:36] "DELETE /project/be11446b-d066-4ec9-a89f-0c557f2b1320 HTTP/1.1" 404 177 0.003484 10.0.0.27 - - [2026-03-23 03:36:36] "GET / HTTP/1.1" 200 35931 0.001925 10.0.0.23 - - [2026-03-23 03:36:39] "GET /projects?obj_uuids=5e9e22aa-d809-4b9d-aef4-19f20c909bb3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000913 10.0.0.27 - - [2026-03-23 03:36:40] "GET /project/5e9e22aa-d809-4b9d-aef4-19f20c909bb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.040697 10.0.0.23 - - [2026-03-23 03:36:40] "GET /projects?obj_uuids=5e9e22aa-d809-4b9d-aef4-19f20c909bb3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000778 10.0.0.27 - - [2026-03-23 03:36:40] "GET /project/5e9e22aa-d809-4b9d-aef4-19f20c909bb3?fields=virtual_networks HTTP/1.1" 200 1021 0.065799 10.0.0.23 - - [2026-03-23 03:36:40] "GET /projects?obj_uuids=5e9e22aa-d809-4b9d-aef4-19f20c909bb3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002600 10.0.0.27 - - [2026-03-23 03:36:40] "GET /project/5e9e22aa-d809-4b9d-aef4-19f20c909bb3?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.046405 10.0.0.23 - - [2026-03-23 03:36:40] "GET /projects?obj_uuids=5e9e22aa-d809-4b9d-aef4-19f20c909bb3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000869 10.0.0.27 - - [2026-03-23 03:36:40] "GET /project/5e9e22aa-d809-4b9d-aef4-19f20c909bb3?fields=security_groups HTTP/1.1" 200 1242 0.038486 10.0.0.27 - - [2026-03-23 03:36:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.032395 10.0.0.23 - - [2026-03-23 03:36:41] "GET /projects?obj_uuids=29cc5267-2d86-4703-9117-71b07c243b46&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003581 10.0.0.23 - - [2026-03-23 03:36:41] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.23 - - [2026-03-23 03:36:41] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007775 10.0.0.23 - - [2026-03-23 03:36:41] "POST /id-to-fqname HTTP/1.1" 200 195 0.001203 10.0.0.23 - - [2026-03-23 03:36:41] "POST /fqname-to-id HTTP/1.1" 404 204 0.011916 10.0.0.23 - - [2026-03-23 03:36:41] "POST /security-groups HTTP/1.1" 200 596 0.030027 10.0.0.23 - - [2026-03-23 03:36:41] "POST /projects HTTP/1.1" 200 595 0.241573 10.0.0.23 - - [2026-03-23 03:36:41] "POST /access-control-lists HTTP/1.1" 200 601 0.030596 10.0.0.23 - - [2026-03-23 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.323568 10.0.0.27 - - [2026-03-23 03:36:41] "GET /project/29cc5267-2d86-4703-9117-71b07c243b46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.473322 10.0.0.27 - - [2026-03-23 03:36:43] "GET / HTTP/1.1" 200 35931 0.001432 10.0.0.23 - - [2026-03-23 03:36:46] "GET /projects?obj_uuids=29cc5267-2d86-4703-9117-71b07c243b46&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000903 10.0.0.27 - - [2026-03-23 03:36:46] "GET /project/29cc5267-2d86-4703-9117-71b07c243b46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.048041 10.0.0.23 - - [2026-03-23 03:36:46] "GET /projects?obj_uuids=29cc5267-2d86-4703-9117-71b07c243b46&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000920 10.0.0.27 - - [2026-03-23 03:36:46] "GET /project/29cc5267-2d86-4703-9117-71b07c243b46?fields=virtual_networks HTTP/1.1" 200 1041 0.049517 10.0.0.23 - - [2026-03-23 03:36:46] "GET /projects?obj_uuids=29cc5267-2d86-4703-9117-71b07c243b46&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000927 10.0.0.27 - - [2026-03-23 03:36:46] "GET /project/29cc5267-2d86-4703-9117-71b07c243b46?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.038924 10.0.0.23 - - [2026-03-23 03:36:46] "GET /projects?obj_uuids=29cc5267-2d86-4703-9117-71b07c243b46&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000949 10.0.0.27 - - [2026-03-23 03:36:46] "GET /project/29cc5267-2d86-4703-9117-71b07c243b46?fields=security_groups HTTP/1.1" 200 1272 0.032213 10.0.0.27 - - [2026-03-23 03:36:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.035085 10.0.0.23 - - [2026-03-23 03:36:47] "GET /projects?obj_uuids=a0b83a9c-391e-4734-a67e-ce5479a68341&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003310 10.0.0.23 - - [2026-03-23 03:36:47] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.23 - - [2026-03-23 03:36:47] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006444 10.0.0.23 - - [2026-03-23 03:36:47] "POST /id-to-fqname HTTP/1.1" 200 201 0.001067 10.0.0.23 - - [2026-03-23 03:36:47] "POST /fqname-to-id HTTP/1.1" 404 210 0.010202 10.0.0.23 - - [2026-03-23 03:36:47] "POST /security-groups HTTP/1.1" 200 602 0.074003 10.0.0.23 - - [2026-03-23 03:36:48] "POST /fqname-to-id HTTP/1.1" 404 245 0.004560 10.0.0.23 - - [2026-03-23 03:36:48] "POST /projects HTTP/1.1" 200 607 0.285716 10.0.0.23 - - [2026-03-23 03:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.363088 10.0.0.23 - - [2026-03-23 03:36:48] "POST /access-control-lists HTTP/1.1" 200 605 0.031021 10.0.0.27 - - [2026-03-23 03:36:48] "GET /project/a0b83a9c-391e-4734-a67e-ce5479a68341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.515122 10.0.0.27 - - [2026-03-23 03:36:49] "GET / HTTP/1.1" 200 35931 0.001325 10.0.0.23 - - [2026-03-23 03:36:52] "GET /projects?obj_uuids=a0b83a9c-391e-4734-a67e-ce5479a68341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000845 10.0.0.27 - - [2026-03-23 03:36:52] "GET /project/a0b83a9c-391e-4734-a67e-ce5479a68341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.036829 10.0.0.23 - - [2026-03-23 03:36:52] "GET /projects?obj_uuids=a0b83a9c-391e-4734-a67e-ce5479a68341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000893 10.0.0.27 - - [2026-03-23 03:36:52] "GET /project/a0b83a9c-391e-4734-a67e-ce5479a68341?fields=virtual_networks HTTP/1.1" 200 1054 0.043676 10.0.0.23 - - [2026-03-23 03:36:52] "GET /projects?obj_uuids=a0b83a9c-391e-4734-a67e-ce5479a68341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001198 10.0.0.27 - - [2026-03-23 03:36:52] "GET /project/a0b83a9c-391e-4734-a67e-ce5479a68341?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.037631 10.0.0.23 - - [2026-03-23 03:36:52] "GET /projects?obj_uuids=a0b83a9c-391e-4734-a67e-ce5479a68341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000859 10.0.0.27 - - [2026-03-23 03:36:52] "GET /project/a0b83a9c-391e-4734-a67e-ce5479a68341?fields=security_groups HTTP/1.1" 200 1291 0.037957 10.0.0.27 - - [2026-03-23 03:36:53] "POST /fqname-to-id HTTP/1.1" 404 185 0.035554 10.0.0.23 - - [2026-03-23 03:36:53] "GET /projects?obj_uuids=fdbc11b9-6d5a-4813-88a1-faaa7716ab6c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002654 10.0.0.23 - - [2026-03-23 03:36:53] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000831 10.0.0.23 - - [2026-03-23 03:36:53] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007246 10.0.0.23 - - [2026-03-23 03:36:54] "POST /id-to-fqname HTTP/1.1" 200 187 0.001063 10.0.0.23 - - [2026-03-23 03:36:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.008238 10.0.0.23 - - [2026-03-23 03:36:54] "POST /security-groups HTTP/1.1" 200 588 0.077108 10.0.0.23 - - [2026-03-23 03:36:54] "POST /projects HTTP/1.1" 200 579 0.281242 10.0.0.23 - - [2026-03-23 03:36:54] "POST /fqname-to-id HTTP/1.1" 404 230 0.017724 10.0.0.23 - - [2026-03-23 03:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.363973 10.0.0.27 - - [2026-03-23 03:36:54] "GET /project/fdbc11b9-6d5a-4813-88a1-faaa7716ab6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.525512 10.0.0.27 - - [2026-03-23 03:36:55] "GET / HTTP/1.1" 200 35931 0.082407 10.0.0.23 - - [2026-03-23 03:36:58] "GET /projects?obj_uuids=fdbc11b9-6d5a-4813-88a1-faaa7716ab6c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000874 10.0.0.27 - - [2026-03-23 03:36:58] "GET /project/fdbc11b9-6d5a-4813-88a1-faaa7716ab6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.043016 10.0.0.23 - - [2026-03-23 03:36:58] "GET /projects?obj_uuids=fdbc11b9-6d5a-4813-88a1-faaa7716ab6c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000834 10.0.0.27 - - [2026-03-23 03:36:58] "GET /project/fdbc11b9-6d5a-4813-88a1-faaa7716ab6c?fields=virtual_networks HTTP/1.1" 200 1025 0.040053 10.0.0.23 - - [2026-03-23 03:36:58] "GET /projects?obj_uuids=fdbc11b9-6d5a-4813-88a1-faaa7716ab6c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000969 10.0.0.27 - - [2026-03-23 03:36:59] "GET /project/fdbc11b9-6d5a-4813-88a1-faaa7716ab6c?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.035693 10.0.0.23 - - [2026-03-23 03:36:59] "GET /projects?obj_uuids=fdbc11b9-6d5a-4813-88a1-faaa7716ab6c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001131 10.0.0.27 - - [2026-03-23 03:36:59] "GET /project/fdbc11b9-6d5a-4813-88a1-faaa7716ab6c?fields=security_groups HTTP/1.1" 200 1248 0.038191 10.0.0.27 - - [2026-03-23 03:37:00] "POST /fqname-to-id HTTP/1.1" 404 182 0.042233 10.0.0.23 - - [2026-03-23 03:37:00] "GET /projects?obj_uuids=687d3e64-7fa5-4978-9f3b-e5b2f6e67f68&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002596 10.0.0.23 - - [2026-03-23 03:37:00] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000864 10.0.0.23 - - [2026-03-23 03:37:00] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006364 10.0.0.23 - - [2026-03-23 03:37:00] "POST /id-to-fqname HTTP/1.1" 200 184 0.003742 10.0.0.23 - - [2026-03-23 03:37:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.008241 10.0.0.23 - - [2026-03-23 03:37:00] "POST /security-groups HTTP/1.1" 200 585 0.032665 10.0.0.23 - - [2026-03-23 03:37:00] "POST /projects HTTP/1.1" 200 573 0.234006 10.0.0.23 - - [2026-03-23 03:37:00] "POST /access-control-lists HTTP/1.1" 200 590 0.027288 10.0.0.23 - - [2026-03-23 03:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.311469 10.0.0.27 - - [2026-03-23 03:37:00] "GET /project/687d3e64-7fa5-4978-9f3b-e5b2f6e67f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.462273 10.0.0.27 - - [2026-03-23 03:37:01] "GET / HTTP/1.1" 200 35931 0.001626 10.0.0.23 - - [2026-03-23 03:37:05] "GET /projects?obj_uuids=687d3e64-7fa5-4978-9f3b-e5b2f6e67f68&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000915 10.0.0.27 - - [2026-03-23 03:37:05] "GET /project/687d3e64-7fa5-4978-9f3b-e5b2f6e67f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.054575 10.0.0.23 - - [2026-03-23 03:37:05] "GET /projects?obj_uuids=687d3e64-7fa5-4978-9f3b-e5b2f6e67f68&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001519 10.0.0.27 - - [2026-03-23 03:37:05] "GET /project/687d3e64-7fa5-4978-9f3b-e5b2f6e67f68?fields=virtual_networks HTTP/1.1" 200 1019 0.064807 10.0.0.23 - - [2026-03-23 03:37:05] "GET /projects?obj_uuids=687d3e64-7fa5-4978-9f3b-e5b2f6e67f68&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000892 10.0.0.27 - - [2026-03-23 03:37:05] "GET /project/687d3e64-7fa5-4978-9f3b-e5b2f6e67f68?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.048161 10.0.0.23 - - [2026-03-23 03:37:05] "GET /projects?obj_uuids=687d3e64-7fa5-4978-9f3b-e5b2f6e67f68&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000938 10.0.0.27 - - [2026-03-23 03:37:05] "GET /project/687d3e64-7fa5-4978-9f3b-e5b2f6e67f68?fields=security_groups HTTP/1.1" 200 1239 0.045102 10.0.0.27 - - [2026-03-23 03:37:06] "POST /fqname-to-id HTTP/1.1" 404 186 0.032315 10.0.0.23 - - [2026-03-23 03:37:06] "GET /projects?obj_uuids=57e05b08-6acb-4009-9dfc-ff01bfe075da&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002526 10.0.0.23 - - [2026-03-23 03:37:06] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.23 - - [2026-03-23 03:37:06] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006924 10.0.0.23 - - [2026-03-23 03:37:06] "POST /id-to-fqname HTTP/1.1" 200 188 0.001018 10.0.0.23 - - [2026-03-23 03:37:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.009593 10.0.0.23 - - [2026-03-23 03:37:06] "POST /security-groups HTTP/1.1" 200 589 0.034541 10.0.0.23 - - [2026-03-23 03:37:06] "POST /fqname-to-id HTTP/1.1" 404 232 0.003698 10.0.0.23 - - [2026-03-23 03:37:06] "POST /projects HTTP/1.1" 200 581 0.243224 10.0.0.23 - - [2026-03-23 03:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.325654 10.0.0.23 - - [2026-03-23 03:37:06] "POST /access-control-lists HTTP/1.1" 200 592 0.039335 10.0.0.27 - - [2026-03-23 03:37:06] "GET /project/57e05b08-6acb-4009-9dfc-ff01bfe075da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.483442 10.0.0.27 - - [2026-03-23 03:37:08] "GET / HTTP/1.1" 200 35931 0.002829 10.0.0.23 - - [2026-03-23 03:37:11] "GET /projects?obj_uuids=57e05b08-6acb-4009-9dfc-ff01bfe075da&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000891 10.0.0.27 - - [2026-03-23 03:37:11] "GET /project/57e05b08-6acb-4009-9dfc-ff01bfe075da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.034950 10.0.0.23 - - [2026-03-23 03:37:11] "GET /projects?obj_uuids=57e05b08-6acb-4009-9dfc-ff01bfe075da&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000827 10.0.0.27 - - [2026-03-23 03:37:11] "GET /project/57e05b08-6acb-4009-9dfc-ff01bfe075da?fields=virtual_networks HTTP/1.1" 200 1027 0.089246 10.0.0.23 - - [2026-03-23 03:37:11] "GET /projects?obj_uuids=57e05b08-6acb-4009-9dfc-ff01bfe075da&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000861 10.0.0.27 - - [2026-03-23 03:37:11] "GET /project/57e05b08-6acb-4009-9dfc-ff01bfe075da?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.038304 10.0.0.23 - - [2026-03-23 03:37:11] "GET /projects?obj_uuids=57e05b08-6acb-4009-9dfc-ff01bfe075da&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000899 10.0.0.27 - - [2026-03-23 03:37:11] "GET /project/57e05b08-6acb-4009-9dfc-ff01bfe075da?fields=security_groups HTTP/1.1" 200 1251 0.043354 10.0.0.27 - - [2026-03-23 03:37:12] "POST /fqname-to-id HTTP/1.1" 404 186 0.035383 10.0.0.23 - - [2026-03-23 03:37:12] "GET /projects?obj_uuids=75c66d60-b827-4415-b0fb-97a49f30b67e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002648 10.0.0.23 - - [2026-03-23 03:37:12] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.23 - - [2026-03-23 03:37:12] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006396 10.0.0.23 - - [2026-03-23 03:37:12] "POST /id-to-fqname HTTP/1.1" 200 188 0.001074 10.0.0.23 - - [2026-03-23 03:37:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.005517 10.0.0.23 - - [2026-03-23 03:37:13] "POST /security-groups HTTP/1.1" 200 589 0.032655 10.0.0.23 - - [2026-03-23 03:37:13] "POST /projects HTTP/1.1" 200 581 0.218163 10.0.0.23 - - [2026-03-23 03:37:13] "POST /fqname-to-id HTTP/1.1" 404 231 0.006032 10.0.0.23 - - [2026-03-23 03:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.297463 10.0.0.27 - - [2026-03-23 03:37:13] "GET /project/75c66d60-b827-4415-b0fb-97a49f30b67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.444099 10.0.0.27 - - [2026-03-23 03:37:14] "GET / HTTP/1.1" 200 35931 0.001748 10.0.0.27 - - [2026-03-23 03:37:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2026-03-23 03:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.060856 10.0.0.23 - - [2026-03-23 03:37:16] "GET /projects?obj_uuids=75c66d60-b827-4415-b0fb-97a49f30b67e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000840 10.0.0.27 - - [2026-03-23 03:37:16] "GET /project/75c66d60-b827-4415-b0fb-97a49f30b67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.041192 10.0.0.23 - - [2026-03-23 03:37:16] "GET /projects?obj_uuids=75c66d60-b827-4415-b0fb-97a49f30b67e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001056 10.0.0.27 - - [2026-03-23 03:37:16] "POST /neutron/network HTTP/1.1" 200 603 0.141250 10.0.0.23 - - [2026-03-23 03:37:16] "POST /ref-update HTTP/1.1" 200 156 0.025952 10.0.0.27 - - [2026-03-23 03:37:17] "POST /id-to-fqname HTTP/1.1" 200 218 0.003260 10.0.0.27 - - [2026-03-23 03:37:17] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005036 10.0.0.27 - - [2026-03-23 03:37:17] "POST /neutron/network HTTP/1.1" 200 822 0.009307 10.0.0.27 - - [2026-03-23 03:37:17] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004522 10.0.0.27 - - [2026-03-23 03:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.27 - - [2026-03-23 03:37:17] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006058 10.0.0.27 - - [2026-03-23 03:37:17] "PUT /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5 HTTP/1.1" 200 264 0.056568 10.0.0.27 - - [2026-03-23 03:37:18] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005620 10.0.0.23 - - [2026-03-23 03:37:19] "GET /obj-perms HTTP/1.1" 200 5026 0.066043 10.0.0.27 - - [2026-03-23 03:37:19] "POST /neutron/network HTTP/1.1" 200 822 0.006684 10.0.0.27 - - [2026-03-23 03:37:19] "POST /id-to-fqname HTTP/1.1" 200 218 0.001223 10.0.0.23 - - [2026-03-23 03:37:20] "GET /projects?obj_uuids=75c66d60-b827-4415-b0fb-97a49f30b67e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.27 - - [2026-03-23 03:37:20] "GET /project/75c66d60-b827-4415-b0fb-97a49f30b67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.073082 10.0.0.27 - - [2026-03-23 03:37:20] "POST /neutron/network HTTP/1.1" 200 822 0.045784 10.0.0.27 - - [2026-03-23 03:37:21] "POST /neutron/port HTTP/1.1" 200 117 0.005453 10.0.0.27 - - [2026-03-23 03:37:21] "POST /neutron/port HTTP/1.1" 200 1058 0.018394 10.0.0.27 - - [2026-03-23 03:37:22] "POST /neutron/port HTTP/1.1" 200 1122 0.020494 10.0.0.27 - - [2026-03-23 03:37:22] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.27 - - [2026-03-23 03:37:25] "POST /neutron/port HTTP/1.1" 200 1122 0.018237 10.0.0.27 - - [2026-03-23 03:37:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.008289 10.0.0.27 - - [2026-03-23 03:37:26] "POST /neutron/port HTTP/1.1" 200 1122 0.015805 10.0.0.27 - - [2026-03-23 03:37:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006868 10.0.0.27 - - [2026-03-23 03:37:26] "GET /virtual-machine/c3f67dde-d614-4550-ac66-f262f08575c3 HTTP/1.1" 401 292 0.000722 10.0.0.27 - - [2026-03-23 03:37:26] "GET /virtual-machine/c3f67dde-d614-4550-ac66-f262f08575c3 HTTP/1.1" 200 1291 0.036434 10.0.0.27 - - [2026-03-23 03:37:26] "GET /virtual-machine-interface/37e457df-38cb-4f68-9e24-16f6dc735995 HTTP/1.1" 200 2930 0.006516 10.0.0.27 - - [2026-03-23 03:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.27 - - [2026-03-23 03:37:26] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003711 10.0.0.27 - - [2026-03-23 03:37:26] "GET /virtual-networks?parent_id=75c66d60-b827-4415-b0fb-97a49f30b67e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003061 10.0.0.27 - - [2026-03-23 03:37:26] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006719 10.0.0.27 - - [2026-03-23 03:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.27 - - [2026-03-23 03:37:29] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005073 10.0.0.27 - - [2026-03-23 03:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005968 10.0.0.27 - - [2026-03-23 03:37:34] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005721 10.0.0.23 - - [2026-03-23 03:37:36] "DELETE /project/29cc52672d864703911771b07c243b46 HTTP/1.1" 404 173 0.014966 10.0.0.23 - - [2026-03-23 03:37:36] "DELETE /project/57e05b086acb40099dfcff01bfe075da HTTP/1.1" 404 173 0.014519 10.0.0.23 - - [2026-03-23 03:37:36] "DELETE /project/fdbc11b96d5a481388a1faaa7716ab6c HTTP/1.1" 404 173 0.018344 10.0.0.23 - - [2026-03-23 03:37:36] "DELETE /project/a0b83a9c391e4734a67ece5479a68341 HTTP/1.1" 404 173 0.011603 10.0.0.23 - - [2026-03-23 03:37:36] "DELETE /project/75c66d60b8274415b0fb97a49f30b67e HTTP/1.1" 404 173 0.012823 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=57e05b08-6acb-4009-9dfc-ff01bfe075da&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000819 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=29cc5267-2d86-4703-9117-71b07c243b46&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000873 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=687d3e64-7fa5-4978-9f3b-e5b2f6e67f68&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000740 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=fdbc11b9-6d5a-4813-88a1-faaa7716ab6c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000750 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=a0b83a9c-391e-4734-a67e-ce5479a68341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000732 10.0.0.23 - - [2026-03-23 03:37:36] "DELETE /project/687d3e647fa549789f3be5b2f6e67f68 HTTP/1.1" 404 173 0.005752 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=5e9e22aa-d809-4b9d-aef4-19f20c909bb3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000825 10.0.0.23 - - [2026-03-23 03:37:36] "GET /project/a0b83a9c-391e-4734-a67e-ce5479a68341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.067093 10.0.0.23 - - [2026-03-23 03:37:36] "GET /project/57e05b08-6acb-4009-9dfc-ff01bfe075da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.069046 10.0.0.23 - - [2026-03-23 03:37:36] "GET /project/687d3e64-7fa5-4978-9f3b-e5b2f6e67f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.081477 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=a0b83a9c-391e-4734-a67e-ce5479a68341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000933 10.0.0.23 - - [2026-03-23 03:37:36] "GET /project/fdbc11b9-6d5a-4813-88a1-faaa7716ab6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.110927 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=57e05b08-6acb-4009-9dfc-ff01bfe075da&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001334 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=687d3e64-7fa5-4978-9f3b-e5b2f6e67f68&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.004215 10.0.0.23 - - [2026-03-23 03:37:36] "GET /project/29cc5267-2d86-4703-9117-71b07c243b46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.137218 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=fdbc11b9-6d5a-4813-88a1-faaa7716ab6c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001556 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=29cc5267-2d86-4703-9117-71b07c243b46&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000973 10.0.0.23 - - [2026-03-23 03:37:36] "GET /project/5e9e22aa-d809-4b9d-aef4-19f20c909bb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.187340 10.0.0.23 - - [2026-03-23 03:37:36] "GET /project/a0b83a9c-391e-4734-a67e-ce5479a68341?fields=security_groups HTTP/1.1" 200 1396 0.156913 10.0.0.23 - - [2026-03-23 03:37:36] "GET /project/687d3e64-7fa5-4978-9f3b-e5b2f6e67f68?fields=security_groups HTTP/1.1" 200 1344 0.152137 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=5e9e22aa-d809-4b9d-aef4-19f20c909bb3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002240 10.0.0.23 - - [2026-03-23 03:37:36] "GET /project/57e05b08-6acb-4009-9dfc-ff01bfe075da?fields=security_groups HTTP/1.1" 200 1356 0.182290 10.0.0.23 - - [2026-03-23 03:37:36] "GET /project/fdbc11b9-6d5a-4813-88a1-faaa7716ab6c?fields=security_groups HTTP/1.1" 200 1353 0.145473 10.0.0.23 - - [2026-03-23 03:37:36] "GET /project/29cc5267-2d86-4703-9117-71b07c243b46?fields=security_groups HTTP/1.1" 200 1377 0.175939 10.0.0.23 - - [2026-03-23 03:37:36] "GET /project/5e9e22aa-d809-4b9d-aef4-19f20c909bb3?fields=security_groups HTTP/1.1" 200 1347 0.110019 10.0.0.23 - - [2026-03-23 03:37:36] "DELETE /security-group/7ddd1fae-665c-4aec-b304-bf23a80e204a HTTP/1.1" 200 115 0.170252 10.0.0.23 - - [2026-03-23 03:37:36] "DELETE /security-group/beef43af-f3dc-4efe-a363-ff85530daffb HTTP/1.1" 200 115 0.181701 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=a0b83a9c-391e-4734-a67e-ce5479a68341&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001521 10.0.0.23 - - [2026-03-23 03:37:36] "DELETE /security-group/c2f319a4-8de2-49e9-9081-56182c076d9b HTTP/1.1" 200 115 0.179754 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=687d3e64-7fa5-4978-9f3b-e5b2f6e67f68&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000885 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=57e05b08-6acb-4009-9dfc-ff01bfe075da&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001321 10.0.0.23 - - [2026-03-23 03:37:36] "DELETE /security-group/5cca84ac-f6f6-45d1-bf40-d532fa467963 HTTP/1.1" 200 115 0.184346 10.0.0.23 - - [2026-03-23 03:37:36] "DELETE /access-control-list/81b6203d-86bf-457e-ae29-4ee491dff096 HTTP/1.1" 200 115 0.113828 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=fdbc11b9-6d5a-4813-88a1-faaa7716ab6c&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002701 10.0.0.23 - - [2026-03-23 03:37:36] "DELETE /security-group/b369e898-0446-4f58-b891-a65fbaca4bfd HTTP/1.1" 200 115 0.174119 10.0.0.23 - - [2026-03-23 03:37:36] "GET /projects?obj_uuids=29cc5267-2d86-4703-9117-71b07c243b46&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001352 10.0.0.23 - - [2026-03-23 03:37:37] "GET /project/a0b83a9c-391e-4734-a67e-ce5479a68341?fields=application_policy_sets HTTP/1.1" 200 1435 0.137457 10.0.0.23 - - [2026-03-23 03:37:37] "DELETE /security-group/46e39a4e-1e90-476b-bb73-6d4025da2538 HTTP/1.1" 200 115 0.223990 10.0.0.23 - - [2026-03-23 03:37:37] "GET /project/57e05b08-6acb-4009-9dfc-ff01bfe075da?fields=application_policy_sets HTTP/1.1" 200 1395 0.156613 10.0.0.23 - - [2026-03-23 03:37:37] "GET /project/687d3e64-7fa5-4978-9f3b-e5b2f6e67f68?fields=application_policy_sets HTTP/1.1" 200 1383 0.223624 10.0.0.23 - - [2026-03-23 03:37:37] "GET /projects?obj_uuids=5e9e22aa-d809-4b9d-aef4-19f20c909bb3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001012 10.0.0.23 - - [2026-03-23 03:37:37] "GET /project/fdbc11b9-6d5a-4813-88a1-faaa7716ab6c?fields=application_policy_sets HTTP/1.1" 200 1392 0.221052 10.0.0.23 - - [2026-03-23 03:37:37] "GET /project/29cc5267-2d86-4703-9117-71b07c243b46?fields=application_policy_sets HTTP/1.1" 200 1416 0.204442 10.0.0.23 - - [2026-03-23 03:37:37] "GET /project/5e9e22aa-d809-4b9d-aef4-19f20c909bb3?fields=application_policy_sets HTTP/1.1" 200 1386 0.122305 10.0.0.23 - - [2026-03-23 03:37:37] "DELETE /access-control-list/c3f94aa8-7249-477f-b5f1-84e5167c5455 HTTP/1.1" 200 115 0.139908 10.0.0.23 - - [2026-03-23 03:37:37] "DELETE /project/a0b83a9c-391e-4734-a67e-ce5479a68341 HTTP/1.1" 200 115 1.107812 10.0.0.23 - - [2026-03-23 03:37:37] "DELETE /project/57e05b08-6acb-4009-9dfc-ff01bfe075da HTTP/1.1" 200 115 1.118989 10.0.0.23 - - [2026-03-23 03:37:37] "DELETE /project/687d3e64-7fa5-4978-9f3b-e5b2f6e67f68 HTTP/1.1" 200 115 1.128874 10.0.0.23 - - [2026-03-23 03:37:37] "DELETE /project/5e9e22aa-d809-4b9d-aef4-19f20c909bb3 HTTP/1.1" 200 115 1.148701 10.0.0.23 - - [2026-03-23 03:37:37] "DELETE /project/29cc5267-2d86-4703-9117-71b07c243b46 HTTP/1.1" 200 115 1.185234 10.0.0.23 - - [2026-03-23 03:37:37] "DELETE /access-control-list/eb2f2272-19ca-417d-84da-7c916b0b0af3 HTTP/1.1" 200 115 0.073610 10.0.0.23 - - [2026-03-23 03:37:37] "DELETE /project/fdbc11b9-6d5a-4813-88a1-faaa7716ab6c HTTP/1.1" 200 115 1.190641 10.0.0.23 - - [2026-03-23 03:37:37] "DELETE /access-control-list/8c572915-53d5-42d3-a48c-1acbef316ac3 HTTP/1.1" 200 115 0.032112 10.0.0.27 - - [2026-03-23 03:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.27 - - [2026-03-23 03:37:38] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.007856 10.0.0.27 - - [2026-03-23 03:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.27 - - [2026-03-23 03:37:42] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.008509 10.0.0.27 - - [2026-03-23 03:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.27 - - [2026-03-23 03:37:46] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005525 10.0.0.27 - - [2026-03-23 03:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.27 - - [2026-03-23 03:37:50] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006228 10.0.0.27 - - [2026-03-23 03:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.27 - - [2026-03-23 03:37:54] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006248 10.0.0.27 - - [2026-03-23 03:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.27 - - [2026-03-23 03:37:58] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005164 10.0.0.27 - - [2026-03-23 03:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.27 - - [2026-03-23 03:38:02] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005303 10.0.0.27 - - [2026-03-23 03:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006855 10.0.0.27 - - [2026-03-23 03:38:04] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004659 10.0.0.27 - - [2026-03-23 03:38:04] "GET /virtual-networks?parent_id=75c66d60-b827-4415-b0fb-97a49f30b67e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003312 10.0.0.27 - - [2026-03-23 03:38:04] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005993 10.0.0.27 - - [2026-03-23 03:38:04] "POST /neutron/port HTTP/1.1" 200 1122 0.016813 10.0.0.27 - - [2026-03-23 03:38:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006932 10.0.0.27 - - [2026-03-23 03:38:15] "POST /neutron/port HTTP/1.1" 200 1122 0.053035 10.0.0.27 - - [2026-03-23 03:38:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006918 10.0.0.27 - - [2026-03-23 03:38:25] "POST /neutron/port HTTP/1.1" 200 1122 0.018258 10.0.0.27 - - [2026-03-23 03:38:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006830 10.0.0.27 - - [2026-03-23 03:38:26] "POST /neutron/network HTTP/1.1" 200 796 0.013182 10.0.0.27 - - [2026-03-23 03:38:26] "POST /id-to-fqname HTTP/1.1" 200 218 0.001100 10.0.0.27 - - [2026-03-23 03:38:26] "GET /virtual-machine/c3f67dde-d614-4550-ac66-f262f08575c3 HTTP/1.1" 200 1291 0.003075 10.0.0.27 - - [2026-03-23 03:38:26] "GET /virtual-machine-interface/37e457df-38cb-4f68-9e24-16f6dc735995 HTTP/1.1" 200 2930 0.005027 10.0.0.27 - - [2026-03-23 03:38:26] "GET /instance-ip/b2824ee6-bc14-4351-9eff-bf2dc33ffa9c HTTP/1.1" 200 1617 0.005758 10.0.0.27 - - [2026-03-23 03:38:26] "POST /fqname-to-id HTTP/1.1" 404 208 0.003154 10.0.0.27 - - [2026-03-23 03:38:26] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.007000 10.0.0.23 - - [2026-03-23 03:38:26] "GET /projects?obj_uuids=75c66d60-b827-4415-b0fb-97a49f30b67e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000758 10.0.0.27 - - [2026-03-23 03:38:26] "POST /neutron/port HTTP/1.1" 200 1122 0.021107 10.0.0.27 - - [2026-03-23 03:38:26] "GET /project/75c66d60-b827-4415-b0fb-97a49f30b67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.045493 10.0.0.27 - - [2026-03-23 03:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.27 - - [2026-03-23 03:38:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.008571 10.0.0.27 - - [2026-03-23 03:38:26] "GET /security-group/6d68e7cb-f653-4fe9-81f9-3d0d9540d66b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3746 0.004108 10.0.0.27 - - [2026-03-23 03:38:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.064606 10.0.0.27 - - [2026-03-23 03:38:26] "POST /instance-ips HTTP/1.1" 200 357 0.032909 10.0.0.27 - - [2026-03-23 03:38:26] "GET /instance-ip/8b9e1fd0-2676-41cf-88dc-e26eeab8140a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.006156 10.0.0.27 - - [2026-03-23 03:38:26] "GET /virtual-machine-interface/fdf83c97-e554-4c3c-96d1-68762fb84e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.005685 10.0.0.27 - - [2026-03-23 03:38:26] "GET /virtual-machine-interface/fdf83c97-e554-4c3c-96d1-68762fb84e02?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.007503 10.0.0.27 - - [2026-03-23 03:38:26] "GET /instance-ip/8b9e1fd0-2676-41cf-88dc-e26eeab8140a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.005731 10.0.0.27 - - [2026-03-23 03:38:26] "POST /id-to-fqname HTTP/1.1" 200 218 0.001804 10.0.0.27 - - [2026-03-23 03:38:26] "POST /neutron/port HTTP/1.1" 200 1122 0.021276 10.0.0.27 - - [2026-03-23 03:38:27] "POST /neutron/port HTTP/1.1" 200 965 0.010306 10.0.0.27 - - [2026-03-23 03:38:27] "POST /neutron/port HTTP/1.1" 200 1122 0.017329 10.0.0.27 - - [2026-03-23 03:38:27] "POST /neutron/port HTTP/1.1" 200 117 0.005909 10.0.0.27 - - [2026-03-23 03:38:28] "POST /neutron/network HTTP/1.1" 200 832 0.006269 10.0.0.27 - - [2026-03-23 03:38:28] "POST /neutron/port HTTP/1.1" 200 1057 0.121988 10.0.0.27 - - [2026-03-23 03:38:28] "POST /neutron/subnet HTTP/1.1" 200 699 0.010036 10.0.0.27 - - [2026-03-23 03:38:32] "POST /neutron/port HTTP/1.1" 200 1067 0.016142 10.0.0.27 - - [2026-03-23 03:38:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006814 10.0.0.27 - - [2026-03-23 03:38:32] "GET /virtual-machine/3dd6aa8d-a962-4e7c-828b-fa5173c584ab HTTP/1.1" 200 1267 0.006078 10.0.0.27 - - [2026-03-23 03:38:32] "GET /virtual-machine-interface/fdf83c97-e554-4c3c-96d1-68762fb84e02 HTTP/1.1" 200 2981 0.005997 10.0.0.27 - - [2026-03-23 03:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.27 - - [2026-03-23 03:38:32] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005685 10.0.0.27 - - [2026-03-23 03:38:32] "GET /virtual-networks?parent_id=75c66d60-b827-4415-b0fb-97a49f30b67e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004220 10.0.0.27 - - [2026-03-23 03:38:32] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005426 10.0.0.27 - - [2026-03-23 03:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007413 10.0.0.27 - - [2026-03-23 03:38:36] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005221 10.0.0.27 - - [2026-03-23 03:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.27 - - [2026-03-23 03:38:40] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004942 10.0.0.27 - - [2026-03-23 03:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.27 - - [2026-03-23 03:38:44] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005090 10.0.0.27 - - [2026-03-23 03:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.27 - - [2026-03-23 03:38:48] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005048 10.0.0.27 - - [2026-03-23 03:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.27 - - [2026-03-23 03:38:52] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004808 10.0.0.27 - - [2026-03-23 03:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.27 - - [2026-03-23 03:38:56] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005501 10.0.0.27 - - [2026-03-23 03:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.27 - - [2026-03-23 03:39:00] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006570 10.0.0.27 - - [2026-03-23 03:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.27 - - [2026-03-23 03:39:04] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005156 10.0.0.27 - - [2026-03-23 03:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005311 10.0.0.27 - - [2026-03-23 03:39:08] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005643 10.0.0.27 - - [2026-03-23 03:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.27 - - [2026-03-23 03:39:12] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005757 10.0.0.27 - - [2026-03-23 03:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.27 - - [2026-03-23 03:39:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004586 10.0.0.27 - - [2026-03-23 03:39:15] "GET /virtual-networks?parent_id=75c66d60-b827-4415-b0fb-97a49f30b67e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004795 10.0.0.27 - - [2026-03-23 03:39:15] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006544 10.0.0.27 - - [2026-03-23 03:39:15] "POST /neutron/port HTTP/1.1" 200 1067 0.025091 10.0.0.27 - - [2026-03-23 03:39:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007720 10.0.0.27 - - [2026-03-23 03:39:26] "POST /neutron/port HTTP/1.1" 200 1067 0.015890 10.0.0.27 - - [2026-03-23 03:39:28] "POST /neutron/port HTTP/1.1" 200 1122 0.017460 10.0.0.27 - - [2026-03-23 03:39:28] "POST /neutron/subnet HTTP/1.1" 200 699 0.008566 10.0.0.27 - - [2026-03-23 03:39:30] "POST /neutron/port HTTP/1.1" 200 1067 0.016595 10.0.0.27 - - [2026-03-23 03:39:35] "POST /id-to-fqname HTTP/1.1" 200 218 0.001159 10.0.0.27 - - [2026-03-23 03:39:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007326 10.0.0.27 - - [2026-03-23 03:39:36] "GET /obj-perms HTTP/1.1" 200 5056 0.082288 10.0.0.50 - - [2026-03-23 03:39:36] "GET /obj-perms HTTP/1.1" 200 5056 0.094517 10.0.0.23 - - [2026-03-23 03:39:37] "GET /projects?obj_uuids=75c66d60-b827-4415-b0fb-97a49f30b67e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.037114 10.0.0.27 - - [2026-03-23 03:39:37] "GET /project/75c66d60-b827-4415-b0fb-97a49f30b67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.112462 10.0.0.27 - - [2026-03-23 03:39:37] "POST /neutron/port HTTP/1.1" 200 2037 0.023688 10.0.0.27 - - [2026-03-23 03:39:37] "POST /neutron/port HTTP/1.1" 200 117 0.006531 10.0.0.27 - - [2026-03-23 03:39:38] "POST /neutron/port HTTP/1.1" 200 1058 0.061267 10.0.0.27 - - [2026-03-23 03:39:38] "POST /neutron/port HTTP/1.1" 200 1122 0.018138 10.0.0.27 - - [2026-03-23 03:39:38] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.27 - - [2026-03-23 03:39:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007552 10.0.0.27 - - [2026-03-23 03:39:42] "POST /neutron/port HTTP/1.1" 200 1122 0.017393 10.0.0.27 - - [2026-03-23 03:39:42] "GET /virtual-machine/230a47d1-052e-4153-a230-87aed78ed946 HTTP/1.1" 200 1290 0.005316 10.0.0.27 - - [2026-03-23 03:39:42] "GET /virtual-machine-interface/a9e20704-2637-41a6-b781-8148beacf908 HTTP/1.1" 200 2931 0.004926 10.0.0.27 - - [2026-03-23 03:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.27 - - [2026-03-23 03:39:43] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006740 10.0.0.27 - - [2026-03-23 03:39:43] "GET /virtual-networks?parent_id=75c66d60-b827-4415-b0fb-97a49f30b67e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003550 10.0.0.27 - - [2026-03-23 03:39:43] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005748 10.0.0.27 - - [2026-03-23 03:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.27 - - [2026-03-23 03:39:46] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006106 10.0.0.27 - - [2026-03-23 03:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2026-03-23 03:39:50] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004886 10.0.0.27 - - [2026-03-23 03:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.27 - - [2026-03-23 03:39:54] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006186 10.0.0.27 - - [2026-03-23 03:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.27 - - [2026-03-23 03:39:58] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006421 10.0.0.27 - - [2026-03-23 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.27 - - [2026-03-23 03:40:02] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005207 10.0.0.27 - - [2026-03-23 03:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.27 - - [2026-03-23 03:40:06] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005133 10.0.0.27 - - [2026-03-23 03:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.27 - - [2026-03-23 03:40:10] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005500 10.0.0.27 - - [2026-03-23 03:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.27 - - [2026-03-23 03:40:14] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004565 10.0.0.27 - - [2026-03-23 03:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.27 - - [2026-03-23 03:40:18] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005229 10.0.0.27 - - [2026-03-23 03:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.27 - - [2026-03-23 03:40:23] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005309 10.0.0.27 - - [2026-03-23 03:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.27 - - [2026-03-23 03:40:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003401 10.0.0.27 - - [2026-03-23 03:40:25] "GET /virtual-networks?parent_id=75c66d60-b827-4415-b0fb-97a49f30b67e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003095 10.0.0.27 - - [2026-03-23 03:40:25] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005358 10.0.0.27 - - [2026-03-23 03:40:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008470 10.0.0.27 - - [2026-03-23 03:40:30] "POST /neutron/network HTTP/1.1" 200 832 0.006542 10.0.0.27 - - [2026-03-23 03:40:30] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.27 - - [2026-03-23 03:40:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008873 10.0.0.50 - - [2026-03-23 03:40:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2026-03-23 03:40:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.23 - - [2026-03-23 03:40:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2026-03-23 03:40:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2026-03-23 03:40:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2026-03-23 03:40:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.50 - - [2026-03-23 03:40:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.50 - - [2026-03-23 03:40:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.27 - - [2026-03-23 03:40:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.27 - - [2026-03-23 03:40:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.23 - - [2026-03-23 03:40:37] "GET /obj-perms HTTP/1.1" 200 5056 0.162982 10.0.0.27 - - [2026-03-23 03:40:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.27 - - [2026-03-23 03:40:37] "POST /neutron/port HTTP/1.1" 200 1122 0.024782 10.0.0.27 - - [2026-03-23 03:40:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.27 - - [2026-03-23 03:40:39] "POST /neutron/port HTTP/1.1" 200 1122 0.018518 10.0.0.27 - - [2026-03-23 03:40:39] "POST /neutron/subnet HTTP/1.1" 200 699 0.010028 10.0.0.27 - - [2026-03-23 03:40:40] "POST /neutron/port HTTP/1.1" 200 1122 0.016101 10.0.0.27 - - [2026-03-23 03:40:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006804 10.0.0.27 - - [2026-03-23 03:40:51] "POST /neutron/port HTTP/1.1" 200 1122 0.016069 10.0.0.27 - - [2026-03-23 03:40:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007536 10.0.0.27 - - [2026-03-23 03:40:51] "POST /neutron/network HTTP/1.1" 200 796 0.014785 10.0.0.27 - - [2026-03-23 03:40:51] "POST /id-to-fqname HTTP/1.1" 200 218 0.001147 10.0.0.27 - - [2026-03-23 03:40:51] "GET /virtual-machine/230a47d1-052e-4153-a230-87aed78ed946 HTTP/1.1" 200 1290 0.004187 10.0.0.27 - - [2026-03-23 03:40:51] "GET /virtual-machine-interface/a9e20704-2637-41a6-b781-8148beacf908 HTTP/1.1" 200 2931 0.006369 10.0.0.27 - - [2026-03-23 03:40:51] "GET /instance-ip/fb6b9b47-19b9-43cc-a671-be404ebaa501 HTTP/1.1" 200 1617 0.006561 10.0.0.27 - - [2026-03-23 03:40:51] "GET /virtual-machine-interface/a9e20704-2637-41a6-b781-8148beacf908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.005344 10.0.0.27 - - [2026-03-23 03:40:51] "PUT /virtual-machine-interface/a9e20704-2637-41a6-b781-8148beacf908 HTTP/1.1" 200 284 0.014402 10.0.0.27 - - [2026-03-23 03:41:32] "POST /neutron/port HTTP/1.1" 200 1122 0.050082 10.0.0.27 - - [2026-03-23 03:41:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.008924 10.0.0.27 - - [2026-03-23 03:41:41] "POST /neutron/port HTTP/1.1" 200 1122 0.021129 10.0.0.27 - - [2026-03-23 03:41:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003535 10.0.0.27 - - [2026-03-23 03:41:41] "POST /neutron/network HTTP/1.1" 200 822 0.007235 10.0.0.27 - - [2026-03-23 03:42:24] "DELETE /instance-ip/8b9e1fd0-2676-41cf-88dc-e26eeab8140a HTTP/1.1" 200 115 0.076191 10.0.0.27 - - [2026-03-23 03:42:24] "DELETE /virtual-machine-interface/fdf83c97-e554-4c3c-96d1-68762fb84e02 HTTP/1.1" 200 115 0.092139 10.0.0.27 - - [2026-03-23 03:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.27 - - [2026-03-23 03:42:24] "GET /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006985 10.0.0.27 - - [2026-03-23 03:42:24] "PUT /virtual-network/292f6c90-7e55-494f-a1cd-fe6263fdfdf5 HTTP/1.1" 200 264 0.074156 10.0.0.27 - - [2026-03-23 03:42:24] "POST /neutron/port HTTP/1.1" 200 1112 0.049146 10.0.0.23 - - [2026-03-23 03:42:24] "POST /ref-update HTTP/1.1" 200 156 0.065861 10.0.0.27 - - [2026-03-23 03:42:25] "POST /neutron/port HTTP/1.1" 200 1122 0.022503 10.0.0.27 - - [2026-03-23 03:42:26] "POST /neutron/network HTTP/1.1" 200 822 0.007519 10.0.0.23 - - [2026-03-23 03:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.23 - - [2026-03-23 03:42:28] "GET /projects?obj_uuids=75c66d60-b827-4415-b0fb-97a49f30b67e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.27 - - [2026-03-23 03:42:28] "GET /project/75c66d60-b827-4415-b0fb-97a49f30b67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.077974 10.0.0.23 - - [2026-03-23 03:42:28] "GET /projects?obj_uuids=75c66d60-b827-4415-b0fb-97a49f30b67e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001905 10.0.0.27 - - [2026-03-23 03:42:28] "GET /project/75c66d60-b827-4415-b0fb-97a49f30b67e?fields=virtual_networks HTTP/1.1" 200 1027 0.049600 10.0.0.23 - - [2026-03-23 03:42:28] "GET /projects?obj_uuids=75c66d60-b827-4415-b0fb-97a49f30b67e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000898 10.0.0.27 - - [2026-03-23 03:42:28] "GET /project/75c66d60-b827-4415-b0fb-97a49f30b67e?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.040492 10.0.0.23 - - [2026-03-23 03:42:28] "GET /projects?obj_uuids=75c66d60-b827-4415-b0fb-97a49f30b67e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000860 10.0.0.27 - - [2026-03-23 03:42:28] "GET /project/75c66d60-b827-4415-b0fb-97a49f30b67e?fields=security_groups HTTP/1.1" 200 1251 0.055452 10.0.0.27 - - [2026-03-23 03:42:29] "POST /neutron/port HTTP/1.1" 400 205 0.003914 10.0.0.27 - - [2026-03-23 03:42:29] "POST /fqname-to-id HTTP/1.1" 404 185 0.050397 10.0.0.23 - - [2026-03-23 03:42:29] "GET /projects?obj_uuids=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004549 10.0.0.23 - - [2026-03-23 03:42:30] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.23 - - [2026-03-23 03:42:30] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.044247 10.0.0.23 - - [2026-03-23 03:42:30] "POST /id-to-fqname HTTP/1.1" 200 187 0.001381 10.0.0.23 - - [2026-03-23 03:42:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.003415 10.0.0.23 - - [2026-03-23 03:42:30] "POST /security-groups HTTP/1.1" 200 588 0.069217 10.0.0.23 - - [2026-03-23 03:42:30] "POST /projects HTTP/1.1" 200 579 0.257457 10.0.0.23 - - [2026-03-23 03:42:30] "POST /access-control-lists HTTP/1.1" 200 593 0.031953 10.0.0.23 - - [2026-03-23 03:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.339605 10.0.0.27 - - [2026-03-23 03:42:30] "GET /project/3f0e483a-64de-4825-9565-638c4aa0efad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.533373 10.0.0.27 - - [2026-03-23 03:42:31] "GET / HTTP/1.1" 200 35931 0.001441 10.0.0.23 - - [2026-03-23 03:42:33] "DELETE /access-control-list/bd32bdcb-38dd-46f0-954d-adbee1d6cf4f HTTP/1.1" 200 115 0.031617 10.0.0.27 - - [2026-03-23 03:42:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000403 10.0.0.27 - - [2026-03-23 03:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.038754 10.0.0.23 - - [2026-03-23 03:42:34] "GET /projects?obj_uuids=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000873 10.0.0.27 - - [2026-03-23 03:42:34] "GET /project/3f0e483a-64de-4825-9565-638c4aa0efad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.042656 10.0.0.23 - - [2026-03-23 03:42:34] "POST /ref-update HTTP/1.1" 200 156 0.024371 10.0.0.23 - - [2026-03-23 03:42:34] "POST /useragent-kv HTTP/1.1" 200 115 0.008527 10.0.0.27 - - [2026-03-23 03:42:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.241719 10.0.0.27 - - [2026-03-23 03:42:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001250 10.0.0.27 - - [2026-03-23 03:42:34] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005734 10.0.0.27 - - [2026-03-23 03:42:34] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006155 10.0.0.27 - - [2026-03-23 03:42:34] "POST /neutron/network HTTP/1.1" 200 829 0.007056 10.0.0.27 - - [2026-03-23 03:42:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.003532 10.0.0.27 - - [2026-03-23 03:42:34] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005088 10.0.0.27 - - [2026-03-23 03:42:35] "GET /virtual-machine-interface/45a70687-3d72-4786-af53-b6cf30593342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.007309 10.0.0.27 - - [2026-03-23 03:42:35] "GET /virtual-machine-interface/45a70687-3d72-4786-af53-b6cf30593342?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.009353 10.0.0.27 - - [2026-03-23 03:42:35] "GET /instance-ip/da0e3812-4117-4c9c-9518-40229b24d6d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1601 0.004836 10.0.0.27 - - [2026-03-23 03:42:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001164 10.0.0.27 - - [2026-03-23 03:42:35] "POST /neutron/network HTTP/1.1" 200 839 0.006369 10.0.0.23 - - [2026-03-23 03:42:36] "GET /projects?obj_uuids=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001004 10.0.0.27 - - [2026-03-23 03:42:36] "GET /project/3f0e483a-64de-4825-9565-638c4aa0efad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.075887 10.0.0.27 - - [2026-03-23 03:42:36] "POST /neutron/port HTTP/1.1" 200 117 0.005800 10.0.0.27 - - [2026-03-23 03:42:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001201 10.0.0.27 - - [2026-03-23 03:42:36] "POST /neutron/port HTTP/1.1" 200 983 0.050381 10.0.0.27 - - [2026-03-23 03:42:37] "POST /neutron/port HTTP/1.1" 200 983 0.010672 10.0.0.23 - - [2026-03-23 03:42:37] "GET /projects?obj_uuids=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000947 10.0.0.23 - - [2026-03-23 03:42:37] "GET /projects?obj_uuids=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001170 10.0.0.27 - - [2026-03-23 03:42:37] "GET /project/3f0e483a-64de-4825-9565-638c4aa0efad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.051646 10.0.0.27 - - [2026-03-23 03:42:37] "POST /fqname-to-id HTTP/1.1" 404 208 0.011697 10.0.0.27 - - [2026-03-23 03:42:37] "POST /interface-route-tables HTTP/1.1" 200 556 0.053669 10.0.0.27 - - [2026-03-23 03:42:37] "GET /interface-route-table/c27833af-198a-49e5-975e-8565d337a37d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.010689 10.0.0.27 - - [2026-03-23 03:42:37] "POST /neutron/port HTTP/1.1" 200 1057 0.345406 10.0.0.27 - - [2026-03-23 03:42:37] "POST /neutron/port HTTP/1.1" 200 1057 0.014217 10.0.0.27 - - [2026-03-23 03:42:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004158 10.0.0.27 - - [2026-03-23 03:42:37] "POST /neutron/network HTTP/1.1" 200 839 0.006820 10.0.0.27 - - [2026-03-23 03:42:38] "POST /neutron/network HTTP/1.1" 200 829 0.006072 10.0.0.23 - - [2026-03-23 03:42:38] "DELETE /project/75c66d60-b827-4415-b0fb-97a49f30b67e HTTP/1.1" 404 177 0.003347 10.0.0.23 - - [2026-03-23 03:42:38] "DELETE /project/3f0e483a64de48259565638c4aa0efad HTTP/1.1" 404 173 0.005620 10.0.0.27 - - [2026-03-23 03:42:38] "POST /neutron/port HTTP/1.1" 200 1085 0.019961 10.0.0.27 - - [2026-03-23 03:42:38] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.27 - - [2026-03-23 03:42:38] "GET /virtual-machine-interface/45a70687-3d72-4786-af53-b6cf30593342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.005659 10.0.0.27 - - [2026-03-23 03:42:38] "POST /ref-update HTTP/1.1" 200 156 0.015775 10.0.0.27 - - [2026-03-23 03:42:38] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006868 10.0.0.27 - - [2026-03-23 03:42:41] "POST /neutron/network HTTP/1.1" 200 839 0.006816 10.0.0.27 - - [2026-03-23 03:42:41] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.27 - - [2026-03-23 03:42:43] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006890 10.0.0.27 - - [2026-03-23 03:42:44] "POST /neutron/port HTTP/1.1" 200 1121 0.020653 10.0.0.27 - - [2026-03-23 03:42:44] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008408 10.0.0.27 - - [2026-03-23 03:42:44] "GET /virtual-machine/9501270f-e663-493c-8c06-7dd4ab4b68b1 HTTP/1.1" 401 292 0.000687 10.0.0.27 - - [2026-03-23 03:42:44] "GET /virtual-machine/9501270f-e663-493c-8c06-7dd4ab4b68b1 HTTP/1.1" 200 1290 0.036894 10.0.0.27 - - [2026-03-23 03:42:44] "GET /virtual-machine/9501270f-e663-493c-8c06-7dd4ab4b68b1 HTTP/1.1" 200 1290 0.003443 10.0.0.27 - - [2026-03-23 03:42:44] "GET /virtual-machine-interface/ef6dfbb0-b0c5-4401-a282-711c2c4ad02b HTTP/1.1" 200 2938 0.004888 10.0.0.27 - - [2026-03-23 03:42:44] "GET /virtual-machine/9501270f-e663-493c-8c06-7dd4ab4b68b1 HTTP/1.1" 200 1290 0.003796 10.0.0.27 - - [2026-03-23 03:42:44] "GET /virtual-machine-interface/ef6dfbb0-b0c5-4401-a282-711c2c4ad02b HTTP/1.1" 200 2938 0.005357 10.0.0.27 - - [2026-03-23 03:42:44] "GET /instance-ip/e0c29ca6-ddc9-4078-8339-40390b8674fd HTTP/1.1" 200 1618 0.006227 10.0.0.27 - - [2026-03-23 03:42:44] "GET /virtual-machine/9501270f-e663-493c-8c06-7dd4ab4b68b1 HTTP/1.1" 200 1290 0.003311 10.0.0.27 - - [2026-03-23 03:42:44] "GET /virtual-machine-interface/ef6dfbb0-b0c5-4401-a282-711c2c4ad02b HTTP/1.1" 200 2938 0.004646 10.0.0.27 - - [2026-03-23 03:42:44] "GET /instance-ip/e0c29ca6-ddc9-4078-8339-40390b8674fd HTTP/1.1" 200 1618 0.005490 10.0.0.27 - - [2026-03-23 03:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.27 - - [2026-03-23 03:42:44] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003345 10.0.0.27 - - [2026-03-23 03:42:44] "GET /virtual-networks?parent_id=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003752 10.0.0.27 - - [2026-03-23 03:42:44] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005379 10.0.0.27 - - [2026-03-23 03:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.27 - - [2026-03-23 03:42:44] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004110 10.0.0.27 - - [2026-03-23 03:42:44] "GET /virtual-networks?parent_id=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003237 10.0.0.27 - - [2026-03-23 03:42:45] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005528 10.0.0.27 - - [2026-03-23 03:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.27 - - [2026-03-23 03:42:45] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004087 10.0.0.27 - - [2026-03-23 03:42:45] "GET /virtual-networks?parent_id=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002907 10.0.0.27 - - [2026-03-23 03:42:45] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006864 10.0.0.27 - - [2026-03-23 03:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.27 - - [2026-03-23 03:42:45] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003883 10.0.0.27 - - [2026-03-23 03:42:45] "GET /virtual-networks?parent_id=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003320 10.0.0.27 - - [2026-03-23 03:42:45] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005711 10.0.0.27 - - [2026-03-23 03:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.27 - - [2026-03-23 03:42:45] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004012 10.0.0.27 - - [2026-03-23 03:42:45] "GET /virtual-networks?parent_id=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002622 10.0.0.27 - - [2026-03-23 03:42:45] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005424 10.0.0.27 - - [2026-03-23 03:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.27 - - [2026-03-23 03:42:45] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003833 10.0.0.27 - - [2026-03-23 03:42:45] "GET /virtual-networks?parent_id=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002607 10.0.0.27 - - [2026-03-23 03:42:45] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005971 10.0.0.27 - - [2026-03-23 03:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.27 - - [2026-03-23 03:42:45] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003715 10.0.0.27 - - [2026-03-23 03:42:45] "GET /virtual-networks?parent_id=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003438 10.0.0.27 - - [2026-03-23 03:42:45] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005608 10.0.0.27 - - [2026-03-23 03:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.27 - - [2026-03-23 03:42:48] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005662 10.0.0.27 - - [2026-03-23 03:42:49] "POST /neutron/port HTTP/1.1" 200 1121 0.017628 10.0.0.27 - - [2026-03-23 03:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.27 - - [2026-03-23 03:42:50] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004405 10.0.0.27 - - [2026-03-23 03:42:50] "GET /virtual-networks?parent_id=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003416 10.0.0.27 - - [2026-03-23 03:42:50] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006500 10.0.0.27 - - [2026-03-23 03:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.27 - - [2026-03-23 03:42:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003462 10.0.0.27 - - [2026-03-23 03:42:51] "GET /virtual-networks?parent_id=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002496 10.0.0.27 - - [2026-03-23 03:42:51] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007125 10.0.0.27 - - [2026-03-23 03:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.27 - - [2026-03-23 03:42:51] "GET /routing-instance/5f8eeea2-d32b-4b8b-9886-24ddccbbd986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004094 10.0.0.27 - - [2026-03-23 03:42:51] "GET /route-target/176a46b9-9677-4be5-b1a5-4ac1349ed6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004024 10.0.0.27 - - [2026-03-23 03:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.27 - - [2026-03-23 03:42:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003057 10.0.0.27 - - [2026-03-23 03:42:51] "GET /virtual-networks?parent_id=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002987 10.0.0.27 - - [2026-03-23 03:42:51] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005429 10.0.0.27 - - [2026-03-23 03:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.27 - - [2026-03-23 03:42:51] "GET /routing-instance/5f8eeea2-d32b-4b8b-9886-24ddccbbd986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005118 10.0.0.27 - - [2026-03-23 03:42:51] "GET /route-target/176a46b9-9677-4be5-b1a5-4ac1349ed6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003906 10.0.0.27 - - [2026-03-23 03:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005154 10.0.0.27 - - [2026-03-23 03:42:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004788 10.0.0.27 - - [2026-03-23 03:42:51] "GET /virtual-networks?parent_id=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002997 10.0.0.27 - - [2026-03-23 03:42:51] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006838 10.0.0.27 - - [2026-03-23 03:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.27 - - [2026-03-23 03:42:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003882 10.0.0.27 - - [2026-03-23 03:42:51] "GET /virtual-networks?parent_id=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002701 10.0.0.27 - - [2026-03-23 03:42:51] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005781 10.0.0.23 - - [2026-03-23 03:42:54] "GET /obj-perms HTTP/1.1" 200 5024 0.070802 10.0.0.23 - - [2026-03-23 03:43:00] "GET /obj-perms HTTP/1.1" 200 5024 0.004060 10.0.0.23 - - [2026-03-23 03:43:06] "GET /obj-perms HTTP/1.1" 200 5024 0.004647 10.0.0.27 - - [2026-03-23 03:43:09] "GET /obj-perms HTTP/1.1" 200 5024 0.068407 10.0.0.27 - - [2026-03-23 03:43:09] "GET /obj-perms HTTP/1.1" 200 5024 0.004006 10.0.0.23 - - [2026-03-23 03:43:09] "GET /obj-perms HTTP/1.1" 200 5024 0.004104 10.0.0.27 - - [2026-03-23 03:43:09] "GET /obj-perms HTTP/1.1" 200 5024 0.003887 10.0.0.50 - - [2026-03-23 03:43:09] "GET /obj-perms HTTP/1.1" 200 5024 0.068961 10.0.0.27 - - [2026-03-23 03:43:10] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009751 10.0.0.27 - - [2026-03-23 03:43:10] "POST /neutron/port HTTP/1.1" 200 1085 0.020301 10.0.0.27 - - [2026-03-23 03:43:10] "GET /virtual-machine/f479debe-4acd-49f2-8c90-e8313f22e5b9 HTTP/1.1" 200 1268 0.005289 10.0.0.27 - - [2026-03-23 03:43:10] "GET /virtual-machine-interface/45a70687-3d72-4786-af53-b6cf30593342 HTTP/1.1" 200 3149 0.005228 10.0.0.27 - - [2026-03-23 03:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.27 - - [2026-03-23 03:43:10] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003825 10.0.0.27 - - [2026-03-23 03:43:10] "GET /virtual-networks?parent_id=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003479 10.0.0.27 - - [2026-03-23 03:43:10] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008542 10.0.0.27 - - [2026-03-23 03:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.27 - - [2026-03-23 03:43:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003659 10.0.0.27 - - [2026-03-23 03:43:11] "GET /virtual-networks?parent_id=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003037 10.0.0.27 - - [2026-03-23 03:43:11] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006675 10.0.0.27 - - [2026-03-23 03:43:12] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005848 10.0.0.27 - - [2026-03-23 03:43:12] "GET /obj-perms HTTP/1.1" 200 5024 0.003800 10.0.0.27 - - [2026-03-23 03:43:12] "GET /virtual-machine/9501270f-e663-493c-8c06-7dd4ab4b68b1 HTTP/1.1" 200 1290 0.004051 10.0.0.27 - - [2026-03-23 03:43:13] "POST /neutron/port HTTP/1.1" 200 1111 0.013047 10.0.0.27 - - [2026-03-23 03:43:14] "GET /virtual-machine/9501270f-e663-493c-8c06-7dd4ab4b68b1 HTTP/1.1" 404 171 0.003543 10.0.0.27 - - [2026-03-23 03:43:14] "GET /virtual-machine/9501270f-e663-493c-8c06-7dd4ab4b68b1 HTTP/1.1" 404 171 0.002940 10.0.0.27 - - [2026-03-23 03:43:14] "GET /virtual-machine/9501270f-e663-493c-8c06-7dd4ab4b68b1 HTTP/1.1" 404 171 0.002552 10.0.0.27 - - [2026-03-23 03:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.27 - - [2026-03-23 03:43:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005234 10.0.0.27 - - [2026-03-23 03:43:15] "GET /virtual-networks?parent_id=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003724 10.0.0.27 - - [2026-03-23 03:43:15] "GET /virtual-network/0e468d5e-3d40-401d-8748-2420316845ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007614 10.0.0.27 - - [2026-03-23 03:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.27 - - [2026-03-23 03:43:15] "GET /routing-instance/5f8eeea2-d32b-4b8b-9886-24ddccbbd986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005132 10.0.0.27 - - [2026-03-23 03:43:15] "GET /route-target/176a46b9-9677-4be5-b1a5-4ac1349ed6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004494 10.0.0.27 - - [2026-03-23 03:43:18] "GET /obj-perms HTTP/1.1" 200 5024 0.003882 10.0.0.27 - - [2026-03-23 03:43:21] "GET /obj-perms HTTP/1.1" 200 5024 0.004099 10.0.0.27 - - [2026-03-23 03:43:27] "GET /obj-perms HTTP/1.1" 200 5024 0.003904 10.0.0.27 - - [2026-03-23 03:43:30] "GET /obj-perms HTTP/1.1" 200 5024 0.004792 10.0.0.27 - - [2026-03-23 03:43:36] "GET /obj-perms HTTP/1.1" 200 5024 0.003910 10.0.0.23 - - [2026-03-23 03:43:40] "GET /obj-perms HTTP/1.1" 200 5056 0.060159 10.0.0.27 - - [2026-03-23 03:43:40] "GET /obj-perms HTTP/1.1" 200 5024 0.004405 10.0.0.27 - - [2026-03-23 03:43:40] "GET /interface-route-table/c27833af-198a-49e5-975e-8565d337a37d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.006019 10.0.0.27 - - [2026-03-23 03:43:40] "GET /obj-perms HTTP/1.1" 200 5056 0.105871 10.0.0.27 - - [2026-03-23 03:43:40] "GET /virtual-machine-interface/45a70687-3d72-4786-af53-b6cf30593342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2928 0.004940 10.0.0.27 - - [2026-03-23 03:43:40] "POST /ref-update HTTP/1.1" 200 156 0.014992 10.0.0.27 - - [2026-03-23 03:43:40] "DELETE /interface-route-table/c27833af-198a-49e5-975e-8565d337a37d HTTP/1.1" 200 115 0.037335 10.0.0.27 - - [2026-03-23 03:43:40] "POST /neutron/port HTTP/1.1" 200 151 0.174501 10.0.0.23 - - [2026-03-23 03:43:42] "GET /projects?obj_uuids=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000879 10.0.0.27 - - [2026-03-23 03:43:42] "GET /project/3f0e483a-64de-4825-9565-638c4aa0efad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.041708 10.0.0.23 - - [2026-03-23 03:43:42] "GET /projects?obj_uuids=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001497 10.0.0.27 - - [2026-03-23 03:43:42] "GET /project/3f0e483a-64de-4825-9565-638c4aa0efad?fields=virtual_networks HTTP/1.1" 200 1025 0.040023 10.0.0.23 - - [2026-03-23 03:43:42] "GET /projects?obj_uuids=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000913 10.0.0.27 - - [2026-03-23 03:43:42] "GET /project/3f0e483a-64de-4825-9565-638c4aa0efad?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.034389 10.0.0.23 - - [2026-03-23 03:43:42] "GET /projects?obj_uuids=3f0e483a-64de-4825-9565-638c4aa0efad&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000919 10.0.0.27 - - [2026-03-23 03:43:42] "GET /project/3f0e483a-64de-4825-9565-638c4aa0efad?fields=security_groups HTTP/1.1" 200 1248 0.042858 10.0.0.27 - - [2026-03-23 03:43:43] "POST /fqname-to-id HTTP/1.1" 404 192 0.044811 10.0.0.23 - - [2026-03-23 03:43:43] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002835 10.0.0.23 - - [2026-03-23 03:43:44] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000815 10.0.0.23 - - [2026-03-23 03:43:44] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006093 10.0.0.23 - - [2026-03-23 03:43:44] "POST /id-to-fqname HTTP/1.1" 200 194 0.000985 10.0.0.23 - - [2026-03-23 03:43:44] "POST /fqname-to-id HTTP/1.1" 404 203 0.002913 10.0.0.23 - - [2026-03-23 03:43:44] "POST /security-groups HTTP/1.1" 200 595 0.076704 10.0.0.23 - - [2026-03-23 03:43:44] "POST /fqname-to-id HTTP/1.1" 404 238 0.002686 10.0.0.23 - - [2026-03-23 03:43:44] "POST /projects HTTP/1.1" 200 593 0.285061 10.0.0.23 - - [2026-03-23 03:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.367315 10.0.0.23 - - [2026-03-23 03:43:44] "POST /access-control-lists HTTP/1.1" 200 598 0.028249 10.0.0.27 - - [2026-03-23 03:43:44] "GET /project/352bc3a3-e2f4-412b-ae92-6eda7b160b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.528233 10.0.0.27 - - [2026-03-23 03:43:45] "GET / HTTP/1.1" 200 35931 0.001870 10.0.0.27 - - [2026-03-23 03:43:46] "POST /neutron/port HTTP/1.1" 200 117 0.006564 10.0.0.27 - - [2026-03-23 03:43:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000378 10.0.0.27 - - [2026-03-23 03:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.071024 10.0.0.23 - - [2026-03-23 03:43:46] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000928 10.0.0.27 - - [2026-03-23 03:43:46] "GET /project/352bc3a3-e2f4-412b-ae92-6eda7b160b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.049743 10.0.0.23 - - [2026-03-23 03:43:47] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000996 10.0.0.27 - - [2026-03-23 03:43:47] "POST /neutron/network HTTP/1.1" 200 609 0.141508 10.0.0.27 - - [2026-03-23 03:43:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.003423 10.0.0.27 - - [2026-03-23 03:43:47] "GET /virtual-network/5957134e-1737-477d-b019-6b4d97ce3864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004956 10.0.0.27 - - [2026-03-23 03:43:47] "POST /neutron/network HTTP/1.1" 200 826 0.009347 10.0.0.27 - - [2026-03-23 03:43:47] "GET /virtual-network/5957134e-1737-477d-b019-6b4d97ce3864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007513 10.0.0.27 - - [2026-03-23 03:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.23 - - [2026-03-23 03:43:47] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001254 10.0.0.27 - - [2026-03-23 03:43:47] "GET /project/352bc3a3-e2f4-412b-ae92-6eda7b160b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.043994 10.0.0.27 - - [2026-03-23 03:43:47] "POST /neutron/network HTTP/1.1" 200 117 0.016202 10.0.0.23 - - [2026-03-23 03:43:47] "POST /route-targets HTTP/1.1" 200 327 0.014338 10.0.0.27 - - [2026-03-23 03:43:48] "POST /neutron/network HTTP/1.1" 200 828 0.008060 10.0.0.27 - - [2026-03-23 03:43:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001083 10.0.0.27 - - [2026-03-23 03:43:48] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005282 10.0.0.27 - - [2026-03-23 03:43:48] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005454 10.0.0.27 - - [2026-03-23 03:43:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.008155 10.0.0.27 - - [2026-03-23 03:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.23 - - [2026-03-23 03:43:48] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001706 10.0.0.27 - - [2026-03-23 03:43:48] "GET /project/352bc3a3-e2f4-412b-ae92-6eda7b160b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.040142 10.0.0.23 - - [2026-03-23 03:43:48] "POST /ref-update HTTP/1.1" 200 156 0.029891 10.0.0.23 - - [2026-03-23 03:43:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002361 10.0.0.27 - - [2026-03-23 03:43:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.239792 10.0.0.27 - - [2026-03-23 03:43:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001248 10.0.0.27 - - [2026-03-23 03:43:48] "GET /virtual-network/37e2a27f-1112-4e10-a8a4-4911b4d5d972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006115 10.0.0.27 - - [2026-03-23 03:43:48] "GET /virtual-network/37e2a27f-1112-4e10-a8a4-4911b4d5d972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006005 10.0.0.27 - - [2026-03-23 03:43:48] "POST /neutron/network HTTP/1.1" 200 827 0.006075 10.0.0.27 - - [2026-03-23 03:43:48] "POST /fqname-to-id HTTP/1.1" 404 214 0.003255 10.0.0.27 - - [2026-03-23 03:43:48] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004882 10.0.0.27 - - [2026-03-23 03:43:49] "GET /virtual-machine-interface/ebd97130-4b1a-4f84-bbe6-5879d49441ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.007427 10.0.0.27 - - [2026-03-23 03:43:49] "GET /virtual-machine-interface/ebd97130-4b1a-4f84-bbe6-5879d49441ae?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.009386 10.0.0.27 - - [2026-03-23 03:43:49] "GET /instance-ip/76875e65-9780-4015-8a91-25c6d15092d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004406 10.0.0.27 - - [2026-03-23 03:43:49] "POST /fqname-to-id HTTP/1.1" 404 214 0.003177 10.0.0.27 - - [2026-03-23 03:43:49] "GET /virtual-network/5957134e-1737-477d-b019-6b4d97ce3864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007074 10.0.0.23 - - [2026-03-23 03:43:49] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001093 10.0.0.27 - - [2026-03-23 03:43:49] "GET /project/352bc3a3-e2f4-412b-ae92-6eda7b160b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.053771 10.0.0.27 - - [2026-03-23 03:43:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.27 - - [2026-03-23 03:43:49] "GET /security-group/b6bf33f2-3f23-42b1-96e0-0e03e851c121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004409 10.0.0.27 - - [2026-03-23 03:43:49] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.107325 10.0.0.27 - - [2026-03-23 03:43:49] "POST /instance-ips HTTP/1.1" 200 357 0.045875 10.0.0.27 - - [2026-03-23 03:43:49] "GET /virtual-machine-interface/48deaa1f-c1bd-46c1-9095-c57be246364b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005570 10.0.0.27 - - [2026-03-23 03:43:49] "GET /virtual-machine-interface/48deaa1f-c1bd-46c1-9095-c57be246364b?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.008380 10.0.0.27 - - [2026-03-23 03:43:49] "GET /instance-ip/b3571a44-141a-4eec-9053-a15b28dce259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.007179 10.0.0.27 - - [2026-03-23 03:43:49] "POST /fqname-to-id HTTP/1.1" 404 214 0.004769 10.0.0.27 - - [2026-03-23 03:43:49] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006474 10.0.0.23 - - [2026-03-23 03:43:49] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001208 10.0.0.27 - - [2026-03-23 03:43:50] "POST /neutron/port HTTP/1.1" 200 990 0.251748 10.0.0.27 - - [2026-03-23 03:43:50] "GET /virtual-machine-interface/c40f2490-1d81-446f-85fa-c246412e9371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.005205 10.0.0.27 - - [2026-03-23 03:43:50] "GET /virtual-machine-interface/c40f2490-1d81-446f-85fa-c246412e9371?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.008438 10.0.0.27 - - [2026-03-23 03:43:50] "GET /instance-ip/7a60107c-66f3-41f5-94fa-4ed519d64009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.005159 10.0.0.27 - - [2026-03-23 03:43:50] "POST /fqname-to-id HTTP/1.1" 404 214 0.002997 10.0.0.27 - - [2026-03-23 03:43:50] "GET /virtual-network/5957134e-1737-477d-b019-6b4d97ce3864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005381 10.0.0.23 - - [2026-03-23 03:43:50] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000758 10.0.0.27 - - [2026-03-23 03:43:50] "GET /project/352bc3a3-e2f4-412b-ae92-6eda7b160b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.045390 10.0.0.27 - - [2026-03-23 03:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.27 - - [2026-03-23 03:43:50] "GET /security-group/b6bf33f2-3f23-42b1-96e0-0e03e851c121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004192 10.0.0.27 - - [2026-03-23 03:43:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.094598 10.0.0.27 - - [2026-03-23 03:43:50] "POST /instance-ips HTTP/1.1" 200 357 0.039191 10.0.0.27 - - [2026-03-23 03:43:50] "GET /virtual-machine-interface/e700730d-e482-4f46-8dcb-911a8be7ed23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005458 10.0.0.27 - - [2026-03-23 03:43:50] "GET /virtual-machine-interface/e700730d-e482-4f46-8dcb-911a8be7ed23?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.008780 10.0.0.27 - - [2026-03-23 03:43:50] "GET /instance-ip/ceec1862-eef2-4646-bfbd-93c4fd158a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.004573 10.0.0.27 - - [2026-03-23 03:43:50] "POST /fqname-to-id HTTP/1.1" 404 214 0.003574 10.0.0.27 - - [2026-03-23 03:43:50] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005386 10.0.0.27 - - [2026-03-23 03:43:51] "GET /virtual-machine-interface/675f846f-4414-43fb-8d5c-3ac996fabe12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.007256 10.0.0.27 - - [2026-03-23 03:43:51] "GET /virtual-machine-interface/675f846f-4414-43fb-8d5c-3ac996fabe12?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.009523 10.0.0.27 - - [2026-03-23 03:43:51] "GET /instance-ip/e8b7ea15-b3f0-4dee-b261-2c9283c8b263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005052 10.0.0.27 - - [2026-03-23 03:43:51] "POST /fqname-to-id HTTP/1.1" 404 214 0.002590 10.0.0.27 - - [2026-03-23 03:43:51] "GET /virtual-network/37e2a27f-1112-4e10-a8a4-4911b4d5d972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006281 10.0.0.23 - - [2026-03-23 03:43:51] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000880 10.0.0.27 - - [2026-03-23 03:43:51] "GET /project/352bc3a3-e2f4-412b-ae92-6eda7b160b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.042180 10.0.0.27 - - [2026-03-23 03:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.27 - - [2026-03-23 03:43:51] "GET /security-group/b6bf33f2-3f23-42b1-96e0-0e03e851c121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004411 10.0.0.27 - - [2026-03-23 03:43:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.115817 10.0.0.27 - - [2026-03-23 03:43:51] "POST /instance-ips HTTP/1.1" 200 357 0.049845 10.0.0.27 - - [2026-03-23 03:43:51] "GET /virtual-machine-interface/0c5680d4-fe94-4bd3-863b-97da0cc78de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007716 10.0.0.27 - - [2026-03-23 03:43:51] "GET /virtual-machine-interface/0c5680d4-fe94-4bd3-863b-97da0cc78de9?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.009703 10.0.0.27 - - [2026-03-23 03:43:51] "GET /instance-ip/e2238143-0af5-4fa7-a346-ec23ddcebf5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004572 10.0.0.27 - - [2026-03-23 03:43:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001173 10.0.0.27 - - [2026-03-23 03:43:53] "POST /neutron/port HTTP/1.1" 200 990 0.012347 10.0.0.27 - - [2026-03-23 03:43:53] "POST /neutron/port HTTP/1.1" 200 117 0.005725 10.0.0.27 - - [2026-03-23 03:43:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001203 10.0.0.27 - - [2026-03-23 03:43:53] "POST /neutron/port HTTP/1.1" 200 117 0.008159 10.0.0.27 - - [2026-03-23 03:43:54] "POST /neutron/network HTTP/1.1" 200 838 0.007195 10.0.0.27 - - [2026-03-23 03:43:54] "POST /neutron/port HTTP/1.1" 200 1082 0.136956 10.0.0.27 - - [2026-03-23 03:43:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.008949 10.0.0.23 - - [2026-03-23 03:43:54] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000991 10.0.0.27 - - [2026-03-23 03:43:54] "GET /project/352bc3a3-e2f4-412b-ae92-6eda7b160b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.078305 10.0.0.27 - - [2026-03-23 03:43:54] "POST /neutron/network HTTP/1.1" 200 827 0.006276 10.0.0.27 - - [2026-03-23 03:43:54] "POST /neutron/port HTTP/1.1" 200 117 0.005772 10.0.0.27 - - [2026-03-23 03:43:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001162 10.0.0.27 - - [2026-03-23 03:43:55] "POST /neutron/port HTTP/1.1" 200 990 0.012298 10.0.0.27 - - [2026-03-23 03:43:55] "POST /neutron/network HTTP/1.1" 200 837 0.007495 10.0.0.27 - - [2026-03-23 03:43:55] "POST /neutron/port HTTP/1.1" 200 990 0.015456 10.0.0.27 - - [2026-03-23 03:43:55] "POST /neutron/port HTTP/1.1" 200 1063 0.014566 10.0.0.27 - - [2026-03-23 03:43:55] "POST /neutron/port HTTP/1.1" 200 117 0.005942 10.0.0.27 - - [2026-03-23 03:43:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003074 10.0.0.23 - - [2026-03-23 03:43:56] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000898 10.0.0.27 - - [2026-03-23 03:43:56] "POST /neutron/router HTTP/1.1" 200 344 0.289322 10.0.0.27 - - [2026-03-23 03:43:56] "POST /neutron/router HTTP/1.1" 200 598 0.007617 10.0.0.23 - - [2026-03-23 03:43:56] "POST /ref-update HTTP/1.1" 200 156 0.036790 10.0.0.27 - - [2026-03-23 03:43:56] "POST /neutron/network HTTP/1.1" 200 838 0.008470 10.0.0.27 - - [2026-03-23 03:43:56] "POST /neutron/port HTTP/1.1" 200 1082 0.134200 10.0.0.27 - - [2026-03-23 03:43:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007914 10.0.0.27 - - [2026-03-23 03:43:57] "POST /neutron/port HTTP/1.1" 200 1092 0.016001 10.0.0.27 - - [2026-03-23 03:43:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006967 10.0.0.27 - - [2026-03-23 03:43:57] "GET /virtual-machine/14d35b88-5fb7-423c-8c15-818898bfd1c8 HTTP/1.1" 401 292 0.000371 10.0.0.27 - - [2026-03-23 03:43:57] "GET /virtual-machine/14d35b88-5fb7-423c-8c15-818898bfd1c8 HTTP/1.1" 200 1274 0.044960 10.0.0.27 - - [2026-03-23 03:43:57] "GET /virtual-machine-interface/ebd97130-4b1a-4f84-bbe6-5879d49441ae HTTP/1.1" 200 3187 0.005169 10.0.0.27 - - [2026-03-23 03:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.27 - - [2026-03-23 03:43:57] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003481 10.0.0.27 - - [2026-03-23 03:43:57] "GET /virtual-networks?parent_id=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002986 10.0.0.27 - - [2026-03-23 03:43:57] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007554 10.0.0.27 - - [2026-03-23 03:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.27 - - [2026-03-23 03:44:00] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006291 10.0.0.27 - - [2026-03-23 03:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.27 - - [2026-03-23 03:44:05] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005322 10.0.0.27 - - [2026-03-23 03:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.27 - - [2026-03-23 03:44:09] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005115 10.0.0.27 - - [2026-03-23 03:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.27 - - [2026-03-23 03:44:13] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006608 10.0.0.27 - - [2026-03-23 03:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.27 - - [2026-03-23 03:44:17] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004665 10.0.0.27 - - [2026-03-23 03:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.27 - - [2026-03-23 03:44:21] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005846 10.0.0.27 - - [2026-03-23 03:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.27 - - [2026-03-23 03:44:25] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005404 10.0.0.27 - - [2026-03-23 03:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.27 - - [2026-03-23 03:44:29] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006794 10.0.0.27 - - [2026-03-23 03:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.27 - - [2026-03-23 03:44:33] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.019437 10.0.0.23 - - [2026-03-23 03:44:33] "DELETE /access-control-list/d3b10e95-eed5-4291-9ed6-d6e64b590297 HTTP/1.1" 200 115 0.039952 10.0.0.27 - - [2026-03-23 03:44:36] "POST /neutron/port HTTP/1.1" 200 1092 0.017923 10.0.0.27 - - [2026-03-23 03:44:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003897 10.0.0.27 - - [2026-03-23 03:44:36] "POST /neutron/network HTTP/1.1" 200 828 0.006410 10.0.0.27 - - [2026-03-23 03:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.27 - - [2026-03-23 03:44:37] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005446 10.0.0.23 - - [2026-03-23 03:44:38] "DELETE /project/3f0e483a-64de-4825-9565-638c4aa0efad HTTP/1.1" 404 177 0.003447 10.0.0.23 - - [2026-03-23 03:44:38] "DELETE /project/352bc3a3e2f4412bae926eda7b160b4f HTTP/1.1" 404 173 0.007180 10.0.0.50 - - [2026-03-23 03:44:40] "GET /obj-perms HTTP/1.1" 200 5056 0.063616 10.0.0.27 - - [2026-03-23 03:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2026-03-23 03:44:41] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003417 10.0.0.27 - - [2026-03-23 03:44:41] "GET /virtual-networks?parent_id=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003191 10.0.0.27 - - [2026-03-23 03:44:42] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005377 10.0.0.27 - - [2026-03-23 03:44:43] "POST /neutron/port HTTP/1.1" 200 1127 0.065860 10.0.0.27 - - [2026-03-23 03:44:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003738 10.0.0.27 - - [2026-03-23 03:44:43] "POST /neutron/network HTTP/1.1" 200 827 0.008005 10.0.0.27 - - [2026-03-23 03:44:52] "POST /neutron/port HTTP/1.1" 200 1092 0.048856 10.0.0.27 - - [2026-03-23 03:44:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007242 10.0.0.27 - - [2026-03-23 03:44:57] "POST /neutron/port HTTP/1.1" 200 1092 0.017019 10.0.0.27 - - [2026-03-23 03:44:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007586 10.0.0.27 - - [2026-03-23 03:45:03] "POST /neutron/port HTTP/1.1" 200 1127 0.016510 10.0.0.27 - - [2026-03-23 03:45:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007208 10.0.0.27 - - [2026-03-23 03:45:03] "GET /virtual-machine/df8c7223-eade-4e2f-b2a7-e2033d97979b HTTP/1.1" 200 1297 0.005764 10.0.0.27 - - [2026-03-23 03:45:03] "GET /virtual-machine-interface/904ddcc6-5a98-4452-8977-a5c6b98f2daf HTTP/1.1" 200 2960 0.005389 10.0.0.27 - - [2026-03-23 03:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.27 - - [2026-03-23 03:45:03] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003758 10.0.0.27 - - [2026-03-23 03:45:03] "GET /virtual-networks?parent_id=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003159 10.0.0.27 - - [2026-03-23 03:45:03] "GET /virtual-network/37e2a27f-1112-4e10-a8a4-4911b4d5d972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007721 10.0.0.27 - - [2026-03-23 03:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005963 10.0.0.27 - - [2026-03-23 03:45:04] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006611 10.0.0.27 - - [2026-03-23 03:45:04] "GET /virtual-networks?parent_id=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004678 10.0.0.27 - - [2026-03-23 03:45:04] "GET /virtual-network/37e2a27f-1112-4e10-a8a4-4911b4d5d972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006011 10.0.0.27 - - [2026-03-23 03:45:09] "POST /neutron/port HTTP/1.1" 200 1092 0.023516 10.0.0.27 - - [2026-03-23 03:45:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011325 10.0.0.27 - - [2026-03-23 03:45:10] "GET /virtual-machine/f4064cf2-a586-46d8-899c-00baf12a3cc1 HTTP/1.1" 200 1274 0.006727 10.0.0.27 - - [2026-03-23 03:45:10] "GET /virtual-machine-interface/675f846f-4414-43fb-8d5c-3ac996fabe12 HTTP/1.1" 200 3186 0.004675 10.0.0.27 - - [2026-03-23 03:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.27 - - [2026-03-23 03:45:10] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003303 10.0.0.27 - - [2026-03-23 03:45:10] "GET /virtual-networks?parent_id=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003845 10.0.0.27 - - [2026-03-23 03:45:10] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006195 10.0.0.27 - - [2026-03-23 03:45:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.27 - - [2026-03-23 03:45:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003641 10.0.0.27 - - [2026-03-23 03:45:11] "GET /virtual-networks?parent_id=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002967 10.0.0.27 - - [2026-03-23 03:45:11] "GET /virtual-network/f8b4c585-9022-4533-a399-1dde85e832b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005692 10.0.0.50 - - [2026-03-23 03:45:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.50 - - [2026-03-23 03:45:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000552 10.0.0.23 - - [2026-03-23 03:45:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.23 - - [2026-03-23 03:45:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.23 - - [2026-03-23 03:45:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.23 - - [2026-03-23 03:45:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.50 - - [2026-03-23 03:45:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.50 - - [2026-03-23 03:45:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.27 - - [2026-03-23 03:45:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.27 - - [2026-03-23 03:45:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.27 - - [2026-03-23 03:45:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.27 - - [2026-03-23 03:45:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000887 10.0.0.27 - - [2026-03-23 03:45:38] "POST /neutron/port HTTP/1.1" 200 1092 0.017676 10.0.0.27 - - [2026-03-23 03:45:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005138 10.0.0.27 - - [2026-03-23 03:45:38] "POST /neutron/network HTTP/1.1" 200 828 0.006772 10.0.0.27 - - [2026-03-23 03:45:44] "POST /neutron/network HTTP/1.1" 200 837 0.006810 10.0.0.27 - - [2026-03-23 03:45:44] "POST /neutron/port HTTP/1.1" 200 117 0.001680 10.0.0.27 - - [2026-03-23 03:46:40] "POST /neutron/port HTTP/1.1" 200 1092 0.054077 10.0.0.27 - - [2026-03-23 03:46:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.008860 10.0.0.23 - - [2026-03-23 03:46:42] "GET /obj-perms HTTP/1.1" 200 5056 0.061549 10.0.0.27 - - [2026-03-23 03:46:45] "POST /neutron/port HTTP/1.1" 200 1127 0.017331 10.0.0.27 - - [2026-03-23 03:46:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003692 10.0.0.27 - - [2026-03-23 03:46:45] "POST /neutron/network HTTP/1.1" 200 827 0.008579 10.0.0.27 - - [2026-03-23 03:47:33] "POST /neutron/router HTTP/1.1" 200 598 0.005836 10.0.0.27 - - [2026-03-23 03:47:33] "POST /neutron/router HTTP/1.1" 200 151 0.081693 10.0.0.23 - - [2026-03-23 03:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.053318 10.0.0.27 - - [2026-03-23 03:47:34] "POST /neutron/port HTTP/1.1" 200 151 0.170153 10.0.0.27 - - [2026-03-23 03:47:35] "DELETE /instance-ip/e2238143-0af5-4fa7-a346-ec23ddcebf5f HTTP/1.1" 200 115 0.043680 10.0.0.27 - - [2026-03-23 03:47:35] "DELETE /virtual-machine-interface/0c5680d4-fe94-4bd3-863b-97da0cc78de9 HTTP/1.1" 200 115 0.068383 10.0.0.27 - - [2026-03-23 03:47:35] "DELETE /instance-ip/ceec1862-eef2-4646-bfbd-93c4fd158a54 HTTP/1.1" 200 115 0.050826 10.0.0.27 - - [2026-03-23 03:47:35] "DELETE /virtual-machine-interface/e700730d-e482-4f46-8dcb-911a8be7ed23 HTTP/1.1" 200 115 0.055610 10.0.0.27 - - [2026-03-23 03:47:35] "POST /neutron/port HTTP/1.1" 200 990 0.012770 10.0.0.27 - - [2026-03-23 03:47:35] "DELETE /instance-ip/b3571a44-141a-4eec-9053-a15b28dce259 HTTP/1.1" 200 115 0.048688 10.0.0.27 - - [2026-03-23 03:47:36] "DELETE /virtual-machine-interface/48deaa1f-c1bd-46c1-9095-c57be246364b HTTP/1.1" 200 115 0.056659 10.0.0.27 - - [2026-03-23 03:47:36] "POST /neutron/port HTTP/1.1" 200 151 0.180514 10.0.0.23 - - [2026-03-23 03:47:36] "DELETE /route-target/ccb17a83-406e-424e-ad9f-a979729dd27f HTTP/1.1" 200 115 0.020912 10.0.0.27 - - [2026-03-23 03:47:36] "POST /neutron/network HTTP/1.1" 200 828 0.007126 10.0.0.23 - - [2026-03-23 03:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054 10.0.0.23 - - [2026-03-23 03:47:36] "POST /useragent-kv HTTP/1.1" 200 115 0.070695 10.0.0.23 - - [2026-03-23 03:47:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003072 10.0.0.27 - - [2026-03-23 03:47:36] "POST /neutron/network HTTP/1.1" 200 151 0.198707 10.0.0.23 - - [2026-03-23 03:47:37] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000933 10.0.0.27 - - [2026-03-23 03:47:37] "GET /project/352bc3a3-e2f4-412b-ae92-6eda7b160b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.079641 10.0.0.23 - - [2026-03-23 03:47:37] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002399 10.0.0.27 - - [2026-03-23 03:47:37] "GET /project/352bc3a3-e2f4-412b-ae92-6eda7b160b4f?fields=virtual_networks HTTP/1.1" 200 1039 0.053847 10.0.0.23 - - [2026-03-23 03:47:37] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002749 10.0.0.27 - - [2026-03-23 03:47:37] "GET /project/352bc3a3-e2f4-412b-ae92-6eda7b160b4f?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.049263 10.0.0.23 - - [2026-03-23 03:47:37] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001256 10.0.0.27 - - [2026-03-23 03:47:37] "GET /project/352bc3a3-e2f4-412b-ae92-6eda7b160b4f?fields=security_groups HTTP/1.1" 200 1269 0.037326 10.0.0.27 - - [2026-03-23 03:47:38] "POST /fqname-to-id HTTP/1.1" 404 187 0.044844 10.0.0.23 - - [2026-03-23 03:47:38] "GET /projects?obj_uuids=0440c5df-6109-4bb6-877e-7471b26750ac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002734 10.0.0.23 - - [2026-03-23 03:47:38] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001441 10.0.0.23 - - [2026-03-23 03:47:38] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.046841 10.0.0.23 - - [2026-03-23 03:47:38] "POST /id-to-fqname HTTP/1.1" 200 189 0.003494 10.0.0.23 - - [2026-03-23 03:47:38] "POST /fqname-to-id HTTP/1.1" 404 198 0.007875 10.0.0.23 - - [2026-03-23 03:47:38] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000818 10.0.0.23 - - [2026-03-23 03:47:38] "GET /project/352bc3a3-e2f4-412b-ae92-6eda7b160b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.038562 10.0.0.23 - - [2026-03-23 03:47:38] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000801 10.0.0.23 - - [2026-03-23 03:47:38] "POST /security-groups HTTP/1.1" 200 590 0.089475 10.0.0.23 - - [2026-03-23 03:47:38] "GET /project/352bc3a3-e2f4-412b-ae92-6eda7b160b4f?fields=security_groups HTTP/1.1" 200 1374 0.092198 10.0.0.23 - - [2026-03-23 03:47:38] "POST /projects HTTP/1.1" 200 583 0.309357 10.0.0.23 - - [2026-03-23 03:47:38] "POST /access-control-lists HTTP/1.1" 200 595 0.035851 10.0.0.23 - - [2026-03-23 03:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.383373 10.0.0.23 - - [2026-03-23 03:47:38] "DELETE /security-group/b6bf33f2-3f23-42b1-96e0-0e03e851c121 HTTP/1.1" 200 115 0.079482 10.0.0.23 - - [2026-03-23 03:47:38] "GET /projects?obj_uuids=352bc3a3-e2f4-412b-ae92-6eda7b160b4f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003003 10.0.0.27 - - [2026-03-23 03:47:39] "GET /project/0440c5df-6109-4bb6-877e-7471b26750ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.630229 10.0.0.23 - - [2026-03-23 03:47:39] "DELETE /access-control-list/65fc5611-d78d-4da5-8ca7-ca236f09543a HTTP/1.1" 200 115 0.074104 10.0.0.23 - - [2026-03-23 03:47:39] "GET /project/352bc3a3-e2f4-412b-ae92-6eda7b160b4f?fields=application_policy_sets HTTP/1.1" 200 1413 0.094247 10.0.0.23 - - [2026-03-23 03:47:39] "DELETE /project/352bc3a3-e2f4-412b-ae92-6eda7b160b4f HTTP/1.1" 200 115 0.511113 10.0.0.27 - - [2026-03-23 03:47:39] "POST /neutron/port HTTP/1.1" 200 117 0.008104 10.0.0.27 - - [2026-03-23 03:47:40] "GET / HTTP/1.1" 200 35931 0.001848 10.0.0.27 - - [2026-03-23 03:47:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000441 10.0.0.27 - - [2026-03-23 03:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.082632 10.0.0.23 - - [2026-03-23 03:47:42] "GET /projects?obj_uuids=0440c5df-6109-4bb6-877e-7471b26750ac&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000897 10.0.0.27 - - [2026-03-23 03:47:42] "GET /project/0440c5df-6109-4bb6-877e-7471b26750ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.035408 10.0.0.23 - - [2026-03-23 03:47:43] "GET /projects?obj_uuids=0440c5df-6109-4bb6-877e-7471b26750ac&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001752 10.0.0.27 - - [2026-03-23 03:47:43] "POST /neutron/network HTTP/1.1" 200 604 0.479790 10.0.0.23 - - [2026-03-23 03:47:43] "POST /ref-update HTTP/1.1" 200 156 0.022325 10.0.0.27 - - [2026-03-23 03:47:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.003411 10.0.0.27 - - [2026-03-23 03:47:44] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005423 10.0.0.27 - - [2026-03-23 03:47:44] "POST /neutron/network HTTP/1.1" 200 823 0.005834 10.0.0.27 - - [2026-03-23 03:47:44] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005463 10.0.0.27 - - [2026-03-23 03:47:44] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005379 10.0.0.27 - - [2026-03-23 03:47:45] "GET /obj-perms HTTP/1.1" 200 5028 0.071356 10.0.0.50 - - [2026-03-23 03:47:45] "GET /obj-perms HTTP/1.1" 200 5028 0.118549 10.0.0.27 - - [2026-03-23 03:47:46] "POST /id-to-fqname HTTP/1.1" 200 219 0.001159 10.0.0.27 - - [2026-03-23 03:47:46] "POST /neutron/network HTTP/1.1" 200 833 0.006969 10.0.0.23 - - [2026-03-23 03:47:47] "GET /projects?obj_uuids=0440c5df-6109-4bb6-877e-7471b26750ac&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000937 10.0.0.27 - - [2026-03-23 03:47:47] "GET /project/0440c5df-6109-4bb6-877e-7471b26750ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.070354 10.0.0.27 - - [2026-03-23 03:47:47] "POST /neutron/port HTTP/1.1" 200 117 0.005356 10.0.0.27 - - [2026-03-23 03:47:47] "POST /id-to-fqname HTTP/1.1" 200 219 0.000925 10.0.0.27 - - [2026-03-23 03:47:48] "POST /neutron/network HTTP/1.1" 200 833 0.010353 10.0.0.27 - - [2026-03-23 03:47:48] "POST /neutron/port HTTP/1.1" 200 1059 0.015839 10.0.0.23 - - [2026-03-23 03:47:48] "GET /projects?obj_uuids=0440c5df-6109-4bb6-877e-7471b26750ac&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000823 10.0.0.27 - - [2026-03-23 03:47:48] "GET /project/0440c5df-6109-4bb6-877e-7471b26750ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.101325 10.0.0.27 - - [2026-03-23 03:47:48] "POST /neutron/port HTTP/1.1" 200 1123 0.020548 10.0.0.27 - - [2026-03-23 03:47:48] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.27 - - [2026-03-23 03:47:49] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009063 10.0.0.27 - - [2026-03-23 03:47:49] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006549 10.0.0.27 - - [2026-03-23 03:47:49] "POST /neutron/port HTTP/1.1" 200 1059 0.018573 10.0.0.27 - - [2026-03-23 03:47:50] "POST /neutron/port HTTP/1.1" 200 1123 0.016906 10.0.0.27 - - [2026-03-23 03:47:50] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.27 - - [2026-03-23 03:47:54] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008113 10.0.0.27 - - [2026-03-23 03:47:54] "POST /neutron/port HTTP/1.1" 200 1123 0.017058 10.0.0.27 - - [2026-03-23 03:47:54] "GET /virtual-machine/87423553-ef0b-4150-b607-fd24151c7e84 HTTP/1.1" 401 292 0.000388 10.0.0.27 - - [2026-03-23 03:47:54] "GET /virtual-machine/87423553-ef0b-4150-b607-fd24151c7e84 HTTP/1.1" 200 1291 0.033852 10.0.0.27 - - [2026-03-23 03:47:54] "GET /virtual-machine-interface/cfc806e7-696f-4b70-9d39-681728dcb379 HTTP/1.1" 200 2936 0.004882 10.0.0.27 - - [2026-03-23 03:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.27 - - [2026-03-23 03:47:54] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004002 10.0.0.27 - - [2026-03-23 03:47:54] "GET /virtual-networks?parent_id=0440c5df-6109-4bb6-877e-7471b26750ac&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002627 10.0.0.27 - - [2026-03-23 03:47:55] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006093 10.0.0.27 - - [2026-03-23 03:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.27 - - [2026-03-23 03:47:58] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006845 10.0.0.27 - - [2026-03-23 03:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.27 - - [2026-03-23 03:48:02] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005050 10.0.0.27 - - [2026-03-23 03:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.27 - - [2026-03-23 03:48:06] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005224 10.0.0.27 - - [2026-03-23 03:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.27 - - [2026-03-23 03:48:10] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006198 10.0.0.27 - - [2026-03-23 03:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.27 - - [2026-03-23 03:48:14] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006598 10.0.0.27 - - [2026-03-23 03:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.27 - - [2026-03-23 03:48:18] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005195 10.0.0.27 - - [2026-03-23 03:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.27 - - [2026-03-23 03:48:22] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004943 10.0.0.27 - - [2026-03-23 03:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.27 - - [2026-03-23 03:48:26] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005028 10.0.0.27 - - [2026-03-23 03:48:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.27 - - [2026-03-23 03:48:30] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004927 10.0.0.27 - - [2026-03-23 03:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.27 - - [2026-03-23 03:48:34] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005330 10.0.0.27 - - [2026-03-23 03:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.27 - - [2026-03-23 03:48:39] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004885 10.0.0.27 - - [2026-03-23 03:48:41] "POST /neutron/port HTTP/1.1" 200 1123 0.019180 10.0.0.27 - - [2026-03-23 03:48:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.008834 10.0.0.27 - - [2026-03-23 03:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.27 - - [2026-03-23 03:48:43] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005255 10.0.0.27 - - [2026-03-23 03:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.27 - - [2026-03-23 03:48:47] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005516 10.0.0.27 - - [2026-03-23 03:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.27 - - [2026-03-23 03:48:49] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003111 10.0.0.27 - - [2026-03-23 03:48:49] "GET /virtual-networks?parent_id=0440c5df-6109-4bb6-877e-7471b26750ac&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002760 10.0.0.27 - - [2026-03-23 03:48:49] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005028 10.0.0.27 - - [2026-03-23 03:48:49] "POST /neutron/port HTTP/1.1" 200 1123 0.016733 10.0.0.27 - - [2026-03-23 03:48:54] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006862 10.0.0.27 - - [2026-03-23 03:48:59] "POST /neutron/port HTTP/1.1" 200 1123 0.015512 10.0.0.27 - - [2026-03-23 03:49:04] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006209 10.0.0.27 - - [2026-03-23 03:49:10] "POST /neutron/port HTTP/1.1" 200 1123 0.018703 10.0.0.27 - - [2026-03-23 03:49:10] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008280 10.0.0.27 - - [2026-03-23 03:49:10] "GET /virtual-machine/8dcc6a45-f684-489a-98ac-2a8bb793ff29 HTTP/1.1" 200 1292 0.007202 10.0.0.27 - - [2026-03-23 03:49:10] "GET /virtual-machine-interface/c2eb309a-0f84-4ec5-8f87-6ab9798e3fd3 HTTP/1.1" 200 2936 0.005186 10.0.0.27 - - [2026-03-23 03:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.27 - - [2026-03-23 03:49:10] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003676 10.0.0.27 - - [2026-03-23 03:49:10] "GET /virtual-networks?parent_id=0440c5df-6109-4bb6-877e-7471b26750ac&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002657 10.0.0.27 - - [2026-03-23 03:49:10] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005769 10.0.0.27 - - [2026-03-23 03:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.27 - - [2026-03-23 03:49:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004382 10.0.0.27 - - [2026-03-23 03:49:11] "GET /virtual-networks?parent_id=0440c5df-6109-4bb6-877e-7471b26750ac&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002807 10.0.0.27 - - [2026-03-23 03:49:11] "GET /virtual-network/23a576f3-aee6-46c9-8307-4e3ac61abb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006968 10.0.0.27 - - [2026-03-23 03:49:11] "POST /neutron/port HTTP/1.1" 200 1123 0.016572 10.0.0.27 - - [2026-03-23 03:49:41] "POST /neutron/port HTTP/1.1" 200 1123 0.015990 10.0.0.27 - - [2026-03-23 03:49:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.009832 10.0.0.23 - - [2026-03-23 03:49:45] "GET /obj-perms HTTP/1.1" 200 5056 0.063517 10.0.0.50 - - [2026-03-23 03:50:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.50 - - [2026-03-23 03:50:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.23 - - [2026-03-23 03:50:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.23 - - [2026-03-23 03:50:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.23 - - [2026-03-23 03:50:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.23 - - [2026-03-23 03:50:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.50 - - [2026-03-23 03:50:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.50 - - [2026-03-23 03:50:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.27 - - [2026-03-23 03:50:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.27 - - [2026-03-23 03:50:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2026-03-23 03:50:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.27 - - [2026-03-23 03:50:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.27 - - [2026-03-23 03:50:38] "POST /neutron/network HTTP/1.1" 200 823 0.006247 10.0.0.27 - - [2026-03-23 03:50:39] "POST /neutron/port HTTP/1.1" 200 1113 0.014269 10.0.0.27 - - [2026-03-23 03:50:39] "POST /neutron/port HTTP/1.1" 200 1113 0.011474 10.0.0.23 - - [2026-03-23 03:50:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006733 10.0.0.23 - - [2026-03-23 03:50:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003091 10.0.0.27 - - [2026-03-23 03:50:40] "POST /neutron/network HTTP/1.1" 200 151 0.145838 10.0.0.23 - - [2026-03-23 03:50:42] "GET /projects?obj_uuids=0440c5df-6109-4bb6-877e-7471b26750ac&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001188 10.0.0.27 - - [2026-03-23 03:50:42] "GET /project/0440c5df-6109-4bb6-877e-7471b26750ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.053378 10.0.0.23 - - [2026-03-23 03:50:42] "GET /projects?obj_uuids=0440c5df-6109-4bb6-877e-7471b26750ac&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001278 10.0.0.27 - - [2026-03-23 03:50:42] "GET /project/0440c5df-6109-4bb6-877e-7471b26750ac?fields=virtual_networks HTTP/1.1" 200 1027 0.039724 10.0.0.23 - - [2026-03-23 03:50:42] "GET /projects?obj_uuids=0440c5df-6109-4bb6-877e-7471b26750ac&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000888 10.0.0.27 - - [2026-03-23 03:50:42] "GET /project/0440c5df-6109-4bb6-877e-7471b26750ac?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.050497 10.0.0.23 - - [2026-03-23 03:50:42] "GET /projects?obj_uuids=0440c5df-6109-4bb6-877e-7471b26750ac&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000988 10.0.0.27 - - [2026-03-23 03:50:42] "GET /project/0440c5df-6109-4bb6-877e-7471b26750ac?fields=security_groups HTTP/1.1" 200 1252 0.037003 10.0.0.27 - - [2026-03-23 03:50:43] "POST /fqname-to-id HTTP/1.1" 404 187 0.039729 10.0.0.23 - - [2026-03-23 03:50:43] "GET /projects?obj_uuids=e7e69dd7-07ec-400c-8a62-a4188f5d07f1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003304 10.0.0.23 - - [2026-03-23 03:50:43] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000842 10.0.0.23 - - [2026-03-23 03:50:43] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006103 10.0.0.23 - - [2026-03-23 03:50:43] "POST /id-to-fqname HTTP/1.1" 200 189 0.001064 10.0.0.23 - - [2026-03-23 03:50:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.006741 10.0.0.23 - - [2026-03-23 03:50:44] "POST /security-groups HTTP/1.1" 200 590 0.033144 10.0.0.23 - - [2026-03-23 03:50:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.005558 10.0.0.23 - - [2026-03-23 03:50:44] "POST /projects HTTP/1.1" 200 583 0.249120 10.0.0.23 - - [2026-03-23 03:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.325309 10.0.0.23 - - [2026-03-23 03:50:44] "POST /access-control-lists HTTP/1.1" 200 593 0.034866 10.0.0.27 - - [2026-03-23 03:50:44] "GET /project/e7e69dd7-07ec-400c-8a62-a4188f5d07f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.471870 10.0.0.27 - - [2026-03-23 03:50:45] "GET / HTTP/1.1" 200 35931 0.001623 10.0.0.27 - - [2026-03-23 03:50:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.27 - - [2026-03-23 03:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.053421 10.0.0.23 - - [2026-03-23 03:50:47] "GET /projects?obj_uuids=e7e69dd7-07ec-400c-8a62-a4188f5d07f1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000814 10.0.0.27 - - [2026-03-23 03:50:48] "GET /project/e7e69dd7-07ec-400c-8a62-a4188f5d07f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.045675 10.0.0.23 - - [2026-03-23 03:50:48] "POST /useragent-kv HTTP/1.1" 200 115 0.007205 10.0.0.27 - - [2026-03-23 03:50:48] "POST /neutron/subnet HTTP/1.1" 200 715 0.216777 10.0.0.27 - - [2026-03-23 03:50:48] "POST /id-to-fqname HTTP/1.1" 200 219 0.001194 10.0.0.27 - - [2026-03-23 03:50:48] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.004820 10.0.0.27 - - [2026-03-23 03:50:48] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005645 10.0.0.27 - - [2026-03-23 03:50:48] "POST /neutron/network HTTP/1.1" 200 821 0.006083 10.0.0.27 - - [2026-03-23 03:50:49] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.004780 10.0.0.27 - - [2026-03-23 03:50:49] "GET /obj-perms HTTP/1.1" 200 5028 0.071007 10.0.0.50 - - [2026-03-23 03:50:50] "GET /obj-perms HTTP/1.1" 200 5028 0.059824 10.0.0.27 - - [2026-03-23 03:50:50] "POST /id-to-fqname HTTP/1.1" 200 219 0.001791 10.0.0.23 - - [2026-03-23 03:50:51] "GET /projects?obj_uuids=e7e69dd7-07ec-400c-8a62-a4188f5d07f1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000896 10.0.0.27 - - [2026-03-23 03:50:51] "GET /project/e7e69dd7-07ec-400c-8a62-a4188f5d07f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.076953 10.0.0.27 - - [2026-03-23 03:50:51] "POST /neutron/network HTTP/1.1" 200 821 0.046055 10.0.0.27 - - [2026-03-23 03:50:52] "POST /id-to-fqname HTTP/1.1" 200 219 0.001184 10.0.0.27 - - [2026-03-23 03:50:52] "POST /neutron/port HTTP/1.1" 200 117 0.006083 10.0.0.23 - - [2026-03-23 03:50:52] "GET /projects?obj_uuids=e7e69dd7-07ec-400c-8a62-a4188f5d07f1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001220 10.0.0.27 - - [2026-03-23 03:50:52] "POST /neutron/port HTTP/1.1" 200 1057 0.276093 10.0.0.27 - - [2026-03-23 03:50:53] "POST /neutron/port HTTP/1.1" 200 1111 0.105753 10.0.0.23 - - [2026-03-23 03:50:53] "GET /projects?obj_uuids=e7e69dd7-07ec-400c-8a62-a4188f5d07f1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001059 10.0.0.27 - - [2026-03-23 03:50:53] "GET /project/e7e69dd7-07ec-400c-8a62-a4188f5d07f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.108373 10.0.0.27 - - [2026-03-23 03:50:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003700 10.0.0.27 - - [2026-03-23 03:50:53] "POST /neutron/network HTTP/1.1" 200 821 0.007310 10.0.0.27 - - [2026-03-23 03:50:53] "POST /neutron/port HTTP/1.1" 200 117 0.005334 10.0.0.27 - - [2026-03-23 03:50:53] "POST /neutron/network HTTP/1.1" 200 831 0.006919 10.0.0.27 - - [2026-03-23 03:50:54] "POST /neutron/port HTTP/1.1" 200 1057 0.016402 10.0.0.27 - - [2026-03-23 03:50:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003985 10.0.0.27 - - [2026-03-23 03:50:54] "POST /neutron/network HTTP/1.1" 200 821 0.006067 10.0.0.27 - - [2026-03-23 03:50:58] "POST /neutron/port HTTP/1.1" 200 1121 0.016570 10.0.0.27 - - [2026-03-23 03:50:58] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007276 10.0.0.27 - - [2026-03-23 03:50:58] "GET /virtual-machine/f04c17fa-2fe7-47de-ac69-d256491e68ce HTTP/1.1" 401 292 0.000344 10.0.0.27 - - [2026-03-23 03:50:59] "GET /virtual-machine/f04c17fa-2fe7-47de-ac69-d256491e68ce HTTP/1.1" 200 1292 0.040075 10.0.0.27 - - [2026-03-23 03:50:59] "GET /virtual-machine-interface/17118e51-f22e-4f78-9cbe-1124ac3303bf HTTP/1.1" 200 2935 0.007266 10.0.0.27 - - [2026-03-23 03:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.27 - - [2026-03-23 03:50:59] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004617 10.0.0.27 - - [2026-03-23 03:50:59] "GET /virtual-networks?parent_id=e7e69dd7-07ec-400c-8a62-a4188f5d07f1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003314 10.0.0.27 - - [2026-03-23 03:50:59] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.006155 10.0.0.27 - - [2026-03-23 03:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.27 - - [2026-03-23 03:51:02] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.004975 10.0.0.27 - - [2026-03-23 03:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.27 - - [2026-03-23 03:51:06] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005241 10.0.0.27 - - [2026-03-23 03:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.27 - - [2026-03-23 03:51:10] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005520 10.0.0.27 - - [2026-03-23 03:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.27 - - [2026-03-23 03:51:14] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.006994 10.0.0.27 - - [2026-03-23 03:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004 10.0.0.27 - - [2026-03-23 03:51:18] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005257 10.0.0.27 - - [2026-03-23 03:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.27 - - [2026-03-23 03:51:22] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.007116 10.0.0.27 - - [2026-03-23 03:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.27 - - [2026-03-23 03:51:27] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.006143 10.0.0.27 - - [2026-03-23 03:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004707 10.0.0.27 - - [2026-03-23 03:51:31] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.007795 10.0.0.23 - - [2026-03-23 03:51:34] "DELETE /access-control-list/5b706099-0f8a-436c-a277-4491bd55df61 HTTP/1.1" 200 115 0.037268 10.0.0.27 - - [2026-03-23 03:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.27 - - [2026-03-23 03:51:35] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.004876 10.0.0.27 - - [2026-03-23 03:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.27 - - [2026-03-23 03:51:39] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.007062 10.0.0.23 - - [2026-03-23 03:51:39] "DELETE /project/0440c5df-6109-4bb6-877e-7471b26750ac HTTP/1.1" 404 177 0.004713 10.0.0.23 - - [2026-03-23 03:51:39] "DELETE /project/e7e69dd707ec400c8a62a4188f5d07f1 HTTP/1.1" 404 173 0.004484 10.0.0.27 - - [2026-03-23 03:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.27 - - [2026-03-23 03:51:41] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003544 10.0.0.27 - - [2026-03-23 03:51:41] "GET /virtual-networks?parent_id=e7e69dd7-07ec-400c-8a62-a4188f5d07f1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003204 10.0.0.27 - - [2026-03-23 03:51:41] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005739 10.0.0.27 - - [2026-03-23 03:51:44] "POST /neutron/port HTTP/1.1" 200 1121 0.052520 10.0.0.27 - - [2026-03-23 03:51:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004546 10.0.0.27 - - [2026-03-23 03:51:44] "POST /neutron/network HTTP/1.1" 200 821 0.006610 10.0.0.27 - - [2026-03-23 03:51:51] "POST /neutron/port HTTP/1.1" 200 1121 0.016973 10.0.0.27 - - [2026-03-23 03:51:53] "POST /neutron/security_group HTTP/1.1" 200 2057 0.038399 10.0.0.27 - - [2026-03-23 03:51:57] "POST /neutron/port HTTP/1.1" 200 1121 0.018173 10.0.0.27 - - [2026-03-23 03:52:02] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006897 10.0.0.27 - - [2026-03-23 03:52:07] "POST /neutron/port HTTP/1.1" 200 1121 0.022361 10.0.0.27 - - [2026-03-23 03:52:07] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007067 10.0.0.27 - - [2026-03-23 03:52:07] "GET /virtual-machine/2851b139-61c4-4d3e-9350-dd171538dbc5 HTTP/1.1" 200 1291 0.005961 10.0.0.27 - - [2026-03-23 03:52:07] "GET /virtual-machine-interface/436a07c0-2fd5-4b48-883f-db03e282b7ed HTTP/1.1" 200 2934 0.005266 10.0.0.27 - - [2026-03-23 03:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.27 - - [2026-03-23 03:52:07] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004764 10.0.0.27 - - [2026-03-23 03:52:07] "GET /virtual-networks?parent_id=e7e69dd7-07ec-400c-8a62-a4188f5d07f1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003398 10.0.0.27 - - [2026-03-23 03:52:07] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.007121 10.0.0.27 - - [2026-03-23 03:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.27 - - [2026-03-23 03:52:09] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003532 10.0.0.27 - - [2026-03-23 03:52:09] "GET /virtual-networks?parent_id=e7e69dd7-07ec-400c-8a62-a4188f5d07f1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003116 10.0.0.27 - - [2026-03-23 03:52:09] "GET /virtual-network/d2c719c9-a7cd-4ab6-893c-5fdbece9b507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005281 10.0.0.27 - - [2026-03-23 03:52:36] "POST /neutron/port HTTP/1.1" 200 1121 0.016793 10.0.0.27 - - [2026-03-23 03:52:36] "POST /neutron/port HTTP/1.1" 200 151 0.225887 10.0.0.27 - - [2026-03-23 03:52:38] "POST /neutron/network HTTP/1.1" 200 821 0.007138 10.0.0.23 - - [2026-03-23 03:52:38] "DELETE /route-target/0e328212-70de-4ac3-b581-94f6837d3f72 HTTP/1.1" 200 115 0.085212 10.0.0.23 - - [2026-03-23 03:52:39] "GET /projects?obj_uuids=e7e69dd7-07ec-400c-8a62-a4188f5d07f1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.033622 10.0.0.27 - - [2026-03-23 03:52:39] "GET /project/e7e69dd7-07ec-400c-8a62-a4188f5d07f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.110244 10.0.0.23 - - [2026-03-23 03:52:39] "GET /projects?obj_uuids=e7e69dd7-07ec-400c-8a62-a4188f5d07f1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000954 10.0.0.27 - - [2026-03-23 03:52:40] "GET /project/e7e69dd7-07ec-400c-8a62-a4188f5d07f1?fields=virtual_networks HTTP/1.1" 200 1029 0.052092 10.0.0.23 - - [2026-03-23 03:52:40] "GET /projects?obj_uuids=e7e69dd7-07ec-400c-8a62-a4188f5d07f1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000950 10.0.0.27 - - [2026-03-23 03:52:40] "GET /project/e7e69dd7-07ec-400c-8a62-a4188f5d07f1?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.040748 10.0.0.23 - - [2026-03-23 03:52:40] "GET /projects?obj_uuids=e7e69dd7-07ec-400c-8a62-a4188f5d07f1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000968 10.0.0.27 - - [2026-03-23 03:52:40] "GET /project/e7e69dd7-07ec-400c-8a62-a4188f5d07f1?fields=security_groups HTTP/1.1" 200 1254 0.041627 10.0.0.23 - - [2026-03-23 03:52:47] "GET /obj-perms HTTP/1.1" 200 5056 0.066161 10.0.0.27 - - [2026-03-23 03:53:02] "GET / HTTP/1.1" 200 35931 0.001833 10.0.0.27 - - [2026-03-23 03:53:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2026-03-23 03:53:03] "POST /fqname-to-id HTTP/1.1" 404 201 0.060748 10.0.0.23 - - [2026-03-23 03:53:03] "GET /projects?obj_uuids=7d1ad1ab-d0d1-4843-9982-46820e04bc77&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003403 10.0.0.23 - - [2026-03-23 03:53:03] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001533 10.0.0.23 - - [2026-03-23 03:53:03] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.044419 10.0.0.23 - - [2026-03-23 03:53:03] "POST /id-to-fqname HTTP/1.1" 200 203 0.001073 10.0.0.23 - - [2026-03-23 03:53:03] "POST /fqname-to-id HTTP/1.1" 404 212 0.002369 10.0.0.23 - - [2026-03-23 03:53:04] "POST /security-groups HTTP/1.1" 200 604 0.073450 10.0.0.23 - - [2026-03-23 03:53:04] "POST /projects HTTP/1.1" 200 611 0.284305 10.0.0.23 - - [2026-03-23 03:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.357474 10.0.0.23 - - [2026-03-23 03:53:04] "POST /fqname-to-id HTTP/1.1" 404 246 0.009427 10.0.0.27 - - [2026-03-23 03:53:04] "GET /project/7d1ad1ab-d0d1-4843-9982-46820e04bc77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.571101 10.0.0.27 - - [2026-03-23 03:53:05] "GET / HTTP/1.1" 200 35931 0.001537 10.0.0.27 - - [2026-03-23 03:53:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2026-03-23 03:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.073641 10.0.0.23 - - [2026-03-23 03:53:06] "GET /projects?obj_uuids=7d1ad1ab-d0d1-4843-9982-46820e04bc77&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000935 10.0.0.27 - - [2026-03-23 03:53:06] "GET /project/7d1ad1ab-d0d1-4843-9982-46820e04bc77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.038854 10.0.0.23 - - [2026-03-23 03:53:06] "GET /projects?obj_uuids=7d1ad1ab-d0d1-4843-9982-46820e04bc77&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000924 10.0.0.27 - - [2026-03-23 03:53:06] "POST /neutron/network HTTP/1.1" 200 620 0.147827 10.0.0.23 - - [2026-03-23 03:53:06] "POST /ref-update HTTP/1.1" 200 156 0.021120 10.0.0.27 - - [2026-03-23 03:53:07] "POST /id-to-fqname HTTP/1.1" 200 234 0.008682 10.0.0.27 - - [2026-03-23 03:53:07] "GET /virtual-network/19f99e3d-ee0c-427b-b0ba-e8a1f6026cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006107 10.0.0.27 - - [2026-03-23 03:53:07] "POST /neutron/network HTTP/1.1" 200 839 0.006558 10.0.0.27 - - [2026-03-23 03:53:07] "GET /virtual-network/19f99e3d-ee0c-427b-b0ba-e8a1f6026cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005479 10.0.0.27 - - [2026-03-23 03:53:07] "POST /id-to-fqname HTTP/1.1" 200 234 0.001214 10.0.0.27 - - [2026-03-23 03:53:07] "POST /neutron/network HTTP/1.1" 200 849 0.006434 10.0.0.23 - - [2026-03-23 03:53:08] "GET /projects?obj_uuids=7d1ad1ab-d0d1-4843-9982-46820e04bc77&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000897 10.0.0.27 - - [2026-03-23 03:53:08] "GET /project/7d1ad1ab-d0d1-4843-9982-46820e04bc77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.076832 10.0.0.27 - - [2026-03-23 03:53:08] "POST /neutron/port HTTP/1.1" 200 117 0.005828 10.0.0.27 - - [2026-03-23 03:53:08] "POST /id-to-fqname HTTP/1.1" 200 234 0.000982 10.0.0.27 - - [2026-03-23 03:53:09] "POST /neutron/network HTTP/1.1" 200 849 0.006037 10.0.0.27 - - [2026-03-23 03:53:09] "POST /neutron/port HTTP/1.1" 200 1073 0.018130 10.0.0.23 - - [2026-03-23 03:53:09] "GET /projects?obj_uuids=7d1ad1ab-d0d1-4843-9982-46820e04bc77&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001216 10.0.0.27 - - [2026-03-23 03:53:09] "GET /project/7d1ad1ab-d0d1-4843-9982-46820e04bc77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.094515 10.0.0.27 - - [2026-03-23 03:53:09] "POST /neutron/port HTTP/1.1" 200 1137 0.041576 10.0.0.27 - - [2026-03-23 03:53:09] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.27 - - [2026-03-23 03:53:10] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006500 10.0.0.23 - - [2026-03-23 03:53:10] "GET /projects?obj_uuids=7d1ad1ab-d0d1-4843-9982-46820e04bc77&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000938 10.0.0.27 - - [2026-03-23 03:53:10] "GET /virtual-network/19f99e3d-ee0c-427b-b0ba-e8a1f6026cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007994 10.0.0.27 - - [2026-03-23 03:53:10] "POST /neutron/port HTTP/1.1" 200 1073 0.310016 10.0.0.27 - - [2026-03-23 03:53:11] "POST /neutron/port HTTP/1.1" 200 1127 0.114769 10.0.0.27 - - [2026-03-23 03:53:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.009405 10.0.0.27 - - [2026-03-23 03:53:11] "GET /obj-perms HTTP/1.1" 200 5056 0.068485 10.0.0.27 - - [2026-03-23 03:53:12] "POST /neutron/port HTTP/1.1" 200 1137 0.017244 10.0.0.27 - - [2026-03-23 03:53:12] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008874 10.0.0.27 - - [2026-03-23 03:53:13] "GET /virtual-machine/4839f468-81bf-4564-afbb-2da8968523dd HTTP/1.1" 401 292 0.000375 10.0.0.27 - - [2026-03-23 03:53:13] "GET /virtual-machine/4839f468-81bf-4564-afbb-2da8968523dd HTTP/1.1" 200 1305 0.036994 10.0.0.27 - - [2026-03-23 03:53:13] "GET /virtual-machine-interface/b0189f61-a68d-46fa-b0a6-c34d7a4559bb HTTP/1.1" 200 3009 0.004944 10.0.0.27 - - [2026-03-23 03:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.27 - - [2026-03-23 03:53:13] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003524 10.0.0.27 - - [2026-03-23 03:53:13] "GET /virtual-networks?parent_id=7d1ad1ab-d0d1-4843-9982-46820e04bc77&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002428 10.0.0.27 - - [2026-03-23 03:53:13] "GET /virtual-network/19f99e3d-ee0c-427b-b0ba-e8a1f6026cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.009404 10.0.0.27 - - [2026-03-23 03:53:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.27 - - [2026-03-23 03:53:16] "GET /virtual-network/19f99e3d-ee0c-427b-b0ba-e8a1f6026cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004553 10.0.0.27 - - [2026-03-23 03:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.27 - - [2026-03-23 03:53:20] "GET /virtual-network/19f99e3d-ee0c-427b-b0ba-e8a1f6026cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005525 10.0.0.27 - - [2026-03-23 03:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.27 - - [2026-03-23 03:53:24] "GET /virtual-network/19f99e3d-ee0c-427b-b0ba-e8a1f6026cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007118 10.0.0.27 - - [2026-03-23 03:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.27 - - [2026-03-23 03:53:28] "GET /virtual-network/19f99e3d-ee0c-427b-b0ba-e8a1f6026cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004916 10.0.0.27 - - [2026-03-23 03:53:30] "POST /neutron/port HTTP/1.1" 200 1137 0.016513 10.0.0.27 - - [2026-03-23 03:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.27 - - [2026-03-23 03:53:30] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003137 10.0.0.27 - - [2026-03-23 03:53:30] "GET /virtual-networks?parent_id=7d1ad1ab-d0d1-4843-9982-46820e04bc77&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002669 10.0.0.27 - - [2026-03-23 03:53:30] "GET /virtual-network/19f99e3d-ee0c-427b-b0ba-e8a1f6026cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006707 10.0.0.27 - - [2026-03-23 03:53:30] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007190 10.0.0.27 - - [2026-03-23 03:53:36] "POST /neutron/port HTTP/1.1" 200 1137 0.018572 10.0.0.23 - - [2026-03-23 03:53:39] "DELETE /project/e7e69dd7-07ec-400c-8a62-a4188f5d07f1 HTTP/1.1" 404 177 0.002323 10.0.0.23 - - [2026-03-23 03:53:39] "DELETE /project/7d1ad1abd0d14843998246820e04bc77 HTTP/1.1" 404 173 0.004441 10.0.0.27 - - [2026-03-23 03:53:41] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008564 10.0.0.50 - - [2026-03-23 03:53:48] "GET /obj-perms HTTP/1.1" 200 5056 0.058918 10.0.0.27 - - [2026-03-23 03:53:49] "POST /neutron/port HTTP/1.1" 200 1137 0.016709 10.0.0.27 - - [2026-03-23 03:53:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003710 10.0.0.27 - - [2026-03-23 03:53:49] "POST /neutron/network HTTP/1.1" 200 839 0.006718 10.0.0.27 - - [2026-03-23 03:53:51] "POST /neutron/port HTTP/1.1" 200 1137 0.017308 10.0.0.27 - - [2026-03-23 03:53:51] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007436 10.0.0.27 - - [2026-03-23 03:53:51] "GET /virtual-machine/69150bdd-00c5-44bd-8578-db5ce6c9c1c9 HTTP/1.1" 200 1304 0.006766 10.0.0.27 - - [2026-03-23 03:53:51] "GET /virtual-machine-interface/7cfc1178-47e0-418b-94ce-b70dedc6c137 HTTP/1.1" 200 3008 0.005812 10.0.0.27 - - [2026-03-23 03:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.27 - - [2026-03-23 03:53:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004493 10.0.0.27 - - [2026-03-23 03:53:51] "GET /virtual-networks?parent_id=7d1ad1ab-d0d1-4843-9982-46820e04bc77&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002972 10.0.0.27 - - [2026-03-23 03:53:51] "GET /virtual-network/19f99e3d-ee0c-427b-b0ba-e8a1f6026cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007529 10.0.0.27 - - [2026-03-23 03:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.27 - - [2026-03-23 03:53:52] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003827 10.0.0.27 - - [2026-03-23 03:53:52] "GET /virtual-networks?parent_id=7d1ad1ab-d0d1-4843-9982-46820e04bc77&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002760 10.0.0.27 - - [2026-03-23 03:53:52] "GET /virtual-network/19f99e3d-ee0c-427b-b0ba-e8a1f6026cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005299 10.0.0.27 - - [2026-03-23 03:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.27 - - [2026-03-23 03:53:53] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003557 10.0.0.27 - - [2026-03-23 03:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.27 - - [2026-03-23 03:53:53] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004046 10.0.0.27 - - [2026-03-23 03:53:53] "PUT /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044 HTTP/1.1" 200 276 0.011743 10.0.0.27 - - [2026-03-23 03:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.27 - - [2026-03-23 03:54:05] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.004011 10.0.0.27 - - [2026-03-23 03:54:05] "PUT /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044 HTTP/1.1" 200 276 0.014858 10.0.0.27 - - [2026-03-23 03:54:49] "POST /neutron/network HTTP/1.1" 200 849 0.010123 10.0.0.27 - - [2026-03-23 03:54:49] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.27 - - [2026-03-23 03:54:58] "POST /neutron/network HTTP/1.1" 400 204 0.011826 10.0.0.27 - - [2026-03-23 03:54:58] "POST /neutron/port HTTP/1.1" 200 151 0.178363 10.0.0.27 - - [2026-03-23 03:54:59] "POST /neutron/port HTTP/1.1" 200 151 0.203578 10.0.0.23 - - [2026-03-23 03:55:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007425 10.0.0.23 - - [2026-03-23 03:55:00] "GET /projects?obj_uuids=7d1ad1ab-d0d1-4843-9982-46820e04bc77&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000886 10.0.0.27 - - [2026-03-23 03:55:00] "GET /project/7d1ad1ab-d0d1-4843-9982-46820e04bc77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.059028 10.0.0.23 - - [2026-03-23 03:55:00] "GET /projects?obj_uuids=7d1ad1ab-d0d1-4843-9982-46820e04bc77&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001325 10.0.0.27 - - [2026-03-23 03:55:00] "GET /project/7d1ad1ab-d0d1-4843-9982-46820e04bc77?fields=virtual_networks HTTP/1.1" 200 1057 0.058134 10.0.0.23 - - [2026-03-23 03:55:00] "GET /projects?obj_uuids=7d1ad1ab-d0d1-4843-9982-46820e04bc77&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000909 10.0.0.27 - - [2026-03-23 03:55:00] "GET /project/7d1ad1ab-d0d1-4843-9982-46820e04bc77?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.051450 10.0.0.23 - - [2026-03-23 03:55:01] "GET /projects?obj_uuids=7d1ad1ab-d0d1-4843-9982-46820e04bc77&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001864 10.0.0.27 - - [2026-03-23 03:55:01] "GET /project/7d1ad1ab-d0d1-4843-9982-46820e04bc77?fields=security_groups HTTP/1.1" 200 1296 0.062195 10.0.0.27 - - [2026-03-23 03:55:02] "POST /fqname-to-id HTTP/1.1" 404 206 0.040706 10.0.0.23 - - [2026-03-23 03:55:02] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005698 10.0.0.23 - - [2026-03-23 03:55:02] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.23 - - [2026-03-23 03:55:02] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006262 10.0.0.23 - - [2026-03-23 03:55:02] "POST /id-to-fqname HTTP/1.1" 200 209 0.005606 10.0.0.23 - - [2026-03-23 03:55:02] "POST /fqname-to-id HTTP/1.1" 404 217 0.004613 10.0.0.23 - - [2026-03-23 03:55:02] "POST /security-groups HTTP/1.1" 200 609 0.084275 10.0.0.23 - - [2026-03-23 03:55:02] "POST /projects HTTP/1.1" 200 621 0.315776 10.0.0.23 - - [2026-03-23 03:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.358861 10.0.0.23 - - [2026-03-23 03:55:02] "POST /access-control-lists HTTP/1.1" 200 614 0.033654 10.0.0.27 - - [2026-03-23 03:55:02] "GET /project/e1576bf8-233d-46a8-b5d3-223d588c80a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.530064 10.0.0.27 - - [2026-03-23 03:55:04] "GET / HTTP/1.1" 200 35931 0.001588 10.0.0.27 - - [2026-03-23 03:55:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2026-03-23 03:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.090859 10.0.0.23 - - [2026-03-23 03:55:05] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000919 10.0.0.27 - - [2026-03-23 03:55:05] "GET /project/e1576bf8-233d-46a8-b5d3-223d588c80a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.041715 10.0.0.27 - - [2026-03-23 03:55:05] "POST /neutron/network HTTP/1.1" 200 117 0.043278 10.0.0.23 - - [2026-03-23 03:55:05] "POST /route-targets HTTP/1.1" 200 327 0.019242 10.0.0.27 - - [2026-03-23 03:55:05] "POST /neutron/network HTTP/1.1" 200 842 0.009537 10.0.0.27 - - [2026-03-23 03:55:05] "POST /id-to-fqname HTTP/1.1" 200 239 0.001090 10.0.0.27 - - [2026-03-23 03:55:05] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005547 10.0.0.27 - - [2026-03-23 03:55:05] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004881 10.0.0.27 - - [2026-03-23 03:55:05] "POST /neutron/subnet HTTP/1.1" 200 715 0.010988 10.0.0.27 - - [2026-03-23 03:55:05] "POST /id-to-fqname HTTP/1.1" 200 239 0.001225 10.0.0.23 - - [2026-03-23 03:55:06] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000937 10.0.0.27 - - [2026-03-23 03:55:06] "GET /project/e1576bf8-233d-46a8-b5d3-223d588c80a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.065756 10.0.0.27 - - [2026-03-23 03:55:07] "POST /neutron/port HTTP/1.1" 200 117 0.007264 10.0.0.27 - - [2026-03-23 03:55:07] "POST /id-to-fqname HTTP/1.1" 200 239 0.001216 10.0.0.27 - - [2026-03-23 03:55:07] "POST /neutron/network HTTP/1.1" 200 852 0.006254 10.0.0.27 - - [2026-03-23 03:55:08] "POST /neutron/port HTTP/1.1" 200 1076 0.015787 10.0.0.23 - - [2026-03-23 03:55:08] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001162 10.0.0.27 - - [2026-03-23 03:55:08] "POST /neutron/port HTTP/1.1" 200 1140 0.025331 10.0.0.27 - - [2026-03-23 03:55:08] "GET /project/e1576bf8-233d-46a8-b5d3-223d588c80a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.088042 10.0.0.27 - - [2026-03-23 03:55:08] "POST /neutron/network HTTP/1.1" 200 842 0.019948 10.0.0.27 - - [2026-03-23 03:55:08] "POST /neutron/port HTTP/1.1" 200 1140 0.017210 10.0.0.27 - - [2026-03-23 03:55:09] "POST /neutron/network HTTP/1.1" 200 852 0.006889 10.0.0.27 - - [2026-03-23 03:55:09] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004808 10.0.0.27 - - [2026-03-23 03:55:09] "POST /neutron/port HTTP/1.1" 200 1076 0.016419 10.0.0.27 - - [2026-03-23 03:55:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004393 10.0.0.27 - - [2026-03-23 03:55:10] "POST /neutron/network HTTP/1.1" 200 842 0.007217 10.0.0.23 - - [2026-03-23 03:55:11] "GET /obj-perms HTTP/1.1" 200 5066 0.083486 10.0.0.27 - - [2026-03-23 03:55:11] "POST /neutron/port HTTP/1.1" 200 1140 0.015794 10.0.0.27 - - [2026-03-23 03:55:11] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007237 10.0.0.27 - - [2026-03-23 03:55:11] "GET /virtual-machine/5e101543-9e15-462f-8cc7-06ffa6b6e129 HTTP/1.1" 401 292 0.000357 10.0.0.27 - - [2026-03-23 03:55:11] "GET /virtual-machine/5e101543-9e15-462f-8cc7-06ffa6b6e129 HTTP/1.1" 200 1310 0.033616 10.0.0.27 - - [2026-03-23 03:55:11] "GET /virtual-machine-interface/38232aa5-29b1-4966-9b55-ead784981487 HTTP/1.1" 200 3033 0.005083 10.0.0.27 - - [2026-03-23 03:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.27 - - [2026-03-23 03:55:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004461 10.0.0.27 - - [2026-03-23 03:55:11] "GET /virtual-networks?parent_id=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002665 10.0.0.27 - - [2026-03-23 03:55:11] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005816 10.0.0.27 - - [2026-03-23 03:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.27 - - [2026-03-23 03:55:14] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005064 10.0.0.27 - - [2026-03-23 03:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.27 - - [2026-03-23 03:55:19] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005226 10.0.0.27 - - [2026-03-23 03:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.27 - - [2026-03-23 03:55:23] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005159 10.0.0.27 - - [2026-03-23 03:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.27 - - [2026-03-23 03:55:27] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004969 10.0.0.27 - - [2026-03-23 03:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.27 - - [2026-03-23 03:55:31] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004707 10.0.0.27 - - [2026-03-23 03:55:31] "GET /virtual-networks?parent_id=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003040 10.0.0.27 - - [2026-03-23 03:55:31] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006016 10.0.0.27 - - [2026-03-23 03:55:31] "POST /neutron/port HTTP/1.1" 200 1140 0.024213 10.0.0.27 - - [2026-03-23 03:55:32] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006455 10.0.0.50 - - [2026-03-23 03:55:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.50 - - [2026-03-23 03:55:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.23 - - [2026-03-23 03:55:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.23 - - [2026-03-23 03:55:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.23 - - [2026-03-23 03:55:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.23 - - [2026-03-23 03:55:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.23 - - [2026-03-23 03:55:36] "DELETE /access-control-list/7b316c11-0078-4b7b-a839-e18c22c98286 HTTP/1.1" 200 115 0.046806 10.0.0.50 - - [2026-03-23 03:55:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.50 - - [2026-03-23 03:55:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.27 - - [2026-03-23 03:55:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000666 10.0.0.27 - - [2026-03-23 03:55:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.27 - - [2026-03-23 03:55:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.27 - - [2026-03-23 03:55:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.23 - - [2026-03-23 03:55:39] "DELETE /project/e1576bf8233d46a8b5d3223d588c80a4 HTTP/1.1" 404 173 0.004226 10.0.0.23 - - [2026-03-23 03:55:39] "DELETE /project/7d1ad1ab-d0d1-4843-9982-46820e04bc77 HTTP/1.1" 404 177 0.003370 10.0.0.27 - - [2026-03-23 03:55:41] "POST /neutron/port HTTP/1.1" 200 1140 0.017176 10.0.0.27 - - [2026-03-23 03:55:47] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007496 10.0.0.27 - - [2026-03-23 03:55:47] "POST /neutron/port HTTP/1.1" 200 1140 0.020545 10.0.0.27 - - [2026-03-23 03:55:47] "GET /virtual-machine/6b633884-2434-47ad-84f2-550008c6ac2c HTTP/1.1" 200 1309 0.006222 10.0.0.27 - - [2026-03-23 03:55:47] "GET /virtual-machine-interface/df568db1-cff6-462c-a4ce-1e78360ac9d0 HTTP/1.1" 200 3034 0.005243 10.0.0.27 - - [2026-03-23 03:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.27 - - [2026-03-23 03:55:47] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003953 10.0.0.27 - - [2026-03-23 03:55:47] "GET /virtual-networks?parent_id=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002755 10.0.0.27 - - [2026-03-23 03:55:47] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007724 10.0.0.27 - - [2026-03-23 03:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.27 - - [2026-03-23 03:55:48] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003273 10.0.0.27 - - [2026-03-23 03:55:48] "GET /virtual-networks?parent_id=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002815 10.0.0.27 - - [2026-03-23 03:55:48] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005207 10.0.0.27 - - [2026-03-23 03:55:48] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008179 10.0.0.27 - - [2026-03-23 03:55:50] "POST /neutron/network HTTP/1.1" 200 852 0.006137 10.0.0.27 - - [2026-03-23 03:55:50] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.27 - - [2026-03-23 03:55:50] "GET /obj-perms HTTP/1.1" 200 5056 0.057869 10.0.0.27 - - [2026-03-23 03:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.23 - - [2026-03-23 03:55:53] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000813 10.0.0.27 - - [2026-03-23 03:55:53] "GET /project/e1576bf8-233d-46a8-b5d3-223d588c80a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.042586 10.0.0.23 - - [2026-03-23 03:55:54] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001236 10.0.0.27 - - [2026-03-23 03:55:54] "POST /neutron/network HTTP/1.1" 200 625 0.124199 10.0.0.27 - - [2026-03-23 03:55:54] "POST /id-to-fqname HTTP/1.1" 200 239 0.002830 10.0.0.27 - - [2026-03-23 03:55:54] "GET /virtual-network/88cbec22-c339-45bf-975f-6e5bb7f57571?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004723 10.0.0.27 - - [2026-03-23 03:55:54] "POST /neutron/network HTTP/1.1" 200 845 0.006093 10.0.0.27 - - [2026-03-23 03:55:54] "GET /virtual-network/88cbec22-c339-45bf-975f-6e5bb7f57571?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004573 10.0.0.27 - - [2026-03-23 03:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.23 - - [2026-03-23 03:55:54] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001187 10.0.0.27 - - [2026-03-23 03:55:54] "GET /project/e1576bf8-233d-46a8-b5d3-223d588c80a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.047511 10.0.0.27 - - [2026-03-23 03:55:54] "POST /neutron/network HTTP/1.1" 200 117 0.014499 10.0.0.23 - - [2026-03-23 03:55:54] "POST /route-targets HTTP/1.1" 200 327 0.015197 10.0.0.27 - - [2026-03-23 03:55:55] "POST /neutron/network HTTP/1.1" 200 849 0.008000 10.0.0.27 - - [2026-03-23 03:55:55] "POST /id-to-fqname HTTP/1.1" 200 242 0.001515 10.0.0.27 - - [2026-03-23 03:55:55] "GET /virtual-network/78d1e116-f94e-4913-8fa7-5ebc30aa1c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.007093 10.0.0.27 - - [2026-03-23 03:55:55] "GET /virtual-network/78d1e116-f94e-4913-8fa7-5ebc30aa1c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006765 10.0.0.27 - - [2026-03-23 03:55:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.009792 10.0.0.27 - - [2026-03-23 03:55:55] "POST /id-to-fqname HTTP/1.1" 200 239 0.001129 10.0.0.27 - - [2026-03-23 03:55:55] "POST /neutron/network HTTP/1.1" 200 855 0.006729 10.0.0.23 - - [2026-03-23 03:55:56] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000889 10.0.0.27 - - [2026-03-23 03:55:56] "GET /project/e1576bf8-233d-46a8-b5d3-223d588c80a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.064063 10.0.0.27 - - [2026-03-23 03:55:56] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006821 10.0.0.27 - - [2026-03-23 03:55:56] "POST /id-to-fqname HTTP/1.1" 200 242 0.001165 10.0.0.27 - - [2026-03-23 03:55:56] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008629 10.0.0.23 - - [2026-03-23 03:55:57] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000993 10.0.0.27 - - [2026-03-23 03:55:57] "POST /neutron/port HTTP/1.1" 200 1079 0.317176 10.0.0.27 - - [2026-03-23 03:55:57] "POST /neutron/port HTTP/1.1" 200 1133 0.129103 10.0.0.23 - - [2026-03-23 03:55:57] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000895 10.0.0.27 - - [2026-03-23 03:55:57] "GET /project/e1576bf8-233d-46a8-b5d3-223d588c80a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.089142 10.0.0.27 - - [2026-03-23 03:55:57] "POST /neutron/network HTTP/1.1" 200 849 0.040646 10.0.0.27 - - [2026-03-23 03:55:57] "POST /neutron/network HTTP/1.1" 200 845 0.005873 10.0.0.27 - - [2026-03-23 03:55:58] "POST /neutron/port HTTP/1.1" 200 117 0.007647 10.0.0.27 - - [2026-03-23 03:55:58] "POST /id-to-fqname HTTP/1.1" 200 239 0.001179 10.0.0.27 - - [2026-03-23 03:55:58] "POST /id-to-fqname HTTP/1.1" 200 239 0.000907 10.0.0.27 - - [2026-03-23 03:55:58] "POST /neutron/network HTTP/1.1" 200 1555 0.010434 10.0.0.27 - - [2026-03-23 03:55:59] "POST /neutron/port HTTP/1.1" 200 1077 0.017319 10.0.0.27 - - [2026-03-23 03:55:59] "POST /neutron/port HTTP/1.1" 200 1141 0.020960 10.0.0.27 - - [2026-03-23 03:55:59] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.23 - - [2026-03-23 03:55:59] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000936 10.0.0.27 - - [2026-03-23 03:55:59] "GET /project/e1576bf8-233d-46a8-b5d3-223d588c80a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.086281 10.0.0.27 - - [2026-03-23 03:55:59] "POST /neutron/network HTTP/1.1" 200 845 0.006897 10.0.0.27 - - [2026-03-23 03:55:59] "POST /neutron/port HTTP/1.1" 200 117 0.007797 10.0.0.27 - - [2026-03-23 03:56:00] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005861 10.0.0.50 - - [2026-03-23 03:56:00] "GET /obj-perms HTTP/1.1" 200 5066 0.135368 10.0.0.23 - - [2026-03-23 03:56:00] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000953 10.0.0.27 - - [2026-03-23 03:56:01] "POST /neutron/port HTTP/1.1" 200 1079 0.302324 10.0.0.27 - - [2026-03-23 03:56:01] "GET /virtual-network/88cbec22-c339-45bf-975f-6e5bb7f57571?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.011862 10.0.0.27 - - [2026-03-23 03:56:01] "POST /neutron/port HTTP/1.1" 200 1130 0.131089 10.0.0.23 - - [2026-03-23 03:56:01] "GET /obj-perms HTTP/1.1" 200 5066 0.003319 10.0.0.27 - - [2026-03-23 03:56:01] "POST /neutron/port HTTP/1.1" 200 1133 0.139283 10.0.0.27 - - [2026-03-23 03:56:01] "POST /neutron/subnet HTTP/1.1" 200 689 0.008636 10.0.0.27 - - [2026-03-23 03:56:01] "GET /virtual-network/78d1e116-f94e-4913-8fa7-5ebc30aa1c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005511 10.0.0.27 - - [2026-03-23 03:56:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.014986 10.0.0.27 - - [2026-03-23 03:56:01] "POST /neutron/network HTTP/1.1" 200 845 0.013740 10.0.0.27 - - [2026-03-23 03:56:02] "GET /obj-perms HTTP/1.1" 200 5066 0.069516 10.0.0.27 - - [2026-03-23 03:56:02] "POST /neutron/port HTTP/1.1" 200 1141 0.019826 10.0.0.27 - - [2026-03-23 03:56:02] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007846 10.0.0.27 - - [2026-03-23 03:56:02] "GET /virtual-machine/f7cd300c-f095-45cb-9546-b95c8ca37d0e HTTP/1.1" 200 1311 0.005921 10.0.0.27 - - [2026-03-23 03:56:02] "GET /virtual-machine-interface/6e65f9e4-4e61-425d-a55f-b1de39c3f6e8 HTTP/1.1" 200 3042 0.005319 10.0.0.27 - - [2026-03-23 03:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.27 - - [2026-03-23 03:56:02] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003553 10.0.0.27 - - [2026-03-23 03:56:02] "GET /virtual-networks?parent_id=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002812 10.0.0.27 - - [2026-03-23 03:56:02] "GET /virtual-network/78d1e116-f94e-4913-8fa7-5ebc30aa1c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005373 10.0.0.27 - - [2026-03-23 03:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.27 - - [2026-03-23 03:56:05] "GET /virtual-network/78d1e116-f94e-4913-8fa7-5ebc30aa1c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005348 10.0.0.27 - - [2026-03-23 03:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.27 - - [2026-03-23 03:56:09] "GET /virtual-network/78d1e116-f94e-4913-8fa7-5ebc30aa1c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006562 10.0.0.27 - - [2026-03-23 03:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.27 - - [2026-03-23 03:56:13] "GET /virtual-network/78d1e116-f94e-4913-8fa7-5ebc30aa1c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.004833 10.0.0.27 - - [2026-03-23 03:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.27 - - [2026-03-23 03:56:18] "GET /virtual-network/78d1e116-f94e-4913-8fa7-5ebc30aa1c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006912 10.0.0.27 - - [2026-03-23 03:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.27 - - [2026-03-23 03:56:22] "GET /virtual-network/78d1e116-f94e-4913-8fa7-5ebc30aa1c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005134 10.0.0.27 - - [2026-03-23 03:56:25] "POST /neutron/port HTTP/1.1" 200 1143 0.017755 10.0.0.27 - - [2026-03-23 03:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.27 - - [2026-03-23 03:56:26] "GET /virtual-network/78d1e116-f94e-4913-8fa7-5ebc30aa1c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005373 10.0.0.27 - - [2026-03-23 03:56:26] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006424 10.0.0.27 - - [2026-03-23 03:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.27 - - [2026-03-23 03:56:30] "GET /virtual-network/78d1e116-f94e-4913-8fa7-5ebc30aa1c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.004998 10.0.0.27 - - [2026-03-23 03:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.27 - - [2026-03-23 03:56:32] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003577 10.0.0.27 - - [2026-03-23 03:56:32] "GET /virtual-networks?parent_id=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003204 10.0.0.27 - - [2026-03-23 03:56:32] "GET /virtual-network/78d1e116-f94e-4913-8fa7-5ebc30aa1c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005512 10.0.0.27 - - [2026-03-23 03:56:41] "POST /neutron/port HTTP/1.1" 200 1143 0.025692 10.0.0.27 - - [2026-03-23 03:56:42] "POST /neutron/port HTTP/1.1" 200 1141 0.018109 10.0.0.27 - - [2026-03-23 03:56:47] "POST /neutron/port HTTP/1.1" 200 1141 0.020167 10.0.0.50 - - [2026-03-23 03:56:51] "GET /obj-perms HTTP/1.1" 200 5056 0.062714 10.0.0.27 - - [2026-03-23 03:56:51] "POST /neutron/port HTTP/1.1" 200 1143 0.016109 10.0.0.27 - - [2026-03-23 03:56:51] "POST /neutron/subnet HTTP/1.1" 200 703 0.008217 10.0.0.27 - - [2026-03-23 03:56:52] "POST /neutron/port HTTP/1.1" 200 1140 0.049515 10.0.0.27 - - [2026-03-23 03:56:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004490 10.0.0.27 - - [2026-03-23 03:56:52] "POST /neutron/network HTTP/1.1" 200 842 0.006607 10.0.0.27 - - [2026-03-23 03:56:58] "POST /neutron/port HTTP/1.1" 200 1141 0.025086 10.0.0.27 - - [2026-03-23 03:56:58] "POST /neutron/security_group HTTP/1.1" 200 2076 0.034412 10.0.0.27 - - [2026-03-23 03:57:08] "POST /neutron/port HTTP/1.1" 200 1141 0.015420 10.0.0.27 - - [2026-03-23 03:57:14] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007365 10.0.0.27 - - [2026-03-23 03:57:19] "POST /neutron/port HTTP/1.1" 200 1143 0.015179 10.0.0.27 - - [2026-03-23 03:57:19] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007652 10.0.0.27 - - [2026-03-23 03:57:19] "GET /virtual-machine/01abbe10-6cf8-457f-a644-c3cbbca6bd29 HTTP/1.1" 200 1309 0.005778 10.0.0.27 - - [2026-03-23 03:57:19] "GET /virtual-machine-interface/50c62df2-34c7-469d-801f-204c35f90b6f HTTP/1.1" 200 3032 0.004700 10.0.0.27 - - [2026-03-23 03:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.27 - - [2026-03-23 03:57:19] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004866 10.0.0.27 - - [2026-03-23 03:57:19] "GET /virtual-networks?parent_id=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003009 10.0.0.27 - - [2026-03-23 03:57:19] "GET /virtual-network/88cbec22-c339-45bf-975f-6e5bb7f57571?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007213 10.0.0.27 - - [2026-03-23 03:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.27 - - [2026-03-23 03:57:20] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003568 10.0.0.27 - - [2026-03-23 03:57:20] "GET /virtual-networks?parent_id=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003209 10.0.0.27 - - [2026-03-23 03:57:20] "GET /virtual-network/88cbec22-c339-45bf-975f-6e5bb7f57571?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005469 10.0.0.27 - - [2026-03-23 03:57:21] "POST /neutron/port HTTP/1.1" 200 2131 0.019712 10.0.0.27 - - [2026-03-23 03:57:21] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006961 10.0.0.27 - - [2026-03-23 03:57:21] "GET /virtual-machine/9491d1ac-cd9f-41bf-a175-1ca5ab6d8b38 HTTP/1.1" 200 1587 0.005549 10.0.0.27 - - [2026-03-23 03:57:21] "GET /virtual-machine-interface/0621ad4e-0a05-4813-aeb7-e395aa08864e HTTP/1.1" 200 3032 0.006048 10.0.0.27 - - [2026-03-23 03:57:21] "GET /virtual-machine-interface/45d28218-6719-45f6-87c6-c1b12bafbcb2 HTTP/1.1" 200 3032 0.005308 10.0.0.27 - - [2026-03-23 03:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.27 - - [2026-03-23 03:57:21] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003880 10.0.0.27 - - [2026-03-23 03:57:21] "GET /virtual-networks?parent_id=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003309 10.0.0.27 - - [2026-03-23 03:57:21] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007047 10.0.0.27 - - [2026-03-23 03:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.27 - - [2026-03-23 03:57:22] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004497 10.0.0.27 - - [2026-03-23 03:57:22] "GET /virtual-networks?parent_id=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002670 10.0.0.27 - - [2026-03-23 03:57:22] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007065 10.0.0.27 - - [2026-03-23 03:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.27 - - [2026-03-23 03:57:22] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003581 10.0.0.27 - - [2026-03-23 03:57:22] "GET /virtual-networks?parent_id=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003523 10.0.0.27 - - [2026-03-23 03:57:23] "GET /virtual-network/88cbec22-c339-45bf-975f-6e5bb7f57571?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005699 10.0.0.27 - - [2026-03-23 03:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.27 - - [2026-03-23 03:57:24] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004158 10.0.0.27 - - [2026-03-23 03:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.27 - - [2026-03-23 03:57:24] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003794 10.0.0.27 - - [2026-03-23 03:57:24] "PUT /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044 HTTP/1.1" 200 276 0.011742 10.0.0.27 - - [2026-03-23 03:57:24] "POST /fqname-to-id HTTP/1.1" 404 217 0.002903 10.0.0.27 - - [2026-03-23 03:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.23 - - [2026-03-23 03:57:24] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001199 10.0.0.27 - - [2026-03-23 03:57:24] "GET /project/e1576bf8-233d-46a8-b5d3-223d588c80a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.040779 10.0.0.27 - - [2026-03-23 03:57:24] "POST /network-policys HTTP/1.1" 200 539 0.027812 10.0.0.27 - - [2026-03-23 03:57:24] "GET /network-policy/2cc0ae4f-bbb9-4fba-85b3-bfb2d7736cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.005571 10.0.0.27 - - [2026-03-23 03:57:24] "POST /neutron/network HTTP/1.1" 200 842 0.008066 10.0.0.27 - - [2026-03-23 03:57:25] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2382 0.009977 10.0.0.27 - - [2026-03-23 03:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.27 - - [2026-03-23 03:57:25] "GET /network-policy/2cc0ae4f-bbb9-4fba-85b3-bfb2d7736cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.004124 10.0.0.27 - - [2026-03-23 03:57:25] "POST /neutron/network HTTP/1.1" 200 845 0.006608 10.0.0.27 - - [2026-03-23 03:57:25] "GET /virtual-network/88cbec22-c339-45bf-975f-6e5bb7f57571?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.007509 10.0.0.27 - - [2026-03-23 03:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.27 - - [2026-03-23 03:57:25] "GET /network-policy/2cc0ae4f-bbb9-4fba-85b3-bfb2d7736cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1990 0.004260 10.0.0.23 - - [2026-03-23 03:57:25] "POST /access-control-lists HTTP/1.1" 200 609 0.072657 10.0.0.23 - - [2026-03-23 03:57:25] "POST /access-control-lists HTTP/1.1" 200 609 0.033592 10.0.0.27 - - [2026-03-23 03:57:25] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2382 0.012202 10.0.0.23 - - [2026-03-23 03:57:25] "GET /obj-perms HTTP/1.1" 200 5066 0.003918 10.0.0.27 - - [2026-03-23 03:57:26] "GET /virtual-network/88cbec22-c339-45bf-975f-6e5bb7f57571?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.005110 10.0.0.27 - - [2026-03-23 03:57:26] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2382 0.005746 10.0.0.27 - - [2026-03-23 03:57:26] "GET /obj-perms HTTP/1.1" 200 5066 0.003526 10.0.0.50 - - [2026-03-23 03:57:26] "GET /obj-perms HTTP/1.1" 200 5066 0.004823 10.0.0.27 - - [2026-03-23 03:57:27] "GET /virtual-network/88cbec22-c339-45bf-975f-6e5bb7f57571?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.005245 10.0.0.23 - - [2026-03-23 03:57:27] "GET /obj-perms HTTP/1.1" 200 5066 0.003244 10.0.0.27 - - [2026-03-23 03:57:27] "GET /virtual-network/78d1e116-f94e-4913-8fa7-5ebc30aa1c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005442 10.0.0.27 - - [2026-03-23 03:57:41] "GET /obj-perms HTTP/1.1" 200 5066 0.003493 10.0.0.27 - - [2026-03-23 03:57:52] "GET /obj-perms HTTP/1.1" 200 5056 0.072093 10.0.0.27 - - [2026-03-23 03:57:52] "POST /neutron/port HTTP/1.1" 200 1140 0.019489 10.0.0.27 - - [2026-03-23 03:57:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003444 10.0.0.27 - - [2026-03-23 03:57:52] "POST /neutron/network HTTP/1.1" 200 936 0.007331 10.0.0.50 - - [2026-03-23 03:57:52] "GET /obj-perms HTTP/1.1" 200 5056 0.070138 10.0.0.27 - - [2026-03-23 03:57:53] "POST /neutron/network HTTP/1.1" 200 859 0.006129 10.0.0.27 - - [2026-03-23 03:57:53] "POST /neutron/port HTTP/1.1" 200 117 0.001013 10.0.0.27 - - [2026-03-23 03:58:53] "POST /neutron/port HTTP/1.1" 200 1143 0.017519 10.0.0.27 - - [2026-03-23 03:58:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.009229 10.0.0.27 - - [2026-03-23 03:58:54] "POST /neutron/port HTTP/1.1" 200 1140 0.019528 10.0.0.27 - - [2026-03-23 03:58:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003447 10.0.0.27 - - [2026-03-23 03:58:54] "POST /neutron/network HTTP/1.1" 200 936 0.008605 10.0.0.27 - - [2026-03-23 03:59:53] "POST /neutron/network HTTP/1.1" 200 859 0.005922 10.0.0.27 - - [2026-03-23 03:59:53] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.23 - - [2026-03-23 03:59:54] "GET /obj-perms HTTP/1.1" 200 5056 0.072940 10.0.0.27 - - [2026-03-23 03:59:56] "POST /neutron/port HTTP/1.1" 200 2131 0.019879 10.0.0.27 - - [2026-03-23 03:59:56] "POST /neutron/subnet HTTP/1.1" 200 689 0.007846 10.0.0.27 - - [2026-03-23 03:59:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003407 10.0.0.27 - - [2026-03-23 03:59:56] "POST /neutron/network HTTP/1.1" 200 939 0.006895 10.0.0.50 - - [2026-03-23 04:00:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.50 - - [2026-03-23 04:00:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.23 - - [2026-03-23 04:00:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.23 - - [2026-03-23 04:00:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.23 - - [2026-03-23 04:00:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.23 - - [2026-03-23 04:00:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000913 10.0.0.50 - - [2026-03-23 04:00:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.50 - - [2026-03-23 04:00:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2026-03-23 04:00:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.27 - - [2026-03-23 04:00:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.27 - - [2026-03-23 04:00:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.27 - - [2026-03-23 04:00:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.27 - - [2026-03-23 04:00:54] "POST /neutron/network HTTP/1.1" 200 949 0.006523 10.0.0.27 - - [2026-03-23 04:00:54] "POST /neutron/port HTTP/1.1" 200 117 0.001017 10.0.0.27 - - [2026-03-23 04:00:56] "POST /neutron/port HTTP/1.1" 200 1140 0.018032 10.0.0.27 - - [2026-03-23 04:00:56] "POST /neutron/subnet HTTP/1.1" 200 689 0.008200 10.0.0.27 - - [2026-03-23 04:01:04] "GET /obj-perms HTTP/1.1" 200 5066 0.085149 10.0.0.27 - - [2026-03-23 04:01:06] "GET /obj-perms HTTP/1.1" 200 5066 0.003793 10.0.0.27 - - [2026-03-23 04:01:08] "GET /virtual-network/88cbec22-c339-45bf-975f-6e5bb7f57571?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.036983 10.0.0.27 - - [2026-03-23 04:01:08] "POST /neutron/network HTTP/1.1" 200 939 0.048014 10.0.0.27 - - [2026-03-23 04:01:08] "GET /virtual-network/88cbec22-c339-45bf-975f-6e5bb7f57571?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007058 10.0.0.27 - - [2026-03-23 04:01:08] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2382 0.005329 10.0.0.27 - - [2026-03-23 04:01:08] "POST /neutron/network HTTP/1.1" 200 936 0.006233 10.0.0.27 - - [2026-03-23 04:01:08] "GET /virtual-network/6102c31e-908c-41e8-9555-7e8870bfb8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006805 10.0.0.27 - - [2026-03-23 04:01:08] "DELETE /network-policy/2cc0ae4f-bbb9-4fba-85b3-bfb2d7736cd1 HTTP/1.1" 200 115 0.032192 10.0.0.27 - - [2026-03-23 04:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.27 - - [2026-03-23 04:01:08] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.003579 10.0.0.27 - - [2026-03-23 04:01:08] "PUT /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044 HTTP/1.1" 200 276 0.021559 10.0.0.23 - - [2026-03-23 04:01:09] "POST /ref-update HTTP/1.1" 200 156 0.053470 10.0.0.23 - - [2026-03-23 04:01:09] "POST /ref-update HTTP/1.1" 200 156 0.028327 10.0.0.27 - - [2026-03-23 04:01:10] "POST /neutron/network HTTP/1.1" 200 849 0.006556 10.0.0.27 - - [2026-03-23 04:01:10] "POST /neutron/port HTTP/1.1" 200 2131 0.024278 10.0.0.27 - - [2026-03-23 04:01:11] "POST /neutron/port HTTP/1.1" 200 1133 0.029522 10.0.0.27 - - [2026-03-23 04:01:11] "POST /neutron/port HTTP/1.1" 200 151 0.237745 10.0.0.27 - - [2026-03-23 04:01:11] "POST /neutron/port HTTP/1.1" 200 151 0.262533 10.0.0.23 - - [2026-03-23 04:01:12] "DELETE /route-target/e0931bd3-7bf6-445b-b4cc-bc5992ad4536 HTTP/1.1" 200 115 0.044857 10.0.0.27 - - [2026-03-23 04:01:13] "POST /neutron/network HTTP/1.1" 200 845 0.007847 10.0.0.27 - - [2026-03-23 04:01:13] "POST /neutron/network HTTP/1.1" 400 204 0.014046 10.0.0.27 - - [2026-03-23 04:01:14] "POST /neutron/port HTTP/1.1" 200 151 0.196360 10.0.0.27 - - [2026-03-23 04:01:14] "POST /neutron/port HTTP/1.1" 200 151 0.202628 10.0.0.23 - - [2026-03-23 04:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006693 10.0.0.23 - - [2026-03-23 04:01:16] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.038225 10.0.0.27 - - [2026-03-23 04:01:16] "GET /project/e1576bf8-233d-46a8-b5d3-223d588c80a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.131113 10.0.0.23 - - [2026-03-23 04:01:16] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000910 10.0.0.27 - - [2026-03-23 04:01:16] "GET /project/e1576bf8-233d-46a8-b5d3-223d588c80a4?fields=virtual_networks HTTP/1.1" 200 1068 0.054751 10.0.0.23 - - [2026-03-23 04:01:16] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001208 10.0.0.27 - - [2026-03-23 04:01:16] "GET /project/e1576bf8-233d-46a8-b5d3-223d588c80a4?fields=virtual_machine_interfaces HTTP/1.1" 200 1068 0.042964 10.0.0.23 - - [2026-03-23 04:01:16] "GET /projects?obj_uuids=e1576bf8-233d-46a8-b5d3-223d588c80a4&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000961 10.0.0.27 - - [2026-03-23 04:01:16] "GET /project/e1576bf8-233d-46a8-b5d3-223d588c80a4?fields=security_groups HTTP/1.1" 200 1312 0.041149 10.0.0.27 - - [2026-03-23 04:01:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.031782 10.0.0.23 - - [2026-03-23 04:01:17] "GET /projects?obj_uuids=15b463af-8b15-4c72-852d-1ff8085e4b07&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002881 10.0.0.23 - - [2026-03-23 04:01:17] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.23 - - [2026-03-23 04:01:17] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.054235 10.0.0.23 - - [2026-03-23 04:01:17] "POST /id-to-fqname HTTP/1.1" 200 185 0.001758 10.0.0.23 - - [2026-03-23 04:01:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.004752 10.0.0.23 - - [2026-03-23 04:01:17] "POST /security-groups HTTP/1.1" 200 586 0.031480 10.0.0.23 - - [2026-03-23 04:01:17] "POST /projects HTTP/1.1" 200 575 0.271489 10.0.0.23 - - [2026-03-23 04:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.306996 10.0.0.23 - - [2026-03-23 04:01:17] "POST /access-control-lists HTTP/1.1" 200 591 0.026353 10.0.0.27 - - [2026-03-23 04:01:18] "GET /project/15b463af-8b15-4c72-852d-1ff8085e4b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.510533 10.0.0.27 - - [2026-03-23 04:01:19] "GET / HTTP/1.1" 200 35931 0.001610 10.0.0.23 - - [2026-03-23 04:01:19] "GET /projects?obj_uuids=063ce49e-4212-47f4-ad6c-eb61b1a4ca01&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000882 10.0.0.27 - - [2026-03-23 04:01:19] "GET /project/063ce49e-4212-47f4-ad6c-eb61b1a4ca01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.053885 10.0.0.27 - - [2026-03-23 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.27 - - [2026-03-23 04:01:20] "GET /security-group/ecbf3697-bcb8-479f-a2f5-8abb34fa15e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.003421 10.0.0.27 - - [2026-03-23 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.23 - - [2026-03-23 04:01:20] "GET /projects?obj_uuids=063ce49e-4212-47f4-ad6c-eb61b1a4ca01&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000869 10.0.0.27 - - [2026-03-23 04:01:20] "GET /project/063ce49e-4212-47f4-ad6c-eb61b1a4ca01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.041618 10.0.0.27 - - [2026-03-23 04:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.27 - - [2026-03-23 04:01:21] "GET /security-group/ecbf3697-bcb8-479f-a2f5-8abb34fa15e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.004360 10.0.0.27 - - [2026-03-23 04:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.27 - - [2026-03-23 04:01:21] "PUT /security-group/ecbf3697-bcb8-479f-a2f5-8abb34fa15e2 HTTP/1.1" 200 262 0.018407 10.0.0.23 - - [2026-03-23 04:01:21] "PUT /access-control-list/3b004f7a-502b-4906-9b6f-980eb3f14be7 HTTP/1.1" 200 272 0.014247 10.0.0.23 - - [2026-03-23 04:01:23] "GET /projects?obj_uuids=15b463af-8b15-4c72-852d-1ff8085e4b07&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000937 10.0.0.27 - - [2026-03-23 04:01:23] "GET /project/15b463af-8b15-4c72-852d-1ff8085e4b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.042067 10.0.0.23 - - [2026-03-23 04:01:23] "GET /projects?obj_uuids=15b463af-8b15-4c72-852d-1ff8085e4b07&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001319 10.0.0.27 - - [2026-03-23 04:01:23] "GET /project/15b463af-8b15-4c72-852d-1ff8085e4b07?fields=virtual_networks HTTP/1.1" 200 1020 0.039027 10.0.0.23 - - [2026-03-23 04:01:24] "GET /projects?obj_uuids=15b463af-8b15-4c72-852d-1ff8085e4b07&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001087 10.0.0.27 - - [2026-03-23 04:01:24] "GET /project/15b463af-8b15-4c72-852d-1ff8085e4b07?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.033104 10.0.0.23 - - [2026-03-23 04:01:24] "GET /projects?obj_uuids=15b463af-8b15-4c72-852d-1ff8085e4b07&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000909 10.0.0.27 - - [2026-03-23 04:01:24] "GET /project/15b463af-8b15-4c72-852d-1ff8085e4b07?fields=security_groups HTTP/1.1" 200 1241 0.044076 10.0.0.27 - - [2026-03-23 04:01:25] "POST /fqname-to-id HTTP/1.1" 404 192 0.044700 10.0.0.23 - - [2026-03-23 04:01:25] "GET /projects?obj_uuids=92fcb48d-a628-4bb7-a7d2-fa0df34451ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003768 10.0.0.23 - - [2026-03-23 04:01:25] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.23 - - [2026-03-23 04:01:25] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008311 10.0.0.23 - - [2026-03-23 04:01:25] "POST /id-to-fqname HTTP/1.1" 200 194 0.000982 10.0.0.23 - - [2026-03-23 04:01:25] "POST /fqname-to-id HTTP/1.1" 404 203 0.004689 10.0.0.23 - - [2026-03-23 04:01:25] "POST /security-groups HTTP/1.1" 200 595 0.029667 10.0.0.23 - - [2026-03-23 04:01:25] "POST /projects HTTP/1.1" 200 593 0.237590 10.0.0.23 - - [2026-03-23 04:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.275069 10.0.0.23 - - [2026-03-23 04:01:25] "POST /access-control-lists HTTP/1.1" 200 600 0.034395 10.0.0.27 - - [2026-03-23 04:01:25] "GET /project/92fcb48d-a628-4bb7-a7d2-fa0df34451ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.428068 10.0.0.27 - - [2026-03-23 04:01:27] "GET / HTTP/1.1" 200 35931 0.001372 10.0.0.27 - - [2026-03-23 04:01:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2026-03-23 04:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.081031 10.0.0.23 - - [2026-03-23 04:01:29] "GET /projects?obj_uuids=92fcb48d-a628-4bb7-a7d2-fa0df34451ca&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000857 10.0.0.27 - - [2026-03-23 04:01:29] "GET /project/92fcb48d-a628-4bb7-a7d2-fa0df34451ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.037728 10.0.0.27 - - [2026-03-23 04:01:29] "POST /neutron/network HTTP/1.1" 200 117 0.044583 10.0.0.23 - - [2026-03-23 04:01:29] "POST /route-targets HTTP/1.1" 200 327 0.015961 10.0.0.27 - - [2026-03-23 04:01:30] "POST /neutron/network HTTP/1.1" 200 844 0.008421 10.0.0.27 - - [2026-03-23 04:01:30] "POST /id-to-fqname HTTP/1.1" 200 231 0.001529 10.0.0.27 - - [2026-03-23 04:01:30] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004849 10.0.0.27 - - [2026-03-23 04:01:30] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005489 10.0.0.27 - - [2026-03-23 04:01:30] "POST /neutron/subnet HTTP/1.1" 200 734 0.008974 10.0.0.27 - - [2026-03-23 04:01:30] "POST /id-to-fqname HTTP/1.1" 200 231 0.001153 10.0.0.23 - - [2026-03-23 04:01:31] "GET /projects?obj_uuids=92fcb48d-a628-4bb7-a7d2-fa0df34451ca&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000894 10.0.0.27 - - [2026-03-23 04:01:31] "GET /project/92fcb48d-a628-4bb7-a7d2-fa0df34451ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.066666 10.0.0.27 - - [2026-03-23 04:01:31] "POST /neutron/port HTTP/1.1" 200 117 0.005838 10.0.0.27 - - [2026-03-23 04:01:31] "POST /id-to-fqname HTTP/1.1" 200 231 0.001199 10.0.0.27 - - [2026-03-23 04:01:32] "POST /neutron/network HTTP/1.1" 200 854 0.007520 10.0.0.27 - - [2026-03-23 04:01:32] "POST /neutron/port HTTP/1.1" 200 1066 0.017876 10.0.0.27 - - [2026-03-23 04:01:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004300 10.0.0.27 - - [2026-03-23 04:01:33] "POST /neutron/network HTTP/1.1" 200 844 0.006062 10.0.0.23 - - [2026-03-23 04:01:37] "DELETE /access-control-list/080a707b-f064-4406-947c-df22f70d9faa HTTP/1.1" 200 115 0.043170 10.0.0.23 - - [2026-03-23 04:01:40] "DELETE /project/e1576bf8-233d-46a8-b5d3-223d588c80a4 HTTP/1.1" 404 177 0.005103 10.0.0.23 - - [2026-03-23 04:01:40] "DELETE /project/92fcb48da6284bb7a7d2fa0df34451ca HTTP/1.1" 404 173 0.004465 10.0.0.23 - - [2026-03-23 04:01:40] "DELETE /project/15b463af8b154c72852d1ff8085e4b07 HTTP/1.1" 404 173 0.010140 10.0.0.23 - - [2026-03-23 04:01:40] "GET /projects?obj_uuids=15b463af-8b15-4c72-852d-1ff8085e4b07&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000863 10.0.0.23 - - [2026-03-23 04:01:40] "GET /project/15b463af-8b15-4c72-852d-1ff8085e4b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.053653 10.0.0.23 - - [2026-03-23 04:01:40] "GET /projects?obj_uuids=15b463af-8b15-4c72-852d-1ff8085e4b07&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001155 10.0.0.23 - - [2026-03-23 04:01:40] "GET /project/15b463af-8b15-4c72-852d-1ff8085e4b07?fields=security_groups HTTP/1.1" 200 1346 0.042297 10.0.0.23 - - [2026-03-23 04:01:40] "DELETE /security-group/45f61233-a034-4ce8-9a09-992850cb05c7 HTTP/1.1" 200 115 0.064856 10.0.0.23 - - [2026-03-23 04:01:40] "GET /projects?obj_uuids=15b463af-8b15-4c72-852d-1ff8085e4b07&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001231 10.0.0.23 - - [2026-03-23 04:01:40] "GET /project/15b463af-8b15-4c72-852d-1ff8085e4b07?fields=application_policy_sets HTTP/1.1" 200 1385 0.076998 10.0.0.23 - - [2026-03-23 04:01:40] "DELETE /project/15b463af-8b15-4c72-852d-1ff8085e4b07 HTTP/1.1" 200 115 0.472541 10.0.0.27 - - [2026-03-23 04:01:56] "POST /neutron/network HTTP/1.1" 200 854 0.006943 10.0.0.23 - - [2026-03-23 04:01:57] "GET /projects?obj_uuids=92fcb48d-a628-4bb7-a7d2-fa0df34451ca&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001287 10.0.0.27 - - [2026-03-23 04:01:57] "GET /project/92fcb48d-a628-4bb7-a7d2-fa0df34451ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.083019 10.0.0.27 - - [2026-03-23 04:01:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007306 10.0.0.27 - - [2026-03-23 04:01:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007184 10.0.0.27 - - [2026-03-23 04:01:57] "POST /neutron/port HTTP/1.1" 200 1130 0.018733 10.0.0.27 - - [2026-03-23 04:01:57] "GET /virtual-machine/bfedd230-4c78-4a2c-8c25-4813dd0220a2 HTTP/1.1" 401 292 0.000405 10.0.0.23 - - [2026-03-23 04:01:57] "GET /projects?obj_uuids=92fcb48d-a628-4bb7-a7d2-fa0df34451ca&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000910 10.0.0.27 - - [2026-03-23 04:01:58] "POST /neutron/port HTTP/1.1" 200 1066 0.316773 10.0.0.27 - - [2026-03-23 04:01:58] "GET /virtual-machine/bfedd230-4c78-4a2c-8c25-4813dd0220a2 HTTP/1.1" 200 1297 0.082837 10.0.0.27 - - [2026-03-23 04:01:58] "GET /virtual-machine-interface/1c3e279a-614a-4f79-bd8f-e51554c526f5 HTTP/1.1" 200 2981 0.012141 10.0.0.27 - - [2026-03-23 04:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.27 - - [2026-03-23 04:01:58] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.013426 10.0.0.27 - - [2026-03-23 04:01:58] "GET /virtual-networks?parent_id=92fcb48d-a628-4bb7-a7d2-fa0df34451ca&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003566 10.0.0.27 - - [2026-03-23 04:01:58] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004798 10.0.0.27 - - [2026-03-23 04:01:58] "POST /neutron/port HTTP/1.1" 200 1120 0.235535 10.0.0.27 - - [2026-03-23 04:01:59] "POST /neutron/subnet HTTP/1.1" 200 708 0.024280 10.0.0.27 - - [2026-03-23 04:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006477 10.0.0.27 - - [2026-03-23 04:01:59] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.014151 10.0.0.27 - - [2026-03-23 04:01:59] "GET /virtual-networks?parent_id=92fcb48d-a628-4bb7-a7d2-fa0df34451ca&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003204 10.0.0.27 - - [2026-03-23 04:01:59] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006377 10.0.0.27 - - [2026-03-23 04:02:00] "POST /neutron/port HTTP/1.1" 200 1130 0.048586 10.0.0.27 - - [2026-03-23 04:02:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007723 10.0.0.27 - - [2026-03-23 04:02:15] "POST /neutron/port HTTP/1.1" 200 1130 0.017110 10.0.0.27 - - [2026-03-23 04:02:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008997 10.0.0.27 - - [2026-03-23 04:02:30] "POST /neutron/port HTTP/1.1" 200 1130 0.023574 10.0.0.27 - - [2026-03-23 04:02:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007199 10.0.0.27 - - [2026-03-23 04:02:41] "POST /neutron/port HTTP/1.1" 200 1130 0.029731 10.0.0.27 - - [2026-03-23 04:02:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007102 10.0.0.27 - - [2026-03-23 04:02:41] "GET /virtual-machine/699cecbf-9cb9-46fc-9d2b-7bf0e9e541dd HTTP/1.1" 200 1296 0.006164 10.0.0.27 - - [2026-03-23 04:02:41] "GET /virtual-machine-interface/a16438c0-7687-4b42-a319-f65cede3bab7 HTTP/1.1" 200 2982 0.004777 10.0.0.27 - - [2026-03-23 04:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.27 - - [2026-03-23 04:02:41] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004036 10.0.0.27 - - [2026-03-23 04:02:41] "GET /virtual-networks?parent_id=92fcb48d-a628-4bb7-a7d2-fa0df34451ca&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002761 10.0.0.27 - - [2026-03-23 04:02:41] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006806 10.0.0.27 - - [2026-03-23 04:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.27 - - [2026-03-23 04:02:44] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005253 10.0.0.27 - - [2026-03-23 04:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.27 - - [2026-03-23 04:02:48] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005261 10.0.0.27 - - [2026-03-23 04:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.27 - - [2026-03-23 04:02:52] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005740 10.0.0.27 - - [2026-03-23 04:02:55] "POST /neutron/network HTTP/1.1" 200 854 0.007902 10.0.0.27 - - [2026-03-23 04:02:55] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.50 - - [2026-03-23 04:02:56] "GET /obj-perms HTTP/1.1" 200 5056 0.063839 10.0.0.27 - - [2026-03-23 04:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.27 - - [2026-03-23 04:02:56] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004599 10.0.0.27 - - [2026-03-23 04:02:57] "POST /neutron/port HTTP/1.1" 200 1130 0.062861 10.0.0.27 - - [2026-03-23 04:02:57] "POST /neutron/subnet HTTP/1.1" 200 708 0.008674 10.0.0.27 - - [2026-03-23 04:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.27 - - [2026-03-23 04:03:01] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005485 10.0.0.27 - - [2026-03-23 04:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008245 10.0.0.27 - - [2026-03-23 04:03:05] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005968 10.0.0.27 - - [2026-03-23 04:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.27 - - [2026-03-23 04:03:09] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005879 10.0.0.27 - - [2026-03-23 04:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.27 - - [2026-03-23 04:03:13] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005125 10.0.0.27 - - [2026-03-23 04:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.27 - - [2026-03-23 04:03:17] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005819 10.0.0.27 - - [2026-03-23 04:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.27 - - [2026-03-23 04:03:21] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005368 10.0.0.27 - - [2026-03-23 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.27 - - [2026-03-23 04:03:25] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005963 10.0.0.27 - - [2026-03-23 04:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.27 - - [2026-03-23 04:03:29] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006137 10.0.0.27 - - [2026-03-23 04:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.27 - - [2026-03-23 04:03:33] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005211 10.0.0.27 - - [2026-03-23 04:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.27 - - [2026-03-23 04:03:37] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004950 10.0.0.27 - - [2026-03-23 04:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005277 10.0.0.27 - - [2026-03-23 04:03:41] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006326 10.0.0.27 - - [2026-03-23 04:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.27 - - [2026-03-23 04:03:46] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006624 10.0.0.27 - - [2026-03-23 04:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.27 - - [2026-03-23 04:03:50] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005296 10.0.0.27 - - [2026-03-23 04:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005348 10.0.0.27 - - [2026-03-23 04:03:54] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007066 10.0.0.27 - - [2026-03-23 04:03:57] "GET /obj-perms HTTP/1.1" 200 5056 0.071099 10.0.0.27 - - [2026-03-23 04:03:57] "POST /neutron/port HTTP/1.1" 200 1130 0.022260 10.0.0.27 - - [2026-03-23 04:03:57] "POST /neutron/network HTTP/1.1" 200 854 0.008294 10.0.0.27 - - [2026-03-23 04:03:57] "POST /neutron/subnet HTTP/1.1" 200 708 0.008870 10.0.0.27 - - [2026-03-23 04:03:57] "POST /neutron/network HTTP/1.1" 200 844 0.007450 10.0.0.27 - - [2026-03-23 04:03:57] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.27 - - [2026-03-23 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.27 - - [2026-03-23 04:03:58] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005030 10.0.0.27 - - [2026-03-23 04:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.27 - - [2026-03-23 04:04:02] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.008704 10.0.0.27 - - [2026-03-23 04:04:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.050335 10.0.0.27 - - [2026-03-23 04:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.27 - - [2026-03-23 04:04:04] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007379 10.0.0.27 - - [2026-03-23 04:04:04] "GET /virtual-networks?parent_id=92fcb48d-a628-4bb7-a7d2-fa0df34451ca&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002995 10.0.0.27 - - [2026-03-23 04:04:04] "GET /virtual-network/f7702212-0594-4d57-a5de-ac17c327f653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.008327 10.0.0.27 - - [2026-03-23 04:04:09] "POST /neutron/port HTTP/1.1" 200 1130 0.016103 10.0.0.27 - - [2026-03-23 04:04:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008353 10.0.0.27 - - [2026-03-23 04:04:25] "POST /neutron/port HTTP/1.1" 200 1130 0.019329 10.0.0.27 - - [2026-03-23 04:04:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006675 10.0.0.27 - - [2026-03-23 04:04:40] "POST /neutron/port HTTP/1.1" 200 1130 0.019916 10.0.0.27 - - [2026-03-23 04:04:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008162 10.0.0.27 - - [2026-03-23 04:04:51] "POST /fqname-to-id HTTP/1.1" 404 240 0.003672 10.0.0.27 - - [2026-03-23 04:04:51] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.040355 10.0.0.27 - - [2026-03-23 04:04:52] "GET /bgp-as-a-service/c14cb462-1c9c-4c26-b030-3a823662de00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1624 0.006158 10.0.0.27 - - [2026-03-23 04:04:52] "GET /virtual-machine-interface/a16438c0-7687-4b42-a319-f65cede3bab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005085 10.0.0.27 - - [2026-03-23 04:04:52] "POST /ref-update HTTP/1.1" 200 156 0.010835 10.0.0.23 - - [2026-03-23 04:04:52] "POST /bgp-routers HTTP/1.1" 200 603 0.031582 10.0.0.27 - - [2026-03-23 04:04:52] "POST /neutron/network HTTP/1.1" 200 844 0.005781 10.0.0.23 - - [2026-03-23 04:04:52] "POST /ref-update HTTP/1.1" 200 156 0.017447 10.0.0.23 - - [2026-03-23 04:04:57] "GET /obj-perms HTTP/1.1" 200 5056 0.082856 10.0.0.27 - - [2026-03-23 04:04:58] "POST /neutron/port HTTP/1.1" 200 1130 0.016961 10.0.0.27 - - [2026-03-23 04:04:58] "POST /neutron/network HTTP/1.1" 200 854 0.006245 10.0.0.27 - - [2026-03-23 04:04:58] "POST /neutron/subnet HTTP/1.1" 200 708 0.010816 10.0.0.27 - - [2026-03-23 04:04:58] "POST /neutron/subnet HTTP/1.1" 200 708 0.008280 10.0.0.27 - - [2026-03-23 04:04:58] "POST /neutron/network HTTP/1.1" 200 844 0.005961 10.0.0.27 - - [2026-03-23 04:05:28] "GET /bgp-as-a-service/c14cb462-1c9c-4c26-b030-3a823662de00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.007217 10.0.0.27 - - [2026-03-23 04:05:28] "GET /virtual-machine-interface/a16438c0-7687-4b42-a319-f65cede3bab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.008055 10.0.0.27 - - [2026-03-23 04:05:28] "POST /ref-update HTTP/1.1" 200 156 0.013947 10.0.0.23 - - [2026-03-23 04:05:28] "POST /ref-update HTTP/1.1" 200 156 0.033068 10.0.0.27 - - [2026-03-23 04:05:28] "DELETE /bgp-as-a-service/c14cb462-1c9c-4c26-b030-3a823662de00 HTTP/1.1" 200 115 0.053034 10.0.0.27 - - [2026-03-23 04:05:28] "POST /neutron/port HTTP/1.1" 200 1130 0.018372 10.0.0.27 - - [2026-03-23 04:05:29] "POST /neutron/port HTTP/1.1" 200 151 0.200038 10.0.0.27 - - [2026-03-23 04:05:30] "POST /neutron/network HTTP/1.1" 200 844 0.007402 10.0.0.23 - - [2026-03-23 04:05:30] "DELETE /route-target/22e40a14-2ad9-4c27-b8aa-13b33ac51cf8 HTTP/1.1" 200 115 0.024463 10.0.0.23 - - [2026-03-23 04:05:32] "GET /projects?obj_uuids=92fcb48d-a628-4bb7-a7d2-fa0df34451ca&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000904 10.0.0.27 - - [2026-03-23 04:05:32] "GET /project/92fcb48d-a628-4bb7-a7d2-fa0df34451ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.039167 10.0.0.23 - - [2026-03-23 04:05:32] "GET /projects?obj_uuids=92fcb48d-a628-4bb7-a7d2-fa0df34451ca&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001082 10.0.0.27 - - [2026-03-23 04:05:32] "GET /project/92fcb48d-a628-4bb7-a7d2-fa0df34451ca?fields=virtual_networks HTTP/1.1" 200 1040 0.040694 10.0.0.23 - - [2026-03-23 04:05:32] "GET /projects?obj_uuids=92fcb48d-a628-4bb7-a7d2-fa0df34451ca&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000958 10.0.0.27 - - [2026-03-23 04:05:32] "GET /project/92fcb48d-a628-4bb7-a7d2-fa0df34451ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.039108 10.0.0.23 - - [2026-03-23 04:05:32] "GET /projects?obj_uuids=92fcb48d-a628-4bb7-a7d2-fa0df34451ca&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001277 10.0.0.27 - - [2026-03-23 04:05:32] "GET /project/92fcb48d-a628-4bb7-a7d2-fa0df34451ca?fields=security_groups HTTP/1.1" 200 1270 0.039963 10.0.0.27 - - [2026-03-23 04:05:33] "POST /fqname-to-id HTTP/1.1" 404 189 0.040844 10.0.0.23 - - [2026-03-23 04:05:33] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003541 10.0.0.23 - - [2026-03-23 04:05:33] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.23 - - [2026-03-23 04:05:33] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006802 10.0.0.23 - - [2026-03-23 04:05:33] "POST /id-to-fqname HTTP/1.1" 200 191 0.001104 10.0.0.23 - - [2026-03-23 04:05:33] "POST /fqname-to-id HTTP/1.1" 404 200 0.006760 10.0.0.23 - - [2026-03-23 04:05:34] "POST /security-groups HTTP/1.1" 200 592 0.030039 10.0.0.23 - - [2026-03-23 04:05:34] "POST /projects HTTP/1.1" 200 587 0.245549 10.0.0.23 - - [2026-03-23 04:05:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.012084 10.0.0.23 - - [2026-03-23 04:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.327646 10.0.0.27 - - [2026-03-23 04:05:34] "GET /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.503064 10.0.0.50 - - [2026-03-23 04:05:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2026-03-23 04:05:35] "GET / HTTP/1.1" 200 35931 0.001503 10.0.0.23 - - [2026-03-23 04:05:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2026-03-23 04:05:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.23 - - [2026-03-23 04:05:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.23 - - [2026-03-23 04:05:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.23 - - [2026-03-23 04:05:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.50 - - [2026-03-23 04:05:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.50 - - [2026-03-23 04:05:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.27 - - [2026-03-23 04:05:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.27 - - [2026-03-23 04:05:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.27 - - [2026-03-23 04:05:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.27 - - [2026-03-23 04:05:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.27 - - [2026-03-23 04:05:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000379 10.0.0.27 - - [2026-03-23 04:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.112023 10.0.0.23 - - [2026-03-23 04:05:38] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000866 10.0.0.27 - - [2026-03-23 04:05:38] "GET /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.037966 10.0.0.23 - - [2026-03-23 04:05:38] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000867 10.0.0.27 - - [2026-03-23 04:05:38] "POST /neutron/network HTTP/1.1" 200 614 0.231597 10.0.0.23 - - [2026-03-23 04:05:38] "DELETE /access-control-list/480de5b8-a0c1-4d87-8eed-b4135726e949 HTTP/1.1" 200 115 0.074039 10.0.0.27 - - [2026-03-23 04:05:39] "POST /id-to-fqname HTTP/1.1" 200 225 0.004332 10.0.0.27 - - [2026-03-23 04:05:39] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005297 10.0.0.27 - - [2026-03-23 04:05:39] "POST /neutron/network HTTP/1.1" 200 835 0.015092 10.0.0.27 - - [2026-03-23 04:05:39] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006861 10.0.0.27 - - [2026-03-23 04:05:39] "POST /id-to-fqname HTTP/1.1" 200 225 0.001159 10.0.0.27 - - [2026-03-23 04:05:39] "POST /neutron/network HTTP/1.1" 200 845 0.006469 10.0.0.23 - - [2026-03-23 04:05:40] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000901 10.0.0.27 - - [2026-03-23 04:05:40] "GET /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.069422 10.0.0.27 - - [2026-03-23 04:05:40] "POST /neutron/port HTTP/1.1" 200 117 0.006174 10.0.0.27 - - [2026-03-23 04:05:40] "POST /id-to-fqname HTTP/1.1" 200 225 0.001143 10.0.0.27 - - [2026-03-23 04:05:40] "POST /neutron/network HTTP/1.1" 200 845 0.007602 10.0.0.23 - - [2026-03-23 04:05:41] "DELETE /project/75e3162c0fc649c9bdf72fe98496205a HTTP/1.1" 404 173 0.002726 10.0.0.23 - - [2026-03-23 04:05:41] "DELETE /project/92fcb48d-a628-4bb7-a7d2-fa0df34451ca HTTP/1.1" 404 177 0.005542 10.0.0.23 - - [2026-03-23 04:05:41] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000899 10.0.0.27 - - [2026-03-23 04:05:41] "POST /neutron/port HTTP/1.1" 200 1063 0.043288 10.0.0.27 - - [2026-03-23 04:05:41] "GET /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.135553 10.0.0.27 - - [2026-03-23 04:05:42] "POST /neutron/port HTTP/1.1" 200 1127 0.045267 10.0.0.27 - - [2026-03-23 04:05:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005995 10.0.0.27 - - [2026-03-23 04:05:42] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.27 - - [2026-03-23 04:05:42] "POST /id-to-fqname HTTP/1.1" 200 225 0.001107 10.0.0.27 - - [2026-03-23 04:05:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.020000 10.0.0.23 - - [2026-03-23 04:05:43] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000926 10.0.0.27 - - [2026-03-23 04:05:43] "POST /neutron/port HTTP/1.1" 200 1063 0.610447 10.0.0.23 - - [2026-03-23 04:05:43] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001291 10.0.0.27 - - [2026-03-23 04:05:43] "GET /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.136562 10.0.0.27 - - [2026-03-23 04:05:43] "POST /neutron/port HTTP/1.1" 200 1117 0.190450 10.0.0.27 - - [2026-03-23 04:05:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004312 10.0.0.27 - - [2026-03-23 04:05:44] "POST /neutron/port HTTP/1.1" 200 2102 0.067552 10.0.0.27 - - [2026-03-23 04:05:44] "POST /neutron/port HTTP/1.1" 200 117 0.016830 10.0.0.27 - - [2026-03-23 04:05:45] "POST /neutron/network HTTP/1.1" 200 845 0.006024 10.0.0.27 - - [2026-03-23 04:05:45] "POST /neutron/port HTTP/1.1" 200 1063 0.040944 10.0.0.27 - - [2026-03-23 04:05:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003946 10.0.0.27 - - [2026-03-23 04:05:46] "POST /neutron/network HTTP/1.1" 200 835 0.014849 10.0.0.27 - - [2026-03-23 04:05:54] "POST /neutron/port HTTP/1.1" 200 1127 0.038222 10.0.0.27 - - [2026-03-23 04:05:58] "POST /neutron/port HTTP/1.1" 200 1127 0.018901 10.0.0.27 - - [2026-03-23 04:05:58] "POST /neutron/subnet HTTP/1.1" 200 708 0.008704 10.0.0.27 - - [2026-03-23 04:05:59] "POST /neutron/port HTTP/1.1" 200 1127 0.018414 10.0.0.27 - - [2026-03-23 04:06:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.023159 10.0.0.27 - - [2026-03-23 04:06:15] "POST /neutron/port HTTP/1.1" 200 1127 0.019140 10.0.0.27 - - [2026-03-23 04:06:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006829 10.0.0.27 - - [2026-03-23 04:06:25] "POST /neutron/port HTTP/1.1" 200 1127 0.018235 10.0.0.27 - - [2026-03-23 04:06:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007186 10.0.0.27 - - [2026-03-23 04:06:25] "GET /virtual-machine/f4019151-529c-4545-a695-b20dec0b416f HTTP/1.1" 401 292 0.000335 10.0.0.27 - - [2026-03-23 04:06:26] "GET /virtual-machine/f4019151-529c-4545-a695-b20dec0b416f HTTP/1.1" 200 1294 0.038836 10.0.0.27 - - [2026-03-23 04:06:26] "GET /virtual-machine-interface/7caa2eb9-d02d-4c64-b459-786399f0e58e HTTP/1.1" 200 2957 0.005446 10.0.0.27 - - [2026-03-23 04:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005281 10.0.0.27 - - [2026-03-23 04:06:26] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003920 10.0.0.27 - - [2026-03-23 04:06:26] "GET /virtual-networks?parent_id=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003504 10.0.0.27 - - [2026-03-23 04:06:26] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007498 10.0.0.27 - - [2026-03-23 04:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.27 - - [2026-03-23 04:06:29] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004817 10.0.0.27 - - [2026-03-23 04:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.27 - - [2026-03-23 04:06:33] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005150 10.0.0.27 - - [2026-03-23 04:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.27 - - [2026-03-23 04:06:37] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006345 10.0.0.27 - - [2026-03-23 04:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005990 10.0.0.27 - - [2026-03-23 04:06:41] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005241 10.0.0.27 - - [2026-03-23 04:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007564 10.0.0.27 - - [2026-03-23 04:06:45] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005631 10.0.0.27 - - [2026-03-23 04:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.27 - - [2026-03-23 04:06:49] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006600 10.0.0.27 - - [2026-03-23 04:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.27 - - [2026-03-23 04:06:53] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005576 10.0.0.27 - - [2026-03-23 04:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.27 - - [2026-03-23 04:06:58] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005529 10.0.0.27 - - [2026-03-23 04:06:58] "POST /neutron/network HTTP/1.1" 200 845 0.006412 10.0.0.27 - - [2026-03-23 04:06:58] "POST /neutron/port HTTP/1.1" 200 117 0.001598 10.0.0.50 - - [2026-03-23 04:07:00] "GET /obj-perms HTTP/1.1" 200 5056 0.069327 10.0.0.27 - - [2026-03-23 04:07:00] "POST /neutron/port HTTP/1.1" 200 1127 0.048434 10.0.0.27 - - [2026-03-23 04:07:00] "POST /neutron/subnet HTTP/1.1" 200 708 0.011520 10.0.0.27 - - [2026-03-23 04:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006927 10.0.0.27 - - [2026-03-23 04:07:02] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005891 10.0.0.27 - - [2026-03-23 04:07:02] "POST /neutron/port HTTP/1.1" 200 1127 0.023145 10.0.0.27 - - [2026-03-23 04:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.27 - - [2026-03-23 04:07:06] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005777 10.0.0.27 - - [2026-03-23 04:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.27 - - [2026-03-23 04:07:10] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006694 10.0.0.27 - - [2026-03-23 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.27 - - [2026-03-23 04:07:14] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007821 10.0.0.27 - - [2026-03-23 04:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.27 - - [2026-03-23 04:07:18] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006296 10.0.0.27 - - [2026-03-23 04:07:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006857 10.0.0.27 - - [2026-03-23 04:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.27 - - [2026-03-23 04:07:22] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005781 10.0.0.27 - - [2026-03-23 04:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.27 - - [2026-03-23 04:07:26] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005259 10.0.0.27 - - [2026-03-23 04:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.27 - - [2026-03-23 04:07:30] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005562 10.0.0.27 - - [2026-03-23 04:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2026-03-23 04:07:34] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.014591 10.0.0.27 - - [2026-03-23 04:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005553 10.0.0.27 - - [2026-03-23 04:07:39] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007805 10.0.0.27 - - [2026-03-23 04:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.27 - - [2026-03-23 04:07:43] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006340 10.0.0.27 - - [2026-03-23 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.27 - - [2026-03-23 04:07:47] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006263 10.0.0.27 - - [2026-03-23 04:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005094 10.0.0.27 - - [2026-03-23 04:07:51] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007156 10.0.0.27 - - [2026-03-23 04:07:51] "POST /neutron/port HTTP/1.1" 200 1127 0.016809 10.0.0.27 - - [2026-03-23 04:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.27 - - [2026-03-23 04:07:53] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003491 10.0.0.27 - - [2026-03-23 04:07:53] "GET /virtual-networks?parent_id=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003038 10.0.0.27 - - [2026-03-23 04:07:53] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005789 10.0.0.27 - - [2026-03-23 04:07:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009127 10.0.0.27 - - [2026-03-23 04:07:59] "POST /neutron/port HTTP/1.1" 200 1127 0.073375 10.0.0.27 - - [2026-03-23 04:07:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003576 10.0.0.27 - - [2026-03-23 04:07:59] "POST /neutron/network HTTP/1.1" 200 835 0.007112 10.0.0.27 - - [2026-03-23 04:08:00] "POST /neutron/network HTTP/1.1" 200 845 0.006974 10.0.0.27 - - [2026-03-23 04:08:00] "POST /neutron/port HTTP/1.1" 200 117 0.001020 10.0.0.27 - - [2026-03-23 04:08:00] "GET /obj-perms HTTP/1.1" 200 5056 0.082101 10.0.0.27 - - [2026-03-23 04:08:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.019248 10.0.0.27 - - [2026-03-23 04:08:14] "POST /neutron/port HTTP/1.1" 200 1127 0.018098 10.0.0.27 - - [2026-03-23 04:08:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007483 10.0.0.27 - - [2026-03-23 04:08:29] "POST /neutron/port HTTP/1.1" 200 1127 0.022079 10.0.0.27 - - [2026-03-23 04:08:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008195 10.0.0.27 - - [2026-03-23 04:08:45] "POST /neutron/port HTTP/1.1" 200 1127 0.017360 10.0.0.27 - - [2026-03-23 04:08:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011282 10.0.0.27 - - [2026-03-23 04:08:50] "POST /neutron/port HTTP/1.1" 200 1127 0.017338 10.0.0.27 - - [2026-03-23 04:08:50] "GET /virtual-machine/7df40b42-c87a-433b-93c2-4db66054f827 HTTP/1.1" 200 1293 0.007476 10.0.0.27 - - [2026-03-23 04:08:51] "GET /virtual-machine-interface/6de618ac-7769-4e45-9cbe-23b4fdefcc81 HTTP/1.1" 200 2957 0.006734 10.0.0.27 - - [2026-03-23 04:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.27 - - [2026-03-23 04:08:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005261 10.0.0.27 - - [2026-03-23 04:08:51] "GET /virtual-networks?parent_id=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004909 10.0.0.27 - - [2026-03-23 04:08:51] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006983 10.0.0.27 - - [2026-03-23 04:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.27 - - [2026-03-23 04:08:52] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004443 10.0.0.27 - - [2026-03-23 04:08:52] "GET /virtual-networks?parent_id=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003142 10.0.0.27 - - [2026-03-23 04:08:52] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007398 10.0.0.27 - - [2026-03-23 04:08:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009304 10.0.0.27 - - [2026-03-23 04:08:52] "POST /neutron/port HTTP/1.1" 200 1127 0.020570 10.0.0.27 - - [2026-03-23 04:08:52] "GET /virtual-machine/8046283e-65cf-4eed-8685-830d1ad690b1 HTTP/1.1" 200 1292 0.005328 10.0.0.27 - - [2026-03-23 04:08:52] "GET /virtual-machine-interface/dc534482-4afe-4910-84a4-d878aba0eb07 HTTP/1.1" 200 2957 0.005232 10.0.0.27 - - [2026-03-23 04:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.27 - - [2026-03-23 04:08:52] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003423 10.0.0.27 - - [2026-03-23 04:08:52] "GET /virtual-networks?parent_id=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003148 10.0.0.27 - - [2026-03-23 04:08:52] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005833 10.0.0.27 - - [2026-03-23 04:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.27 - - [2026-03-23 04:08:53] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003781 10.0.0.27 - - [2026-03-23 04:08:53] "GET /virtual-networks?parent_id=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003344 10.0.0.27 - - [2026-03-23 04:08:54] "GET /virtual-network/76ffa957-fa73-46fd-8a32-c21ca3f359ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007180 10.0.0.27 - - [2026-03-23 04:08:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.003439 10.0.0.27 - - [2026-03-23 04:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.27 - - [2026-03-23 04:08:54] "GET /global-system-config/145fb76f-a407-4ac2-98bc-2ac1b428e2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006178 10.0.0.27 - - [2026-03-23 04:08:54] "POST /control-node-zones HTTP/1.1" 200 569 0.027171 10.0.0.27 - - [2026-03-23 04:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.27 - - [2026-03-23 04:08:54] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004664 10.0.0.27 - - [2026-03-23 04:08:54] "GET /control-node-zone/db471d5a-52d5-4ff5-bd75-11bc248b8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007562 10.0.0.27 - - [2026-03-23 04:08:54] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.021320 10.0.0.27 - - [2026-03-23 04:08:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.003408 10.0.0.27 - - [2026-03-23 04:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.27 - - [2026-03-23 04:08:54] "GET /global-system-config/145fb76f-a407-4ac2-98bc-2ac1b428e2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005894 10.0.0.27 - - [2026-03-23 04:08:54] "POST /control-node-zones HTTP/1.1" 200 569 0.030113 10.0.0.27 - - [2026-03-23 04:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.27 - - [2026-03-23 04:08:54] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004454 10.0.0.27 - - [2026-03-23 04:08:54] "GET /control-node-zone/189e1ad0-91bf-401b-a656-3e7684093085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005544 10.0.0.27 - - [2026-03-23 04:08:54] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.021643 10.0.0.27 - - [2026-03-23 04:08:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.003709 10.0.0.27 - - [2026-03-23 04:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.27 - - [2026-03-23 04:08:54] "GET /global-system-config/145fb76f-a407-4ac2-98bc-2ac1b428e2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005521 10.0.0.27 - - [2026-03-23 04:08:55] "POST /control-node-zones HTTP/1.1" 200 569 0.026456 10.0.0.27 - - [2026-03-23 04:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.27 - - [2026-03-23 04:08:55] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.005602 10.0.0.27 - - [2026-03-23 04:08:55] "GET /control-node-zone/23279198-f7e7-4450-9163-ab771b6c4764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005299 10.0.0.27 - - [2026-03-23 04:08:55] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.019824 10.0.0.27 - - [2026-03-23 04:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.27 - - [2026-03-23 04:08:55] "GET /global-system-config/145fb76f-a407-4ac2-98bc-2ac1b428e2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.011265 10.0.0.27 - - [2026-03-23 04:08:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.003904 10.0.0.27 - - [2026-03-23 04:08:55] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.033765 10.0.0.27 - - [2026-03-23 04:08:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.009289 10.0.0.27 - - [2026-03-23 04:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.27 - - [2026-03-23 04:08:55] "GET /bgp-as-a-service/a550c983-075e-4aed-8b68-fefe333ad6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005447 10.0.0.27 - - [2026-03-23 04:08:55] "GET /control-node-zone/db471d5a-52d5-4ff5-bd75-11bc248b8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003628 10.0.0.27 - - [2026-03-23 04:08:56] "POST /ref-update HTTP/1.1" 200 156 0.017998 10.0.0.27 - - [2026-03-23 04:08:59] "POST /neutron/port HTTP/1.1" 200 1127 0.016197 10.0.0.27 - - [2026-03-23 04:08:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003618 10.0.0.27 - - [2026-03-23 04:08:59] "POST /neutron/network HTTP/1.1" 200 835 0.006863 10.0.0.27 - - [2026-03-23 04:09:01] "POST /neutron/network HTTP/1.1" 200 845 0.006500 10.0.0.27 - - [2026-03-23 04:09:01] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.23 - - [2026-03-23 04:09:01] "GET /obj-perms HTTP/1.1" 200 5056 0.070376 10.0.0.27 - - [2026-03-23 04:09:15] "GET /bgp-as-a-service/a550c983-075e-4aed-8b68-fefe333ad6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007564 10.0.0.27 - - [2026-03-23 04:09:15] "GET /virtual-machine-interface/7caa2eb9-d02d-4c64-b459-786399f0e58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005222 10.0.0.27 - - [2026-03-23 04:09:15] "POST /ref-update HTTP/1.1" 200 156 0.014524 10.0.0.23 - - [2026-03-23 04:09:15] "POST /bgp-routers HTTP/1.1" 200 594 0.074621 10.0.0.23 - - [2026-03-23 04:09:15] "POST /ref-update HTTP/1.1" 200 156 0.014936 10.0.0.27 - - [2026-03-23 04:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005199 10.0.0.27 - - [2026-03-23 04:09:17] "GET /global-system-config/145fb76f-a407-4ac2-98bc-2ac1b428e2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008175 10.0.0.27 - - [2026-03-23 04:09:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.004828 10.0.0.27 - - [2026-03-23 04:09:17] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.039476 10.0.0.27 - - [2026-03-23 04:09:17] "POST /neutron/subnet HTTP/1.1" 200 734 0.011831 10.0.0.27 - - [2026-03-23 04:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.27 - - [2026-03-23 04:09:17] "GET /bgp-as-a-service/c7fafd24-6805-4d36-86b7-189fd87d3d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.005076 10.0.0.27 - - [2026-03-23 04:09:17] "GET /control-node-zone/189e1ad0-91bf-401b-a656-3e7684093085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004249 10.0.0.27 - - [2026-03-23 04:09:17] "POST /ref-update HTTP/1.1" 200 156 0.017590 10.0.0.27 - - [2026-03-23 04:09:26] "GET /bgp-as-a-service/c7fafd24-6805-4d36-86b7-189fd87d3d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006673 10.0.0.27 - - [2026-03-23 04:09:26] "GET /virtual-machine-interface/6de618ac-7769-4e45-9cbe-23b4fdefcc81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005129 10.0.0.27 - - [2026-03-23 04:09:26] "POST /ref-update HTTP/1.1" 200 156 0.012530 10.0.0.23 - - [2026-03-23 04:09:26] "POST /ref-update HTTP/1.1" 200 156 0.037204 10.0.0.27 - - [2026-03-23 04:09:46] "GET /control-node-zone/db471d5a-52d5-4ff5-bd75-11bc248b8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004017 10.0.0.27 - - [2026-03-23 04:09:46] "POST /ref-update HTTP/1.1" 200 156 0.021033 10.0.0.27 - - [2026-03-23 04:09:46] "GET /control-node-zone/189e1ad0-91bf-401b-a656-3e7684093085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003844 10.0.0.27 - - [2026-03-23 04:09:46] "POST /ref-update HTTP/1.1" 200 156 0.019430 10.0.0.27 - - [2026-03-23 04:09:46] "GET /control-node-zone/23279198-f7e7-4450-9163-ab771b6c4764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003904 10.0.0.27 - - [2026-03-23 04:09:46] "POST /ref-update HTTP/1.1" 200 156 0.020914 10.0.0.27 - - [2026-03-23 04:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.27 - - [2026-03-23 04:09:46] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004544 10.0.0.27 - - [2026-03-23 04:09:46] "GET /control-node-zone/db471d5a-52d5-4ff5-bd75-11bc248b8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003175 10.0.0.27 - - [2026-03-23 04:09:46] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.022688 10.0.0.27 - - [2026-03-23 04:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005466 10.0.0.27 - - [2026-03-23 04:09:46] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004096 10.0.0.27 - - [2026-03-23 04:09:46] "GET /control-node-zone/189e1ad0-91bf-401b-a656-3e7684093085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004006 10.0.0.27 - - [2026-03-23 04:09:47] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.019949 10.0.0.27 - - [2026-03-23 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.27 - - [2026-03-23 04:09:47] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005263 10.0.0.27 - - [2026-03-23 04:09:47] "GET /control-node-zone/23279198-f7e7-4450-9163-ab771b6c4764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003478 10.0.0.27 - - [2026-03-23 04:09:47] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.021134 10.0.0.27 - - [2026-03-23 04:09:59] "POST /neutron/port HTTP/1.1" 200 1127 0.016188 10.0.0.27 - - [2026-03-23 04:09:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004200 10.0.0.27 - - [2026-03-23 04:09:59] "POST /neutron/network HTTP/1.1" 200 835 0.006618 10.0.0.27 - - [2026-03-23 04:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.27 - - [2026-03-23 04:09:59] "GET /bgp-as-a-service/a550c983-075e-4aed-8b68-fefe333ad6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.005120 10.0.0.27 - - [2026-03-23 04:09:59] "GET /control-node-zone/db471d5a-52d5-4ff5-bd75-11bc248b8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003079 10.0.0.27 - - [2026-03-23 04:09:59] "POST /ref-update HTTP/1.1" 200 156 0.014501 10.0.0.27 - - [2026-03-23 04:09:59] "GET /control-node-zone/db471d5a-52d5-4ff5-bd75-11bc248b8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004120 10.0.0.27 - - [2026-03-23 04:09:59] "POST /ref-update HTTP/1.1" 200 156 0.020585 10.0.0.27 - - [2026-03-23 04:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.27 - - [2026-03-23 04:09:59] "GET /global-system-config/145fb76f-a407-4ac2-98bc-2ac1b428e2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006071 10.0.0.27 - - [2026-03-23 04:10:00] "POST /neutron/network HTTP/1.1" 200 835 0.006271 10.0.0.27 - - [2026-03-23 04:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.27 - - [2026-03-23 04:10:00] "GET /bgp-as-a-service/a550c983-075e-4aed-8b68-fefe333ad6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.005658 10.0.0.27 - - [2026-03-23 04:10:00] "GET /control-node-zone/23279198-f7e7-4450-9163-ab771b6c4764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.002843 10.0.0.27 - - [2026-03-23 04:10:00] "POST /ref-update HTTP/1.1" 200 156 0.015101 10.0.0.27 - - [2026-03-23 04:10:03] "GET /bgp-as-a-service/a550c983-075e-4aed-8b68-fefe333ad6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.007584 10.0.0.27 - - [2026-03-23 04:10:03] "GET /virtual-machine-interface/7caa2eb9-d02d-4c64-b459-786399f0e58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.008357 10.0.0.27 - - [2026-03-23 04:10:03] "POST /neutron/port HTTP/1.1" 200 1127 0.021064 10.0.0.27 - - [2026-03-23 04:10:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.008550 10.0.0.27 - - [2026-03-23 04:10:16] "GET /bgp-as-a-service/a550c983-075e-4aed-8b68-fefe333ad6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.005044 10.0.0.27 - - [2026-03-23 04:10:16] "GET /virtual-machine-interface/7caa2eb9-d02d-4c64-b459-786399f0e58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.006837 10.0.0.27 - - [2026-03-23 04:10:16] "POST /ref-update HTTP/1.1" 200 156 0.012922 10.0.0.23 - - [2026-03-23 04:10:16] "POST /ref-update HTTP/1.1" 200 156 0.013957 10.0.0.27 - - [2026-03-23 04:10:16] "GET /bgp-as-a-service/c7fafd24-6805-4d36-86b7-189fd87d3d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.007767 10.0.0.27 - - [2026-03-23 04:10:16] "GET /virtual-machine-interface/6de618ac-7769-4e45-9cbe-23b4fdefcc81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.010425 10.0.0.27 - - [2026-03-23 04:10:16] "POST /ref-update HTTP/1.1" 200 156 0.020173 10.0.0.23 - - [2026-03-23 04:10:16] "POST /ref-update HTTP/1.1" 200 156 0.016093 10.0.0.27 - - [2026-03-23 04:10:16] "DELETE /bgp-as-a-service/c7fafd24-6805-4d36-86b7-189fd87d3d2a HTTP/1.1" 200 115 0.049168 10.0.0.27 - - [2026-03-23 04:10:16] "GET /bgp-as-a-service/a550c983-075e-4aed-8b68-fefe333ad6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.018369 10.0.0.27 - - [2026-03-23 04:10:16] "GET /virtual-machine-interface/7caa2eb9-d02d-4c64-b459-786399f0e58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.013849 10.0.0.27 - - [2026-03-23 04:10:16] "DELETE /bgp-as-a-service/a550c983-075e-4aed-8b68-fefe333ad6d0 HTTP/1.1" 200 115 0.076253 10.0.0.27 - - [2026-03-23 04:10:16] "GET /control-node-zone/23279198-f7e7-4450-9163-ab771b6c4764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003913 10.0.0.27 - - [2026-03-23 04:10:16] "POST /ref-update HTTP/1.1" 200 156 0.019352 10.0.0.27 - - [2026-03-23 04:10:16] "DELETE /control-node-zone/23279198-f7e7-4450-9163-ab771b6c4764 HTTP/1.1" 200 115 0.028583 10.0.0.27 - - [2026-03-23 04:10:16] "GET /control-node-zone/189e1ad0-91bf-401b-a656-3e7684093085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006026 10.0.0.27 - - [2026-03-23 04:10:17] "POST /ref-update HTTP/1.1" 200 156 0.035862 10.0.0.27 - - [2026-03-23 04:10:17] "DELETE /control-node-zone/189e1ad0-91bf-401b-a656-3e7684093085 HTTP/1.1" 200 115 0.031357 10.0.0.27 - - [2026-03-23 04:10:17] "GET /control-node-zone/db471d5a-52d5-4ff5-bd75-11bc248b8e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003815 10.0.0.27 - - [2026-03-23 04:10:17] "DELETE /control-node-zone/db471d5a-52d5-4ff5-bd75-11bc248b8e5e HTTP/1.1" 200 115 0.024427 10.0.0.27 - - [2026-03-23 04:10:17] "POST /neutron/network HTTP/1.1" 200 835 0.009354 10.0.0.27 - - [2026-03-23 04:10:18] "POST /neutron/port HTTP/1.1" 200 1127 0.016849 10.0.0.27 - - [2026-03-23 04:10:18] "POST /neutron/port HTTP/1.1" 200 1117 0.014647 10.0.0.27 - - [2026-03-23 04:10:18] "POST /neutron/port HTTP/1.1" 200 1117 0.024128 10.0.0.23 - - [2026-03-23 04:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007728 10.0.0.23 - - [2026-03-23 04:10:19] "POST /useragent-kv HTTP/1.1" 200 115 0.079522 10.0.0.23 - - [2026-03-23 04:10:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002483 10.0.0.27 - - [2026-03-23 04:10:19] "POST /neutron/network HTTP/1.1" 200 151 0.243304 10.0.0.27 - - [2026-03-23 04:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.23 - - [2026-03-23 04:10:22] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000868 10.0.0.27 - - [2026-03-23 04:10:22] "GET /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.054037 10.0.0.23 - - [2026-03-23 04:10:22] "POST /ref-update HTTP/1.1" 200 156 0.027247 10.0.0.23 - - [2026-03-23 04:10:22] "POST /useragent-kv HTTP/1.1" 200 115 0.006578 10.0.0.27 - - [2026-03-23 04:10:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.192361 10.0.0.27 - - [2026-03-23 04:10:22] "POST /id-to-fqname HTTP/1.1" 200 225 0.001219 10.0.0.27 - - [2026-03-23 04:10:22] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006246 10.0.0.27 - - [2026-03-23 04:10:23] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007241 10.0.0.27 - - [2026-03-23 04:10:23] "POST /neutron/network HTTP/1.1" 200 834 0.008465 10.0.0.27 - - [2026-03-23 04:10:23] "POST /id-to-fqname HTTP/1.1" 200 225 0.001514 10.0.0.23 - - [2026-03-23 04:10:24] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001495 10.0.0.27 - - [2026-03-23 04:10:24] "GET /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.079560 10.0.0.27 - - [2026-03-23 04:10:24] "POST /neutron/network HTTP/1.1" 200 834 0.043087 10.0.0.27 - - [2026-03-23 04:10:24] "POST /id-to-fqname HTTP/1.1" 200 225 0.001189 10.0.0.27 - - [2026-03-23 04:10:24] "POST /neutron/port HTTP/1.1" 200 117 0.008891 10.0.0.23 - - [2026-03-23 04:10:25] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001289 10.0.0.27 - - [2026-03-23 04:10:25] "POST /neutron/port HTTP/1.1" 200 1062 0.317979 10.0.0.27 - - [2026-03-23 04:10:25] "POST /neutron/port HTTP/1.1" 200 1116 0.114788 10.0.0.23 - - [2026-03-23 04:10:25] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001006 10.0.0.27 - - [2026-03-23 04:10:25] "GET /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.100353 10.0.0.27 - - [2026-03-23 04:10:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007165 10.0.0.27 - - [2026-03-23 04:10:25] "POST /neutron/network HTTP/1.1" 200 834 0.007244 10.0.0.27 - - [2026-03-23 04:10:26] "POST /neutron/port HTTP/1.1" 200 117 0.006314 10.0.0.27 - - [2026-03-23 04:10:26] "POST /id-to-fqname HTTP/1.1" 200 225 0.001209 10.0.0.27 - - [2026-03-23 04:10:26] "POST /neutron/network HTTP/1.1" 200 844 0.008802 10.0.0.27 - - [2026-03-23 04:10:26] "POST /neutron/port HTTP/1.1" 200 1062 0.019508 10.0.0.27 - - [2026-03-23 04:10:27] "POST /neutron/port HTTP/1.1" 200 1126 0.020227 10.0.0.27 - - [2026-03-23 04:10:27] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.23 - - [2026-03-23 04:10:27] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000976 10.0.0.27 - - [2026-03-23 04:10:27] "GET /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.090456 10.0.0.27 - - [2026-03-23 04:10:27] "POST /neutron/port HTTP/1.1" 200 2100 0.030372 10.0.0.27 - - [2026-03-23 04:10:27] "POST /neutron/port HTTP/1.1" 200 1126 0.021850 10.0.0.27 - - [2026-03-23 04:10:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007989 10.0.0.27 - - [2026-03-23 04:10:28] "GET /virtual-machine/4039e047-3662-42b0-b6f3-802fa94ca59d HTTP/1.1" 200 1293 0.007766 10.0.0.27 - - [2026-03-23 04:10:28] "GET /virtual-machine-interface/cd0219b6-a009-429c-a08e-020914f9557f HTTP/1.1" 200 2958 0.005485 10.0.0.27 - - [2026-03-23 04:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.27 - - [2026-03-23 04:10:28] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003708 10.0.0.27 - - [2026-03-23 04:10:28] "GET /virtual-networks?parent_id=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.006477 10.0.0.27 - - [2026-03-23 04:10:28] "POST /neutron/network HTTP/1.1" 200 844 0.006115 10.0.0.27 - - [2026-03-23 04:10:28] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.017989 10.0.0.27 - - [2026-03-23 04:10:28] "POST /neutron/port HTTP/1.1" 200 1062 0.021809 10.0.0.27 - - [2026-03-23 04:10:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003604 10.0.0.27 - - [2026-03-23 04:10:29] "POST /neutron/network HTTP/1.1" 200 834 0.006239 10.0.0.27 - - [2026-03-23 04:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.27 - - [2026-03-23 04:10:31] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005548 10.0.0.50 - - [2026-03-23 04:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.50 - - [2026-03-23 04:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.27 - - [2026-03-23 04:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.27 - - [2026-03-23 04:10:35] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005187 10.0.0.23 - - [2026-03-23 04:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2026-03-23 04:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2026-03-23 04:10:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2026-03-23 04:10:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.50 - - [2026-03-23 04:10:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.50 - - [2026-03-23 04:10:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.27 - - [2026-03-23 04:10:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.27 - - [2026-03-23 04:10:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2026-03-23 04:10:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2026-03-23 04:10:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.27 - - [2026-03-23 04:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.037196 10.0.0.27 - - [2026-03-23 04:10:39] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005938 10.0.0.27 - - [2026-03-23 04:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.27 - - [2026-03-23 04:10:43] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005816 10.0.0.27 - - [2026-03-23 04:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.27 - - [2026-03-23 04:10:47] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005138 10.0.0.27 - - [2026-03-23 04:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.27 - - [2026-03-23 04:10:51] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005974 10.0.0.27 - - [2026-03-23 04:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.27 - - [2026-03-23 04:10:55] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005543 10.0.0.27 - - [2026-03-23 04:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.27 - - [2026-03-23 04:11:00] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005088 10.0.0.27 - - [2026-03-23 04:11:01] "POST /neutron/network HTTP/1.1" 200 844 0.008483 10.0.0.27 - - [2026-03-23 04:11:01] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.27 - - [2026-03-23 04:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.27 - - [2026-03-23 04:11:04] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005665 10.0.0.27 - - [2026-03-23 04:11:05] "POST /neutron/port HTTP/1.1" 200 1126 0.019167 10.0.0.27 - - [2026-03-23 04:11:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.009587 10.0.0.27 - - [2026-03-23 04:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.27 - - [2026-03-23 04:11:08] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005162 10.0.0.27 - - [2026-03-23 04:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.27 - - [2026-03-23 04:11:12] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005539 10.0.0.27 - - [2026-03-23 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.27 - - [2026-03-23 04:11:16] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008279 10.0.0.27 - - [2026-03-23 04:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.27 - - [2026-03-23 04:11:20] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005892 10.0.0.27 - - [2026-03-23 04:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.27 - - [2026-03-23 04:11:24] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005431 10.0.0.27 - - [2026-03-23 04:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.27 - - [2026-03-23 04:11:28] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007577 10.0.0.27 - - [2026-03-23 04:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.27 - - [2026-03-23 04:11:32] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005243 10.0.0.27 - - [2026-03-23 04:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.27 - - [2026-03-23 04:11:36] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005618 10.0.0.27 - - [2026-03-23 04:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.27 - - [2026-03-23 04:11:41] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005538 10.0.0.27 - - [2026-03-23 04:11:41] "POST /neutron/port HTTP/1.1" 200 1126 0.084044 10.0.0.27 - - [2026-03-23 04:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.27 - - [2026-03-23 04:11:45] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006043 10.0.0.27 - - [2026-03-23 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.27 - - [2026-03-23 04:11:49] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006243 10.0.0.27 - - [2026-03-23 04:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.27 - - [2026-03-23 04:11:53] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005371 10.0.0.27 - - [2026-03-23 04:11:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007342 10.0.0.27 - - [2026-03-23 04:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.27 - - [2026-03-23 04:11:57] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005449 10.0.0.27 - - [2026-03-23 04:12:01] "POST /neutron/network HTTP/1.1" 200 844 0.007088 10.0.0.27 - - [2026-03-23 04:12:01] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.27 - - [2026-03-23 04:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.27 - - [2026-03-23 04:12:01] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.014663 10.0.0.27 - - [2026-03-23 04:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.27 - - [2026-03-23 04:12:03] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003932 10.0.0.27 - - [2026-03-23 04:12:03] "GET /virtual-networks?parent_id=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003196 10.0.0.27 - - [2026-03-23 04:12:03] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007857 10.0.0.50 - - [2026-03-23 04:12:03] "GET /obj-perms HTTP/1.1" 200 5056 0.085713 10.0.0.27 - - [2026-03-23 04:12:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.053832 10.0.0.27 - - [2026-03-23 04:12:07] "POST /neutron/port HTTP/1.1" 200 1126 0.053835 10.0.0.27 - - [2026-03-23 04:12:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003796 10.0.0.27 - - [2026-03-23 04:12:07] "POST /neutron/network HTTP/1.1" 200 834 0.007424 10.0.0.27 - - [2026-03-23 04:12:15] "POST /neutron/port HTTP/1.1" 200 1126 0.025902 10.0.0.27 - - [2026-03-23 04:12:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006312 10.0.0.27 - - [2026-03-23 04:12:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008431 10.0.0.27 - - [2026-03-23 04:12:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007068 10.0.0.27 - - [2026-03-23 04:12:39] "POST /neutron/port HTTP/1.1" 200 1126 0.018260 10.0.0.27 - - [2026-03-23 04:12:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006962 10.0.0.27 - - [2026-03-23 04:12:52] "POST /neutron/port HTTP/1.1" 200 1126 0.020875 10.0.0.27 - - [2026-03-23 04:12:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007175 10.0.0.27 - - [2026-03-23 04:13:02] "POST /neutron/port HTTP/1.1" 200 1126 0.055266 10.0.0.27 - - [2026-03-23 04:13:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003726 10.0.0.27 - - [2026-03-23 04:13:02] "POST /neutron/network HTTP/1.1" 200 834 0.008021 10.0.0.27 - - [2026-03-23 04:13:04] "GET /obj-perms HTTP/1.1" 200 5056 0.087555 10.0.0.27 - - [2026-03-23 04:13:08] "POST /neutron/port HTTP/1.1" 200 1126 0.021310 10.0.0.27 - - [2026-03-23 04:13:09] "POST /neutron/port HTTP/1.1" 200 1126 0.016320 10.0.0.27 - - [2026-03-23 04:13:09] "POST /neutron/subnet HTTP/1.1" 200 703 0.009016 10.0.0.27 - - [2026-03-23 04:13:13] "POST /neutron/port HTTP/1.1" 200 1126 0.015417 10.0.0.27 - - [2026-03-23 04:13:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008969 10.0.0.27 - - [2026-03-23 04:13:14] "GET /virtual-machine/3d2c09a0-f767-48ac-a556-4b73cfd51fae HTTP/1.1" 200 1293 0.037660 10.0.0.27 - - [2026-03-23 04:13:14] "GET /virtual-machine-interface/6cc1cd5f-9567-48d1-b6f0-de3a6382a3c7 HTTP/1.1" 200 2957 0.005776 10.0.0.27 - - [2026-03-23 04:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.27 - - [2026-03-23 04:13:14] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003421 10.0.0.27 - - [2026-03-23 04:13:14] "GET /virtual-networks?parent_id=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002978 10.0.0.27 - - [2026-03-23 04:13:14] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005541 10.0.0.27 - - [2026-03-23 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.27 - - [2026-03-23 04:13:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003910 10.0.0.27 - - [2026-03-23 04:13:15] "GET /virtual-networks?parent_id=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002767 10.0.0.27 - - [2026-03-23 04:13:15] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005952 10.0.0.27 - - [2026-03-23 04:13:15] "POST /neutron/port HTTP/1.1" 200 1126 0.021251 10.0.0.27 - - [2026-03-23 04:13:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006438 10.0.0.27 - - [2026-03-23 04:13:15] "GET /virtual-machine/c515d79e-909b-4b4c-8964-e35d62b5c867 HTTP/1.1" 200 1293 0.007400 10.0.0.27 - - [2026-03-23 04:13:15] "GET /virtual-machine-interface/2f35a6f1-d061-4fe1-96bb-13c6f35d3fe2 HTTP/1.1" 200 2957 0.006824 10.0.0.27 - - [2026-03-23 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.27 - - [2026-03-23 04:13:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003764 10.0.0.27 - - [2026-03-23 04:13:15] "GET /virtual-networks?parent_id=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003943 10.0.0.27 - - [2026-03-23 04:13:15] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006703 10.0.0.27 - - [2026-03-23 04:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.27 - - [2026-03-23 04:13:17] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003129 10.0.0.27 - - [2026-03-23 04:13:17] "GET /virtual-networks?parent_id=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002806 10.0.0.27 - - [2026-03-23 04:13:17] "GET /virtual-network/762230fb-982a-4d8b-8e79-eefc8f45a611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005391 10.0.0.27 - - [2026-03-23 04:13:17] "POST /neutron/port HTTP/1.1" 200 1126 0.016974 10.0.0.27 - - [2026-03-23 04:13:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009530 10.0.0.27 - - [2026-03-23 04:13:32] "POST /neutron/port HTTP/1.1" 200 1126 0.015746 10.0.0.27 - - [2026-03-23 04:13:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007883 10.0.0.27 - - [2026-03-23 04:13:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.002985 10.0.0.27 - - [2026-03-23 04:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.27 - - [2026-03-23 04:13:48] "GET /global-system-config/145fb76f-a407-4ac2-98bc-2ac1b428e2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005897 10.0.0.27 - - [2026-03-23 04:13:48] "POST /control-node-zones HTTP/1.1" 200 569 0.028512 10.0.0.27 - - [2026-03-23 04:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.27 - - [2026-03-23 04:13:48] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004864 10.0.0.27 - - [2026-03-23 04:13:48] "GET /control-node-zone/c05562f6-f629-40e0-bd15-22e8285db6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005495 10.0.0.27 - - [2026-03-23 04:13:48] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.020420 10.0.0.27 - - [2026-03-23 04:13:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.003254 10.0.0.27 - - [2026-03-23 04:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006015 10.0.0.27 - - [2026-03-23 04:13:48] "GET /global-system-config/145fb76f-a407-4ac2-98bc-2ac1b428e2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006294 10.0.0.27 - - [2026-03-23 04:13:48] "POST /control-node-zones HTTP/1.1" 200 569 0.028404 10.0.0.27 - - [2026-03-23 04:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.27 - - [2026-03-23 04:13:48] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005386 10.0.0.27 - - [2026-03-23 04:13:48] "GET /control-node-zone/653be1a6-65cc-4df9-a92c-b473034a907c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005091 10.0.0.27 - - [2026-03-23 04:13:48] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.022993 10.0.0.27 - - [2026-03-23 04:13:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.002931 10.0.0.27 - - [2026-03-23 04:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.27 - - [2026-03-23 04:13:49] "GET /global-system-config/145fb76f-a407-4ac2-98bc-2ac1b428e2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006135 10.0.0.27 - - [2026-03-23 04:13:49] "POST /control-node-zones HTTP/1.1" 200 569 0.025008 10.0.0.27 - - [2026-03-23 04:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.27 - - [2026-03-23 04:13:49] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.005536 10.0.0.27 - - [2026-03-23 04:13:49] "GET /control-node-zone/485c932b-dd96-4bc6-8ce0-ac333c1b836d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004793 10.0.0.27 - - [2026-03-23 04:13:49] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.020376 10.0.0.27 - - [2026-03-23 04:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.27 - - [2026-03-23 04:13:49] "GET /global-system-config/145fb76f-a407-4ac2-98bc-2ac1b428e2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006338 10.0.0.27 - - [2026-03-23 04:13:49] "POST /fqname-to-id HTTP/1.1" 404 234 0.002843 10.0.0.27 - - [2026-03-23 04:13:49] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.037006 10.0.0.27 - - [2026-03-23 04:13:49] "POST /neutron/network HTTP/1.1" 200 834 0.006930 10.0.0.27 - - [2026-03-23 04:13:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.011531 10.0.0.27 - - [2026-03-23 04:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.27 - - [2026-03-23 04:13:49] "GET /bgp-as-a-service/48b04928-feae-445b-ae31-18c3de28ed4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.006742 10.0.0.27 - - [2026-03-23 04:13:49] "GET /control-node-zone/c05562f6-f629-40e0-bd15-22e8285db6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004118 10.0.0.27 - - [2026-03-23 04:13:49] "POST /ref-update HTTP/1.1" 200 156 0.017537 10.0.0.27 - - [2026-03-23 04:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.27 - - [2026-03-23 04:13:49] "GET /bgp-as-a-service/48b04928-feae-445b-ae31-18c3de28ed4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.008801 10.0.0.27 - - [2026-03-23 04:13:49] "GET /control-node-zone/653be1a6-65cc-4df9-a92c-b473034a907c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004881 10.0.0.27 - - [2026-03-23 04:13:49] "POST /ref-update HTTP/1.1" 200 156 0.025596 10.0.0.27 - - [2026-03-23 04:14:03] "POST /neutron/network HTTP/1.1" 200 844 0.007744 10.0.0.27 - - [2026-03-23 04:14:03] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.27 - - [2026-03-23 04:14:04] "GET /bgp-as-a-service/48b04928-feae-445b-ae31-18c3de28ed4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.012202 10.0.0.27 - - [2026-03-23 04:14:04] "GET /virtual-machine-interface/cd0219b6-a009-429c-a08e-020914f9557f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005634 10.0.0.27 - - [2026-03-23 04:14:04] "POST /ref-update HTTP/1.1" 200 156 0.017294 10.0.0.23 - - [2026-03-23 04:14:04] "POST /ref-update HTTP/1.1" 200 156 0.035465 10.0.0.27 - - [2026-03-23 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.27 - - [2026-03-23 04:14:05] "GET /global-system-config/145fb76f-a407-4ac2-98bc-2ac1b428e2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005879 10.0.0.27 - - [2026-03-23 04:14:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.003067 10.0.0.27 - - [2026-03-23 04:14:05] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032120 10.0.0.27 - - [2026-03-23 04:14:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.009407 10.0.0.23 - - [2026-03-23 04:14:05] "GET /obj-perms HTTP/1.1" 200 5056 0.100402 10.0.0.27 - - [2026-03-23 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.27 - - [2026-03-23 04:14:05] "GET /bgp-as-a-service/3cf7ff5c-2289-42f9-9b70-e2f64f88e123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.006653 10.0.0.27 - - [2026-03-23 04:14:05] "GET /control-node-zone/c05562f6-f629-40e0-bd15-22e8285db6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003647 10.0.0.27 - - [2026-03-23 04:14:05] "POST /ref-update HTTP/1.1" 200 156 0.018513 10.0.0.27 - - [2026-03-23 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.27 - - [2026-03-23 04:14:05] "GET /bgp-as-a-service/3cf7ff5c-2289-42f9-9b70-e2f64f88e123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.006078 10.0.0.27 - - [2026-03-23 04:14:05] "GET /control-node-zone/653be1a6-65cc-4df9-a92c-b473034a907c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003213 10.0.0.27 - - [2026-03-23 04:14:06] "POST /ref-update HTTP/1.1" 200 156 0.015419 10.0.0.27 - - [2026-03-23 04:14:11] "POST /neutron/port HTTP/1.1" 200 1126 0.017473 10.0.0.27 - - [2026-03-23 04:14:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003710 10.0.0.27 - - [2026-03-23 04:14:11] "POST /neutron/network HTTP/1.1" 200 834 0.006873 10.0.0.27 - - [2026-03-23 04:14:14] "GET /bgp-as-a-service/3cf7ff5c-2289-42f9-9b70-e2f64f88e123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005916 10.0.0.27 - - [2026-03-23 04:14:14] "GET /virtual-machine-interface/6cc1cd5f-9567-48d1-b6f0-de3a6382a3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005102 10.0.0.27 - - [2026-03-23 04:14:14] "POST /ref-update HTTP/1.1" 200 156 0.011550 10.0.0.23 - - [2026-03-23 04:14:14] "POST /bgp-routers HTTP/1.1" 200 640 0.044298 10.0.0.23 - - [2026-03-23 04:14:14] "PUT /bgp-router/070a3cd1-158b-49e8-90df-eabfeb2abefd HTTP/1.1" 200 254 0.033964 10.0.0.27 - - [2026-03-23 04:14:35] "GET /bgp-as-a-service/3cf7ff5c-2289-42f9-9b70-e2f64f88e123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006791 10.0.0.27 - - [2026-03-23 04:14:35] "GET /virtual-machine-interface/6cc1cd5f-9567-48d1-b6f0-de3a6382a3c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.007447 10.0.0.27 - - [2026-03-23 04:14:35] "POST /ref-update HTTP/1.1" 200 156 0.013779 10.0.0.27 - - [2026-03-23 04:14:35] "DELETE /bgp-as-a-service/3cf7ff5c-2289-42f9-9b70-e2f64f88e123 HTTP/1.1" 200 115 0.059143 10.0.0.27 - - [2026-03-23 04:14:35] "GET /bgp-as-a-service/48b04928-feae-445b-ae31-18c3de28ed4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006343 10.0.0.27 - - [2026-03-23 04:14:35] "GET /virtual-machine-interface/cd0219b6-a009-429c-a08e-020914f9557f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007093 10.0.0.27 - - [2026-03-23 04:14:35] "POST /ref-update HTTP/1.1" 200 156 0.032893 10.0.0.23 - - [2026-03-23 04:14:36] "DELETE /bgp-router/070a3cd1-158b-49e8-90df-eabfeb2abefd HTTP/1.1" 200 115 0.110194 10.0.0.27 - - [2026-03-23 04:14:36] "DELETE /bgp-as-a-service/48b04928-feae-445b-ae31-18c3de28ed4e HTTP/1.1" 200 115 0.058198 10.0.0.27 - - [2026-03-23 04:14:36] "GET /control-node-zone/485c932b-dd96-4bc6-8ce0-ac333c1b836d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003408 10.0.0.27 - - [2026-03-23 04:14:36] "POST /ref-update HTTP/1.1" 200 156 0.035155 10.0.0.27 - - [2026-03-23 04:14:36] "DELETE /control-node-zone/485c932b-dd96-4bc6-8ce0-ac333c1b836d HTTP/1.1" 200 115 0.044816 10.0.0.27 - - [2026-03-23 04:14:36] "GET /control-node-zone/653be1a6-65cc-4df9-a92c-b473034a907c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.007362 10.0.0.27 - - [2026-03-23 04:14:36] "POST /ref-update HTTP/1.1" 200 156 0.022029 10.0.0.27 - - [2026-03-23 04:14:36] "DELETE /control-node-zone/653be1a6-65cc-4df9-a92c-b473034a907c HTTP/1.1" 200 115 0.028546 10.0.0.27 - - [2026-03-23 04:14:36] "GET /control-node-zone/c05562f6-f629-40e0-bd15-22e8285db6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004954 10.0.0.27 - - [2026-03-23 04:14:36] "POST /ref-update HTTP/1.1" 200 156 0.018883 10.0.0.27 - - [2026-03-23 04:14:36] "DELETE /control-node-zone/c05562f6-f629-40e0-bd15-22e8285db6a5 HTTP/1.1" 200 115 0.047807 10.0.0.27 - - [2026-03-23 04:14:37] "POST /neutron/port HTTP/1.1" 200 1126 0.017794 10.0.0.27 - - [2026-03-23 04:14:37] "POST /neutron/port HTTP/1.1" 200 151 0.225205 10.0.0.27 - - [2026-03-23 04:14:37] "POST /neutron/port HTTP/1.1" 200 151 0.250757 10.0.0.27 - - [2026-03-23 04:14:38] "POST /neutron/network HTTP/1.1" 200 834 0.009773 10.0.0.23 - - [2026-03-23 04:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.23 - - [2026-03-23 04:14:40] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000910 10.0.0.27 - - [2026-03-23 04:14:40] "GET /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.069791 10.0.0.23 - - [2026-03-23 04:14:40] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000851 10.0.0.27 - - [2026-03-23 04:14:40] "GET /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a?fields=virtual_networks HTTP/1.1" 200 1033 0.035633 10.0.0.23 - - [2026-03-23 04:14:40] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000907 10.0.0.27 - - [2026-03-23 04:14:40] "GET /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.048352 10.0.0.23 - - [2026-03-23 04:14:40] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000900 10.0.0.27 - - [2026-03-23 04:14:40] "GET /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a?fields=security_groups HTTP/1.1" 200 1260 0.042286 10.0.0.27 - - [2026-03-23 04:14:41] "POST /fqname-to-id HTTP/1.1" 404 181 0.032393 10.0.0.23 - - [2026-03-23 04:14:41] "GET /projects?obj_uuids=d5ad1a1c-d895-48d3-8326-346efcfd5db0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003101 10.0.0.23 - - [2026-03-23 04:14:41] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.23 - - [2026-03-23 04:14:41] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.075454 10.0.0.23 - - [2026-03-23 04:14:42] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000790 10.0.0.23 - - [2026-03-23 04:14:42] "GET /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.038899 10.0.0.23 - - [2026-03-23 04:14:42] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001365 10.0.0.23 - - [2026-03-23 04:14:42] "GET /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a?fields=security_groups HTTP/1.1" 200 1365 0.068988 10.0.0.23 - - [2026-03-23 04:14:42] "POST /id-to-fqname HTTP/1.1" 200 183 0.004406 10.0.0.23 - - [2026-03-23 04:14:42] "POST /fqname-to-id HTTP/1.1" 404 192 0.005696 10.0.0.23 - - [2026-03-23 04:14:42] "DELETE /security-group/c1c00c7e-c681-4751-bba2-3ee0f2153aa4 HTTP/1.1" 200 115 0.079923 10.0.0.23 - - [2026-03-23 04:14:42] "GET /projects?obj_uuids=75e3162c-0fc6-49c9-bdf7-2fe98496205a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002850 10.0.0.23 - - [2026-03-23 04:14:42] "DELETE /access-control-list/39413236-cb9a-48fa-b695-ea5777da3534 HTTP/1.1" 200 115 0.038867 10.0.0.23 - - [2026-03-23 04:14:42] "POST /security-groups HTTP/1.1" 200 584 0.110473 10.0.0.23 - - [2026-03-23 04:14:42] "GET /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a?fields=application_policy_sets HTTP/1.1" 200 1404 0.103800 10.0.0.23 - - [2026-03-23 04:14:42] "POST /projects HTTP/1.1" 200 571 0.388215 10.0.0.23 - - [2026-03-23 04:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.467792 10.0.0.23 - - [2026-03-23 04:14:42] "POST /fqname-to-id HTTP/1.1" 404 226 0.016662 10.0.0.27 - - [2026-03-23 04:14:42] "GET /project/d5ad1a1c-d895-48d3-8326-346efcfd5db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.704600 10.0.0.23 - - [2026-03-23 04:14:42] "DELETE /project/75e3162c-0fc6-49c9-bdf7-2fe98496205a HTTP/1.1" 200 115 0.642103 10.0.0.27 - - [2026-03-23 04:14:43] "GET / HTTP/1.1" 200 35931 0.001372 10.0.0.23 - - [2026-03-23 04:14:47] "GET /projects?obj_uuids=d5ad1a1c-d895-48d3-8326-346efcfd5db0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000886 10.0.0.27 - - [2026-03-23 04:14:47] "GET /project/d5ad1a1c-d895-48d3-8326-346efcfd5db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.041723 10.0.0.23 - - [2026-03-23 04:14:47] "GET /projects?obj_uuids=d5ad1a1c-d895-48d3-8326-346efcfd5db0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000810 10.0.0.27 - - [2026-03-23 04:14:47] "GET /project/d5ad1a1c-d895-48d3-8326-346efcfd5db0?fields=virtual_networks HTTP/1.1" 200 1017 0.042786 10.0.0.23 - - [2026-03-23 04:14:47] "GET /projects?obj_uuids=d5ad1a1c-d895-48d3-8326-346efcfd5db0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000937 10.0.0.27 - - [2026-03-23 04:14:47] "GET /project/d5ad1a1c-d895-48d3-8326-346efcfd5db0?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.041632 10.0.0.23 - - [2026-03-23 04:14:47] "GET /projects?obj_uuids=d5ad1a1c-d895-48d3-8326-346efcfd5db0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001023 10.0.0.27 - - [2026-03-23 04:14:47] "GET /project/d5ad1a1c-d895-48d3-8326-346efcfd5db0?fields=security_groups HTTP/1.1" 200 1236 0.054519 10.0.0.27 - - [2026-03-23 04:14:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.038557 10.0.0.23 - - [2026-03-23 04:14:48] "GET /projects?obj_uuids=5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003900 10.0.0.23 - - [2026-03-23 04:14:48] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.23 - - [2026-03-23 04:14:48] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008543 10.0.0.23 - - [2026-03-23 04:14:48] "POST /id-to-fqname HTTP/1.1" 200 191 0.001219 10.0.0.23 - - [2026-03-23 04:14:48] "POST /fqname-to-id HTTP/1.1" 404 200 0.004826 10.0.0.23 - - [2026-03-23 04:14:48] "POST /security-groups HTTP/1.1" 200 592 0.077382 10.0.0.23 - - [2026-03-23 04:14:48] "POST /projects HTTP/1.1" 200 587 0.283792 10.0.0.23 - - [2026-03-23 04:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.318175 10.0.0.23 - - [2026-03-23 04:14:48] "POST /access-control-lists HTTP/1.1" 200 597 0.028259 10.0.0.27 - - [2026-03-23 04:14:48] "GET /project/5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.481683 10.0.0.27 - - [2026-03-23 04:14:50] "GET / HTTP/1.1" 200 35931 0.001414 10.0.0.23 - - [2026-03-23 04:14:53] "GET /projects?obj_uuids=5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000889 10.0.0.27 - - [2026-03-23 04:14:53] "GET /project/5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.038060 10.0.0.23 - - [2026-03-23 04:14:53] "GET /projects?obj_uuids=5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000875 10.0.0.27 - - [2026-03-23 04:14:53] "GET /project/5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1?fields=virtual_networks HTTP/1.1" 200 1033 0.043174 10.0.0.23 - - [2026-03-23 04:14:53] "GET /projects?obj_uuids=5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001290 10.0.0.27 - - [2026-03-23 04:14:53] "GET /project/5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.046222 10.0.0.23 - - [2026-03-23 04:14:53] "GET /projects?obj_uuids=5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000868 10.0.0.27 - - [2026-03-23 04:14:53] "GET /project/5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1?fields=security_groups HTTP/1.1" 200 1260 0.041214 10.0.0.27 - - [2026-03-23 04:14:54] "POST /fqname-to-id HTTP/1.1" 404 195 0.037060 10.0.0.23 - - [2026-03-23 04:14:54] "GET /projects?obj_uuids=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003112 10.0.0.23 - - [2026-03-23 04:14:54] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.23 - - [2026-03-23 04:14:54] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008389 10.0.0.23 - - [2026-03-23 04:14:54] "POST /id-to-fqname HTTP/1.1" 200 197 0.005411 10.0.0.23 - - [2026-03-23 04:14:55] "POST /fqname-to-id HTTP/1.1" 404 206 0.005334 10.0.0.23 - - [2026-03-23 04:14:55] "POST /security-groups HTTP/1.1" 200 598 0.079003 10.0.0.23 - - [2026-03-23 04:14:55] "POST /fqname-to-id HTTP/1.1" 404 241 0.004033 10.0.0.23 - - [2026-03-23 04:14:55] "POST /projects HTTP/1.1" 200 599 0.291778 10.0.0.23 - - [2026-03-23 04:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.365735 10.0.0.23 - - [2026-03-23 04:14:55] "POST /access-control-lists HTTP/1.1" 200 601 0.032685 10.0.0.27 - - [2026-03-23 04:14:55] "GET /project/3f341bf4-9bce-4520-b6c2-c408fe154f42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.515047 10.0.0.27 - - [2026-03-23 04:14:56] "GET / HTTP/1.1" 200 35931 0.001376 10.0.0.27 - - [2026-03-23 04:14:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.27 - - [2026-03-23 04:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.069409 10.0.0.27 - - [2026-03-23 04:14:58] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003404 10.0.0.27 - - [2026-03-23 04:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.27 - - [2026-03-23 04:14:58] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003924 10.0.0.27 - - [2026-03-23 04:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.27 - - [2026-03-23 04:14:58] "PUT /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044 HTTP/1.1" 200 276 0.012729 10.0.0.27 - - [2026-03-23 04:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.23 - - [2026-03-23 04:14:59] "GET /projects?obj_uuids=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001209 10.0.0.27 - - [2026-03-23 04:14:59] "GET /project/3f341bf4-9bce-4520-b6c2-c408fe154f42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.050128 10.0.0.23 - - [2026-03-23 04:14:59] "GET /projects?obj_uuids=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000937 10.0.0.27 - - [2026-03-23 04:14:59] "POST /neutron/network HTTP/1.1" 200 594 0.148365 10.0.0.27 - - [2026-03-23 04:14:59] "POST /id-to-fqname HTTP/1.1" 200 218 0.002774 10.0.0.27 - - [2026-03-23 04:14:59] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005069 10.0.0.27 - - [2026-03-23 04:14:59] "POST /neutron/network HTTP/1.1" 200 808 0.006557 10.0.0.27 - - [2026-03-23 04:14:59] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005285 10.0.0.27 - - [2026-03-23 04:14:59] "POST /id-to-fqname HTTP/1.1" 200 218 0.001178 10.0.0.27 - - [2026-03-23 04:15:00] "POST /neutron/network HTTP/1.1" 200 818 0.006853 10.0.0.23 - - [2026-03-23 04:15:00] "GET /projects?obj_uuids=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001203 10.0.0.27 - - [2026-03-23 04:15:00] "GET /project/3f341bf4-9bce-4520-b6c2-c408fe154f42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.087564 10.0.0.27 - - [2026-03-23 04:15:01] "POST /neutron/port HTTP/1.1" 200 117 0.006232 10.0.0.27 - - [2026-03-23 04:15:01] "POST /id-to-fqname HTTP/1.1" 200 218 0.001120 10.0.0.27 - - [2026-03-23 04:15:01] "POST /neutron/network HTTP/1.1" 200 818 0.006123 10.0.0.23 - - [2026-03-23 04:15:02] "GET /projects?obj_uuids=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000970 10.0.0.27 - - [2026-03-23 04:15:02] "GET /project/3f341bf4-9bce-4520-b6c2-c408fe154f42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.114079 10.0.0.27 - - [2026-03-23 04:15:02] "POST /neutron/port HTTP/1.1" 200 1062 0.032735 10.0.0.27 - - [2026-03-23 04:15:02] "POST /neutron/port HTTP/1.1" 200 1126 0.032926 10.0.0.27 - - [2026-03-23 04:15:02] "POST /neutron/port HTTP/1.1" 200 1126 0.024830 10.0.0.27 - - [2026-03-23 04:15:02] "POST /neutron/network HTTP/1.1" 200 808 0.010953 10.0.0.23 - - [2026-03-23 04:15:03] "GET /projects?obj_uuids=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000932 10.0.0.27 - - [2026-03-23 04:15:03] "POST /neutron/port HTTP/1.1" 200 1062 0.313894 10.0.0.27 - - [2026-03-23 04:15:03] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005437 10.0.0.27 - - [2026-03-23 04:15:04] "POST /neutron/port HTTP/1.1" 200 1116 0.100702 10.0.0.27 - - [2026-03-23 04:15:04] "POST /neutron/subnet HTTP/1.1" 200 675 0.008220 10.0.0.27 - - [2026-03-23 04:15:05] "POST /neutron/port HTTP/1.1" 200 1126 0.026220 10.0.0.27 - - [2026-03-23 04:15:05] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008071 10.0.0.27 - - [2026-03-23 04:15:06] "POST /neutron/port HTTP/1.1" 200 1126 0.021158 10.0.0.27 - - [2026-03-23 04:15:06] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2026-03-23 04:15:06] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 200 1300 0.057201 10.0.0.27 - - [2026-03-23 04:15:06] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 200 1300 0.004306 10.0.0.27 - - [2026-03-23 04:15:06] "GET /virtual-machine-interface/8327b502-0cdc-4cf1-82c9-dac1551037a5 HTTP/1.1" 200 2947 0.005966 10.0.0.50 - - [2026-03-23 04:15:06] "GET /obj-perms HTTP/1.1" 200 5056 0.407710 10.0.0.27 - - [2026-03-23 04:15:06] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 200 1300 0.005300 10.0.0.27 - - [2026-03-23 04:15:06] "GET /virtual-machine-interface/8327b502-0cdc-4cf1-82c9-dac1551037a5 HTTP/1.1" 200 2947 0.005585 10.0.0.27 - - [2026-03-23 04:15:07] "GET /instance-ip/5cefe408-4299-40e1-971e-19e1c25bd0c9 HTTP/1.1" 200 1620 0.007852 10.0.0.27 - - [2026-03-23 04:15:07] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 200 1300 0.004994 10.0.0.27 - - [2026-03-23 04:15:07] "GET /virtual-machine-interface/8327b502-0cdc-4cf1-82c9-dac1551037a5 HTTP/1.1" 200 2947 0.009559 10.0.0.27 - - [2026-03-23 04:15:07] "GET /instance-ip/5cefe408-4299-40e1-971e-19e1c25bd0c9 HTTP/1.1" 200 1620 0.007219 10.0.0.27 - - [2026-03-23 04:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.27 - - [2026-03-23 04:15:07] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004446 10.0.0.27 - - [2026-03-23 04:15:07] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003156 10.0.0.27 - - [2026-03-23 04:15:07] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006103 10.0.0.27 - - [2026-03-23 04:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.27 - - [2026-03-23 04:15:07] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005199 10.0.0.27 - - [2026-03-23 04:15:07] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004064 10.0.0.27 - - [2026-03-23 04:15:07] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007051 10.0.0.27 - - [2026-03-23 04:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006070 10.0.0.27 - - [2026-03-23 04:15:07] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004387 10.0.0.27 - - [2026-03-23 04:15:07] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004013 10.0.0.27 - - [2026-03-23 04:15:07] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005746 10.0.0.27 - - [2026-03-23 04:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.27 - - [2026-03-23 04:15:07] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004601 10.0.0.27 - - [2026-03-23 04:15:07] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003411 10.0.0.27 - - [2026-03-23 04:15:07] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005405 10.0.0.27 - - [2026-03-23 04:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.27 - - [2026-03-23 04:15:07] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005404 10.0.0.27 - - [2026-03-23 04:15:07] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003357 10.0.0.27 - - [2026-03-23 04:15:07] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005417 10.0.0.27 - - [2026-03-23 04:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.27 - - [2026-03-23 04:15:07] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003931 10.0.0.27 - - [2026-03-23 04:15:07] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003136 10.0.0.27 - - [2026-03-23 04:15:07] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005706 10.0.0.27 - - [2026-03-23 04:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.27 - - [2026-03-23 04:15:07] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004662 10.0.0.27 - - [2026-03-23 04:15:07] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004240 10.0.0.27 - - [2026-03-23 04:15:07] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005160 10.0.0.27 - - [2026-03-23 04:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.27 - - [2026-03-23 04:15:11] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005505 10.0.0.27 - - [2026-03-23 04:15:13] "POST /neutron/port HTTP/1.1" 200 1126 0.017362 10.0.0.27 - - [2026-03-23 04:15:13] "POST /neutron/subnet HTTP/1.1" 200 675 0.008418 10.0.0.27 - - [2026-03-23 04:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.27 - - [2026-03-23 04:15:15] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005063 10.0.0.27 - - [2026-03-23 04:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.27 - - [2026-03-23 04:15:19] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007533 10.0.0.27 - - [2026-03-23 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.27 - - [2026-03-23 04:15:23] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.004939 10.0.0.27 - - [2026-03-23 04:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.27 - - [2026-03-23 04:15:27] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005155 10.0.0.27 - - [2026-03-23 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.27 - - [2026-03-23 04:15:31] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005408 10.0.0.50 - - [2026-03-23 04:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000875 10.0.0.50 - - [2026-03-23 04:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-03-23 04:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2026-03-23 04:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.27 - - [2026-03-23 04:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.27 - - [2026-03-23 04:15:35] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005280 10.0.0.23 - - [2026-03-23 04:15:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2026-03-23 04:15:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.50 - - [2026-03-23 04:15:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.50 - - [2026-03-23 04:15:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.27 - - [2026-03-23 04:15:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.27 - - [2026-03-23 04:15:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.27 - - [2026-03-23 04:15:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.27 - - [2026-03-23 04:15:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.27 - - [2026-03-23 04:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.27 - - [2026-03-23 04:15:39] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005710 10.0.0.23 - - [2026-03-23 04:15:42] "DELETE /project/3f341bf49bce4520b6c2c408fe154f42 HTTP/1.1" 404 173 0.007029 10.0.0.23 - - [2026-03-23 04:15:42] "DELETE /project/5f45806e3fc74fc6b8e8c66cd56d4bc1 HTTP/1.1" 404 173 0.008635 10.0.0.23 - - [2026-03-23 04:15:42] "GET /projects?obj_uuids=d5ad1a1c-d895-48d3-8326-346efcfd5db0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001016 10.0.0.23 - - [2026-03-23 04:15:42] "GET /project/d5ad1a1c-d895-48d3-8326-346efcfd5db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.078473 10.0.0.23 - - [2026-03-23 04:15:42] "GET /projects?obj_uuids=d5ad1a1c-d895-48d3-8326-346efcfd5db0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001841 10.0.0.23 - - [2026-03-23 04:15:42] "GET /projects?obj_uuids=5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000840 10.0.0.23 - - [2026-03-23 04:15:42] "GET /project/d5ad1a1c-d895-48d3-8326-346efcfd5db0?fields=security_groups HTTP/1.1" 200 1341 0.058964 10.0.0.23 - - [2026-03-23 04:15:42] "GET /project/5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.201692 10.0.0.23 - - [2026-03-23 04:15:42] "GET /projects?obj_uuids=5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001151 10.0.0.23 - - [2026-03-23 04:15:43] "GET /project/5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1?fields=security_groups HTTP/1.1" 200 1365 0.056257 10.0.0.23 - - [2026-03-23 04:15:43] "DELETE /security-group/af567796-b49c-49b8-9dae-ae1859f0aed5 HTTP/1.1" 200 115 0.123605 10.0.0.23 - - [2026-03-23 04:15:43] "GET /projects?obj_uuids=d5ad1a1c-d895-48d3-8326-346efcfd5db0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001422 10.0.0.23 - - [2026-03-23 04:15:43] "DELETE /access-control-list/74fbc259-6d6e-4ee8-bab6-61b2c7eba512 HTTP/1.1" 200 115 0.068034 10.0.0.23 - - [2026-03-23 04:15:43] "GET /project/d5ad1a1c-d895-48d3-8326-346efcfd5db0?fields=application_policy_sets HTTP/1.1" 200 1380 0.052548 10.0.0.23 - - [2026-03-23 04:15:43] "DELETE /security-group/017d92d0-73be-4196-8651-33a406d79175 HTTP/1.1" 200 115 0.106304 10.0.0.23 - - [2026-03-23 04:15:43] "GET /projects?obj_uuids=5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001392 10.0.0.23 - - [2026-03-23 04:15:43] "DELETE /access-control-list/a5e1e76d-7852-4955-8b84-bb9933a7fbb4 HTTP/1.1" 200 115 0.055849 10.0.0.23 - - [2026-03-23 04:15:43] "GET /project/5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1?fields=application_policy_sets HTTP/1.1" 200 1404 0.110288 10.0.0.23 - - [2026-03-23 04:15:43] "DELETE /project/d5ad1a1c-d895-48d3-8326-346efcfd5db0 HTTP/1.1" 200 115 0.588250 10.0.0.23 - - [2026-03-23 04:15:43] "DELETE /project/5f45806e-3fc7-4fc6-b8e8-c66cd56d4bc1 HTTP/1.1" 200 115 0.708267 10.0.0.27 - - [2026-03-23 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.27 - - [2026-03-23 04:15:43] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006900 10.0.0.27 - - [2026-03-23 04:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.27 - - [2026-03-23 04:15:45] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005013 10.0.0.27 - - [2026-03-23 04:15:46] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003917 10.0.0.27 - - [2026-03-23 04:15:46] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007018 10.0.0.27 - - [2026-03-23 04:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.27 - - [2026-03-23 04:15:46] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004412 10.0.0.27 - - [2026-03-23 04:15:46] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003392 10.0.0.27 - - [2026-03-23 04:15:46] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005732 10.0.0.27 - - [2026-03-23 04:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.27 - - [2026-03-23 04:15:46] "GET /routing-instance/a985548a-2852-471c-847d-967ce48a66b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006804 10.0.0.27 - - [2026-03-23 04:15:46] "GET /route-target/24d23d9f-462e-4c9a-9f8d-23a336a2b029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004633 10.0.0.27 - - [2026-03-23 04:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.27 - - [2026-03-23 04:15:46] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004461 10.0.0.27 - - [2026-03-23 04:15:46] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003711 10.0.0.27 - - [2026-03-23 04:15:46] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.013082 10.0.0.27 - - [2026-03-23 04:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.27 - - [2026-03-23 04:15:46] "GET /routing-instance/a985548a-2852-471c-847d-967ce48a66b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004052 10.0.0.27 - - [2026-03-23 04:15:46] "GET /route-target/24d23d9f-462e-4c9a-9f8d-23a336a2b029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004257 10.0.0.27 - - [2026-03-23 04:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.27 - - [2026-03-23 04:15:47] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003930 10.0.0.27 - - [2026-03-23 04:15:47] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004125 10.0.0.27 - - [2026-03-23 04:15:47] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007231 10.0.0.27 - - [2026-03-23 04:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.27 - - [2026-03-23 04:15:47] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004383 10.0.0.27 - - [2026-03-23 04:15:47] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003575 10.0.0.27 - - [2026-03-23 04:15:47] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005315 10.0.0.23 - - [2026-03-23 04:15:47] "GET /obj-perms HTTP/1.1" 200 5044 0.089451 10.0.0.27 - - [2026-03-23 04:15:47] "GET /obj-perms HTTP/1.1" 200 5044 0.077786 10.0.0.27 - - [2026-03-23 04:15:47] "GET /obj-perms HTTP/1.1" 200 5044 0.003502 10.0.0.27 - - [2026-03-23 04:15:47] "GET /obj-perms HTTP/1.1" 200 5044 0.005254 10.0.0.23 - - [2026-03-23 04:15:47] "GET /obj-perms HTTP/1.1" 200 5044 0.003739 10.0.0.27 - - [2026-03-23 04:15:48] "POST /neutron/port HTTP/1.1" 200 1126 0.017627 10.0.0.27 - - [2026-03-23 04:15:48] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007820 10.0.0.27 - - [2026-03-23 04:15:48] "POST /neutron/port HTTP/1.1" 200 1126 0.018072 10.0.0.27 - - [2026-03-23 04:15:48] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 200 1300 0.006425 10.0.0.27 - - [2026-03-23 04:15:48] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 200 1300 0.003558 10.0.0.27 - - [2026-03-23 04:15:48] "GET /virtual-machine-interface/f5d36fd0-85e6-4cd4-b0f7-1741e80e4085 HTTP/1.1" 200 2949 0.005234 10.0.0.27 - - [2026-03-23 04:15:48] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 200 1300 0.004990 10.0.0.27 - - [2026-03-23 04:15:48] "GET /virtual-machine-interface/f5d36fd0-85e6-4cd4-b0f7-1741e80e4085 HTTP/1.1" 200 2949 0.005157 10.0.0.27 - - [2026-03-23 04:15:48] "GET /instance-ip/ad4b7f26-61f4-4238-af34-d257b53fdf81 HTTP/1.1" 200 1621 0.006372 10.0.0.27 - - [2026-03-23 04:15:48] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 200 1300 0.003687 10.0.0.27 - - [2026-03-23 04:15:48] "GET /virtual-machine-interface/f5d36fd0-85e6-4cd4-b0f7-1741e80e4085 HTTP/1.1" 200 2949 0.005632 10.0.0.27 - - [2026-03-23 04:15:48] "GET /instance-ip/ad4b7f26-61f4-4238-af34-d257b53fdf81 HTTP/1.1" 200 1621 0.004409 10.0.0.27 - - [2026-03-23 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.27 - - [2026-03-23 04:15:48] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004993 10.0.0.27 - - [2026-03-23 04:15:48] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003230 10.0.0.27 - - [2026-03-23 04:15:48] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007535 10.0.0.27 - - [2026-03-23 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005098 10.0.0.27 - - [2026-03-23 04:15:48] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005819 10.0.0.27 - - [2026-03-23 04:15:48] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004139 10.0.0.27 - - [2026-03-23 04:15:48] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006130 10.0.0.27 - - [2026-03-23 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.27 - - [2026-03-23 04:15:48] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003566 10.0.0.27 - - [2026-03-23 04:15:48] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003219 10.0.0.27 - - [2026-03-23 04:15:48] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006600 10.0.0.27 - - [2026-03-23 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.27 - - [2026-03-23 04:15:48] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005538 10.0.0.27 - - [2026-03-23 04:15:48] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004663 10.0.0.27 - - [2026-03-23 04:15:49] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007607 10.0.0.27 - - [2026-03-23 04:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006022 10.0.0.27 - - [2026-03-23 04:15:49] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004065 10.0.0.27 - - [2026-03-23 04:15:49] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006093 10.0.0.27 - - [2026-03-23 04:15:49] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007429 10.0.0.27 - - [2026-03-23 04:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006507 10.0.0.27 - - [2026-03-23 04:15:49] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003888 10.0.0.27 - - [2026-03-23 04:15:49] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003570 10.0.0.27 - - [2026-03-23 04:15:49] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005445 10.0.0.27 - - [2026-03-23 04:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.27 - - [2026-03-23 04:15:49] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004555 10.0.0.27 - - [2026-03-23 04:15:49] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003175 10.0.0.27 - - [2026-03-23 04:15:49] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007289 10.0.0.27 - - [2026-03-23 04:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.27 - - [2026-03-23 04:15:50] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004671 10.0.0.27 - - [2026-03-23 04:15:50] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003872 10.0.0.27 - - [2026-03-23 04:15:50] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.009967 10.0.0.27 - - [2026-03-23 04:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005136 10.0.0.27 - - [2026-03-23 04:15:50] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005046 10.0.0.27 - - [2026-03-23 04:15:50] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005056 10.0.0.27 - - [2026-03-23 04:15:50] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005867 10.0.0.27 - - [2026-03-23 04:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.27 - - [2026-03-23 04:15:51] "GET /routing-instance/a985548a-2852-471c-847d-967ce48a66b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004510 10.0.0.27 - - [2026-03-23 04:15:51] "GET /route-target/24d23d9f-462e-4c9a-9f8d-23a336a2b029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004502 10.0.0.27 - - [2026-03-23 04:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.27 - - [2026-03-23 04:15:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005022 10.0.0.27 - - [2026-03-23 04:15:51] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004461 10.0.0.27 - - [2026-03-23 04:15:51] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007580 10.0.0.27 - - [2026-03-23 04:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.27 - - [2026-03-23 04:15:51] "GET /routing-instance/a985548a-2852-471c-847d-967ce48a66b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005648 10.0.0.27 - - [2026-03-23 04:15:51] "GET /route-target/24d23d9f-462e-4c9a-9f8d-23a336a2b029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004131 10.0.0.27 - - [2026-03-23 04:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.27 - - [2026-03-23 04:15:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005738 10.0.0.27 - - [2026-03-23 04:15:51] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005036 10.0.0.27 - - [2026-03-23 04:15:51] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.008163 10.0.0.27 - - [2026-03-23 04:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.27 - - [2026-03-23 04:15:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005356 10.0.0.27 - - [2026-03-23 04:15:51] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003462 10.0.0.27 - - [2026-03-23 04:15:51] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007067 10.0.0.27 - - [2026-03-23 04:15:51] "GET /obj-perms HTTP/1.1" 200 5044 0.003917 10.0.0.27 - - [2026-03-23 04:15:51] "GET /obj-perms HTTP/1.1" 200 5044 0.004766 10.0.0.23 - - [2026-03-23 04:15:51] "GET /obj-perms HTTP/1.1" 200 5044 0.004457 10.0.0.27 - - [2026-03-23 04:15:51] "GET /obj-perms HTTP/1.1" 200 5044 0.003805 10.0.0.27 - - [2026-03-23 04:15:52] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 200 1300 0.004478 10.0.0.27 - - [2026-03-23 04:15:52] "GET /virtual-machine-interface/8327b502-0cdc-4cf1-82c9-dac1551037a5 HTTP/1.1" 200 2947 0.005076 10.0.0.27 - - [2026-03-23 04:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.27 - - [2026-03-23 04:15:52] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003960 10.0.0.27 - - [2026-03-23 04:15:52] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002949 10.0.0.27 - - [2026-03-23 04:15:52] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005082 10.0.0.27 - - [2026-03-23 04:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005087 10.0.0.27 - - [2026-03-23 04:15:53] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005777 10.0.0.27 - - [2026-03-23 04:15:53] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003886 10.0.0.27 - - [2026-03-23 04:15:53] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005811 10.0.0.27 - - [2026-03-23 04:15:53] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006928 10.0.0.27 - - [2026-03-23 04:15:58] "POST /neutron/port HTTP/1.1" 200 1126 0.020387 10.0.0.27 - - [2026-03-23 04:16:02] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006552 10.0.0.27 - - [2026-03-23 04:16:04] "POST /neutron/port HTTP/1.1" 200 1126 0.019570 10.0.0.27 - - [2026-03-23 04:16:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003813 10.0.0.27 - - [2026-03-23 04:16:04] "POST /neutron/network HTTP/1.1" 200 808 0.006431 10.0.0.27 - - [2026-03-23 04:16:07] "GET /obj-perms HTTP/1.1" 200 5056 0.058660 10.0.0.50 - - [2026-03-23 04:16:08] "GET /obj-perms HTTP/1.1" 200 5056 0.057285 10.0.0.27 - - [2026-03-23 04:16:09] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 200 1300 0.004683 10.0.0.27 - - [2026-03-23 04:16:09] "GET /virtual-machine-interface/f5d36fd0-85e6-4cd4-b0f7-1741e80e4085 HTTP/1.1" 200 2949 0.006493 10.0.0.27 - - [2026-03-23 04:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.27 - - [2026-03-23 04:16:09] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004761 10.0.0.27 - - [2026-03-23 04:16:09] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003090 10.0.0.27 - - [2026-03-23 04:16:09] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005739 10.0.0.27 - - [2026-03-23 04:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.27 - - [2026-03-23 04:16:10] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003641 10.0.0.27 - - [2026-03-23 04:16:10] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002869 10.0.0.27 - - [2026-03-23 04:16:10] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005866 10.0.0.27 - - [2026-03-23 04:16:13] "POST /neutron/port HTTP/1.1" 200 1126 0.016752 10.0.0.27 - - [2026-03-23 04:16:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003448 10.0.0.27 - - [2026-03-23 04:16:13] "POST /neutron/network HTTP/1.1" 200 808 0.007220 10.0.0.27 - - [2026-03-23 04:17:04] "POST /neutron/network HTTP/1.1" 200 818 0.007093 10.0.0.27 - - [2026-03-23 04:17:04] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.27 - - [2026-03-23 04:17:15] "POST /neutron/port HTTP/1.1" 200 1126 0.054085 10.0.0.27 - - [2026-03-23 04:17:15] "POST /neutron/subnet HTTP/1.1" 200 675 0.008852 10.0.0.27 - - [2026-03-23 04:18:05] "POST /neutron/port HTTP/1.1" 200 1126 0.029372 10.0.0.27 - - [2026-03-23 04:18:05] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 200 1300 0.004953 10.0.0.27 - - [2026-03-23 04:18:05] "GET /virtual-machine-interface/8327b502-0cdc-4cf1-82c9-dac1551037a5 HTTP/1.1" 200 2947 0.005707 10.0.0.27 - - [2026-03-23 04:18:05] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 200 1300 0.003696 10.0.0.27 - - [2026-03-23 04:18:05] "GET /virtual-machine-interface/8327b502-0cdc-4cf1-82c9-dac1551037a5 HTTP/1.1" 200 2947 0.005336 10.0.0.27 - - [2026-03-23 04:18:05] "GET /instance-ip/5cefe408-4299-40e1-971e-19e1c25bd0c9 HTTP/1.1" 200 1620 0.004634 10.0.0.27 - - [2026-03-23 04:18:05] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 200 1300 0.003686 10.0.0.27 - - [2026-03-23 04:18:05] "GET /virtual-machine-interface/8327b502-0cdc-4cf1-82c9-dac1551037a5 HTTP/1.1" 200 2947 0.005753 10.0.0.27 - - [2026-03-23 04:18:05] "GET /instance-ip/5cefe408-4299-40e1-971e-19e1c25bd0c9 HTTP/1.1" 200 1620 0.004674 10.0.0.27 - - [2026-03-23 04:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.27 - - [2026-03-23 04:18:05] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004198 10.0.0.27 - - [2026-03-23 04:18:05] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003143 10.0.0.27 - - [2026-03-23 04:18:05] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005362 10.0.0.27 - - [2026-03-23 04:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.27 - - [2026-03-23 04:18:05] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005417 10.0.0.27 - - [2026-03-23 04:18:05] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003126 10.0.0.27 - - [2026-03-23 04:18:05] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006508 10.0.0.27 - - [2026-03-23 04:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.27 - - [2026-03-23 04:18:05] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006201 10.0.0.27 - - [2026-03-23 04:18:05] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005245 10.0.0.27 - - [2026-03-23 04:18:06] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006060 10.0.0.27 - - [2026-03-23 04:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.27 - - [2026-03-23 04:18:06] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008194 10.0.0.27 - - [2026-03-23 04:18:06] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003656 10.0.0.27 - - [2026-03-23 04:18:06] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006414 10.0.0.27 - - [2026-03-23 04:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006774 10.0.0.27 - - [2026-03-23 04:18:06] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004715 10.0.0.27 - - [2026-03-23 04:18:06] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003037 10.0.0.27 - - [2026-03-23 04:18:06] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006438 10.0.0.27 - - [2026-03-23 04:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.27 - - [2026-03-23 04:18:06] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003356 10.0.0.27 - - [2026-03-23 04:18:06] "POST /neutron/port HTTP/1.1" 200 1126 0.070059 10.0.0.27 - - [2026-03-23 04:18:06] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002891 10.0.0.27 - - [2026-03-23 04:18:06] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005451 10.0.0.27 - - [2026-03-23 04:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007909 10.0.0.27 - - [2026-03-23 04:18:06] "POST /neutron/subnet HTTP/1.1" 200 675 0.009185 10.0.0.27 - - [2026-03-23 04:18:06] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003248 10.0.0.27 - - [2026-03-23 04:18:06] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002420 10.0.0.27 - - [2026-03-23 04:18:06] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005695 10.0.0.27 - - [2026-03-23 04:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.27 - - [2026-03-23 04:18:07] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003954 10.0.0.27 - - [2026-03-23 04:18:07] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003947 10.0.0.27 - - [2026-03-23 04:18:07] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006355 10.0.0.27 - - [2026-03-23 04:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.27 - - [2026-03-23 04:18:08] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003939 10.0.0.27 - - [2026-03-23 04:18:08] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003008 10.0.0.27 - - [2026-03-23 04:18:08] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.010071 10.0.0.27 - - [2026-03-23 04:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.27 - - [2026-03-23 04:18:08] "GET /routing-instance/a985548a-2852-471c-847d-967ce48a66b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004377 10.0.0.27 - - [2026-03-23 04:18:08] "GET /route-target/24d23d9f-462e-4c9a-9f8d-23a336a2b029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004232 10.0.0.27 - - [2026-03-23 04:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.27 - - [2026-03-23 04:18:08] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003523 10.0.0.27 - - [2026-03-23 04:18:08] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002822 10.0.0.27 - - [2026-03-23 04:18:08] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006013 10.0.0.27 - - [2026-03-23 04:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.27 - - [2026-03-23 04:18:08] "GET /routing-instance/a985548a-2852-471c-847d-967ce48a66b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004188 10.0.0.27 - - [2026-03-23 04:18:08] "GET /route-target/24d23d9f-462e-4c9a-9f8d-23a336a2b029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004340 10.0.0.27 - - [2026-03-23 04:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.27 - - [2026-03-23 04:18:08] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004274 10.0.0.27 - - [2026-03-23 04:18:08] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003183 10.0.0.27 - - [2026-03-23 04:18:08] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006168 10.0.0.27 - - [2026-03-23 04:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.27 - - [2026-03-23 04:18:08] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004523 10.0.0.27 - - [2026-03-23 04:18:08] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004205 10.0.0.27 - - [2026-03-23 04:18:08] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.009431 10.0.0.23 - - [2026-03-23 04:18:08] "GET /obj-perms HTTP/1.1" 200 5044 0.004888 10.0.0.50 - - [2026-03-23 04:18:09] "GET /virtual-router/f9430a03-6be3-4aee-92fa-5a806e7454f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.033831 10.0.0.23 - - [2026-03-23 04:18:12] "GET /obj-perms HTTP/1.1" 200 5044 0.003499 10.0.0.27 - - [2026-03-23 04:18:15] "POST /neutron/port HTTP/1.1" 200 1126 0.018991 10.0.0.27 - - [2026-03-23 04:18:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005336 10.0.0.27 - - [2026-03-23 04:18:15] "POST /neutron/network HTTP/1.1" 200 808 0.006435 10.0.0.23 - - [2026-03-23 04:18:18] "GET /obj-perms HTTP/1.1" 200 5044 0.005235 10.0.0.27 - - [2026-03-23 04:18:20] "GET /obj-perms HTTP/1.1" 200 5044 0.003615 10.0.0.23 - - [2026-03-23 04:18:21] "GET /obj-perms HTTP/1.1" 200 5044 0.003673 10.0.0.27 - - [2026-03-23 04:18:21] "GET /obj-perms HTTP/1.1" 200 5044 0.003598 10.0.0.50 - - [2026-03-23 04:18:21] "GET /obj-perms HTTP/1.1" 200 5044 0.066595 10.0.0.27 - - [2026-03-23 04:18:21] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 200 1300 0.004390 10.0.0.27 - - [2026-03-23 04:18:21] "GET /virtual-machine-interface/f5d36fd0-85e6-4cd4-b0f7-1741e80e4085 HTTP/1.1" 200 2949 0.005860 10.0.0.27 - - [2026-03-23 04:18:21] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 200 1300 0.003305 10.0.0.27 - - [2026-03-23 04:18:21] "GET /virtual-machine-interface/f5d36fd0-85e6-4cd4-b0f7-1741e80e4085 HTTP/1.1" 200 2949 0.005376 10.0.0.27 - - [2026-03-23 04:18:21] "GET /instance-ip/ad4b7f26-61f4-4238-af34-d257b53fdf81 HTTP/1.1" 200 1621 0.004668 10.0.0.27 - - [2026-03-23 04:18:21] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 200 1300 0.003052 10.0.0.27 - - [2026-03-23 04:18:21] "GET /virtual-machine-interface/f5d36fd0-85e6-4cd4-b0f7-1741e80e4085 HTTP/1.1" 200 2949 0.005348 10.0.0.27 - - [2026-03-23 04:18:21] "GET /instance-ip/ad4b7f26-61f4-4238-af34-d257b53fdf81 HTTP/1.1" 200 1621 0.005215 10.0.0.27 - - [2026-03-23 04:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.27 - - [2026-03-23 04:18:21] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004290 10.0.0.27 - - [2026-03-23 04:18:21] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003488 10.0.0.27 - - [2026-03-23 04:18:21] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005430 10.0.0.27 - - [2026-03-23 04:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.27 - - [2026-03-23 04:18:21] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004421 10.0.0.27 - - [2026-03-23 04:18:21] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003427 10.0.0.27 - - [2026-03-23 04:18:21] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006001 10.0.0.27 - - [2026-03-23 04:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004602 10.0.0.27 - - [2026-03-23 04:18:21] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004895 10.0.0.27 - - [2026-03-23 04:18:21] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003323 10.0.0.27 - - [2026-03-23 04:18:21] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005897 10.0.0.27 - - [2026-03-23 04:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.27 - - [2026-03-23 04:18:21] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003993 10.0.0.27 - - [2026-03-23 04:18:21] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002640 10.0.0.27 - - [2026-03-23 04:18:22] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005027 10.0.0.27 - - [2026-03-23 04:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.27 - - [2026-03-23 04:18:22] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004467 10.0.0.27 - - [2026-03-23 04:18:22] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003037 10.0.0.27 - - [2026-03-23 04:18:22] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005441 10.0.0.27 - - [2026-03-23 04:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.27 - - [2026-03-23 04:18:22] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004344 10.0.0.27 - - [2026-03-23 04:18:22] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003351 10.0.0.27 - - [2026-03-23 04:18:22] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005300 10.0.0.27 - - [2026-03-23 04:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.27 - - [2026-03-23 04:18:22] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004364 10.0.0.27 - - [2026-03-23 04:18:22] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002814 10.0.0.27 - - [2026-03-23 04:18:22] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005344 10.0.0.27 - - [2026-03-23 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.27 - - [2026-03-23 04:18:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004886 10.0.0.27 - - [2026-03-23 04:18:23] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004509 10.0.0.27 - - [2026-03-23 04:18:23] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007433 10.0.0.27 - - [2026-03-23 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.27 - - [2026-03-23 04:18:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004077 10.0.0.27 - - [2026-03-23 04:18:23] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003749 10.0.0.27 - - [2026-03-23 04:18:23] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005642 10.0.0.27 - - [2026-03-23 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.27 - - [2026-03-23 04:18:23] "GET /routing-instance/a985548a-2852-471c-847d-967ce48a66b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004501 10.0.0.27 - - [2026-03-23 04:18:24] "GET /route-target/24d23d9f-462e-4c9a-9f8d-23a336a2b029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005849 10.0.0.27 - - [2026-03-23 04:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.27 - - [2026-03-23 04:18:24] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006288 10.0.0.27 - - [2026-03-23 04:18:24] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004568 10.0.0.27 - - [2026-03-23 04:18:24] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006196 10.0.0.27 - - [2026-03-23 04:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.27 - - [2026-03-23 04:18:24] "GET /routing-instance/a985548a-2852-471c-847d-967ce48a66b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004181 10.0.0.27 - - [2026-03-23 04:18:24] "GET /route-target/24d23d9f-462e-4c9a-9f8d-23a336a2b029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004324 10.0.0.27 - - [2026-03-23 04:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.27 - - [2026-03-23 04:18:24] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004257 10.0.0.27 - - [2026-03-23 04:18:24] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003135 10.0.0.27 - - [2026-03-23 04:18:24] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005848 10.0.0.27 - - [2026-03-23 04:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.27 - - [2026-03-23 04:18:24] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004514 10.0.0.27 - - [2026-03-23 04:18:24] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003199 10.0.0.27 - - [2026-03-23 04:18:24] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006036 10.0.0.27 - - [2026-03-23 04:18:24] "GET /obj-perms HTTP/1.1" 200 5044 0.003849 10.0.0.23 - - [2026-03-23 04:18:24] "GET /obj-perms HTTP/1.1" 200 5044 0.004244 10.0.0.27 - - [2026-03-23 04:18:24] "GET /obj-perms HTTP/1.1" 200 5044 0.004976 10.0.0.50 - - [2026-03-23 04:18:24] "GET /obj-perms HTTP/1.1" 200 5044 0.003438 10.0.0.27 - - [2026-03-23 04:18:24] "GET /obj-perms HTTP/1.1" 200 5044 0.004135 10.0.0.27 - - [2026-03-23 04:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.27 - - [2026-03-23 04:18:45] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003181 10.0.0.27 - - [2026-03-23 04:18:45] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003149 10.0.0.27 - - [2026-03-23 04:18:45] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005399 10.0.0.27 - - [2026-03-23 04:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.27 - - [2026-03-23 04:18:46] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003692 10.0.0.27 - - [2026-03-23 04:18:46] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002847 10.0.0.27 - - [2026-03-23 04:18:46] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005117 10.0.0.27 - - [2026-03-23 04:19:01] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 200 1300 0.004525 10.0.0.27 - - [2026-03-23 04:19:01] "GET /virtual-machine-interface/f5d36fd0-85e6-4cd4-b0f7-1741e80e4085 HTTP/1.1" 200 2949 0.005478 10.0.0.27 - - [2026-03-23 04:19:01] "GET /instance-ip/ad4b7f26-61f4-4238-af34-d257b53fdf81 HTTP/1.1" 200 1621 0.005483 10.0.0.27 - - [2026-03-23 04:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.27 - - [2026-03-23 04:19:01] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003610 10.0.0.27 - - [2026-03-23 04:19:01] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003235 10.0.0.27 - - [2026-03-23 04:19:01] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005871 10.0.0.27 - - [2026-03-23 04:19:05] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 200 1300 0.004662 10.0.0.27 - - [2026-03-23 04:19:06] "POST /neutron/port HTTP/1.1" 200 1126 0.016721 10.0.0.27 - - [2026-03-23 04:19:07] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.003048 10.0.0.27 - - [2026-03-23 04:19:07] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.002987 10.0.0.27 - - [2026-03-23 04:19:07] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.002415 10.0.0.27 - - [2026-03-23 04:19:08] "POST /neutron/port HTTP/1.1" 200 1126 0.018220 10.0.0.27 - - [2026-03-23 04:19:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003731 10.0.0.27 - - [2026-03-23 04:19:08] "POST /neutron/network HTTP/1.1" 200 808 0.006783 10.0.0.27 - - [2026-03-23 04:19:08] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.003106 10.0.0.27 - - [2026-03-23 04:19:09] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.013023 10.0.0.27 - - [2026-03-23 04:19:10] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.002957 10.0.0.27 - - [2026-03-23 04:19:11] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.006138 10.0.0.27 - - [2026-03-23 04:19:12] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.003405 10.0.0.27 - - [2026-03-23 04:19:13] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.002939 10.0.0.27 - - [2026-03-23 04:19:13] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.003047 10.0.0.27 - - [2026-03-23 04:19:14] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.004516 10.0.0.27 - - [2026-03-23 04:19:15] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.003168 10.0.0.27 - - [2026-03-23 04:19:16] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.004976 10.0.0.27 - - [2026-03-23 04:19:17] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.003527 10.0.0.27 - - [2026-03-23 04:19:18] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.003044 10.0.0.27 - - [2026-03-23 04:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.27 - - [2026-03-23 04:19:18] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003580 10.0.0.27 - - [2026-03-23 04:19:18] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002303 10.0.0.27 - - [2026-03-23 04:19:18] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006675 10.0.0.27 - - [2026-03-23 04:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.27 - - [2026-03-23 04:19:18] "GET /routing-instance/a985548a-2852-471c-847d-967ce48a66b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004465 10.0.0.27 - - [2026-03-23 04:19:19] "GET /route-target/24d23d9f-462e-4c9a-9f8d-23a336a2b029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004815 10.0.0.27 - - [2026-03-23 04:19:19] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.002856 10.0.0.27 - - [2026-03-23 04:19:20] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.002894 10.0.0.27 - - [2026-03-23 04:19:21] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.003239 10.0.0.27 - - [2026-03-23 04:19:22] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.002883 10.0.0.27 - - [2026-03-23 04:19:23] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.003231 10.0.0.27 - - [2026-03-23 04:19:24] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.003555 10.0.0.27 - - [2026-03-23 04:19:24] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.002853 10.0.0.27 - - [2026-03-23 04:19:25] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.002817 10.0.0.27 - - [2026-03-23 04:19:26] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.002979 10.0.0.27 - - [2026-03-23 04:19:27] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.002867 10.0.0.27 - - [2026-03-23 04:19:28] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.003496 10.0.0.27 - - [2026-03-23 04:19:29] "GET /virtual-machine/f292431c-7436-4712-991a-418c4709abb3 HTTP/1.1" 404 171 0.003764 10.0.0.50 - - [2026-03-23 04:19:29] "GET /obj-perms HTTP/1.1" 200 5044 0.004482 10.0.0.27 - - [2026-03-23 04:19:29] "GET /obj-perms HTTP/1.1" 200 5044 0.003675 10.0.0.23 - - [2026-03-23 04:19:29] "GET /obj-perms HTTP/1.1" 200 5044 0.003597 10.0.0.27 - - [2026-03-23 04:19:29] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 200 1300 0.005384 10.0.0.27 - - [2026-03-23 04:19:30] "POST /neutron/port HTTP/1.1" 200 151 0.168612 10.0.0.27 - - [2026-03-23 04:19:31] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 404 171 0.003494 10.0.0.27 - - [2026-03-23 04:19:31] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 404 171 0.003164 10.0.0.27 - - [2026-03-23 04:19:31] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 404 171 0.003147 10.0.0.27 - - [2026-03-23 04:19:31] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 404 171 0.004579 10.0.0.27 - - [2026-03-23 04:19:32] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 404 171 0.002979 10.0.0.27 - - [2026-03-23 04:19:33] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 404 171 0.003346 10.0.0.27 - - [2026-03-23 04:19:34] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 404 171 0.003920 10.0.0.27 - - [2026-03-23 04:19:35] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 404 171 0.003387 10.0.0.27 - - [2026-03-23 04:19:36] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 404 171 0.004687 10.0.0.27 - - [2026-03-23 04:19:36] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 404 171 0.007274 10.0.0.27 - - [2026-03-23 04:19:37] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 404 171 0.003079 10.0.0.27 - - [2026-03-23 04:19:38] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 404 171 0.003180 10.0.0.27 - - [2026-03-23 04:19:39] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 404 171 0.003291 10.0.0.27 - - [2026-03-23 04:19:40] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 404 171 0.002985 10.0.0.27 - - [2026-03-23 04:19:41] "GET /virtual-machine/d959782e-15c4-4304-aa34-6541160eb379 HTTP/1.1" 404 171 0.003775 10.0.0.27 - - [2026-03-23 04:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005539 10.0.0.27 - - [2026-03-23 04:19:41] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003444 10.0.0.27 - - [2026-03-23 04:19:41] "GET /virtual-networks?parent_id=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003078 10.0.0.27 - - [2026-03-23 04:19:41] "GET /virtual-network/5e3d4fa2-fd04-4409-83ff-31d91169ef2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.005427 10.0.0.27 - - [2026-03-23 04:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.27 - - [2026-03-23 04:19:41] "GET /routing-instance/a985548a-2852-471c-847d-967ce48a66b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004408 10.0.0.27 - - [2026-03-23 04:19:41] "GET /route-target/24d23d9f-462e-4c9a-9f8d-23a336a2b029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004218 10.0.0.27 - - [2026-03-23 04:19:45] "GET /obj-perms HTTP/1.1" 200 5044 0.003800 10.0.0.50 - - [2026-03-23 04:19:45] "GET /obj-perms HTTP/1.1" 200 5044 0.004105 10.0.0.27 - - [2026-03-23 04:19:51] "GET /obj-perms HTTP/1.1" 200 5044 0.004150 10.0.0.50 - - [2026-03-23 04:19:51] "GET /obj-perms HTTP/1.1" 200 5044 0.004483 10.0.0.27 - - [2026-03-23 04:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.27 - - [2026-03-23 04:19:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003815 10.0.0.27 - - [2026-03-23 04:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.27 - - [2026-03-23 04:19:52] "PUT /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044 HTTP/1.1" 200 276 0.011668 10.0.0.23 - - [2026-03-23 04:19:54] "GET /projects?obj_uuids=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000932 10.0.0.27 - - [2026-03-23 04:19:54] "GET /project/3f341bf4-9bce-4520-b6c2-c408fe154f42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.075574 10.0.0.23 - - [2026-03-23 04:19:54] "GET /projects?obj_uuids=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000995 10.0.0.27 - - [2026-03-23 04:19:54] "GET /project/3f341bf4-9bce-4520-b6c2-c408fe154f42?fields=virtual_networks HTTP/1.1" 200 1045 0.041450 10.0.0.23 - - [2026-03-23 04:19:54] "GET /projects?obj_uuids=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002030 10.0.0.27 - - [2026-03-23 04:19:54] "GET /project/3f341bf4-9bce-4520-b6c2-c408fe154f42?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.042127 10.0.0.23 - - [2026-03-23 04:19:54] "GET /projects?obj_uuids=3f341bf4-9bce-4520-b6c2-c408fe154f42&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000907 10.0.0.27 - - [2026-03-23 04:19:54] "GET /project/3f341bf4-9bce-4520-b6c2-c408fe154f42?fields=security_groups HTTP/1.1" 200 1278 0.040300 10.0.0.27 - - [2026-03-23 04:19:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.369366 10.0.0.23 - - [2026-03-23 04:19:55] "GET /projects?obj_uuids=9d0fcaf6-e54c-4eca-97da-2a9e1a41e590&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002928 10.0.0.23 - - [2026-03-23 04:19:56] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.23 - - [2026-03-23 04:19:56] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039334 10.0.0.23 - - [2026-03-23 04:19:56] "POST /id-to-fqname HTTP/1.1" 200 196 0.001779 10.0.0.23 - - [2026-03-23 04:19:56] "POST /fqname-to-id HTTP/1.1" 404 205 0.004493 10.0.0.23 - - [2026-03-23 04:19:56] "POST /security-groups HTTP/1.1" 200 597 0.027743 10.0.0.23 - - [2026-03-23 04:19:56] "POST /projects HTTP/1.1" 200 597 0.221897 10.0.0.23 - - [2026-03-23 04:19:56] "POST /fqname-to-id HTTP/1.1" 404 240 0.049529 10.0.0.23 - - [2026-03-23 04:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.296109 10.0.0.27 - - [2026-03-23 04:19:56] "GET /project/9d0fcaf6-e54c-4eca-97da-2a9e1a41e590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.477433 10.0.0.23 - - [2026-03-23 04:19:56] "POST /access-control-lists HTTP/1.1" 200 600 0.059188 10.0.0.27 - - [2026-03-23 04:19:57] "GET / HTTP/1.1" 200 35931 0.001761 10.0.0.23 - - [2026-03-23 04:20:00] "GET /projects?obj_uuids=9d0fcaf6-e54c-4eca-97da-2a9e1a41e590&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001174 10.0.0.27 - - [2026-03-23 04:20:00] "GET /project/9d0fcaf6-e54c-4eca-97da-2a9e1a41e590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.060994 10.0.0.23 - - [2026-03-23 04:20:00] "GET /projects?obj_uuids=9d0fcaf6-e54c-4eca-97da-2a9e1a41e590&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001453 10.0.0.27 - - [2026-03-23 04:20:00] "GET /project/9d0fcaf6-e54c-4eca-97da-2a9e1a41e590?fields=virtual_networks HTTP/1.1" 200 1044 0.055227 10.0.0.23 - - [2026-03-23 04:20:00] "GET /projects?obj_uuids=9d0fcaf6-e54c-4eca-97da-2a9e1a41e590&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001256 10.0.0.27 - - [2026-03-23 04:20:00] "GET /project/9d0fcaf6-e54c-4eca-97da-2a9e1a41e590?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.045029 10.0.0.23 - - [2026-03-23 04:20:00] "GET /projects?obj_uuids=9d0fcaf6-e54c-4eca-97da-2a9e1a41e590&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001127 10.0.0.27 - - [2026-03-23 04:20:01] "GET /project/9d0fcaf6-e54c-4eca-97da-2a9e1a41e590?fields=security_groups HTTP/1.1" 200 1276 0.058077 10.0.0.27 - - [2026-03-23 04:20:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.035063 10.0.0.23 - - [2026-03-23 04:20:02] "GET /projects?obj_uuids=82ef941e-3f6a-4501-bd38-de2f379dd8e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003776 10.0.0.23 - - [2026-03-23 04:20:02] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.23 - - [2026-03-23 04:20:02] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012400 10.0.0.23 - - [2026-03-23 04:20:02] "POST /id-to-fqname HTTP/1.1" 200 190 0.001930 10.0.0.23 - - [2026-03-23 04:20:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.002754 10.0.0.23 - - [2026-03-23 04:20:02] "POST /security-groups HTTP/1.1" 200 591 0.077573 10.0.0.23 - - [2026-03-23 04:20:02] "POST /projects HTTP/1.1" 200 585 0.292530 10.0.0.23 - - [2026-03-23 04:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.331458 10.0.0.23 - - [2026-03-23 04:20:02] "POST /fqname-to-id HTTP/1.1" 404 233 0.007307 10.0.0.27 - - [2026-03-23 04:20:02] "GET /project/82ef941e-3f6a-4501-bd38-de2f379dd8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.518919 10.0.0.27 - - [2026-03-23 04:20:04] "GET / HTTP/1.1" 200 35931 0.001965 10.0.0.23 - - [2026-03-23 04:20:07] "GET /projects?obj_uuids=82ef941e-3f6a-4501-bd38-de2f379dd8e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000883 10.0.0.27 - - [2026-03-23 04:20:07] "GET /project/82ef941e-3f6a-4501-bd38-de2f379dd8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.040036 10.0.0.23 - - [2026-03-23 04:20:07] "GET /projects?obj_uuids=82ef941e-3f6a-4501-bd38-de2f379dd8e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000860 10.0.0.27 - - [2026-03-23 04:20:07] "GET /project/82ef941e-3f6a-4501-bd38-de2f379dd8e6?fields=virtual_networks HTTP/1.1" 200 1031 0.035455 10.0.0.23 - - [2026-03-23 04:20:07] "GET /projects?obj_uuids=82ef941e-3f6a-4501-bd38-de2f379dd8e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.27 - - [2026-03-23 04:20:07] "GET /project/82ef941e-3f6a-4501-bd38-de2f379dd8e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.039880 10.0.0.23 - - [2026-03-23 04:20:07] "GET /projects?obj_uuids=82ef941e-3f6a-4501-bd38-de2f379dd8e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000896 10.0.0.27 - - [2026-03-23 04:20:07] "GET /project/82ef941e-3f6a-4501-bd38-de2f379dd8e6?fields=security_groups HTTP/1.1" 200 1257 0.038314 10.0.0.27 - - [2026-03-23 04:20:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.028649 10.0.0.23 - - [2026-03-23 04:20:08] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004249 10.0.0.23 - - [2026-03-23 04:20:08] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000802 10.0.0.23 - - [2026-03-23 04:20:08] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006593 10.0.0.23 - - [2026-03-23 04:20:08] "POST /id-to-fqname HTTP/1.1" 200 198 0.004235 10.0.0.23 - - [2026-03-23 04:20:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.008580 10.0.0.23 - - [2026-03-23 04:20:08] "POST /security-groups HTTP/1.1" 200 599 0.027243 10.0.0.23 - - [2026-03-23 04:20:08] "POST /projects HTTP/1.1" 200 601 0.229011 10.0.0.23 - - [2026-03-23 04:20:08] "POST /access-control-lists HTTP/1.1" 200 604 0.025905 10.0.0.23 - - [2026-03-23 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.301310 10.0.0.27 - - [2026-03-23 04:20:08] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.434263 10.0.0.27 - - [2026-03-23 04:20:10] "GET / HTTP/1.1" 200 35931 0.001467 10.0.0.27 - - [2026-03-23 04:20:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000633 10.0.0.27 - - [2026-03-23 04:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.383514 10.0.0.23 - - [2026-03-23 04:20:11] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001168 10.0.0.27 - - [2026-03-23 04:20:11] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041091 10.0.0.27 - - [2026-03-23 04:20:11] "POST /neutron/network HTTP/1.1" 200 117 0.350215 10.0.0.23 - - [2026-03-23 04:20:12] "POST /route-targets HTTP/1.1" 200 327 0.013070 10.0.0.23 - - [2026-03-23 04:20:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003762 10.0.0.27 - - [2026-03-23 04:20:12] "POST /neutron/subnet HTTP/1.1" 200 734 0.238063 10.0.0.27 - - [2026-03-23 04:20:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001230 10.0.0.27 - - [2026-03-23 04:20:12] "GET /virtual-network/24f96abf-7c64-4018-a455-4af1b5b410e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005507 10.0.0.27 - - [2026-03-23 04:20:12] "GET /virtual-network/24f96abf-7c64-4018-a455-4af1b5b410e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005064 10.0.0.27 - - [2026-03-23 04:20:12] "POST /neutron/network HTTP/1.1" 200 977 0.009377 10.0.0.27 - - [2026-03-23 04:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.23 - - [2026-03-23 04:20:12] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000813 10.0.0.27 - - [2026-03-23 04:20:12] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044607 10.0.0.27 - - [2026-03-23 04:20:13] "POST /neutron/network HTTP/1.1" 200 117 0.014827 10.0.0.23 - - [2026-03-23 04:20:13] "POST /ref-update HTTP/1.1" 200 156 0.020674 10.0.0.23 - - [2026-03-23 04:20:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.049184 10.0.0.23 - - [2026-03-23 04:20:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005296 10.0.0.27 - - [2026-03-23 04:20:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.225704 10.0.0.27 - - [2026-03-23 04:20:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001155 10.0.0.27 - - [2026-03-23 04:20:13] "GET /virtual-network/e1009cb3-8500-4601-94c0-03048d1de748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007252 10.0.0.27 - - [2026-03-23 04:20:13] "GET /virtual-network/e1009cb3-8500-4601-94c0-03048d1de748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005960 10.0.0.27 - - [2026-03-23 04:20:13] "POST /neutron/network HTTP/1.1" 200 976 0.009617 10.0.0.27 - - [2026-03-23 04:20:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001137 10.0.0.27 - - [2026-03-23 04:20:14] "POST /neutron/network HTTP/1.1" 200 987 0.008419 10.0.0.23 - - [2026-03-23 04:20:14] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001322 10.0.0.27 - - [2026-03-23 04:20:14] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.071311 10.0.0.27 - - [2026-03-23 04:20:15] "POST /neutron/port HTTP/1.1" 200 117 0.009437 10.0.0.27 - - [2026-03-23 04:20:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001059 10.0.0.27 - - [2026-03-23 04:20:16] "POST /neutron/network HTTP/1.1" 200 987 0.006519 10.0.0.23 - - [2026-03-23 04:20:16] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.27 - - [2026-03-23 04:20:16] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.107388 10.0.0.27 - - [2026-03-23 04:20:16] "POST /neutron/network HTTP/1.1" 200 976 0.040581 10.0.0.27 - - [2026-03-23 04:20:16] "POST /neutron/port HTTP/1.1" 200 1219 0.022608 10.0.0.27 - - [2026-03-23 04:20:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003248 10.0.0.27 - - [2026-03-23 04:20:16] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.27 - - [2026-03-23 04:20:17] "POST /neutron/network HTTP/1.1" 200 977 0.008453 10.0.0.27 - - [2026-03-23 04:20:17] "POST /neutron/network HTTP/1.1" 200 986 0.007074 10.0.0.27 - - [2026-03-23 04:20:17] "POST /neutron/port HTTP/1.1" 200 1154 0.019529 10.0.0.27 - - [2026-03-23 04:20:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003541 10.0.0.27 - - [2026-03-23 04:20:18] "POST /neutron/port HTTP/1.1" 200 117 0.001024 10.0.0.27 - - [2026-03-23 04:20:22] "POST /neutron/port HTTP/1.1" 200 1219 0.017732 10.0.0.27 - - [2026-03-23 04:20:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006943 10.0.0.27 - - [2026-03-23 04:20:22] "GET /virtual-machine/41064977-a7e3-4d07-92e3-af9a5df7585d HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2026-03-23 04:20:22] "GET /virtual-machine/41064977-a7e3-4d07-92e3-af9a5df7585d HTTP/1.1" 200 1300 0.041389 10.0.0.27 - - [2026-03-23 04:20:22] "GET /virtual-machine-interface/20ab2565-9eb4-42eb-8bbb-a812275458c9 HTTP/1.1" 200 3156 0.006717 10.0.0.27 - - [2026-03-23 04:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.27 - - [2026-03-23 04:20:22] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003284 10.0.0.27 - - [2026-03-23 04:20:22] "GET /virtual-networks?parent_id=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002919 10.0.0.27 - - [2026-03-23 04:20:22] "GET /virtual-network/24f96abf-7c64-4018-a455-4af1b5b410e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005971 10.0.0.27 - - [2026-03-23 04:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.27 - - [2026-03-23 04:20:26] "GET /virtual-network/24f96abf-7c64-4018-a455-4af1b5b410e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006413 10.0.0.27 - - [2026-03-23 04:20:26] "POST /neutron/port HTTP/1.1" 200 1219 0.046618 10.0.0.27 - - [2026-03-23 04:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.27 - - [2026-03-23 04:20:28] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004353 10.0.0.27 - - [2026-03-23 04:20:28] "GET /virtual-networks?parent_id=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003627 10.0.0.27 - - [2026-03-23 04:20:28] "GET /virtual-network/24f96abf-7c64-4018-a455-4af1b5b410e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005959 10.0.0.27 - - [2026-03-23 04:20:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007035 10.0.0.27 - - [2026-03-23 04:20:28] "POST /neutron/port HTTP/1.1" 200 1218 0.018481 10.0.0.27 - - [2026-03-23 04:20:28] "GET /virtual-machine/e298c951-d6cb-48d3-88f1-1962c12e085b HTTP/1.1" 200 1300 0.005713 10.0.0.27 - - [2026-03-23 04:20:28] "GET /virtual-machine-interface/f629c874-f767-4b5c-81ee-1a8c5d9f5043 HTTP/1.1" 200 3156 0.004253 10.0.0.27 - - [2026-03-23 04:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.27 - - [2026-03-23 04:20:28] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003576 10.0.0.27 - - [2026-03-23 04:20:28] "GET /virtual-networks?parent_id=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002673 10.0.0.27 - - [2026-03-23 04:20:28] "GET /virtual-network/e1009cb3-8500-4601-94c0-03048d1de748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006178 10.0.0.27 - - [2026-03-23 04:20:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006309 10.0.0.27 - - [2026-03-23 04:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.27 - - [2026-03-23 04:20:29] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003859 10.0.0.27 - - [2026-03-23 04:20:29] "GET /virtual-networks?parent_id=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002742 10.0.0.27 - - [2026-03-23 04:20:29] "GET /virtual-network/e1009cb3-8500-4601-94c0-03048d1de748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005319 10.0.0.50 - - [2026-03-23 04:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.50 - - [2026-03-23 04:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2026-03-23 04:20:35] "POST /fqname-to-id HTTP/1.1" 404 209 0.003506 10.0.0.27 - - [2026-03-23 04:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.23 - - [2026-03-23 04:20:35] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.27 - - [2026-03-23 04:20:35] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048980 10.0.0.27 - - [2026-03-23 04:20:35] "POST /network-policys HTTP/1.1" 200 533 0.030241 10.0.0.27 - - [2026-03-23 04:20:35] "GET /network-policy/4098636c-4a08-4e1d-8328-1fdffa00e3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007869 10.0.0.27 - - [2026-03-23 04:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.27 - - [2026-03-23 04:20:35] "GET /virtual-network/24f96abf-7c64-4018-a455-4af1b5b410e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006091 10.0.0.27 - - [2026-03-23 04:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006790 10.0.0.23 - - [2026-03-23 04:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.001783 10.0.0.27 - - [2026-03-23 04:20:35] "GET /network-policy/4098636c-4a08-4e1d-8328-1fdffa00e3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004218 10.0.0.23 - - [2026-03-23 04:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000326 10.0.0.27 - - [2026-03-23 04:20:35] "POST /ref-update HTTP/1.1" 200 156 0.058107 10.0.0.27 - - [2026-03-23 04:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.010157 10.0.0.27 - - [2026-03-23 04:20:35] "GET /network-policy/4098636c-4a08-4e1d-8328-1fdffa00e3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004813 10.0.0.27 - - [2026-03-23 04:20:35] "POST /neutron/network HTTP/1.1" 200 1063 0.012175 10.0.0.27 - - [2026-03-23 04:20:35] "GET /virtual-network/24f96abf-7c64-4018-a455-4af1b5b410e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006083 10.0.0.27 - - [2026-03-23 04:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.27 - - [2026-03-23 04:20:35] "GET /network-policy/4098636c-4a08-4e1d-8328-1fdffa00e3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005178 10.0.0.27 - - [2026-03-23 04:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.27 - - [2026-03-23 04:20:35] "GET /virtual-network/e1009cb3-8500-4601-94c0-03048d1de748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007139 10.0.0.23 - - [2026-03-23 04:20:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.27 - - [2026-03-23 04:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.23 - - [2026-03-23 04:20:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.27 - - [2026-03-23 04:20:36] "GET /network-policy/4098636c-4a08-4e1d-8328-1fdffa00e3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004392 10.0.0.23 - - [2026-03-23 04:20:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.005837 10.0.0.23 - - [2026-03-23 04:20:36] "POST /fqname-to-id HTTP/1.1" 404 230 0.015557 10.0.0.27 - - [2026-03-23 04:20:36] "POST /ref-update HTTP/1.1" 200 156 0.058211 10.0.0.27 - - [2026-03-23 04:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.27 - - [2026-03-23 04:20:36] "GET /network-policy/4098636c-4a08-4e1d-8328-1fdffa00e3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.018298 10.0.0.23 - - [2026-03-23 04:20:36] "PUT /access-control-list/a360645f-a094-4bcd-90e5-64cf9a00cc75 HTTP/1.1" 200 272 0.029111 10.0.0.27 - - [2026-03-23 04:20:36] "GET /virtual-network/e1009cb3-8500-4601-94c0-03048d1de748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.007906 10.0.0.27 - - [2026-03-23 04:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.27 - - [2026-03-23 04:20:36] "GET /network-policy/4098636c-4a08-4e1d-8328-1fdffa00e3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004736 10.0.0.27 - - [2026-03-23 04:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005950 10.0.0.50 - - [2026-03-23 04:20:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.23 - - [2026-03-23 04:20:36] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000865 10.0.0.27 - - [2026-03-23 04:20:36] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050982 10.0.0.50 - - [2026-03-23 04:20:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000325 10.0.0.23 - - [2026-03-23 04:20:36] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001161 10.0.0.27 - - [2026-03-23 04:20:36] "POST /neutron/network HTTP/1.1" 200 585 0.140697 10.0.0.27 - - [2026-03-23 04:20:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.003086 10.0.0.27 - - [2026-03-23 04:20:37] "GET /virtual-network/ffb7d76c-af4e-48b8-ab9a-3149601a63ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007503 10.0.0.27 - - [2026-03-23 04:20:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.27 - - [2026-03-23 04:20:37] "POST /neutron/network HTTP/1.1" 200 799 0.006262 10.0.0.27 - - [2026-03-23 04:20:37] "GET /virtual-network/ffb7d76c-af4e-48b8-ab9a-3149601a63ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007028 10.0.0.27 - - [2026-03-23 04:20:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.27 - - [2026-03-23 04:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.23 - - [2026-03-23 04:20:37] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001506 10.0.0.27 - - [2026-03-23 04:20:37] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052500 10.0.0.27 - - [2026-03-23 04:20:37] "POST /neutron/network HTTP/1.1" 200 117 0.027034 10.0.0.27 - - [2026-03-23 04:20:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2026-03-23 04:20:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.23 - - [2026-03-23 04:20:37] "POST /route-targets HTTP/1.1" 200 327 0.016257 10.0.0.27 - - [2026-03-23 04:20:37] "POST /neutron/network HTTP/1.1" 200 799 0.008331 10.0.0.27 - - [2026-03-23 04:20:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.000957 10.0.0.27 - - [2026-03-23 04:20:37] "GET /virtual-network/98200f3c-9034-4420-a799-f3d6db13c071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.004882 10.0.0.27 - - [2026-03-23 04:20:37] "GET /virtual-network/98200f3c-9034-4420-a799-f3d6db13c071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005051 10.0.0.27 - - [2026-03-23 04:20:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.008957 10.0.0.27 - - [2026-03-23 04:20:37] "POST /fqname-to-id HTTP/1.1" 404 239 0.003153 10.0.0.27 - - [2026-03-23 04:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.23 - - [2026-03-23 04:20:38] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.27 - - [2026-03-23 04:20:38] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043860 10.0.0.27 - - [2026-03-23 04:20:38] "POST /network-policys HTTP/1.1" 200 587 0.029911 10.0.0.27 - - [2026-03-23 04:20:38] "GET /network-policy/02d32333-f8a4-4bc1-82a9-8552a157aceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.007687 10.0.0.27 - - [2026-03-23 04:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.27 - - [2026-03-23 04:20:38] "GET /virtual-network/ffb7d76c-af4e-48b8-ab9a-3149601a63ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005260 10.0.0.27 - - [2026-03-23 04:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.27 - - [2026-03-23 04:20:38] "GET /network-policy/02d32333-f8a4-4bc1-82a9-8552a157aceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.004411 10.0.0.27 - - [2026-03-23 04:20:38] "POST /ref-update HTTP/1.1" 200 156 0.042045 10.0.0.27 - - [2026-03-23 04:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.23 - - [2026-03-23 04:20:38] "POST /access-control-lists HTTP/1.1" 200 554 0.082732 10.0.0.27 - - [2026-03-23 04:20:38] "GET /network-policy/02d32333-f8a4-4bc1-82a9-8552a157aceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.004181 10.0.0.27 - - [2026-03-23 04:20:38] "GET /virtual-network/ffb7d76c-af4e-48b8-ab9a-3149601a63ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.007612 10.0.0.27 - - [2026-03-23 04:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.27 - - [2026-03-23 04:20:38] "GET /network-policy/02d32333-f8a4-4bc1-82a9-8552a157aceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.005324 10.0.0.27 - - [2026-03-23 04:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.27 - - [2026-03-23 04:20:38] "GET /virtual-network/98200f3c-9034-4420-a799-f3d6db13c071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007505 10.0.0.27 - - [2026-03-23 04:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.27 - - [2026-03-23 04:20:38] "GET /network-policy/02d32333-f8a4-4bc1-82a9-8552a157aceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.005115 10.0.0.27 - - [2026-03-23 04:20:38] "POST /ref-update HTTP/1.1" 200 156 0.080687 10.0.0.27 - - [2026-03-23 04:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.23 - - [2026-03-23 04:20:38] "POST /ref-update HTTP/1.1" 200 156 0.039177 10.0.0.27 - - [2026-03-23 04:20:38] "GET /network-policy/02d32333-f8a4-4bc1-82a9-8552a157aceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.004214 10.0.0.27 - - [2026-03-23 04:20:38] "GET /virtual-network/98200f3c-9034-4420-a799-f3d6db13c071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.012803 10.0.0.27 - - [2026-03-23 04:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.27 - - [2026-03-23 04:20:38] "GET /network-policy/02d32333-f8a4-4bc1-82a9-8552a157aceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.004806 10.0.0.27 - - [2026-03-23 04:20:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.001652 10.0.0.27 - - [2026-03-23 04:20:39] "POST /neutron/port HTTP/1.1" 200 2283 0.020765 10.0.0.23 - - [2026-03-23 04:20:40] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001356 10.0.0.27 - - [2026-03-23 04:20:40] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.099836 10.0.0.27 - - [2026-03-23 04:20:40] "POST /neutron/network HTTP/1.1" 200 912 0.007519 10.0.0.27 - - [2026-03-23 04:20:40] "POST /neutron/port HTTP/1.1" 200 117 0.007506 10.0.0.27 - - [2026-03-23 04:20:40] "POST /id-to-fqname HTTP/1.1" 200 214 0.001233 10.0.0.27 - - [2026-03-23 04:20:40] "POST /neutron/network HTTP/1.1" 200 922 0.009094 10.0.0.23 - - [2026-03-23 04:20:41] "DELETE /access-control-list/feabd0fd-b4db-4a7a-ac73-28e5efba986f HTTP/1.1" 200 115 0.045524 10.0.0.27 - - [2026-03-23 04:20:41] "POST /neutron/port HTTP/1.1" 200 1063 0.022706 10.0.0.27 - - [2026-03-23 04:20:41] "POST /neutron/port HTTP/1.1" 200 1127 0.017756 10.0.0.27 - - [2026-03-23 04:20:41] "POST /neutron/port HTTP/1.1" 200 117 0.001015 10.0.0.23 - - [2026-03-23 04:20:41] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.27 - - [2026-03-23 04:20:41] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.079564 10.0.0.27 - - [2026-03-23 04:20:42] "POST /neutron/port HTTP/1.1" 200 3257 0.031700 10.0.0.27 - - [2026-03-23 04:20:42] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003549 10.0.0.27 - - [2026-03-23 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.27 - - [2026-03-23 04:20:42] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004993 10.0.0.27 - - [2026-03-23 04:20:42] "POST /neutron/network HTTP/1.1" 200 922 0.006630 10.0.0.27 - - [2026-03-23 04:20:43] "POST /neutron/port HTTP/1.1" 200 1063 0.018921 10.0.0.23 - - [2026-03-23 04:20:43] "DELETE /project/9d0fcaf6e54c4eca97da2a9e1a41e590 HTTP/1.1" 404 173 0.015861 10.0.0.23 - - [2026-03-23 04:20:43] "DELETE /project/3f341bf4-9bce-4520-b6c2-c408fe154f42 HTTP/1.1" 404 177 0.017718 10.0.0.23 - - [2026-03-23 04:20:43] "DELETE /project/f85fd48c2e3c4a00b8876411bd049528 HTTP/1.1" 404 173 0.014169 10.0.0.23 - - [2026-03-23 04:20:43] "DELETE /project/82ef941e3f6a4501bd38de2f379dd8e6 HTTP/1.1" 404 173 0.013547 10.0.0.23 - - [2026-03-23 04:20:43] "GET /projects?obj_uuids=82ef941e-3f6a-4501-bd38-de2f379dd8e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000834 10.0.0.27 - - [2026-03-23 04:20:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004156 10.0.0.23 - - [2026-03-23 04:20:43] "GET /projects?obj_uuids=9d0fcaf6-e54c-4eca-97da-2a9e1a41e590&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001101 10.0.0.23 - - [2026-03-23 04:20:43] "GET /project/82ef941e-3f6a-4501-bd38-de2f379dd8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.083986 10.0.0.27 - - [2026-03-23 04:20:43] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.010424 10.0.0.23 - - [2026-03-23 04:20:43] "GET /projects?obj_uuids=82ef941e-3f6a-4501-bd38-de2f379dd8e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000813 10.0.0.27 - - [2026-03-23 04:20:43] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006179 10.0.0.27 - - [2026-03-23 04:20:43] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003575 10.0.0.23 - - [2026-03-23 04:20:43] "GET /project/82ef941e-3f6a-4501-bd38-de2f379dd8e6?fields=security_groups HTTP/1.1" 200 1362 0.043530 10.0.0.23 - - [2026-03-23 04:20:43] "GET /project/9d0fcaf6-e54c-4eca-97da-2a9e1a41e590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.174495 10.0.0.23 - - [2026-03-23 04:20:43] "GET /projects?obj_uuids=9d0fcaf6-e54c-4eca-97da-2a9e1a41e590&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001753 10.0.0.27 - - [2026-03-23 04:20:43] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.097302 10.0.0.27 - - [2026-03-23 04:20:43] "POST /neutron/network HTTP/1.1" 200 912 0.013723 10.0.0.23 - - [2026-03-23 04:20:44] "GET /project/9d0fcaf6-e54c-4eca-97da-2a9e1a41e590?fields=security_groups HTTP/1.1" 200 1381 0.110580 10.0.0.23 - - [2026-03-23 04:20:44] "DELETE /security-group/f3f9f76b-3ed5-47fc-a29d-1bb012870c2b HTTP/1.1" 200 115 0.130108 10.0.0.23 - - [2026-03-23 04:20:44] "GET /projects?obj_uuids=82ef941e-3f6a-4501-bd38-de2f379dd8e6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000848 10.0.0.27 - - [2026-03-23 04:20:44] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.078597 10.0.0.27 - - [2026-03-23 04:20:44] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004255 10.0.0.23 - - [2026-03-23 04:20:44] "GET /project/82ef941e-3f6a-4501-bd38-de2f379dd8e6?fields=application_policy_sets HTTP/1.1" 200 1401 0.065568 10.0.0.27 - - [2026-03-23 04:20:44] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.008844 10.0.0.23 - - [2026-03-23 04:20:44] "DELETE /security-group/b21567a1-74f0-4296-8bca-487f2e931e59 HTTP/1.1" 200 115 0.093489 10.0.0.23 - - [2026-03-23 04:20:44] "GET /projects?obj_uuids=9d0fcaf6-e54c-4eca-97da-2a9e1a41e590&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001598 10.0.0.23 - - [2026-03-23 04:20:44] "DELETE /access-control-list/fe3d5692-67fe-4f43-a9fa-9bc21154ee62 HTTP/1.1" 200 115 0.094559 10.0.0.27 - - [2026-03-23 04:20:44] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.113338 10.0.0.23 - - [2026-03-23 04:20:44] "GET /project/9d0fcaf6-e54c-4eca-97da-2a9e1a41e590?fields=application_policy_sets HTTP/1.1" 200 1420 0.118141 10.0.0.27 - - [2026-03-23 04:20:44] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.067142 10.0.0.23 - - [2026-03-23 04:20:44] "DELETE /project/82ef941e-3f6a-4501-bd38-de2f379dd8e6 HTTP/1.1" 200 115 0.665833 10.0.0.27 - - [2026-03-23 04:20:44] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.008088 10.0.0.27 - - [2026-03-23 04:20:44] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.009283 10.0.0.27 - - [2026-03-23 04:20:44] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.117622 10.0.0.23 - - [2026-03-23 04:20:44] "DELETE /project/9d0fcaf6-e54c-4eca-97da-2a9e1a41e590 HTTP/1.1" 200 115 0.863464 10.0.0.27 - - [2026-03-23 04:20:44] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.037480 10.0.0.27 - - [2026-03-23 04:20:44] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.009061 10.0.0.27 - - [2026-03-23 04:20:44] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004987 10.0.0.27 - - [2026-03-23 04:20:44] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.023184 10.0.0.27 - - [2026-03-23 04:20:44] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005044 10.0.0.27 - - [2026-03-23 04:20:44] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006624 10.0.0.27 - - [2026-03-23 04:20:44] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003547 10.0.0.27 - - [2026-03-23 04:20:44] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.035036 10.0.0.27 - - [2026-03-23 04:20:44] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.039503 10.0.0.27 - - [2026-03-23 04:20:45] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004567 10.0.0.27 - - [2026-03-23 04:20:45] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004023 10.0.0.27 - - [2026-03-23 04:20:45] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.038266 10.0.0.27 - - [2026-03-23 04:20:45] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.041031 10.0.0.27 - - [2026-03-23 04:20:45] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004568 10.0.0.27 - - [2026-03-23 04:20:45] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.003874 10.0.0.27 - - [2026-03-23 04:20:45] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.040631 10.0.0.27 - - [2026-03-23 04:20:45] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.043127 10.0.0.27 - - [2026-03-23 04:20:45] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.009336 10.0.0.27 - - [2026-03-23 04:20:45] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003499 10.0.0.27 - - [2026-03-23 04:20:45] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.024079 10.0.0.27 - - [2026-03-23 04:20:45] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.008087 10.0.0.27 - - [2026-03-23 04:20:45] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006407 10.0.0.27 - - [2026-03-23 04:20:45] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006530 10.0.0.27 - - [2026-03-23 04:20:45] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.045274 10.0.0.27 - - [2026-03-23 04:20:45] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.049524 10.0.0.27 - - [2026-03-23 04:20:45] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005158 10.0.0.27 - - [2026-03-23 04:20:45] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004777 10.0.0.27 - - [2026-03-23 04:20:45] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.034351 10.0.0.27 - - [2026-03-23 04:20:45] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.037209 10.0.0.27 - - [2026-03-23 04:20:45] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.006071 10.0.0.27 - - [2026-03-23 04:20:45] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004044 10.0.0.27 - - [2026-03-23 04:20:45] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.036865 10.0.0.27 - - [2026-03-23 04:20:46] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.032881 10.0.0.27 - - [2026-03-23 04:20:46] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.008279 10.0.0.27 - - [2026-03-23 04:20:46] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.005610 10.0.0.27 - - [2026-03-23 04:20:46] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.028600 10.0.0.27 - - [2026-03-23 04:20:46] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.007195 10.0.0.27 - - [2026-03-23 04:20:46] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.007983 10.0.0.27 - - [2026-03-23 04:20:46] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004777 10.0.0.27 - - [2026-03-23 04:20:46] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.033451 10.0.0.27 - - [2026-03-23 04:20:46] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.056664 10.0.0.27 - - [2026-03-23 04:20:46] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.004777 10.0.0.27 - - [2026-03-23 04:20:46] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.003569 10.0.0.27 - - [2026-03-23 04:20:46] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.034225 10.0.0.27 - - [2026-03-23 04:20:46] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.033493 10.0.0.27 - - [2026-03-23 04:20:46] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.006370 10.0.0.27 - - [2026-03-23 04:20:46] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.003974 10.0.0.27 - - [2026-03-23 04:20:46] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.037774 10.0.0.27 - - [2026-03-23 04:20:46] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.036623 10.0.0.27 - - [2026-03-23 04:20:54] "POST /neutron/port HTTP/1.1" 200 1127 0.019338 10.0.0.27 - - [2026-03-23 04:20:56] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003838 10.0.0.27 - - [2026-03-23 04:20:56] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.004863 10.0.0.27 - - [2026-03-23 04:20:56] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.003982 10.0.0.27 - - [2026-03-23 04:20:56] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.026799 10.0.0.27 - - [2026-03-23 04:20:56] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.035164 10.0.0.27 - - [2026-03-23 04:20:57] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.005695 10.0.0.27 - - [2026-03-23 04:20:57] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.010175 10.0.0.27 - - [2026-03-23 04:20:57] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.033191 10.0.0.27 - - [2026-03-23 04:20:57] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.044805 10.0.0.27 - - [2026-03-23 04:20:57] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.011281 10.0.0.27 - - [2026-03-23 04:20:57] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.007900 10.0.0.27 - - [2026-03-23 04:20:57] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.034460 10.0.0.27 - - [2026-03-23 04:20:57] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.034430 10.0.0.27 - - [2026-03-23 04:20:57] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.008383 10.0.0.27 - - [2026-03-23 04:20:57] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004439 10.0.0.27 - - [2026-03-23 04:20:57] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.027186 10.0.0.27 - - [2026-03-23 04:20:57] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.006353 10.0.0.27 - - [2026-03-23 04:20:57] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004610 10.0.0.27 - - [2026-03-23 04:20:57] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003479 10.0.0.27 - - [2026-03-23 04:20:57] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.027596 10.0.0.27 - - [2026-03-23 04:20:57] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.047101 10.0.0.27 - - [2026-03-23 04:20:57] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005476 10.0.0.27 - - [2026-03-23 04:20:57] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003472 10.0.0.27 - - [2026-03-23 04:20:57] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.034307 10.0.0.27 - - [2026-03-23 04:20:57] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.040948 10.0.0.27 - - [2026-03-23 04:20:57] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004145 10.0.0.27 - - [2026-03-23 04:20:57] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004390 10.0.0.27 - - [2026-03-23 04:20:57] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.037163 10.0.0.27 - - [2026-03-23 04:20:58] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.035248 10.0.0.27 - - [2026-03-23 04:20:58] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004348 10.0.0.27 - - [2026-03-23 04:20:58] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003935 10.0.0.27 - - [2026-03-23 04:20:58] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.030641 10.0.0.27 - - [2026-03-23 04:20:58] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003397 10.0.0.27 - - [2026-03-23 04:20:58] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004702 10.0.0.27 - - [2026-03-23 04:20:58] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003507 10.0.0.27 - - [2026-03-23 04:20:58] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.027280 10.0.0.27 - - [2026-03-23 04:20:58] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.036232 10.0.0.27 - - [2026-03-23 04:20:58] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005385 10.0.0.27 - - [2026-03-23 04:20:58] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003362 10.0.0.27 - - [2026-03-23 04:20:58] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.033366 10.0.0.27 - - [2026-03-23 04:20:58] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.035601 10.0.0.27 - - [2026-03-23 04:20:58] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004499 10.0.0.27 - - [2026-03-23 04:20:58] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004269 10.0.0.27 - - [2026-03-23 04:20:58] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.042292 10.0.0.27 - - [2026-03-23 04:20:58] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.045162 10.0.0.27 - - [2026-03-23 04:20:58] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004234 10.0.0.27 - - [2026-03-23 04:20:58] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.003379 10.0.0.27 - - [2026-03-23 04:20:58] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.038590 10.0.0.27 - - [2026-03-23 04:20:59] "POST /ref-update HTTP/1.1" 200 156 0.054654 10.0.0.23 - - [2026-03-23 04:20:59] "DELETE /access-control-list/f05c5029-5c24-4016-9fe6-1272a6811acd HTTP/1.1" 200 115 0.045179 10.0.0.27 - - [2026-03-23 04:20:59] "GET /virtual-network/98200f3c-9034-4420-a799-f3d6db13c071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.012421 10.0.0.27 - - [2026-03-23 04:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.27 - - [2026-03-23 04:20:59] "GET /network-policy/02d32333-f8a4-4bc1-82a9-8552a157aceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.003963 10.0.0.27 - - [2026-03-23 04:20:59] "POST /ref-update HTTP/1.1" 200 156 0.061177 10.0.0.23 - - [2026-03-23 04:20:59] "POST /ref-update HTTP/1.1" 200 156 0.020833 10.0.0.27 - - [2026-03-23 04:20:59] "POST /neutron/network HTTP/1.1" 200 799 0.012621 10.0.0.27 - - [2026-03-23 04:20:59] "GET /virtual-network/ffb7d76c-af4e-48b8-ab9a-3149601a63ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005674 10.0.0.27 - - [2026-03-23 04:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.27 - - [2026-03-23 04:20:59] "GET /network-policy/02d32333-f8a4-4bc1-82a9-8552a157aceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.003897 10.0.0.27 - - [2026-03-23 04:20:59] "DELETE /network-policy/02d32333-f8a4-4bc1-82a9-8552a157aceb HTTP/1.1" 200 115 0.034971 10.0.0.27 - - [2026-03-23 04:20:59] "POST /neutron/port HTTP/1.1" 200 1127 0.017128 10.0.0.27 - - [2026-03-23 04:20:59] "POST /neutron/port HTTP/1.1" 200 151 0.181028 10.0.0.27 - - [2026-03-23 04:21:01] "POST /neutron/network HTTP/1.1" 200 799 0.007622 10.0.0.23 - - [2026-03-23 04:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005024 10.0.0.23 - - [2026-03-23 04:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003410 10.0.0.23 - - [2026-03-23 04:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006920 10.0.0.27 - - [2026-03-23 04:21:01] "POST /neutron/network HTTP/1.1" 200 151 0.144063 10.0.0.27 - - [2026-03-23 04:21:02] "POST /ref-update HTTP/1.1" 200 156 0.112569 10.0.0.23 - - [2026-03-23 04:21:02] "POST /ref-update HTTP/1.1" 200 156 0.025899 10.0.0.27 - - [2026-03-23 04:21:02] "GET /virtual-network/e1009cb3-8500-4601-94c0-03048d1de748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.034690 10.0.0.27 - - [2026-03-23 04:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008214 10.0.0.27 - - [2026-03-23 04:21:02] "GET /network-policy/4098636c-4a08-4e1d-8328-1fdffa00e3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.003897 10.0.0.27 - - [2026-03-23 04:21:02] "POST /ref-update HTTP/1.1" 200 156 0.087741 10.0.0.27 - - [2026-03-23 04:21:02] "GET /virtual-network/24f96abf-7c64-4018-a455-4af1b5b410e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.024577 10.0.0.27 - - [2026-03-23 04:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.010276 10.0.0.27 - - [2026-03-23 04:21:02] "GET /network-policy/4098636c-4a08-4e1d-8328-1fdffa00e3be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004234 10.0.0.27 - - [2026-03-23 04:21:02] "DELETE /network-policy/4098636c-4a08-4e1d-8328-1fdffa00e3be HTTP/1.1" 200 115 0.044068 10.0.0.27 - - [2026-03-23 04:21:02] "POST /neutron/network HTTP/1.1" 200 976 0.010498 10.0.0.27 - - [2026-03-23 04:21:03] "POST /neutron/port HTTP/1.1" 200 1208 0.017581 10.0.0.27 - - [2026-03-23 04:21:03] "POST /neutron/port HTTP/1.1" 200 1209 0.023674 10.0.0.23 - - [2026-03-23 04:21:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002840 10.0.0.23 - - [2026-03-23 04:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.016257 10.0.0.23 - - [2026-03-23 04:21:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003554 10.0.0.23 - - [2026-03-23 04:21:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003130 10.0.0.23 - - [2026-03-23 04:21:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002722 10.0.0.27 - - [2026-03-23 04:21:05] "POST /neutron/network HTTP/1.1" 200 151 0.169655 10.0.0.23 - - [2026-03-23 04:21:05] "DELETE /route-target/da8784c7-4034-43ab-ad4e-2ffa02b5584a HTTP/1.1" 200 115 0.028741 10.0.0.27 - - [2026-03-23 04:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.23 - - [2026-03-23 04:21:06] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000838 10.0.0.27 - - [2026-03-23 04:21:06] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043025 10.0.0.27 - - [2026-03-23 04:21:06] "POST /neutron/network HTTP/1.1" 200 117 0.012136 10.0.0.23 - - [2026-03-23 04:21:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.004652 10.0.0.23 - - [2026-03-23 04:21:07] "POST /useragent-kv HTTP/1.1" 200 115 0.007954 10.0.0.27 - - [2026-03-23 04:21:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.173698 10.0.0.27 - - [2026-03-23 04:21:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001150 10.0.0.27 - - [2026-03-23 04:21:07] "GET /virtual-network/899a3c25-72c4-42c1-90e5-11a69469794a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.004745 10.0.0.27 - - [2026-03-23 04:21:07] "GET /virtual-network/899a3c25-72c4-42c1-90e5-11a69469794a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006979 10.0.0.27 - - [2026-03-23 04:21:07] "POST /neutron/network HTTP/1.1" 200 975 0.014326 10.0.0.27 - - [2026-03-23 04:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.23 - - [2026-03-23 04:21:07] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000881 10.0.0.27 - - [2026-03-23 04:21:07] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038851 10.0.0.27 - - [2026-03-23 04:21:07] "POST /neutron/network HTTP/1.1" 200 117 0.014863 10.0.0.23 - - [2026-03-23 04:21:07] "POST /route-targets HTTP/1.1" 200 327 0.017586 10.0.0.23 - - [2026-03-23 04:21:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.007135 10.0.0.23 - - [2026-03-23 04:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.009558 10.0.0.27 - - [2026-03-23 04:21:08] "POST /neutron/subnet HTTP/1.1" 200 734 0.192969 10.0.0.27 - - [2026-03-23 04:21:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001288 10.0.0.27 - - [2026-03-23 04:21:08] "GET /virtual-network/982efea3-1973-4527-9a3e-bde9bcfcfe6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005516 10.0.0.27 - - [2026-03-23 04:21:08] "GET /virtual-network/982efea3-1973-4527-9a3e-bde9bcfcfe6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005919 10.0.0.27 - - [2026-03-23 04:21:08] "POST /neutron/network HTTP/1.1" 200 977 0.008388 10.0.0.27 - - [2026-03-23 04:21:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001137 10.0.0.27 - - [2026-03-23 04:21:08] "POST /neutron/network HTTP/1.1" 200 985 0.006515 10.0.0.23 - - [2026-03-23 04:21:09] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.27 - - [2026-03-23 04:21:09] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.084174 10.0.0.27 - - [2026-03-23 04:21:09] "POST /neutron/port HTTP/1.1" 200 117 0.006458 10.0.0.27 - - [2026-03-23 04:21:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001277 10.0.0.27 - - [2026-03-23 04:21:10] "POST /neutron/network HTTP/1.1" 200 985 0.010946 10.0.0.27 - - [2026-03-23 04:21:10] "POST /neutron/port HTTP/1.1" 200 1153 0.024111 10.0.0.23 - - [2026-03-23 04:21:10] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001295 10.0.0.27 - - [2026-03-23 04:21:10] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.158835 10.0.0.27 - - [2026-03-23 04:21:10] "POST /neutron/network HTTP/1.1" 200 977 0.012255 10.0.0.27 - - [2026-03-23 04:21:11] "POST /neutron/subnet HTTP/1.1" 200 1272 0.014235 10.0.0.27 - - [2026-03-23 04:21:11] "POST /neutron/network HTTP/1.1" 200 975 0.010567 10.0.0.27 - - [2026-03-23 04:21:11] "POST /neutron/port HTTP/1.1" 200 117 0.005615 10.0.0.27 - - [2026-03-23 04:21:11] "POST /neutron/network HTTP/1.1" 200 987 0.007255 10.0.0.27 - - [2026-03-23 04:21:12] "POST /neutron/port HTTP/1.1" 200 1155 0.020813 10.0.0.27 - - [2026-03-23 04:21:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003622 10.0.0.27 - - [2026-03-23 04:21:12] "POST /neutron/port HTTP/1.1" 200 117 0.001651 10.0.0.23 - - [2026-03-23 04:21:12] "GET /obj-perms HTTP/1.1" 200 5056 0.075541 10.0.0.27 - - [2026-03-23 04:21:16] "POST /neutron/port HTTP/1.1" 200 1217 0.020860 10.0.0.27 - - [2026-03-23 04:21:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008806 10.0.0.27 - - [2026-03-23 04:21:16] "GET /virtual-machine/df96c4e8-4f9f-44b3-bf8f-7be8b85e027f HTTP/1.1" 200 1301 0.007022 10.0.0.27 - - [2026-03-23 04:21:16] "GET /virtual-machine-interface/ad623b3a-a86a-4eb4-9bbb-e9ec8570bc4f HTTP/1.1" 200 3157 0.005405 10.0.0.27 - - [2026-03-23 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.27 - - [2026-03-23 04:21:16] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004087 10.0.0.27 - - [2026-03-23 04:21:16] "GET /virtual-networks?parent_id=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002773 10.0.0.27 - - [2026-03-23 04:21:16] "GET /virtual-network/899a3c25-72c4-42c1-90e5-11a69469794a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007518 10.0.0.27 - - [2026-03-23 04:21:18] "POST /neutron/port HTTP/1.1" 200 1219 0.020198 10.0.0.27 - - [2026-03-23 04:21:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003992 10.0.0.27 - - [2026-03-23 04:21:18] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.27 - - [2026-03-23 04:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.27 - - [2026-03-23 04:21:19] "GET /virtual-network/899a3c25-72c4-42c1-90e5-11a69469794a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006084 10.0.0.27 - - [2026-03-23 04:21:20] "POST /neutron/port HTTP/1.1" 200 1217 0.021079 10.0.0.27 - - [2026-03-23 04:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.27 - - [2026-03-23 04:21:21] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004355 10.0.0.27 - - [2026-03-23 04:21:21] "GET /virtual-networks?parent_id=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003449 10.0.0.27 - - [2026-03-23 04:21:22] "GET /virtual-network/899a3c25-72c4-42c1-90e5-11a69469794a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006609 10.0.0.27 - - [2026-03-23 04:21:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008009 10.0.0.27 - - [2026-03-23 04:21:27] "POST /neutron/port HTTP/1.1" 200 1219 0.019170 10.0.0.27 - - [2026-03-23 04:21:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006694 10.0.0.27 - - [2026-03-23 04:21:27] "GET /virtual-machine/d1ed873f-fece-4d13-93a4-b30ac1563abb HTTP/1.1" 200 1301 0.007377 10.0.0.27 - - [2026-03-23 04:21:27] "GET /virtual-machine-interface/c8b53562-d8c2-4f70-b039-c7731f389a9c HTTP/1.1" 200 3157 0.005484 10.0.0.27 - - [2026-03-23 04:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.27 - - [2026-03-23 04:21:27] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003429 10.0.0.27 - - [2026-03-23 04:21:27] "GET /virtual-networks?parent_id=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003278 10.0.0.27 - - [2026-03-23 04:21:27] "GET /virtual-network/982efea3-1973-4527-9a3e-bde9bcfcfe6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006312 10.0.0.27 - - [2026-03-23 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.27 - - [2026-03-23 04:21:28] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004551 10.0.0.27 - - [2026-03-23 04:21:28] "GET /virtual-networks?parent_id=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003319 10.0.0.27 - - [2026-03-23 04:21:29] "GET /virtual-network/982efea3-1973-4527-9a3e-bde9bcfcfe6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007006 10.0.0.27 - - [2026-03-23 04:21:29] "POST /fqname-to-id HTTP/1.1" 404 209 0.003679 10.0.0.27 - - [2026-03-23 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.23 - - [2026-03-23 04:21:29] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000902 10.0.0.27 - - [2026-03-23 04:21:29] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040932 10.0.0.27 - - [2026-03-23 04:21:29] "POST /network-policys HTTP/1.1" 200 533 0.031357 10.0.0.27 - - [2026-03-23 04:21:29] "GET /network-policy/d856ea59-83aa-4005-951d-58f0a7a301d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006823 10.0.0.27 - - [2026-03-23 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.27 - - [2026-03-23 04:21:29] "GET /virtual-network/899a3c25-72c4-42c1-90e5-11a69469794a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005603 10.0.0.27 - - [2026-03-23 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.27 - - [2026-03-23 04:21:29] "GET /network-policy/d856ea59-83aa-4005-951d-58f0a7a301d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003959 10.0.0.27 - - [2026-03-23 04:21:29] "POST /ref-update HTTP/1.1" 200 156 0.049921 10.0.0.27 - - [2026-03-23 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.23 - - [2026-03-23 04:21:29] "POST /access-control-lists HTTP/1.1" 200 578 0.081833 10.0.0.27 - - [2026-03-23 04:21:29] "GET /network-policy/d856ea59-83aa-4005-951d-58f0a7a301d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004588 10.0.0.27 - - [2026-03-23 04:21:29] "POST /neutron/network HTTP/1.1" 200 1061 0.010625 10.0.0.27 - - [2026-03-23 04:21:29] "GET /virtual-network/899a3c25-72c4-42c1-90e5-11a69469794a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2865 0.005364 10.0.0.27 - - [2026-03-23 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.27 - - [2026-03-23 04:21:29] "GET /network-policy/d856ea59-83aa-4005-951d-58f0a7a301d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003899 10.0.0.27 - - [2026-03-23 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.27 - - [2026-03-23 04:21:29] "GET /virtual-network/982efea3-1973-4527-9a3e-bde9bcfcfe6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005718 10.0.0.27 - - [2026-03-23 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.27 - - [2026-03-23 04:21:29] "GET /network-policy/d856ea59-83aa-4005-951d-58f0a7a301d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.010610 10.0.0.27 - - [2026-03-23 04:21:29] "POST /ref-update HTTP/1.1" 200 156 0.053550 10.0.0.27 - - [2026-03-23 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006148 10.0.0.23 - - [2026-03-23 04:21:30] "POST /ref-update HTTP/1.1" 200 156 0.026931 10.0.0.27 - - [2026-03-23 04:21:30] "GET /network-policy/d856ea59-83aa-4005-951d-58f0a7a301d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007840 10.0.0.27 - - [2026-03-23 04:21:30] "GET /virtual-network/982efea3-1973-4527-9a3e-bde9bcfcfe6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.008997 10.0.0.27 - - [2026-03-23 04:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.27 - - [2026-03-23 04:21:30] "GET /network-policy/d856ea59-83aa-4005-951d-58f0a7a301d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004507 10.0.0.27 - - [2026-03-23 04:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.23 - - [2026-03-23 04:21:30] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.27 - - [2026-03-23 04:21:30] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036847 10.0.0.23 - - [2026-03-23 04:21:30] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.27 - - [2026-03-23 04:21:30] "POST /neutron/network HTTP/1.1" 200 585 0.112557 10.0.0.23 - - [2026-03-23 04:21:30] "POST /ref-update HTTP/1.1" 200 156 0.024370 10.0.0.27 - - [2026-03-23 04:21:30] "POST /id-to-fqname HTTP/1.1" 200 214 0.003349 10.0.0.27 - - [2026-03-23 04:21:30] "GET /virtual-network/54d62551-6074-42cb-a7af-f5ef6253a3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006454 10.0.0.27 - - [2026-03-23 04:21:30] "POST /neutron/network HTTP/1.1" 200 799 0.005976 10.0.0.27 - - [2026-03-23 04:21:30] "GET /virtual-network/54d62551-6074-42cb-a7af-f5ef6253a3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.004578 10.0.0.27 - - [2026-03-23 04:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.23 - - [2026-03-23 04:21:30] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000841 10.0.0.27 - - [2026-03-23 04:21:30] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036743 10.0.0.27 - - [2026-03-23 04:21:30] "POST /neutron/network HTTP/1.1" 200 117 0.014741 10.0.0.27 - - [2026-03-23 04:21:31] "POST /neutron/network HTTP/1.1" 200 799 0.008476 10.0.0.27 - - [2026-03-23 04:21:31] "POST /id-to-fqname HTTP/1.1" 200 214 0.001062 10.0.0.27 - - [2026-03-23 04:21:31] "GET /virtual-network/2320093f-3ed1-407b-b6e0-9015ecb9db21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005231 10.0.0.27 - - [2026-03-23 04:21:31] "GET /virtual-network/2320093f-3ed1-407b-b6e0-9015ecb9db21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005534 10.0.0.27 - - [2026-03-23 04:21:31] "POST /neutron/subnet HTTP/1.1" 200 701 0.008898 10.0.0.27 - - [2026-03-23 04:21:31] "POST /fqname-to-id HTTP/1.1" 404 239 0.002831 10.0.0.27 - - [2026-03-23 04:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.23 - - [2026-03-23 04:21:31] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.27 - - [2026-03-23 04:21:31] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.068317 10.0.0.27 - - [2026-03-23 04:21:31] "POST /network-policys HTTP/1.1" 200 587 0.035984 10.0.0.27 - - [2026-03-23 04:21:31] "GET /network-policy/959263c9-bbfa-492a-8fbd-b417e7d42f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.010969 10.0.0.27 - - [2026-03-23 04:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.27 - - [2026-03-23 04:21:31] "GET /virtual-network/54d62551-6074-42cb-a7af-f5ef6253a3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005368 10.0.0.27 - - [2026-03-23 04:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.27 - - [2026-03-23 04:21:31] "GET /network-policy/959263c9-bbfa-492a-8fbd-b417e7d42f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004058 10.0.0.23 - - [2026-03-23 04:21:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.004686 10.0.0.27 - - [2026-03-23 04:21:32] "POST /ref-update HTTP/1.1" 200 156 0.056351 10.0.0.27 - - [2026-03-23 04:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.017757 10.0.0.27 - - [2026-03-23 04:21:32] "GET /network-policy/959263c9-bbfa-492a-8fbd-b417e7d42f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004867 10.0.0.27 - - [2026-03-23 04:21:32] "GET /virtual-network/54d62551-6074-42cb-a7af-f5ef6253a3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.008047 10.0.0.27 - - [2026-03-23 04:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.27 - - [2026-03-23 04:21:32] "GET /network-policy/959263c9-bbfa-492a-8fbd-b417e7d42f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005147 10.0.0.27 - - [2026-03-23 04:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.27 - - [2026-03-23 04:21:32] "GET /virtual-network/2320093f-3ed1-407b-b6e0-9015ecb9db21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005702 10.0.0.27 - - [2026-03-23 04:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.27 - - [2026-03-23 04:21:32] "GET /network-policy/959263c9-bbfa-492a-8fbd-b417e7d42f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004086 10.0.0.27 - - [2026-03-23 04:21:32] "POST /ref-update HTTP/1.1" 200 156 0.055117 10.0.0.27 - - [2026-03-23 04:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.23 - - [2026-03-23 04:21:32] "POST /access-control-lists HTTP/1.1" 200 554 0.082949 10.0.0.27 - - [2026-03-23 04:21:32] "GET /network-policy/959263c9-bbfa-492a-8fbd-b417e7d42f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004112 10.0.0.27 - - [2026-03-23 04:21:32] "GET /virtual-network/2320093f-3ed1-407b-b6e0-9015ecb9db21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2331 0.011014 10.0.0.27 - - [2026-03-23 04:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007835 10.0.0.27 - - [2026-03-23 04:21:32] "GET /network-policy/959263c9-bbfa-492a-8fbd-b417e7d42f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005380 10.0.0.27 - - [2026-03-23 04:21:32] "POST /id-to-fqname HTTP/1.1" 200 214 0.001425 10.0.0.27 - - [2026-03-23 04:21:32] "POST /neutron/port HTTP/1.1" 200 2282 0.038189 10.0.0.23 - - [2026-03-23 04:21:33] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.27 - - [2026-03-23 04:21:33] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.083053 10.0.0.27 - - [2026-03-23 04:21:33] "POST /neutron/network HTTP/1.1" 200 912 0.006127 10.0.0.27 - - [2026-03-23 04:21:34] "POST /neutron/port HTTP/1.1" 200 117 0.008915 10.0.0.27 - - [2026-03-23 04:21:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001187 10.0.0.27 - - [2026-03-23 04:21:34] "POST /neutron/network HTTP/1.1" 200 922 0.009575 10.0.0.27 - - [2026-03-23 04:21:34] "POST /neutron/port HTTP/1.1" 200 1063 0.017363 10.0.0.27 - - [2026-03-23 04:21:35] "POST /neutron/port HTTP/1.1" 200 1127 0.018803 10.0.0.27 - - [2026-03-23 04:21:35] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.23 - - [2026-03-23 04:21:35] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.27 - - [2026-03-23 04:21:35] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077727 10.0.0.27 - - [2026-03-23 04:21:35] "POST /neutron/port HTTP/1.1" 200 3256 0.031785 10.0.0.27 - - [2026-03-23 04:21:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003640 10.0.0.27 - - [2026-03-23 04:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.27 - - [2026-03-23 04:21:35] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006565 10.0.0.27 - - [2026-03-23 04:21:36] "POST /neutron/network HTTP/1.1" 200 922 0.007190 10.0.0.23 - - [2026-03-23 04:21:36] "PUT /access-control-list/2348fae9-e42b-4507-9b16-e58adb38c948 HTTP/1.1" 200 272 0.020740 10.0.0.27 - - [2026-03-23 04:21:36] "POST /neutron/port HTTP/1.1" 200 1063 0.019105 10.0.0.27 - - [2026-03-23 04:21:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003777 10.0.0.27 - - [2026-03-23 04:21:36] "POST /neutron/network HTTP/1.1" 200 912 0.006618 10.0.0.27 - - [2026-03-23 04:21:37] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003581 10.0.0.27 - - [2026-03-23 04:21:37] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003573 10.0.0.27 - - [2026-03-23 04:21:37] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003926 10.0.0.27 - - [2026-03-23 04:21:37] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.024701 10.0.0.27 - - [2026-03-23 04:21:37] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.038660 10.0.0.27 - - [2026-03-23 04:21:37] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.007159 10.0.0.27 - - [2026-03-23 04:21:37] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004026 10.0.0.27 - - [2026-03-23 04:21:37] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.035207 10.0.0.27 - - [2026-03-23 04:21:37] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.040927 10.0.0.27 - - [2026-03-23 04:21:37] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.007449 10.0.0.27 - - [2026-03-23 04:21:37] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004153 10.0.0.27 - - [2026-03-23 04:21:37] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.033752 10.0.0.27 - - [2026-03-23 04:21:37] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.036617 10.0.0.27 - - [2026-03-23 04:21:37] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004604 10.0.0.27 - - [2026-03-23 04:21:37] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.007158 10.0.0.27 - - [2026-03-23 04:21:37] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.021673 10.0.0.27 - - [2026-03-23 04:21:37] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003307 10.0.0.27 - - [2026-03-23 04:21:37] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004331 10.0.0.27 - - [2026-03-23 04:21:37] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004223 10.0.0.27 - - [2026-03-23 04:21:37] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.041650 10.0.0.27 - - [2026-03-23 04:21:37] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.049160 10.0.0.27 - - [2026-03-23 04:21:38] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005356 10.0.0.27 - - [2026-03-23 04:21:38] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003664 10.0.0.27 - - [2026-03-23 04:21:38] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.032562 10.0.0.27 - - [2026-03-23 04:21:38] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.034192 10.0.0.27 - - [2026-03-23 04:21:38] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004584 10.0.0.27 - - [2026-03-23 04:21:38] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.003614 10.0.0.27 - - [2026-03-23 04:21:38] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.036497 10.0.0.27 - - [2026-03-23 04:21:38] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.051725 10.0.0.27 - - [2026-03-23 04:21:38] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.009145 10.0.0.27 - - [2026-03-23 04:21:38] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003696 10.0.0.27 - - [2026-03-23 04:21:38] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.025282 10.0.0.27 - - [2026-03-23 04:21:38] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004570 10.0.0.27 - - [2026-03-23 04:21:38] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003568 10.0.0.27 - - [2026-03-23 04:21:38] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003869 10.0.0.27 - - [2026-03-23 04:21:38] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.050090 10.0.0.27 - - [2026-03-23 04:21:38] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.035979 10.0.0.27 - - [2026-03-23 04:21:38] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.008025 10.0.0.27 - - [2026-03-23 04:21:38] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004043 10.0.0.27 - - [2026-03-23 04:21:38] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.034750 10.0.0.27 - - [2026-03-23 04:21:38] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.041678 10.0.0.27 - - [2026-03-23 04:21:38] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.005121 10.0.0.27 - - [2026-03-23 04:21:38] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.018357 10.0.0.27 - - [2026-03-23 04:21:39] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.041124 10.0.0.27 - - [2026-03-23 04:21:39] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.037375 10.0.0.27 - - [2026-03-23 04:21:39] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004564 10.0.0.27 - - [2026-03-23 04:21:39] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.003999 10.0.0.27 - - [2026-03-23 04:21:39] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.017670 10.0.0.27 - - [2026-03-23 04:21:39] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004984 10.0.0.27 - - [2026-03-23 04:21:39] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003966 10.0.0.27 - - [2026-03-23 04:21:39] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.020503 10.0.0.27 - - [2026-03-23 04:21:39] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006935 10.0.0.27 - - [2026-03-23 04:21:39] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005877 10.0.0.27 - - [2026-03-23 04:21:39] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.020947 10.0.0.27 - - [2026-03-23 04:21:39] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004167 10.0.0.27 - - [2026-03-23 04:21:39] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004472 10.0.0.27 - - [2026-03-23 04:21:39] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.020667 10.0.0.27 - - [2026-03-23 04:21:49] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003787 10.0.0.27 - - [2026-03-23 04:21:49] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.007208 10.0.0.27 - - [2026-03-23 04:21:49] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.004244 10.0.0.27 - - [2026-03-23 04:21:49] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.028089 10.0.0.27 - - [2026-03-23 04:21:49] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.032852 10.0.0.27 - - [2026-03-23 04:21:49] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.020261 10.0.0.27 - - [2026-03-23 04:21:49] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.004253 10.0.0.27 - - [2026-03-23 04:21:49] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.027863 10.0.0.27 - - [2026-03-23 04:21:49] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.030944 10.0.0.27 - - [2026-03-23 04:21:49] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.004600 10.0.0.27 - - [2026-03-23 04:21:49] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.004348 10.0.0.27 - - [2026-03-23 04:21:49] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.033393 10.0.0.27 - - [2026-03-23 04:21:50] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.036683 10.0.0.27 - - [2026-03-23 04:21:50] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.003873 10.0.0.27 - - [2026-03-23 04:21:50] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.003851 10.0.0.27 - - [2026-03-23 04:21:50] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.027455 10.0.0.27 - - [2026-03-23 04:21:50] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004681 10.0.0.27 - - [2026-03-23 04:21:50] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004520 10.0.0.27 - - [2026-03-23 04:21:50] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003872 10.0.0.27 - - [2026-03-23 04:21:50] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.026901 10.0.0.27 - - [2026-03-23 04:21:50] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.032157 10.0.0.27 - - [2026-03-23 04:21:50] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.005851 10.0.0.27 - - [2026-03-23 04:21:50] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.003408 10.0.0.27 - - [2026-03-23 04:21:50] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.026175 10.0.0.27 - - [2026-03-23 04:21:50] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.039582 10.0.0.27 - - [2026-03-23 04:21:50] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.008891 10.0.0.27 - - [2026-03-23 04:21:50] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.003737 10.0.0.27 - - [2026-03-23 04:21:50] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.031637 10.0.0.27 - - [2026-03-23 04:21:50] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.043915 10.0.0.27 - - [2026-03-23 04:21:50] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.004783 10.0.0.27 - - [2026-03-23 04:21:50] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.008862 10.0.0.27 - - [2026-03-23 04:21:50] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.029904 10.0.0.27 - - [2026-03-23 04:21:50] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003165 10.0.0.27 - - [2026-03-23 04:21:50] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004292 10.0.0.27 - - [2026-03-23 04:21:50] "GET /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.003939 10.0.0.27 - - [2026-03-23 04:21:50] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.048068 10.0.0.27 - - [2026-03-23 04:21:51] "PUT /bgp-router/4d7928ab-7618-425e-af57-0434636a2aa9 HTTP/1.1" 200 254 0.032364 10.0.0.27 - - [2026-03-23 04:21:51] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005299 10.0.0.27 - - [2026-03-23 04:21:51] "GET /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.007062 10.0.0.27 - - [2026-03-23 04:21:51] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.035101 10.0.0.27 - - [2026-03-23 04:21:51] "PUT /bgp-router/596aef79-8cce-46f6-95e9-bbe654545822 HTTP/1.1" 200 254 0.044775 10.0.0.27 - - [2026-03-23 04:21:51] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.004593 10.0.0.27 - - [2026-03-23 04:21:51] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.003679 10.0.0.27 - - [2026-03-23 04:21:51] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.044724 10.0.0.27 - - [2026-03-23 04:21:51] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.038011 10.0.0.27 - - [2026-03-23 04:21:51] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.007637 10.0.0.27 - - [2026-03-23 04:21:51] "GET /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.004488 10.0.0.27 - - [2026-03-23 04:21:51] "PUT /bgp-router/ee06ad42-0d21-4402-ab78-43fa963d6f88 HTTP/1.1" 200 254 0.029536 10.0.0.27 - - [2026-03-23 04:21:51] "POST /ref-update HTTP/1.1" 200 156 0.046537 10.0.0.27 - - [2026-03-23 04:21:51] "POST /neutron/network HTTP/1.1" 200 799 0.009682 10.0.0.27 - - [2026-03-23 04:21:51] "GET /virtual-network/2320093f-3ed1-407b-b6e0-9015ecb9db21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.010475 10.0.0.27 - - [2026-03-23 04:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.27 - - [2026-03-23 04:21:51] "GET /network-policy/959263c9-bbfa-492a-8fbd-b417e7d42f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.012981 10.0.0.27 - - [2026-03-23 04:21:51] "POST /ref-update HTTP/1.1" 200 156 0.070336 10.0.0.23 - - [2026-03-23 04:21:51] "DELETE /access-control-list/2c6d7614-8128-4be9-98af-05362be57ec1 HTTP/1.1" 200 115 0.051503 10.0.0.27 - - [2026-03-23 04:21:52] "GET /virtual-network/54d62551-6074-42cb-a7af-f5ef6253a3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.015499 10.0.0.27 - - [2026-03-23 04:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.27 - - [2026-03-23 04:21:52] "GET /network-policy/959263c9-bbfa-492a-8fbd-b417e7d42f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004147 10.0.0.27 - - [2026-03-23 04:21:52] "DELETE /network-policy/959263c9-bbfa-492a-8fbd-b417e7d42f57 HTTP/1.1" 200 115 0.027392 10.0.0.27 - - [2026-03-23 04:21:52] "POST /neutron/network HTTP/1.1" 400 204 0.012730 10.0.0.27 - - [2026-03-23 04:21:52] "POST /neutron/port HTTP/1.1" 200 151 0.160916 10.0.0.27 - - [2026-03-23 04:21:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010143 10.0.0.27 - - [2026-03-23 04:21:54] "POST /neutron/network HTTP/1.1" 200 799 0.006482 10.0.0.23 - - [2026-03-23 04:21:54] "DELETE /route-target/0f2d1ecf-d781-4ed1-84a6-dd667fbc07a6 HTTP/1.1" 200 115 0.022328 10.0.0.23 - - [2026-03-23 04:21:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005838 10.0.0.23 - - [2026-03-23 04:21:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003164 10.0.0.27 - - [2026-03-23 04:21:54] "POST /neutron/network HTTP/1.1" 200 151 0.109527 10.0.0.23 - - [2026-03-23 04:21:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.006768 10.0.0.27 - - [2026-03-23 04:21:54] "POST /ref-update HTTP/1.1" 200 156 0.073050 10.0.0.23 - - [2026-03-23 04:21:54] "DELETE /access-control-list/35f012c6-352d-4121-a38e-991fe8cd4a73 HTTP/1.1" 200 115 0.044283 10.0.0.27 - - [2026-03-23 04:21:54] "GET /virtual-network/982efea3-1973-4527-9a3e-bde9bcfcfe6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007853 10.0.0.27 - - [2026-03-23 04:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007542 10.0.0.27 - - [2026-03-23 04:21:54] "GET /network-policy/d856ea59-83aa-4005-951d-58f0a7a301d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003916 10.0.0.27 - - [2026-03-23 04:21:54] "POST /ref-update HTTP/1.1" 200 156 0.053700 10.0.0.23 - - [2026-03-23 04:21:54] "POST /ref-update HTTP/1.1" 200 156 0.037493 10.0.0.27 - - [2026-03-23 04:21:54] "GET /virtual-network/899a3c25-72c4-42c1-90e5-11a69469794a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.010646 10.0.0.27 - - [2026-03-23 04:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.27 - - [2026-03-23 04:21:54] "GET /network-policy/d856ea59-83aa-4005-951d-58f0a7a301d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004351 10.0.0.27 - - [2026-03-23 04:21:54] "DELETE /network-policy/d856ea59-83aa-4005-951d-58f0a7a301d4 HTTP/1.1" 200 115 0.034120 10.0.0.27 - - [2026-03-23 04:21:55] "POST /neutron/network HTTP/1.1" 200 977 0.010372 10.0.0.27 - - [2026-03-23 04:21:55] "POST /neutron/port HTTP/1.1" 200 1209 0.016520 10.0.0.27 - - [2026-03-23 04:21:55] "POST /neutron/port HTTP/1.1" 200 1207 0.015889 10.0.0.23 - - [2026-03-23 04:21:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003667 10.0.0.23 - - [2026-03-23 04:21:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003906 10.0.0.23 - - [2026-03-23 04:21:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003322 10.0.0.23 - - [2026-03-23 04:21:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002946 10.0.0.27 - - [2026-03-23 04:21:57] "POST /neutron/network HTTP/1.1" 200 151 0.152407 10.0.0.23 - - [2026-03-23 04:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.23 - - [2026-03-23 04:21:58] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002947 10.0.0.27 - - [2026-03-23 04:21:58] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.070875 10.0.0.23 - - [2026-03-23 04:21:58] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001417 10.0.0.27 - - [2026-03-23 04:21:59] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?fields=virtual_networks HTTP/1.1" 200 1048 0.064867 10.0.0.23 - - [2026-03-23 04:21:59] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000886 10.0.0.27 - - [2026-03-23 04:21:59] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.045352 10.0.0.23 - - [2026-03-23 04:21:59] "GET /projects?obj_uuids=f85fd48c-2e3c-4a00-b887-6411bd049528&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.27 - - [2026-03-23 04:21:59] "GET /project/f85fd48c-2e3c-4a00-b887-6411bd049528?fields=security_groups HTTP/1.1" 200 1282 0.039098 10.0.0.27 - - [2026-03-23 04:22:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.035283 10.0.0.23 - - [2026-03-23 04:22:00] "GET /projects?obj_uuids=20ce9ef3-a36c-4b29-b6ee-64ce69b28166&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003631 10.0.0.23 - - [2026-03-23 04:22:00] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.23 - - [2026-03-23 04:22:00] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007016 10.0.0.23 - - [2026-03-23 04:22:00] "POST /id-to-fqname HTTP/1.1" 200 185 0.004599 10.0.0.23 - - [2026-03-23 04:22:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.006015 10.0.0.23 - - [2026-03-23 04:22:00] "POST /security-groups HTTP/1.1" 200 586 0.093069 10.0.0.23 - - [2026-03-23 04:22:00] "POST /projects HTTP/1.1" 200 575 0.361202 10.0.0.23 - - [2026-03-23 04:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.396796 10.0.0.23 - - [2026-03-23 04:22:00] "POST /access-control-lists HTTP/1.1" 200 591 0.036234 10.0.0.27 - - [2026-03-23 04:22:00] "GET /project/20ce9ef3-a36c-4b29-b6ee-64ce69b28166?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.605757 10.0.0.27 - - [2026-03-23 04:22:02] "GET / HTTP/1.1" 200 35931 0.002423 10.0.0.27 - - [2026-03-23 04:22:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.27 - - [2026-03-23 04:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.058350 10.0.0.27 - - [2026-03-23 04:22:05] "GET /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003654 10.0.0.27 - - [2026-03-23 04:22:05] "GET /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002748 10.0.0.27 - - [2026-03-23 04:22:05] "GET /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005028 10.0.0.27 - - [2026-03-23 04:22:05] "PUT /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7 HTTP/1.1" 200 264 0.012955 10.0.0.27 - - [2026-03-23 04:22:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.031265 10.0.0.23 - - [2026-03-23 04:22:07] "GET /projects?obj_uuids=60793d7a-138d-41e3-b3ea-f62c916869d3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003142 10.0.0.23 - - [2026-03-23 04:22:07] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.23 - - [2026-03-23 04:22:07] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006807 10.0.0.23 - - [2026-03-23 04:22:07] "POST /id-to-fqname HTTP/1.1" 200 185 0.001075 10.0.0.23 - - [2026-03-23 04:22:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.005032 10.0.0.23 - - [2026-03-23 04:22:07] "POST /security-groups HTTP/1.1" 200 586 0.029961 10.0.0.23 - - [2026-03-23 04:22:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.005330 10.0.0.23 - - [2026-03-23 04:22:07] "POST /projects HTTP/1.1" 200 575 0.224589 10.0.0.23 - - [2026-03-23 04:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.304945 10.0.0.23 - - [2026-03-23 04:22:07] "POST /access-control-lists HTTP/1.1" 200 589 0.031816 10.0.0.27 - - [2026-03-23 04:22:07] "GET /project/60793d7a-138d-41e3-b3ea-f62c916869d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.462364 10.0.0.27 - - [2026-03-23 04:22:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.029627 10.0.0.23 - - [2026-03-23 04:22:08] "GET /projects?obj_uuids=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002915 10.0.0.23 - - [2026-03-23 04:22:08] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001366 10.0.0.23 - - [2026-03-23 04:22:08] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007017 10.0.0.23 - - [2026-03-23 04:22:08] "POST /id-to-fqname HTTP/1.1" 200 185 0.001056 10.0.0.23 - - [2026-03-23 04:22:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.002415 10.0.0.23 - - [2026-03-23 04:22:08] "POST /security-groups HTTP/1.1" 200 586 0.083683 10.0.0.23 - - [2026-03-23 04:22:08] "POST /projects HTTP/1.1" 200 575 0.295544 10.0.0.23 - - [2026-03-23 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.350150 10.0.0.23 - - [2026-03-23 04:22:08] "POST /fqname-to-id HTTP/1.1" 404 228 0.011846 10.0.0.27 - - [2026-03-23 04:22:09] "GET /project/2e068b50-a642-43bc-b4bc-306c88329161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.521036 10.0.0.27 - - [2026-03-23 04:22:09] "GET / HTTP/1.1" 200 35931 0.001576 10.0.0.27 - - [2026-03-23 04:22:10] "GET / HTTP/1.1" 200 35931 0.001441 10.0.0.27 - - [2026-03-23 04:22:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.003198 10.0.0.27 - - [2026-03-23 04:22:11] "POST /api-access-lists HTTP/1.1" 200 521 0.020758 10.0.0.27 - - [2026-03-23 04:22:11] "GET /api-access-list/fad7a58d-7bbf-4d42-b301-bd5ae8f3db18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.006496 10.0.0.27 - - [2026-03-23 04:22:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2026-03-23 04:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.105485 10.0.0.23 - - [2026-03-23 04:22:12] "GET /projects?obj_uuids=60793d7a-138d-41e3-b3ea-f62c916869d3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000997 10.0.0.27 - - [2026-03-23 04:22:12] "GET /project/60793d7a-138d-41e3-b3ea-f62c916869d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.060347 10.0.0.27 - - [2026-03-23 04:22:12] "GET /virtual-networks?parent_id=60793d7a-138d-41e3-b3ea-f62c916869d3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016659 10.0.0.27 - - [2026-03-23 04:22:12] "POST /virtual-networks HTTP/1.1" 200 568 0.095683 10.0.0.27 - - [2026-03-23 04:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.017681 10.0.0.27 - - [2026-03-23 04:22:12] "GET /network-ipam/141559c4-7adc-412c-913d-e02e7f43b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.015403 10.0.0.23 - - [2026-03-23 04:22:12] "POST /useragent-kv HTTP/1.1" 200 115 0.010537 10.0.0.27 - - [2026-03-23 04:22:12] "POST /ref-update HTTP/1.1" 200 156 0.104998 10.0.0.27 - - [2026-03-23 04:22:12] "POST /neutron/network HTTP/1.1" 200 833 0.062351 10.0.0.23 - - [2026-03-23 04:22:12] "POST /ref-update HTTP/1.1" 200 156 0.021904 10.0.0.27 - - [2026-03-23 04:22:12] "GET /virtual-network/63b52ab6-116a-4300-a727-9dd571605314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.020356 10.0.0.27 - - [2026-03-23 04:22:13] "GET /obj-perms HTTP/1.1" 200 5056 0.086592 10.0.0.27 - - [2026-03-23 04:22:13] "POST /neutron/subnet HTTP/1.1" 200 680 0.040730 10.0.0.27 - - [2026-03-23 04:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.042987 10.0.0.27 - - [2026-03-23 04:22:15] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.068543 10.0.0.27 - - [2026-03-23 04:22:16] "GET /virtual-network/63b52ab6-116a-4300-a727-9dd571605314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.052500 10.0.0.27 - - [2026-03-23 04:22:16] "POST /id-to-fqname HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2026-03-23 04:22:16] "POST /id-to-fqname HTTP/1.1" 200 230 0.044873 10.0.0.23 - - [2026-03-23 04:22:17] "GET /projects?obj_uuids=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001189 10.0.0.27 - - [2026-03-23 04:22:17] "GET /project/2e068b50-a642-43bc-b4bc-306c88329161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.072808 10.0.0.27 - - [2026-03-23 04:22:18] "POST /neutron/port HTTP/1.1" 200 117 0.036637 10.0.0.27 - - [2026-03-23 04:22:18] "POST /neutron/network HTTP/1.1" 200 843 0.077297 10.0.0.27 - - [2026-03-23 04:22:19] "POST /neutron/port HTTP/1.1" 200 1056 0.054182 10.0.0.27 - - [2026-03-23 04:22:19] "POST /neutron/port HTTP/1.1" 200 1120 0.024551 10.0.0.27 - - [2026-03-23 04:22:20] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.27 - - [2026-03-23 04:22:23] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007723 10.0.0.27 - - [2026-03-23 04:22:23] "POST /neutron/port HTTP/1.1" 200 1120 0.018204 10.0.0.27 - - [2026-03-23 04:22:23] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007670 10.0.0.27 - - [2026-03-23 04:22:23] "GET /virtual-machine/f032c98c-28e7-4a02-9f6a-57283a5fb662 HTTP/1.1" 401 292 0.000380 10.0.0.27 - - [2026-03-23 04:22:24] "GET /virtual-machine/f032c98c-28e7-4a02-9f6a-57283a5fb662 HTTP/1.1" 200 1288 0.063559 10.0.0.27 - - [2026-03-23 04:22:24] "GET /virtual-machine/f032c98c-28e7-4a02-9f6a-57283a5fb662 HTTP/1.1" 200 1288 0.017090 10.0.0.27 - - [2026-03-23 04:22:24] "GET /virtual-machine-interface/97d8ccdd-73bb-4330-8b14-2c008ca8bd91 HTTP/1.1" 200 2531 0.021643 10.0.0.27 - - [2026-03-23 04:22:24] "GET /virtual-machine/f032c98c-28e7-4a02-9f6a-57283a5fb662 HTTP/1.1" 200 1288 0.016794 10.0.0.27 - - [2026-03-23 04:22:24] "GET /virtual-machine-interface/97d8ccdd-73bb-4330-8b14-2c008ca8bd91 HTTP/1.1" 200 2531 0.022397 10.0.0.27 - - [2026-03-23 04:22:24] "GET /instance-ip/f40fe497-96e2-40f0-8a61-47a2c95bbb6c HTTP/1.1" 200 1626 0.019489 10.0.0.27 - - [2026-03-23 04:22:24] "GET /virtual-machine/f032c98c-28e7-4a02-9f6a-57283a5fb662 HTTP/1.1" 200 1288 0.016177 10.0.0.27 - - [2026-03-23 04:22:24] "GET /virtual-machine-interface/97d8ccdd-73bb-4330-8b14-2c008ca8bd91 HTTP/1.1" 200 2531 0.023429 10.0.0.27 - - [2026-03-23 04:22:24] "GET /instance-ip/f40fe497-96e2-40f0-8a61-47a2c95bbb6c HTTP/1.1" 200 1626 0.018540 10.0.0.27 - - [2026-03-23 04:22:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.015848 10.0.0.27 - - [2026-03-23 04:22:24] "GET / HTTP/1.1" 200 35931 0.001935 10.0.0.27 - - [2026-03-23 04:22:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2026-03-23 04:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.033163 10.0.0.27 - - [2026-03-23 04:22:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003661 10.0.0.27 - - [2026-03-23 04:22:25] "GET /virtual-networks?parent_id=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015974 10.0.0.27 - - [2026-03-23 04:22:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.018682 10.0.0.27 - - [2026-03-23 04:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.27 - - [2026-03-23 04:22:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003969 10.0.0.27 - - [2026-03-23 04:22:25] "GET /virtual-networks?parent_id=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017110 10.0.0.27 - - [2026-03-23 04:22:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.023344 10.0.0.27 - - [2026-03-23 04:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006406 10.0.0.27 - - [2026-03-23 04:22:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003662 10.0.0.27 - - [2026-03-23 04:22:25] "GET /virtual-networks?parent_id=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015069 10.0.0.27 - - [2026-03-23 04:22:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.017865 10.0.0.27 - - [2026-03-23 04:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.27 - - [2026-03-23 04:22:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003883 10.0.0.27 - - [2026-03-23 04:22:25] "GET /virtual-networks?parent_id=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018996 10.0.0.27 - - [2026-03-23 04:22:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.018363 10.0.0.27 - - [2026-03-23 04:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.27 - - [2026-03-23 04:22:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003435 10.0.0.27 - - [2026-03-23 04:22:25] "GET /virtual-networks?parent_id=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015911 10.0.0.27 - - [2026-03-23 04:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.015917 10.0.0.27 - - [2026-03-23 04:22:29] "GET /virtual-network/63b52ab6-116a-4300-a727-9dd571605314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.018116 10.0.0.27 - - [2026-03-23 04:22:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.015859 10.0.0.27 - - [2026-03-23 04:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.27 - - [2026-03-23 04:22:33] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003189 10.0.0.27 - - [2026-03-23 04:22:33] "GET /virtual-networks?parent_id=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014442 10.0.0.27 - - [2026-03-23 04:22:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.014951 10.0.0.27 - - [2026-03-23 04:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002388 10.0.0.27 - - [2026-03-23 04:22:33] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003374 10.0.0.27 - - [2026-03-23 04:22:33] "GET /virtual-networks?parent_id=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013833 10.0.0.27 - - [2026-03-23 04:22:33] "POST /fqname-to-id HTTP/1.1" 403 361 0.017339 10.0.0.27 - - [2026-03-23 04:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.27 - - [2026-03-23 04:22:33] "GET /routing-instance/bba9d8f5-11f7-4346-a536-bf76851deb62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.005171 10.0.0.27 - - [2026-03-23 04:22:33] "GET /route-target/0689859c-b4ba-4454-82d3-0099b718de00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015451 10.0.0.27 - - [2026-03-23 04:22:33] "GET /route-target/0689859c-b4ba-4454-82d3-0099b718de00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.003274 10.0.0.27 - - [2026-03-23 04:22:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.017447 10.0.0.27 - - [2026-03-23 04:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.27 - - [2026-03-23 04:22:33] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003968 10.0.0.27 - - [2026-03-23 04:22:33] "GET /virtual-networks?parent_id=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015785 10.0.0.27 - - [2026-03-23 04:22:33] "POST /fqname-to-id HTTP/1.1" 403 361 0.015932 10.0.0.27 - - [2026-03-23 04:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.27 - - [2026-03-23 04:22:33] "GET /routing-instance/bba9d8f5-11f7-4346-a536-bf76851deb62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003695 10.0.0.27 - - [2026-03-23 04:22:33] "GET /route-target/0689859c-b4ba-4454-82d3-0099b718de00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.013658 10.0.0.27 - - [2026-03-23 04:22:33] "GET /route-target/0689859c-b4ba-4454-82d3-0099b718de00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.003649 10.0.0.27 - - [2026-03-23 04:22:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.028327 10.0.0.27 - - [2026-03-23 04:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.27 - - [2026-03-23 04:22:34] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003663 10.0.0.27 - - [2026-03-23 04:22:34] "GET /virtual-networks?parent_id=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014441 10.0.0.27 - - [2026-03-23 04:22:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.014073 10.0.0.27 - - [2026-03-23 04:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.27 - - [2026-03-23 04:22:34] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003559 10.0.0.27 - - [2026-03-23 04:22:34] "GET /virtual-networks?parent_id=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016295 10.0.0.23 - - [2026-03-23 04:22:36] "GET /obj-perms HTTP/1.1" 200 4915 0.077743 10.0.0.23 - - [2026-03-23 04:22:38] "GET /virtual-machine/f032c98c-28e7-4a02-9f6a-57283a5fb662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.019662 10.0.0.23 - - [2026-03-23 04:22:43] "GET /obj-perms HTTP/1.1" 200 4915 0.016694 10.0.0.27 - - [2026-03-23 04:22:43] "GET /obj-perms HTTP/1.1" 200 4915 0.055349 10.0.0.27 - - [2026-03-23 04:22:43] "GET /obj-perms HTTP/1.1" 200 4915 0.013075 10.0.0.23 - - [2026-03-23 04:22:43] "GET /virtual-machine/f032c98c-28e7-4a02-9f6a-57283a5fb662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.013938 10.0.0.27 - - [2026-03-23 04:22:43] "GET /obj-perms HTTP/1.1" 200 4915 0.013202 10.0.0.27 - - [2026-03-23 04:22:43] "GET /obj-perms HTTP/1.1" 200 4915 0.013985 10.0.0.27 - - [2026-03-23 04:22:43] "GET /obj-perms HTTP/1.1" 200 4915 0.012974 10.0.0.27 - - [2026-03-23 04:22:44] "GET /obj-perms HTTP/1.1" 200 4915 0.080631 10.0.0.23 - - [2026-03-23 04:22:45] "DELETE /project/2e068b50a64243bcb4bc306c88329161 HTTP/1.1" 404 173 0.005649 10.0.0.23 - - [2026-03-23 04:22:45] "DELETE /project/60793d7a138d41e3b3eaf62c916869d3 HTTP/1.1" 404 173 0.004383 10.0.0.23 - - [2026-03-23 04:22:45] "DELETE /project/f85fd48c-2e3c-4a00-b887-6411bd049528 HTTP/1.1" 404 177 0.004128 10.0.0.23 - - [2026-03-23 04:22:45] "DELETE /project/20ce9ef3a36c4b29b6ee64ce69b28166 HTTP/1.1" 404 173 0.006291 10.0.0.50 - - [2026-03-23 04:22:45] "GET /obj-perms HTTP/1.1" 200 5020 0.105316 10.0.0.27 - - [2026-03-23 04:22:45] "GET /obj-perms HTTP/1.1" 200 4915 0.012927 10.0.0.27 - - [2026-03-23 04:22:45] "GET /obj-perms HTTP/1.1" 200 5020 0.077628 10.0.0.50 - - [2026-03-23 04:22:46] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.050459 10.0.0.23 - - [2026-03-23 04:22:46] "GET /obj-perms HTTP/1.1" 200 4915 0.022643 10.0.0.27 - - [2026-03-23 04:22:46] "GET /virtual-machine/f032c98c-28e7-4a02-9f6a-57283a5fb662 HTTP/1.1" 200 1288 0.019848 10.0.0.27 - - [2026-03-23 04:22:47] "POST /neutron/port HTTP/1.1" 200 1120 0.025252 10.0.0.27 - - [2026-03-23 04:22:48] "GET /virtual-machine/f032c98c-28e7-4a02-9f6a-57283a5fb662 HTTP/1.1" 404 171 0.015661 10.0.0.27 - - [2026-03-23 04:22:48] "GET /virtual-machine/f032c98c-28e7-4a02-9f6a-57283a5fb662 HTTP/1.1" 404 171 0.011899 10.0.0.27 - - [2026-03-23 04:22:48] "GET /virtual-machine/f032c98c-28e7-4a02-9f6a-57283a5fb662 HTTP/1.1" 404 171 0.021755 10.0.0.27 - - [2026-03-23 04:22:48] "POST /fqname-to-id HTTP/1.1" 403 339 0.019001 10.0.0.27 - - [2026-03-23 04:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004582 10.0.0.27 - - [2026-03-23 04:22:48] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004871 10.0.0.27 - - [2026-03-23 04:22:48] "GET /virtual-networks?parent_id=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018612 10.0.0.27 - - [2026-03-23 04:22:49] "POST /fqname-to-id HTTP/1.1" 403 361 0.019407 10.0.0.27 - - [2026-03-23 04:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.27 - - [2026-03-23 04:22:49] "GET /routing-instance/bba9d8f5-11f7-4346-a536-bf76851deb62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003912 10.0.0.27 - - [2026-03-23 04:22:49] "GET /route-target/0689859c-b4ba-4454-82d3-0099b718de00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.013168 10.0.0.27 - - [2026-03-23 04:22:49] "GET /route-target/0689859c-b4ba-4454-82d3-0099b718de00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.003650 10.0.0.27 - - [2026-03-23 04:22:49] "GET /obj-perms HTTP/1.1" 200 4915 0.078195 10.0.0.27 - - [2026-03-23 04:22:49] "GET /obj-perms HTTP/1.1" 200 4915 0.082088 10.0.0.27 - - [2026-03-23 04:22:56] "GET /obj-perms HTTP/1.1" 200 5020 0.004717 10.0.0.50 - - [2026-03-23 04:22:56] "GET /obj-perms HTTP/1.1" 200 5020 0.003439 10.0.0.27 - - [2026-03-23 04:23:05] "GET /obj-perms HTTP/1.1" 200 5020 0.003600 10.0.0.50 - - [2026-03-23 04:23:05] "GET /obj-perms HTTP/1.1" 200 5020 0.003820 10.0.0.27 - - [2026-03-23 04:23:14] "GET /obj-perms HTTP/1.1" 200 5020 0.003819 10.0.0.50 - - [2026-03-23 04:23:14] "GET /obj-perms HTTP/1.1" 200 5020 0.003583 10.0.0.27 - - [2026-03-23 04:23:15] "GET /obj-perms HTTP/1.1" 200 5056 0.394938 10.0.0.23 - - [2026-03-23 04:23:15] "GET /obj-perms HTTP/1.1" 200 5020 0.116470 10.0.0.23 - - [2026-03-23 04:23:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003432 10.0.0.23 - - [2026-03-23 04:23:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002399 10.0.0.27 - - [2026-03-23 04:23:15] "DELETE /virtual-network/63b52ab6-116a-4300-a727-9dd571605314 HTTP/1.1" 200 115 0.146110 10.0.0.23 - - [2026-03-23 04:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008044 10.0.0.27 - - [2026-03-23 04:23:15] "DELETE /api-access-list/fad7a58d-7bbf-4d42-b301-bd5ae8f3db18 HTTP/1.1" 200 115 0.043745 10.0.0.23 - - [2026-03-23 04:23:15] "GET /projects?obj_uuids=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000900 10.0.0.27 - - [2026-03-23 04:23:15] "GET /project/2e068b50-a642-43bc-b4bc-306c88329161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.044943 10.0.0.23 - - [2026-03-23 04:23:15] "GET /projects?obj_uuids=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000842 10.0.0.27 - - [2026-03-23 04:23:15] "GET /project/2e068b50-a642-43bc-b4bc-306c88329161?fields=virtual_networks HTTP/1.1" 200 1021 0.038061 10.0.0.23 - - [2026-03-23 04:23:15] "GET /projects?obj_uuids=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001263 10.0.0.27 - - [2026-03-23 04:23:16] "GET /project/2e068b50-a642-43bc-b4bc-306c88329161?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.043749 10.0.0.23 - - [2026-03-23 04:23:16] "GET /projects?obj_uuids=2e068b50-a642-43bc-b4bc-306c88329161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000948 10.0.0.27 - - [2026-03-23 04:23:16] "GET /project/2e068b50-a642-43bc-b4bc-306c88329161?fields=security_groups HTTP/1.1" 200 1242 0.045793 10.0.0.23 - - [2026-03-23 04:23:16] "GET /projects?obj_uuids=60793d7a-138d-41e3-b3ea-f62c916869d3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000997 10.0.0.27 - - [2026-03-23 04:23:16] "GET /project/60793d7a-138d-41e3-b3ea-f62c916869d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.051244 10.0.0.23 - - [2026-03-23 04:23:16] "GET /projects?obj_uuids=60793d7a-138d-41e3-b3ea-f62c916869d3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000871 10.0.0.27 - - [2026-03-23 04:23:16] "GET /project/60793d7a-138d-41e3-b3ea-f62c916869d3?fields=virtual_networks HTTP/1.1" 200 1021 0.039531 10.0.0.23 - - [2026-03-23 04:23:16] "GET /projects?obj_uuids=60793d7a-138d-41e3-b3ea-f62c916869d3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000890 10.0.0.27 - - [2026-03-23 04:23:16] "GET /project/60793d7a-138d-41e3-b3ea-f62c916869d3?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.036690 10.0.0.23 - - [2026-03-23 04:23:16] "GET /projects?obj_uuids=60793d7a-138d-41e3-b3ea-f62c916869d3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001176 10.0.0.27 - - [2026-03-23 04:23:16] "GET /project/60793d7a-138d-41e3-b3ea-f62c916869d3?fields=security_groups HTTP/1.1" 200 1242 0.042269 10.0.0.27 - - [2026-03-23 04:23:19] "GET /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003903 10.0.0.27 - - [2026-03-23 04:23:19] "PUT /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7 HTTP/1.1" 200 264 0.012430 10.0.0.23 - - [2026-03-23 04:23:19] "GET /projects?obj_uuids=20ce9ef3-a36c-4b29-b6ee-64ce69b28166&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000896 10.0.0.27 - - [2026-03-23 04:23:19] "GET /project/20ce9ef3-a36c-4b29-b6ee-64ce69b28166?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.034730 10.0.0.23 - - [2026-03-23 04:23:19] "GET /projects?obj_uuids=20ce9ef3-a36c-4b29-b6ee-64ce69b28166&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000960 10.0.0.27 - - [2026-03-23 04:23:19] "GET /project/20ce9ef3-a36c-4b29-b6ee-64ce69b28166?fields=virtual_networks HTTP/1.1" 200 1021 0.064174 10.0.0.23 - - [2026-03-23 04:23:19] "GET /projects?obj_uuids=20ce9ef3-a36c-4b29-b6ee-64ce69b28166&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000924 10.0.0.27 - - [2026-03-23 04:23:19] "GET /project/20ce9ef3-a36c-4b29-b6ee-64ce69b28166?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.047798 10.0.0.23 - - [2026-03-23 04:23:19] "GET /projects?obj_uuids=20ce9ef3-a36c-4b29-b6ee-64ce69b28166&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000875 10.0.0.27 - - [2026-03-23 04:23:19] "GET /project/20ce9ef3-a36c-4b29-b6ee-64ce69b28166?fields=security_groups HTTP/1.1" 200 1242 0.044923 10.0.0.27 - - [2026-03-23 04:23:21] "POST /fqname-to-id HTTP/1.1" 404 188 0.039707 10.0.0.23 - - [2026-03-23 04:23:21] "GET /projects?obj_uuids=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002955 10.0.0.23 - - [2026-03-23 04:23:21] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001715 10.0.0.23 - - [2026-03-23 04:23:21] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011002 10.0.0.23 - - [2026-03-23 04:23:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.003034 10.0.0.23 - - [2026-03-23 04:23:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.002937 10.0.0.23 - - [2026-03-23 04:23:21] "POST /security-groups HTTP/1.1" 200 591 0.070081 10.0.0.23 - - [2026-03-23 04:23:21] "POST /projects HTTP/1.1" 200 585 0.281712 10.0.0.23 - - [2026-03-23 04:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.322775 10.0.0.23 - - [2026-03-23 04:23:21] "POST /access-control-lists HTTP/1.1" 200 596 0.028528 10.0.0.27 - - [2026-03-23 04:23:21] "GET /project/c31f7265-2c46-497b-8e89-c466cac492b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.515014 10.0.0.27 - - [2026-03-23 04:23:22] "GET / HTTP/1.1" 200 35931 0.001380 10.0.0.27 - - [2026-03-23 04:23:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2026-03-23 04:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.036818 10.0.0.27 - - [2026-03-23 04:23:25] "GET /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003567 10.0.0.27 - - [2026-03-23 04:23:25] "GET /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002731 10.0.0.27 - - [2026-03-23 04:23:25] "GET /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003729 10.0.0.27 - - [2026-03-23 04:23:25] "PUT /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7 HTTP/1.1" 200 264 0.010581 10.0.0.27 - - [2026-03-23 04:23:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.029353 10.0.0.23 - - [2026-03-23 04:23:27] "GET /projects?obj_uuids=bc84b685-2355-4f7b-977a-e5782a896c62&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004686 10.0.0.23 - - [2026-03-23 04:23:27] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001414 10.0.0.23 - - [2026-03-23 04:23:27] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009311 10.0.0.23 - - [2026-03-23 04:23:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.003368 10.0.0.23 - - [2026-03-23 04:23:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.003496 10.0.0.23 - - [2026-03-23 04:23:27] "POST /security-groups HTTP/1.1" 200 591 0.031446 10.0.0.23 - - [2026-03-23 04:23:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.003342 10.0.0.23 - - [2026-03-23 04:23:27] "POST /projects HTTP/1.1" 200 585 0.238484 10.0.0.23 - - [2026-03-23 04:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.275863 10.0.0.23 - - [2026-03-23 04:23:27] "POST /access-control-lists HTTP/1.1" 200 594 0.026945 10.0.0.27 - - [2026-03-23 04:23:27] "GET /project/bc84b685-2355-4f7b-977a-e5782a896c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.422946 10.0.0.27 - - [2026-03-23 04:23:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.031693 10.0.0.23 - - [2026-03-23 04:23:28] "GET /projects?obj_uuids=3778eba4-de09-4f52-b1e3-2d8a8373896f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003024 10.0.0.23 - - [2026-03-23 04:23:28] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.23 - - [2026-03-23 04:23:28] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007270 10.0.0.23 - - [2026-03-23 04:23:28] "POST /id-to-fqname HTTP/1.1" 200 190 0.003281 10.0.0.23 - - [2026-03-23 04:23:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.003057 10.0.0.23 - - [2026-03-23 04:23:28] "POST /security-groups HTTP/1.1" 200 591 0.078475 10.0.0.23 - - [2026-03-23 04:23:28] "POST /projects HTTP/1.1" 200 585 0.273618 10.0.0.23 - - [2026-03-23 04:23:28] "POST /fqname-to-id HTTP/1.1" 404 233 0.013638 10.0.0.23 - - [2026-03-23 04:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.350677 10.0.0.27 - - [2026-03-23 04:23:28] "GET /project/3778eba4-de09-4f52-b1e3-2d8a8373896f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.505140 10.0.0.27 - - [2026-03-23 04:23:29] "GET / HTTP/1.1" 200 35931 0.001444 10.0.0.27 - - [2026-03-23 04:23:30] "GET / HTTP/1.1" 200 35931 0.001475 10.0.0.27 - - [2026-03-23 04:23:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.003533 10.0.0.27 - - [2026-03-23 04:23:30] "POST /api-access-lists HTTP/1.1" 200 521 0.022095 10.0.0.27 - - [2026-03-23 04:23:31] "GET /api-access-list/caaa26c6-1744-49db-8acf-efa2bb920c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.007051 10.0.0.27 - - [2026-03-23 04:23:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2026-03-23 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.056187 10.0.0.23 - - [2026-03-23 04:23:31] "GET /projects?obj_uuids=bc84b685-2355-4f7b-977a-e5782a896c62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.27 - - [2026-03-23 04:23:31] "GET /project/bc84b685-2355-4f7b-977a-e5782a896c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050498 10.0.0.27 - - [2026-03-23 04:23:32] "GET /virtual-networks?parent_id=bc84b685-2355-4f7b-977a-e5782a896c62&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017438 10.0.0.27 - - [2026-03-23 04:23:32] "POST /virtual-networks HTTP/1.1" 200 583 0.084157 10.0.0.27 - - [2026-03-23 04:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.032143 10.0.0.23 - - [2026-03-23 04:23:32] "POST /ref-update HTTP/1.1" 200 156 0.023416 10.0.0.27 - - [2026-03-23 04:23:32] "GET /network-ipam/141559c4-7adc-412c-913d-e02e7f43b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.016120 10.0.0.23 - - [2026-03-23 04:23:32] "POST /useragent-kv HTTP/1.1" 200 115 0.011274 10.0.0.27 - - [2026-03-23 04:23:32] "POST /ref-update HTTP/1.1" 200 156 0.103260 10.0.0.27 - - [2026-03-23 04:23:32] "POST /neutron/network HTTP/1.1" 200 848 0.070811 10.0.0.27 - - [2026-03-23 04:23:32] "GET /virtual-network/bd416fa2-4399-44ec-a716-1085f373dbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.019145 10.0.0.27 - - [2026-03-23 04:23:32] "POST /neutron/subnet HTTP/1.1" 200 679 0.045025 10.0.0.27 - - [2026-03-23 04:23:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000319 10.0.0.27 - - [2026-03-23 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.054900 10.0.0.23 - - [2026-03-23 04:23:33] "GET /projects?obj_uuids=3778eba4-de09-4f52-b1e3-2d8a8373896f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001269 10.0.0.27 - - [2026-03-23 04:23:33] "GET /project/3778eba4-de09-4f52-b1e3-2d8a8373896f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.071939 10.0.0.27 - - [2026-03-23 04:23:33] "GET /virtual-networks?parent_id=3778eba4-de09-4f52-b1e3-2d8a8373896f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017949 10.0.0.27 - - [2026-03-23 04:23:33] "POST /virtual-networks HTTP/1.1" 200 583 0.089472 10.0.0.27 - - [2026-03-23 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.048481 10.0.0.27 - - [2026-03-23 04:23:33] "GET /network-ipam/141559c4-7adc-412c-913d-e02e7f43b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.016767 10.0.0.23 - - [2026-03-23 04:23:33] "POST /useragent-kv HTTP/1.1" 200 115 0.012303 10.0.0.27 - - [2026-03-23 04:23:33] "POST /ref-update HTTP/1.1" 200 156 0.101554 10.0.0.27 - - [2026-03-23 04:23:34] "GET /virtual-network/59744654-5621-4891-a88f-9712c07433da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.019783 10.0.0.27 - - [2026-03-23 04:23:34] "POST /neutron/network HTTP/1.1" 200 848 0.058846 10.0.0.27 - - [2026-03-23 04:23:35] "GET /virtual-network/bd416fa2-4399-44ec-a716-1085f373dbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.057652 10.0.0.27 - - [2026-03-23 04:23:35] "GET /virtual-network/bd416fa2-4399-44ec-a716-1085f373dbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.044240 10.0.0.50 - - [2026-03-23 04:23:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2026-03-23 04:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.038498 10.0.0.27 - - [2026-03-23 04:23:37] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.032767 10.0.0.27 - - [2026-03-23 04:23:38] "GET /obj-perms HTTP/1.1" 200 5030 0.072843 10.0.0.27 - - [2026-03-23 04:23:38] "PUT /virtual-network/bd416fa2-4399-44ec-a716-1085f373dbc1 HTTP/1.1" 200 264 0.051610 10.0.0.27 - - [2026-03-23 04:23:38] "GET /virtual-network/bd416fa2-4399-44ec-a716-1085f373dbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.013152 10.0.0.27 - - [2026-03-23 04:23:38] "GET /virtual-network/bd416fa2-4399-44ec-a716-1085f373dbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.049361 10.0.0.50 - - [2026-03-23 04:23:39] "GET /obj-perms HTTP/1.1" 403 257 0.050428 10.0.0.23 - - [2026-03-23 04:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.27 - - [2026-03-23 04:23:39] "GET /virtual-network/bd416fa2-4399-44ec-a716-1085f373dbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.018961 10.0.0.27 - - [2026-03-23 04:23:39] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.039638 10.0.0.27 - - [2026-03-23 04:23:39] "GET /obj-perms HTTP/1.1" 200 5030 0.005831 10.0.0.27 - - [2026-03-23 04:23:40] "PUT /virtual-network/bd416fa2-4399-44ec-a716-1085f373dbc1 HTTP/1.1" 200 264 0.060678 10.0.0.23 - - [2026-03-23 04:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002364 10.0.0.23 - - [2026-03-23 04:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004969 10.0.0.27 - - [2026-03-23 04:23:40] "DELETE /virtual-network/59744654-5621-4891-a88f-9712c07433da HTTP/1.1" 200 115 0.132344 10.0.0.23 - - [2026-03-23 04:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.23 - - [2026-03-23 04:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003508 10.0.0.23 - - [2026-03-23 04:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003878 10.0.0.27 - - [2026-03-23 04:23:40] "DELETE /virtual-network/bd416fa2-4399-44ec-a716-1085f373dbc1 HTTP/1.1" 200 115 0.131645 10.0.0.23 - - [2026-03-23 04:23:40] "DELETE /route-target/1e7a45c6-ed71-4bfc-ab24-5ea21b8fd63c HTTP/1.1" 200 115 0.026323 10.0.0.27 - - [2026-03-23 04:23:40] "DELETE /api-access-list/caaa26c6-1744-49db-8acf-efa2bb920c67 HTTP/1.1" 200 115 0.037996 10.0.0.23 - - [2026-03-23 04:23:40] "GET /projects?obj_uuids=3778eba4-de09-4f52-b1e3-2d8a8373896f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001197 10.0.0.27 - - [2026-03-23 04:23:40] "GET /project/3778eba4-de09-4f52-b1e3-2d8a8373896f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.060893 10.0.0.23 - - [2026-03-23 04:23:40] "GET /projects?obj_uuids=3778eba4-de09-4f52-b1e3-2d8a8373896f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.27 - - [2026-03-23 04:23:40] "GET /project/3778eba4-de09-4f52-b1e3-2d8a8373896f?fields=virtual_networks HTTP/1.1" 200 1031 0.050946 10.0.0.23 - - [2026-03-23 04:23:40] "GET /projects?obj_uuids=3778eba4-de09-4f52-b1e3-2d8a8373896f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000944 10.0.0.27 - - [2026-03-23 04:23:40] "GET /project/3778eba4-de09-4f52-b1e3-2d8a8373896f?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.042599 10.0.0.23 - - [2026-03-23 04:23:40] "GET /projects?obj_uuids=3778eba4-de09-4f52-b1e3-2d8a8373896f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.27 - - [2026-03-23 04:23:41] "GET /project/3778eba4-de09-4f52-b1e3-2d8a8373896f?fields=security_groups HTTP/1.1" 200 1257 0.070139 10.0.0.23 - - [2026-03-23 04:23:41] "GET /projects?obj_uuids=bc84b685-2355-4f7b-977a-e5782a896c62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.27 - - [2026-03-23 04:23:41] "GET /project/bc84b685-2355-4f7b-977a-e5782a896c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.044866 10.0.0.23 - - [2026-03-23 04:23:41] "GET /projects?obj_uuids=bc84b685-2355-4f7b-977a-e5782a896c62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000977 10.0.0.27 - - [2026-03-23 04:23:41] "GET /project/bc84b685-2355-4f7b-977a-e5782a896c62?fields=virtual_networks HTTP/1.1" 200 1032 0.046213 10.0.0.23 - - [2026-03-23 04:23:41] "GET /projects?obj_uuids=bc84b685-2355-4f7b-977a-e5782a896c62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.27 - - [2026-03-23 04:23:41] "GET /project/bc84b685-2355-4f7b-977a-e5782a896c62?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.046525 10.0.0.23 - - [2026-03-23 04:23:41] "GET /projects?obj_uuids=bc84b685-2355-4f7b-977a-e5782a896c62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001245 10.0.0.27 - - [2026-03-23 04:23:41] "GET /project/bc84b685-2355-4f7b-977a-e5782a896c62?fields=security_groups HTTP/1.1" 200 1258 0.044891 10.0.0.23 - - [2026-03-23 04:23:43] "DELETE /access-control-list/a9cec3c6-01a1-4248-aa80-3ac7308ffbf6 HTTP/1.1" 200 115 0.046305 10.0.0.23 - - [2026-03-23 04:23:43] "DELETE /access-control-list/6d8b51e9-612c-483b-b5a4-65e0b3036e02 HTTP/1.1" 200 115 0.033290 10.0.0.23 - - [2026-03-23 04:23:45] "DELETE /project/3778eba4de094f52b1e32d8a8373896f HTTP/1.1" 404 173 0.012100 10.0.0.23 - - [2026-03-23 04:23:45] "DELETE /project/2e068b50-a642-43bc-b4bc-306c88329161 HTTP/1.1" 404 177 0.013425 10.0.0.23 - - [2026-03-23 04:23:45] "DELETE /project/60793d7a-138d-41e3-b3ea-f62c916869d3 HTTP/1.1" 404 177 0.015212 10.0.0.23 - - [2026-03-23 04:23:45] "DELETE /project/20ce9ef3-a36c-4b29-b6ee-64ce69b28166 HTTP/1.1" 404 177 0.006445 10.0.0.23 - - [2026-03-23 04:23:45] "DELETE /project/c31f72652c46497b8e89c466cac492b5 HTTP/1.1" 404 173 0.011200 10.0.0.23 - - [2026-03-23 04:23:45] "DELETE /project/bc84b68523554f7b977ae5782a896c62 HTTP/1.1" 404 173 0.012310 10.0.0.23 - - [2026-03-23 04:23:45] "GET /projects?obj_uuids=bc84b685-2355-4f7b-977a-e5782a896c62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000784 10.0.0.23 - - [2026-03-23 04:23:45] "GET /projects?obj_uuids=3778eba4-de09-4f52-b1e3-2d8a8373896f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000713 10.0.0.23 - - [2026-03-23 04:23:45] "GET /project/bc84b685-2355-4f7b-977a-e5782a896c62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.042317 10.0.0.23 - - [2026-03-23 04:23:45] "GET /project/3778eba4-de09-4f52-b1e3-2d8a8373896f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.051549 10.0.0.23 - - [2026-03-23 04:23:45] "GET /projects?obj_uuids=bc84b685-2355-4f7b-977a-e5782a896c62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001248 10.0.0.23 - - [2026-03-23 04:23:45] "GET /projects?obj_uuids=3778eba4-de09-4f52-b1e3-2d8a8373896f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.23 - - [2026-03-23 04:23:45] "GET /project/bc84b685-2355-4f7b-977a-e5782a896c62?fields=security_groups HTTP/1.1" 200 1363 0.049884 10.0.0.23 - - [2026-03-23 04:23:45] "GET /project/3778eba4-de09-4f52-b1e3-2d8a8373896f?fields=security_groups HTTP/1.1" 200 1362 0.066318 10.0.0.23 - - [2026-03-23 04:23:45] "DELETE /security-group/50a28340-d474-425a-b6cd-600a123a0a8d HTTP/1.1" 200 115 0.078037 10.0.0.23 - - [2026-03-23 04:23:45] "GET /projects?obj_uuids=bc84b685-2355-4f7b-977a-e5782a896c62&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001828 10.0.0.23 - - [2026-03-23 04:23:45] "DELETE /security-group/4a57ddc5-4934-4916-8219-422b320069d1 HTTP/1.1" 200 115 0.109526 10.0.0.23 - - [2026-03-23 04:23:45] "GET /projects?obj_uuids=3778eba4-de09-4f52-b1e3-2d8a8373896f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000929 10.0.0.23 - - [2026-03-23 04:23:45] "GET /project/bc84b685-2355-4f7b-977a-e5782a896c62?fields=application_policy_sets HTTP/1.1" 200 1402 0.083308 10.0.0.23 - - [2026-03-23 04:23:45] "GET /project/3778eba4-de09-4f52-b1e3-2d8a8373896f?fields=application_policy_sets HTTP/1.1" 200 1401 0.096138 10.0.0.23 - - [2026-03-23 04:23:45] "DELETE /access-control-list/a901148f-219d-4df2-8df5-a5f8110ea8af HTTP/1.1" 200 115 0.077255 10.0.0.23 - - [2026-03-23 04:23:45] "DELETE /project/bc84b685-2355-4f7b-977a-e5782a896c62 HTTP/1.1" 200 115 0.545869 10.0.0.23 - - [2026-03-23 04:23:45] "DELETE /project/3778eba4-de09-4f52-b1e3-2d8a8373896f HTTP/1.1" 200 115 0.567282 10.0.0.27 - - [2026-03-23 04:23:46] "GET / HTTP/1.1" 200 35931 0.001516 10.0.0.27 - - [2026-03-23 04:23:47] "GET / HTTP/1.1" 200 35931 0.001455 10.0.0.27 - - [2026-03-23 04:23:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000559 10.0.0.27 - - [2026-03-23 04:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.095336 10.0.0.23 - - [2026-03-23 04:23:48] "GET /projects?obj_uuids=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.27 - - [2026-03-23 04:23:48] "GET /project/c31f7265-2c46-497b-8e89-c466cac492b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.051841 10.0.0.27 - - [2026-03-23 04:23:48] "GET /virtual-networks?parent_id=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.016552 10.0.0.27 - - [2026-03-23 04:23:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.011437 10.0.0.27 - - [2026-03-23 04:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.014024 10.0.0.23 - - [2026-03-23 04:23:48] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.27 - - [2026-03-23 04:23:48] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.018604 10.0.0.27 - - [2026-03-23 04:23:48] "POST /service-templates HTTP/1.1" 403 264 0.011805 10.0.0.27 - - [2026-03-23 04:23:48] "POST /fqname-to-id HTTP/1.1" 404 215 0.003417 10.0.0.27 - - [2026-03-23 04:23:48] "POST /api-access-lists HTTP/1.1" 200 555 0.024853 10.0.0.27 - - [2026-03-23 04:23:48] "GET /api-access-list/6ccc4841-8664-40c9-8821-fbde96676f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.006549 10.0.0.27 - - [2026-03-23 04:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.017617 10.0.0.23 - - [2026-03-23 04:23:48] "GET /projects?obj_uuids=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.27 - - [2026-03-23 04:23:48] "GET /project/c31f7265-2c46-497b-8e89-c466cac492b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.055244 10.0.0.27 - - [2026-03-23 04:23:49] "GET /virtual-networks?parent_id=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022580 10.0.0.27 - - [2026-03-23 04:23:49] "POST /virtual-networks HTTP/1.1" 200 583 0.094666 10.0.0.23 - - [2026-03-23 04:23:49] "POST /ref-update HTTP/1.1" 200 156 0.026924 10.0.0.27 - - [2026-03-23 04:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.027946 10.0.0.27 - - [2026-03-23 04:23:49] "GET /network-ipam/141559c4-7adc-412c-913d-e02e7f43b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.015708 10.0.0.23 - - [2026-03-23 04:23:49] "POST /useragent-kv HTTP/1.1" 200 115 0.012937 10.0.0.27 - - [2026-03-23 04:23:49] "POST /ref-update HTTP/1.1" 200 156 0.111443 10.0.0.27 - - [2026-03-23 04:23:49] "POST /neutron/network HTTP/1.1" 200 848 0.065456 10.0.0.27 - - [2026-03-23 04:23:49] "GET /virtual-network/bf211005-fe7a-4b51-88c3-0ec1979621e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.021985 10.0.0.27 - - [2026-03-23 04:23:49] "POST /neutron/network HTTP/1.1" 200 848 0.081933 10.0.0.27 - - [2026-03-23 04:23:49] "GET /virtual-network/bf211005-fe7a-4b51-88c3-0ec1979621e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005474 10.0.0.27 - - [2026-03-23 04:23:49] "GET /network-ipam/141559c4-7adc-412c-913d-e02e7f43b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003490 10.0.0.27 - - [2026-03-23 04:23:50] "GET /virtual-network/bf211005-fe7a-4b51-88c3-0ec1979621e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006402 10.0.0.50 - - [2026-03-23 04:23:51] "GET /obj-perms HTTP/1.1" 200 5030 0.064757 10.0.0.27 - - [2026-03-23 04:23:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.016640 10.0.0.27 - - [2026-03-23 04:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.018131 10.0.0.23 - - [2026-03-23 04:23:51] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.27 - - [2026-03-23 04:23:51] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.021878 10.0.0.27 - - [2026-03-23 04:23:51] "POST /service-templates HTTP/1.1" 403 264 0.012834 10.0.0.27 - - [2026-03-23 04:23:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.003796 10.0.0.27 - - [2026-03-23 04:23:51] "POST /api-access-lists HTTP/1.1" 200 521 0.023298 10.0.0.27 - - [2026-03-23 04:23:51] "GET /api-access-list/1a0fc89c-3914-4d7e-a960-59a3f3c9649c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006953 10.0.0.27 - - [2026-03-23 04:23:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.018865 10.0.0.27 - - [2026-03-23 04:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.016582 10.0.0.23 - - [2026-03-23 04:23:51] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.27 - - [2026-03-23 04:23:51] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.019855 10.0.0.27 - - [2026-03-23 04:23:52] "POST /service-templates HTTP/1.1" 200 551 0.037185 10.0.0.27 - - [2026-03-23 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.028759 10.0.0.27 - - [2026-03-23 04:23:52] "GET /service-template/f20f5343-424a-41c7-bab2-87bfe7d55517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.017155 10.0.0.27 - - [2026-03-23 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.015240 10.0.0.27 - - [2026-03-23 04:23:52] "GET /service-template/f20f5343-424a-41c7-bab2-87bfe7d55517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.022826 10.0.0.27 - - [2026-03-23 04:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.50 - - [2026-03-23 04:23:53] "GET /virtual-network/bf211005-fe7a-4b51-88c3-0ec1979621e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.044570 10.0.0.23 - - [2026-03-23 04:23:54] "GET /obj-perms HTTP/1.1" 403 257 0.042104 10.0.0.27 - - [2026-03-23 04:23:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.038289 10.0.0.27 - - [2026-03-23 04:23:54] "GET /api-access-list/6ccc4841-8664-40c9-8821-fbde96676f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.003538 10.0.0.27 - - [2026-03-23 04:23:54] "PUT /api-access-list/6ccc4841-8664-40c9-8821-fbde96676f66 HTTP/1.1" 200 264 0.010797 10.0.0.27 - - [2026-03-23 04:23:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2026-03-23 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.056930 10.0.0.23 - - [2026-03-23 04:23:54] "GET /projects?obj_uuids=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.27 - - [2026-03-23 04:23:55] "GET /project/c31f7265-2c46-497b-8e89-c466cac492b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.074969 10.0.0.27 - - [2026-03-23 04:23:55] "GET /virtual-networks?parent_id=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.022521 10.0.0.27 - - [2026-03-23 04:23:55] "POST /virtual-networks HTTP/1.1" 403 263 0.016848 10.0.0.27 - - [2026-03-23 04:23:55] "GET /virtual-network/bf211005-fe7a-4b51-88c3-0ec1979621e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.021275 10.0.0.27 - - [2026-03-23 04:23:55] "GET /api-access-list/1a0fc89c-3914-4d7e-a960-59a3f3c9649c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.003453 10.0.0.27 - - [2026-03-23 04:23:55] "PUT /api-access-list/1a0fc89c-3914-4d7e-a960-59a3f3c9649c HTTP/1.1" 200 264 0.011446 10.0.0.27 - - [2026-03-23 04:23:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.016222 10.0.0.27 - - [2026-03-23 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.020245 10.0.0.23 - - [2026-03-23 04:23:56] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.27 - - [2026-03-23 04:23:56] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.025221 10.0.0.27 - - [2026-03-23 04:23:56] "POST /service-templates HTTP/1.1" 403 264 0.013889 10.0.0.27 - - [2026-03-23 04:23:56] "GET /api-access-list/6ccc4841-8664-40c9-8821-fbde96676f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.004471 10.0.0.27 - - [2026-03-23 04:23:56] "PUT /api-access-list/6ccc4841-8664-40c9-8821-fbde96676f66 HTTP/1.1" 200 264 0.013496 10.0.0.27 - - [2026-03-23 04:23:56] "GET /api-access-list/1a0fc89c-3914-4d7e-a960-59a3f3c9649c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.004294 10.0.0.27 - - [2026-03-23 04:23:56] "PUT /api-access-list/1a0fc89c-3914-4d7e-a960-59a3f3c9649c HTTP/1.1" 200 264 0.090681 10.0.0.27 - - [2026-03-23 04:23:57] "GET /obj-perms HTTP/1.1" 403 257 0.013602 10.0.0.27 - - [2026-03-23 04:23:57] "GET /obj-perms HTTP/1.1" 403 257 0.047291 10.0.0.50 - - [2026-03-23 04:23:57] "GET /virtual-network/bf211005-fe7a-4b51-88c3-0ec1979621e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.012466 10.0.0.50 - - [2026-03-23 04:23:58] "GET /virtual-network/bf211005-fe7a-4b51-88c3-0ec1979621e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.044433 10.0.0.23 - - [2026-03-23 04:23:58] "GET /obj-perms HTTP/1.1" 403 257 0.014637 10.0.0.23 - - [2026-03-23 04:23:58] "GET /obj-perms HTTP/1.1" 403 257 0.044158 10.0.0.27 - - [2026-03-23 04:23:58] "GET /obj-perms HTTP/1.1" 403 257 0.012424 10.0.0.27 - - [2026-03-23 04:23:58] "GET /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003541 10.0.0.27 - - [2026-03-23 04:23:58] "PUT /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7 HTTP/1.1" 200 264 0.012289 10.0.0.27 - - [2026-03-23 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.27 - - [2026-03-23 04:23:58] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.031755 10.0.0.27 - - [2026-03-23 04:23:58] "DELETE /api-access-list/6ccc4841-8664-40c9-8821-fbde96676f66 HTTP/1.1" 200 115 0.037099 10.0.0.27 - - [2026-03-23 04:23:59] "DELETE /api-access-list/1a0fc89c-3914-4d7e-a960-59a3f3c9649c HTTP/1.1" 200 115 0.040347 10.0.0.27 - - [2026-03-23 04:24:00] "GET /virtual-network/bf211005-fe7a-4b51-88c3-0ec1979621e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.048307 10.0.0.50 - - [2026-03-23 04:24:00] "GET /virtual-network/bf211005-fe7a-4b51-88c3-0ec1979621e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.047816 10.0.0.23 - - [2026-03-23 04:24:01] "GET /obj-perms HTTP/1.1" 403 257 0.046890 10.0.0.27 - - [2026-03-23 04:24:01] "GET /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003692 10.0.0.27 - - [2026-03-23 04:24:01] "PUT /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7 HTTP/1.1" 200 264 0.012433 10.0.0.27 - - [2026-03-23 04:24:01] "GET /obj-perms HTTP/1.1" 403 257 0.010935 10.0.0.27 - - [2026-03-23 04:24:01] "GET /obj-perms HTTP/1.1" 403 257 0.012456 10.0.0.27 - - [2026-03-23 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.017618 10.0.0.27 - - [2026-03-23 04:24:01] "DELETE /service-template/f20f5343-424a-41c7-bab2-87bfe7d55517 HTTP/1.1" 200 115 0.053292 10.0.0.27 - - [2026-03-23 04:24:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.024727 10.0.0.23 - - [2026-03-23 04:24:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005372 10.0.0.23 - - [2026-03-23 04:24:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002840 10.0.0.27 - - [2026-03-23 04:24:01] "DELETE /virtual-network/bf211005-fe7a-4b51-88c3-0ec1979621e0 HTTP/1.1" 200 115 0.130830 10.0.0.27 - - [2026-03-23 04:24:02] "GET /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004089 10.0.0.27 - - [2026-03-23 04:24:02] "PUT /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7 HTTP/1.1" 200 264 0.012224 10.0.0.27 - - [2026-03-23 04:24:02] "GET /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.004694 10.0.0.27 - - [2026-03-23 04:24:02] "PUT /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7 HTTP/1.1" 200 264 0.015099 10.0.0.27 - - [2026-03-23 04:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.23 - - [2026-03-23 04:24:04] "GET /projects?obj_uuids=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001209 10.0.0.27 - - [2026-03-23 04:24:04] "GET /project/c31f7265-2c46-497b-8e89-c466cac492b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.083415 10.0.0.23 - - [2026-03-23 04:24:05] "POST /route-targets HTTP/1.1" 200 327 0.022870 10.0.0.23 - - [2026-03-23 04:24:05] "POST /useragent-kv HTTP/1.1" 200 115 0.008199 10.0.0.27 - - [2026-03-23 04:24:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.248868 10.0.0.27 - - [2026-03-23 04:24:05] "POST /id-to-fqname HTTP/1.1" 200 240 0.001823 10.0.0.27 - - [2026-03-23 04:24:05] "GET /virtual-network/4ff1ca14-680a-4a0f-9464-eb27f8cfef2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006806 10.0.0.27 - - [2026-03-23 04:24:05] "GET /virtual-network/4ff1ca14-680a-4a0f-9464-eb27f8cfef2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005682 10.0.0.27 - - [2026-03-23 04:24:05] "POST /neutron/network HTTP/1.1" 200 862 0.007721 10.0.0.27 - - [2026-03-23 04:24:05] "GET /virtual-network/4ff1ca14-680a-4a0f-9464-eb27f8cfef2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.008570 10.0.0.27 - - [2026-03-23 04:24:05] "GET /network-ipam/141559c4-7adc-412c-913d-e02e7f43b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004864 10.0.0.27 - - [2026-03-23 04:24:06] "GET /virtual-network/4ff1ca14-680a-4a0f-9464-eb27f8cfef2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005290 10.0.0.23 - - [2026-03-23 04:24:06] "GET /obj-perms HTTP/1.1" 200 5030 0.075989 10.0.0.27 - - [2026-03-23 04:24:06] "POST /fqname-to-id HTTP/1.1" 404 215 0.003886 10.0.0.27 - - [2026-03-23 04:24:06] "POST /api-access-lists HTTP/1.1" 200 555 0.026540 10.0.0.27 - - [2026-03-23 04:24:06] "GET /api-access-list/c2d336ae-509b-4b07-b757-cb3b5dcc8b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.005449 10.0.0.27 - - [2026-03-23 04:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.042544 10.0.0.23 - - [2026-03-23 04:24:06] "GET /projects?obj_uuids=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001224 10.0.0.27 - - [2026-03-23 04:24:06] "GET /project/c31f7265-2c46-497b-8e89-c466cac492b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.055155 10.0.0.27 - - [2026-03-23 04:24:07] "POST /neutron/network HTTP/1.1" 200 117 0.077394 10.0.0.23 - - [2026-03-23 04:24:07] "POST /ref-update HTTP/1.1" 200 156 0.024049 10.0.0.27 - - [2026-03-23 04:24:07] "POST /neutron/network HTTP/1.1" 200 693 0.027019 10.0.0.27 - - [2026-03-23 04:24:07] "POST /id-to-fqname HTTP/1.1" 200 240 0.014682 10.0.0.27 - - [2026-03-23 04:24:07] "GET /virtual-network/c9625590-b84f-45de-b834-6e0e1ef116c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.019692 10.0.0.27 - - [2026-03-23 04:24:07] "POST /neutron/network HTTP/1.1" 200 864 0.030275 10.0.0.27 - - [2026-03-23 04:24:07] "GET /virtual-network/c9625590-b84f-45de-b834-6e0e1ef116c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.019704 10.0.0.27 - - [2026-03-23 04:24:08] "POST /neutron/network HTTP/1.1" 200 864 0.006168 10.0.0.27 - - [2026-03-23 04:24:08] "GET /virtual-network/c9625590-b84f-45de-b834-6e0e1ef116c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005708 10.0.0.27 - - [2026-03-23 04:24:08] "GET /network-ipam/141559c4-7adc-412c-913d-e02e7f43b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003438 10.0.0.27 - - [2026-03-23 04:24:08] "GET /virtual-network/c9625590-b84f-45de-b834-6e0e1ef116c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005246 10.0.0.27 - - [2026-03-23 04:24:08] "GET /obj-perms HTTP/1.1" 200 5030 0.003531 10.0.0.27 - - [2026-03-23 04:24:08] "POST /fqname-to-id HTTP/1.1" 404 232 0.016167 10.0.0.23 - - [2026-03-23 04:24:09] "POST /fqname-to-id HTTP/1.1" 404 263 0.004518 10.0.0.23 - - [2026-03-23 04:24:09] "PUT /access-control-list/12159579-09dc-4683-b04e-a3e6e4a1fbb9 HTTP/1.1" 200 272 0.017214 10.0.0.27 - - [2026-03-23 04:24:09] "POST /neutron/security_group HTTP/1.1" 200 2084 0.018868 10.0.0.23 - - [2026-03-23 04:24:09] "GET /projects?obj_uuids=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001359 10.0.0.27 - - [2026-03-23 04:24:09] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.250665 10.0.0.23 - - [2026-03-23 04:24:10] "PUT /access-control-list/12159579-09dc-4683-b04e-a3e6e4a1fbb9 HTTP/1.1" 200 272 0.014617 10.0.0.27 - - [2026-03-23 04:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.023159 10.0.0.27 - - [2026-03-23 04:24:10] "GET /security-group/e8b4cf88-be7d-4787-a914-5c59788506ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.017611 10.0.0.23 - - [2026-03-23 04:24:10] "GET /projects?obj_uuids=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.27 - - [2026-03-23 04:24:11] "POST /neutron/security_group_rule HTTP/1.1" 200 1749 0.084559 10.0.0.27 - - [2026-03-23 04:24:11] "POST /id-to-fqname HTTP/1.1" 200 240 0.014003 10.0.0.23 - - [2026-03-23 04:24:12] "GET /projects?obj_uuids=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001675 10.0.0.27 - - [2026-03-23 04:24:12] "GET /project/c31f7265-2c46-497b-8e89-c466cac492b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.077316 10.0.0.27 - - [2026-03-23 04:24:12] "POST /neutron/port HTTP/1.1" 200 117 0.042669 10.0.0.27 - - [2026-03-23 04:24:13] "POST /neutron/network HTTP/1.1" 200 874 0.038037 10.0.0.27 - - [2026-03-23 04:24:14] "POST /neutron/port HTTP/1.1" 200 1060 0.017834 10.0.0.27 - - [2026-03-23 04:24:14] "POST /neutron/port HTTP/1.1" 200 1124 0.019611 10.0.0.27 - - [2026-03-23 04:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.50 - - [2026-03-23 04:24:15] "GET /obj-perms HTTP/1.1" 200 5056 0.061802 10.0.0.27 - - [2026-03-23 04:24:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007673 10.0.0.27 - - [2026-03-23 04:24:18] "POST /neutron/port HTTP/1.1" 200 1124 0.017773 10.0.0.27 - - [2026-03-23 04:24:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009071 10.0.0.27 - - [2026-03-23 04:24:18] "GET /virtual-machine/be182c81-f7ca-48fa-80f5-0d8a22c61039 HTTP/1.1" 401 292 0.000485 10.0.0.27 - - [2026-03-23 04:24:18] "GET /virtual-machine/be182c81-f7ca-48fa-80f5-0d8a22c61039 HTTP/1.1" 200 1292 0.058312 10.0.0.27 - - [2026-03-23 04:24:18] "GET /virtual-machine/be182c81-f7ca-48fa-80f5-0d8a22c61039 HTTP/1.1" 200 1292 0.022084 10.0.0.27 - - [2026-03-23 04:24:18] "GET /virtual-machine-interface/8fe11dc6-ae11-4fbf-8e54-98441c678740 HTTP/1.1" 200 3024 0.023836 10.0.0.27 - - [2026-03-23 04:24:19] "GET /virtual-machine/be182c81-f7ca-48fa-80f5-0d8a22c61039 HTTP/1.1" 200 1292 0.016988 10.0.0.27 - - [2026-03-23 04:24:19] "GET /virtual-machine-interface/8fe11dc6-ae11-4fbf-8e54-98441c678740 HTTP/1.1" 200 3024 0.023142 10.0.0.27 - - [2026-03-23 04:24:19] "GET /instance-ip/17b977ad-d7eb-45ea-a455-f9a3f358bd48 HTTP/1.1" 200 1640 0.019637 10.0.0.27 - - [2026-03-23 04:24:19] "GET /virtual-machine/be182c81-f7ca-48fa-80f5-0d8a22c61039 HTTP/1.1" 200 1292 0.017647 10.0.0.27 - - [2026-03-23 04:24:19] "GET /virtual-machine-interface/8fe11dc6-ae11-4fbf-8e54-98441c678740 HTTP/1.1" 200 3024 0.021735 10.0.0.27 - - [2026-03-23 04:24:19] "GET /instance-ip/17b977ad-d7eb-45ea-a455-f9a3f358bd48 HTTP/1.1" 200 1640 0.022511 10.0.0.27 - - [2026-03-23 04:24:19] "POST /fqname-to-id HTTP/1.1" 403 354 0.017759 10.0.0.27 - - [2026-03-23 04:24:19] "GET / HTTP/1.1" 200 35931 0.002363 10.0.0.27 - - [2026-03-23 04:24:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.27 - - [2026-03-23 04:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.034767 10.0.0.27 - - [2026-03-23 04:24:19] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003823 10.0.0.27 - - [2026-03-23 04:24:19] "GET /virtual-networks?parent_id=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023485 10.0.0.27 - - [2026-03-23 04:24:19] "GET /virtual-network/c9625590-b84f-45de-b834-6e0e1ef116c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.020710 10.0.0.27 - - [2026-03-23 04:24:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.016258 10.0.0.27 - - [2026-03-23 04:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.27 - - [2026-03-23 04:24:20] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004339 10.0.0.27 - - [2026-03-23 04:24:20] "GET /virtual-networks?parent_id=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020251 10.0.0.27 - - [2026-03-23 04:24:20] "GET /virtual-network/c9625590-b84f-45de-b834-6e0e1ef116c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.021939 10.0.0.27 - - [2026-03-23 04:24:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.018927 10.0.0.27 - - [2026-03-23 04:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.27 - - [2026-03-23 04:24:20] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004001 10.0.0.27 - - [2026-03-23 04:24:20] "GET /virtual-networks?parent_id=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021776 10.0.0.27 - - [2026-03-23 04:24:20] "GET /virtual-network/c9625590-b84f-45de-b834-6e0e1ef116c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.018838 10.0.0.27 - - [2026-03-23 04:24:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.015967 10.0.0.27 - - [2026-03-23 04:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.27 - - [2026-03-23 04:24:20] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003709 10.0.0.27 - - [2026-03-23 04:24:20] "GET /virtual-networks?parent_id=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025909 10.0.0.27 - - [2026-03-23 04:24:20] "GET /virtual-network/c9625590-b84f-45de-b834-6e0e1ef116c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.020297 10.0.0.27 - - [2026-03-23 04:24:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.015189 10.0.0.27 - - [2026-03-23 04:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.27 - - [2026-03-23 04:24:20] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003618 10.0.0.27 - - [2026-03-23 04:24:20] "GET /virtual-networks?parent_id=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020158 10.0.0.27 - - [2026-03-23 04:24:20] "GET /virtual-network/c9625590-b84f-45de-b834-6e0e1ef116c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.024153 10.0.0.27 - - [2026-03-23 04:24:21] "POST /neutron/network HTTP/1.1" 200 874 0.006907 10.0.0.27 - - [2026-03-23 04:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.27 - - [2026-03-23 04:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.015380 10.0.0.27 - - [2026-03-23 04:24:23] "GET /virtual-network/c9625590-b84f-45de-b834-6e0e1ef116c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.018541 10.0.0.27 - - [2026-03-23 04:24:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008420 10.0.0.27 - - [2026-03-23 04:24:25] "POST /fqname-to-id HTTP/1.1" 403 354 0.018688 10.0.0.27 - - [2026-03-23 04:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.27 - - [2026-03-23 04:24:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003087 10.0.0.27 - - [2026-03-23 04:24:25] "GET /virtual-networks?parent_id=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021033 10.0.0.27 - - [2026-03-23 04:24:26] "GET /virtual-network/c9625590-b84f-45de-b834-6e0e1ef116c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.019014 10.0.0.27 - - [2026-03-23 04:24:26] "POST /fqname-to-id HTTP/1.1" 403 354 0.016474 10.0.0.27 - - [2026-03-23 04:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.27 - - [2026-03-23 04:24:26] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003631 10.0.0.27 - - [2026-03-23 04:24:26] "GET /virtual-networks?parent_id=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020398 10.0.0.27 - - [2026-03-23 04:24:26] "GET /virtual-network/c9625590-b84f-45de-b834-6e0e1ef116c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.022388 10.0.0.27 - - [2026-03-23 04:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.014153 10.0.0.27 - - [2026-03-23 04:24:26] "GET /routing-instance/db53fdca-29b6-4843-8300-e371c9d0b970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.021601 10.0.0.27 - - [2026-03-23 04:24:26] "POST /fqname-to-id HTTP/1.1" 403 354 0.018566 10.0.0.27 - - [2026-03-23 04:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.27 - - [2026-03-23 04:24:26] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004981 10.0.0.27 - - [2026-03-23 04:24:26] "GET /virtual-networks?parent_id=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025484 10.0.0.27 - - [2026-03-23 04:24:26] "GET /virtual-network/c9625590-b84f-45de-b834-6e0e1ef116c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.020710 10.0.0.27 - - [2026-03-23 04:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.015159 10.0.0.27 - - [2026-03-23 04:24:26] "GET /routing-instance/db53fdca-29b6-4843-8300-e371c9d0b970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.019839 10.0.0.23 - - [2026-03-23 04:24:26] "GET /obj-perms HTTP/1.1" 403 257 0.013796 10.0.0.23 - - [2026-03-23 04:24:28] "GET /virtual-machine/be182c81-f7ca-48fa-80f5-0d8a22c61039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.020723 10.0.0.23 - - [2026-03-23 04:24:32] "GET /obj-perms HTTP/1.1" 403 257 0.011791 10.0.0.23 - - [2026-03-23 04:24:35] "GET /virtual-machine/be182c81-f7ca-48fa-80f5-0d8a22c61039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.016572 10.0.0.23 - - [2026-03-23 04:24:39] "GET /obj-perms HTTP/1.1" 403 257 0.016377 10.0.0.23 - - [2026-03-23 04:24:41] "GET /virtual-machine/be182c81-f7ca-48fa-80f5-0d8a22c61039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.017592 10.0.0.27 - - [2026-03-23 04:24:43] "GET /virtual-machine-interface/8fe11dc6-ae11-4fbf-8e54-98441c678740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.019301 10.0.0.27 - - [2026-03-23 04:24:43] "GET /virtual-machine-interface/8fe11dc6-ae11-4fbf-8e54-98441c678740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.019424 10.0.0.23 - - [2026-03-23 04:24:43] "GET /obj-perms HTTP/1.1" 403 257 0.015733 10.0.0.27 - - [2026-03-23 04:24:43] "GET /virtual-machine-interface/8fe11dc6-ae11-4fbf-8e54-98441c678740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.028478 10.0.0.27 - - [2026-03-23 04:24:43] "GET /virtual-network/c9625590-b84f-45de-b834-6e0e1ef116c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.023412 10.0.0.23 - - [2026-03-23 04:24:43] "GET /virtual-machine/be182c81-f7ca-48fa-80f5-0d8a22c61039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018593 10.0.0.27 - - [2026-03-23 04:24:44] "GET /obj-perms HTTP/1.1" 403 257 0.055733 10.0.0.27 - - [2026-03-23 04:24:44] "GET /obj-perms HTTP/1.1" 403 257 0.013119 10.0.0.27 - - [2026-03-23 04:24:44] "GET /obj-perms HTTP/1.1" 403 257 0.046275 10.0.0.27 - - [2026-03-23 04:24:44] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.025519 10.0.0.50 - - [2026-03-23 04:24:44] "GET /obj-perms HTTP/1.1" 403 257 0.017880 10.0.0.27 - - [2026-03-23 04:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.014315 10.0.0.23 - - [2026-03-23 04:24:45] "GET /projects?obj_uuids=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001011 10.0.0.27 - - [2026-03-23 04:24:45] "GET /project/c31f7265-2c46-497b-8e89-c466cac492b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.057961 10.0.0.27 - - [2026-03-23 04:24:45] "GET /virtual-network/4ff1ca14-680a-4a0f-9464-eb27f8cfef2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.023918 10.0.0.27 - - [2026-03-23 04:24:45] "GET /floating-ip-pools?parent_id=4ff1ca14-680a-4a0f-9464-eb27f8cfef2b&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.019989 10.0.0.27 - - [2026-03-23 04:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.015157 10.0.0.27 - - [2026-03-23 04:24:45] "GET /floating-ip-pool/3a769398-22cd-483b-a403-0b80b69f4566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1180 0.014945 10.0.0.23 - - [2026-03-23 04:24:45] "GET /projects?obj_uuids=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.27 - - [2026-03-23 04:24:45] "GET /project/c31f7265-2c46-497b-8e89-c466cac492b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.063495 10.0.0.27 - - [2026-03-23 04:24:45] "POST /floating-ips HTTP/1.1" 200 616 0.080511 10.0.0.27 - - [2026-03-23 04:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.021580 10.0.0.27 - - [2026-03-23 04:24:45] "GET /floating-ip/e6fd0a8b-5702-46fc-9b72-ce2b2e747a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.018508 10.0.0.27 - - [2026-03-23 04:24:45] "GET /floating-ip/e6fd0a8b-5702-46fc-9b72-ce2b2e747a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.019570 10.0.0.27 - - [2026-03-23 04:24:45] "GET /virtual-machine/be182c81-f7ca-48fa-80f5-0d8a22c61039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.017751 10.0.0.27 - - [2026-03-23 04:24:45] "GET /virtual-machine/be182c81-f7ca-48fa-80f5-0d8a22c61039?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.019177 10.0.0.27 - - [2026-03-23 04:24:45] "GET /virtual-machine-interface/8fe11dc6-ae11-4fbf-8e54-98441c678740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.029938 10.0.0.27 - - [2026-03-23 04:24:45] "POST /ref-update HTTP/1.1" 200 156 0.029595 10.0.0.27 - - [2026-03-23 04:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.015801 10.0.0.27 - - [2026-03-23 04:24:46] "GET /routing-instance/9669ed08-ac47-47a3-b425-12a058ee4052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.015835 10.0.0.27 - - [2026-03-23 04:24:46] "GET /virtual-network/c9625590-b84f-45de-b834-6e0e1ef116c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.021636 10.0.0.27 - - [2026-03-23 04:24:46] "POST /neutron/port HTTP/1.1" 200 1124 0.077896 10.0.0.27 - - [2026-03-23 04:24:47] "POST /neutron/port HTTP/1.1" 200 1155 0.233580 10.0.0.27 - - [2026-03-23 04:24:47] "GET /virtual-machine/be182c81-f7ca-48fa-80f5-0d8a22c61039 HTTP/1.1" 200 1292 0.018253 10.0.0.27 - - [2026-03-23 04:24:47] "GET /virtual-machine-interface/8fe11dc6-ae11-4fbf-8e54-98441c678740 HTTP/1.1" 200 3586 0.027420 10.0.0.27 - - [2026-03-23 04:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.018878 10.0.0.27 - - [2026-03-23 04:24:47] "GET /security-group/e8b4cf88-be7d-4787-a914-5c59788506ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.015120 10.0.0.27 - - [2026-03-23 04:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.017606 10.0.0.27 - - [2026-03-23 04:24:47] "GET /security-group/e8b4cf88-be7d-4787-a914-5c59788506ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.019077 10.0.0.27 - - [2026-03-23 04:24:47] "DELETE /floating-ip/e6fd0a8b-5702-46fc-9b72-ce2b2e747a95 HTTP/1.1" 200 115 0.097404 10.0.0.27 - - [2026-03-23 04:24:47] "GET /virtual-machine/be182c81-f7ca-48fa-80f5-0d8a22c61039 HTTP/1.1" 200 1292 0.022840 10.0.0.27 - - [2026-03-23 04:24:48] "POST /neutron/port HTTP/1.1" 200 1155 0.016079 10.0.0.27 - - [2026-03-23 04:24:49] "GET /virtual-machine/be182c81-f7ca-48fa-80f5-0d8a22c61039 HTTP/1.1" 404 171 0.016430 10.0.0.27 - - [2026-03-23 04:24:49] "GET /virtual-machine/be182c81-f7ca-48fa-80f5-0d8a22c61039 HTTP/1.1" 404 171 0.022008 10.0.0.27 - - [2026-03-23 04:24:49] "GET /virtual-machine/be182c81-f7ca-48fa-80f5-0d8a22c61039 HTTP/1.1" 404 171 0.013539 10.0.0.27 - - [2026-03-23 04:24:50] "POST /fqname-to-id HTTP/1.1" 403 354 0.014674 10.0.0.27 - - [2026-03-23 04:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.27 - - [2026-03-23 04:24:50] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003080 10.0.0.27 - - [2026-03-23 04:24:50] "GET /virtual-networks?parent_id=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.018260 10.0.0.27 - - [2026-03-23 04:24:50] "GET /virtual-network/c9625590-b84f-45de-b834-6e0e1ef116c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.021418 10.0.0.27 - - [2026-03-23 04:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.013735 10.0.0.27 - - [2026-03-23 04:24:50] "GET /routing-instance/db53fdca-29b6-4843-8300-e371c9d0b970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.018177 10.0.0.27 - - [2026-03-23 04:24:50] "GET /obj-perms HTTP/1.1" 403 257 0.012273 10.0.0.27 - - [2026-03-23 04:24:50] "GET /obj-perms HTTP/1.1" 403 257 0.043933 10.0.0.50 - - [2026-03-23 04:24:53] "GET /obj-perms HTTP/1.1" 200 5030 0.003690 10.0.0.27 - - [2026-03-23 04:24:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004113 10.0.0.50 - - [2026-03-23 04:25:03] "GET /obj-perms HTTP/1.1" 200 5030 0.012587 10.0.0.27 - - [2026-03-23 04:25:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004053 10.0.0.50 - - [2026-03-23 04:25:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004360 10.0.0.27 - - [2026-03-23 04:25:15] "GET /obj-perms HTTP/1.1" 200 5030 0.004067 10.0.0.23 - - [2026-03-23 04:25:15] "GET /obj-perms HTTP/1.1" 200 5030 0.004227 10.0.0.27 - - [2026-03-23 04:25:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.070098 10.0.0.27 - - [2026-03-23 04:25:15] "POST /fqname-to-id HTTP/1.1" 404 232 0.018943 10.0.0.23 - - [2026-03-23 04:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.096068 10.0.0.27 - - [2026-03-23 04:25:16] "DELETE /api-access-list/c2d336ae-509b-4b07-b757-cb3b5dcc8b51 HTTP/1.1" 200 115 0.043870 10.0.0.27 - - [2026-03-23 04:25:16] "GET /obj-perms HTTP/1.1" 200 5056 0.179660 10.0.0.50 - - [2026-03-23 04:25:17] "GET /obj-perms HTTP/1.1" 200 5056 0.098374 10.0.0.27 - - [2026-03-23 04:25:17] "POST /neutron/network HTTP/1.1" 200 862 0.006764 10.0.0.23 - - [2026-03-23 04:25:17] "DELETE /route-target/bd523d07-8e39-4f35-aa7e-4a8442c48a23 HTTP/1.1" 200 115 0.024437 10.0.0.27 - - [2026-03-23 04:25:19] "GET /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004201 10.0.0.27 - - [2026-03-23 04:25:19] "PUT /api-access-list/426375a5-a55a-48a4-8e56-e2e9bff95da7 HTTP/1.1" 200 264 0.010381 10.0.0.23 - - [2026-03-23 04:25:19] "GET /projects?obj_uuids=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001322 10.0.0.27 - - [2026-03-23 04:25:19] "GET /project/c31f7265-2c46-497b-8e89-c466cac492b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.115840 10.0.0.23 - - [2026-03-23 04:25:19] "GET /projects?obj_uuids=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001005 10.0.0.27 - - [2026-03-23 04:25:19] "GET /project/c31f7265-2c46-497b-8e89-c466cac492b5?fields=virtual_networks HTTP/1.1" 200 1032 0.041922 10.0.0.23 - - [2026-03-23 04:25:19] "GET /projects?obj_uuids=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000897 10.0.0.27 - - [2026-03-23 04:25:19] "GET /project/c31f7265-2c46-497b-8e89-c466cac492b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.046102 10.0.0.23 - - [2026-03-23 04:25:19] "GET /projects?obj_uuids=c31f7265-2c46-497b-8e89-c466cac492b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000934 10.0.0.27 - - [2026-03-23 04:25:19] "GET /project/c31f7265-2c46-497b-8e89-c466cac492b5?fields=security_groups HTTP/1.1" 200 1258 0.053170 10.0.0.23 - - [2026-03-23 04:25:20] "GET /projects?obj_uuids=063ce49e-4212-47f4-ad6c-eb61b1a4ca01&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001493 10.0.0.27 - - [2026-03-23 04:25:20] "GET /project/063ce49e-4212-47f4-ad6c-eb61b1a4ca01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.045425 [Introspect:8084]10.0.0.27 - - [2026-03-23 04:25:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001332 10.0.0.27 - - [2026-03-23 04:25:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.035731 10.0.0.23 - - [2026-03-23 04:25:24] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002515 10.0.0.23 - - [2026-03-23 04:25:24] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.23 - - [2026-03-23 04:25:24] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048785 10.0.0.23 - - [2026-03-23 04:25:24] "POST /id-to-fqname HTTP/1.1" 200 191 0.003426 10.0.0.23 - - [2026-03-23 04:25:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.004157 10.0.0.23 - - [2026-03-23 04:25:25] "POST /security-groups HTTP/1.1" 200 592 0.073136 10.0.0.23 - - [2026-03-23 04:25:25] "POST /projects HTTP/1.1" 200 587 0.266442 10.0.0.23 - - [2026-03-23 04:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.302472 10.0.0.23 - - [2026-03-23 04:25:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.012522 10.0.0.27 - - [2026-03-23 04:25:25] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.505033 10.0.0.27 - - [2026-03-23 04:25:26] "GET / HTTP/1.1" 200 35931 0.001912 10.0.0.27 - - [2026-03-23 04:25:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2026-03-23 04:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.080875 10.0.0.23 - - [2026-03-23 04:25:28] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001342 10.0.0.27 - - [2026-03-23 04:25:28] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045831 10.0.0.23 - - [2026-03-23 04:25:28] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001161 10.0.0.27 - - [2026-03-23 04:25:28] "POST /neutron/network HTTP/1.1" 200 608 0.136028 10.0.0.23 - - [2026-03-23 04:25:29] "POST /ref-update HTTP/1.1" 200 156 0.025641 10.0.0.27 - - [2026-03-23 04:25:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.003041 10.0.0.27 - - [2026-03-23 04:25:29] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005923 10.0.0.27 - - [2026-03-23 04:25:29] "POST /neutron/network HTTP/1.1" 200 825 0.006526 10.0.0.27 - - [2026-03-23 04:25:29] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005426 10.0.0.27 - - [2026-03-23 04:25:30] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005947 10.0.0.27 - - [2026-03-23 04:25:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001221 10.0.0.27 - - [2026-03-23 04:25:31] "POST /neutron/network HTTP/1.1" 200 835 0.007174 10.0.0.23 - - [2026-03-23 04:25:32] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001209 10.0.0.27 - - [2026-03-23 04:25:32] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.078351 10.0.0.27 - - [2026-03-23 04:25:32] "POST /neutron/port HTTP/1.1" 200 117 0.008337 10.0.0.27 - - [2026-03-23 04:25:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001841 10.0.0.27 - - [2026-03-23 04:25:33] "POST /neutron/network HTTP/1.1" 200 835 0.006502 10.0.0.23 - - [2026-03-23 04:25:34] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000936 10.0.0.27 - - [2026-03-23 04:25:34] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.100005 10.0.0.27 - - [2026-03-23 04:25:34] "POST /neutron/port HTTP/1.1" 200 1059 0.059749 10.0.0.27 - - [2026-03-23 04:25:34] "POST /neutron/port HTTP/1.1" 200 1069 0.025366 10.0.0.27 - - [2026-03-23 04:25:34] "POST /neutron/port HTTP/1.1" 200 1123 0.023963 10.0.0.27 - - [2026-03-23 04:25:34] "POST /neutron/subnet HTTP/1.1" 200 690 0.009372 10.0.0.27 - - [2026-03-23 04:25:34] "POST /neutron/network HTTP/1.1" 200 825 0.009197 10.0.0.50 - - [2026-03-23 04:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.50 - - [2026-03-23 04:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000312 10.0.0.27 - - [2026-03-23 04:25:35] "POST /neutron/port HTTP/1.1" 200 1059 0.019164 10.0.0.27 - - [2026-03-23 04:25:35] "POST /neutron/port HTTP/1.1" 200 1123 0.023557 10.0.0.23 - - [2026-03-23 04:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2026-03-23 04:25:35] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.23 - - [2026-03-23 04:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2026-03-23 04:25:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2026-03-23 04:25:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.50 - - [2026-03-23 04:25:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.50 - - [2026-03-23 04:25:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.27 - - [2026-03-23 04:25:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2026-03-23 04:25:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2026-03-23 04:25:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.27 - - [2026-03-23 04:25:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.27 - - [2026-03-23 04:25:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007798 10.0.0.27 - - [2026-03-23 04:25:40] "POST /neutron/port HTTP/1.1" 200 1123 0.019824 10.0.0.27 - - [2026-03-23 04:25:40] "GET /virtual-machine/8810c406-dbb4-49e2-9adb-065042ff5d8b HTTP/1.1" 401 292 0.000355 10.0.0.27 - - [2026-03-23 04:25:40] "GET /virtual-machine/8810c406-dbb4-49e2-9adb-065042ff5d8b HTTP/1.1" 200 1293 0.048606 10.0.0.27 - - [2026-03-23 04:25:40] "GET /virtual-machine-interface/4ac51bf2-0efe-4e37-8b6d-38010782e1d3 HTTP/1.1" 200 2948 0.006494 10.0.0.27 - - [2026-03-23 04:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006541 10.0.0.27 - - [2026-03-23 04:25:40] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007165 10.0.0.27 - - [2026-03-23 04:25:40] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.008170 10.0.0.27 - - [2026-03-23 04:25:40] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006474 10.0.0.27 - - [2026-03-23 04:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.27 - - [2026-03-23 04:25:43] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004824 10.0.0.23 - - [2026-03-23 04:25:45] "DELETE /project/c818fea2bb8c4dc48c5ca693e3a97287 HTTP/1.1" 404 173 0.002697 10.0.0.23 - - [2026-03-23 04:25:45] "DELETE /project/c31f7265-2c46-497b-8e89-c466cac492b5 HTTP/1.1" 404 177 0.004700 10.0.0.27 - - [2026-03-23 04:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.27 - - [2026-03-23 04:25:47] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005501 10.0.0.27 - - [2026-03-23 04:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005904 10.0.0.27 - - [2026-03-23 04:25:51] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006267 10.0.0.27 - - [2026-03-23 04:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.27 - - [2026-03-23 04:25:56] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005491 10.0.0.27 - - [2026-03-23 04:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.27 - - [2026-03-23 04:26:00] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005407 10.0.0.27 - - [2026-03-23 04:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.27 - - [2026-03-23 04:26:04] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006624 10.0.0.27 - - [2026-03-23 04:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.27 - - [2026-03-23 04:26:08] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005434 10.0.0.27 - - [2026-03-23 04:26:11] "POST /neutron/port HTTP/1.1" 200 1123 0.017552 10.0.0.27 - - [2026-03-23 04:26:11] "POST /neutron/subnet HTTP/1.1" 200 690 0.008452 10.0.0.27 - - [2026-03-23 04:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.27 - - [2026-03-23 04:26:12] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005473 10.0.0.27 - - [2026-03-23 04:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.27 - - [2026-03-23 04:26:16] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005453 10.0.0.27 - - [2026-03-23 04:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.27 - - [2026-03-23 04:26:18] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003458 10.0.0.27 - - [2026-03-23 04:26:18] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003055 10.0.0.27 - - [2026-03-23 04:26:18] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005480 10.0.0.27 - - [2026-03-23 04:26:18] "POST /neutron/port HTTP/1.1" 200 1123 0.017198 10.0.0.27 - - [2026-03-23 04:26:21] "POST /neutron/port HTTP/1.1" 200 1123 0.018706 10.0.0.27 - - [2026-03-23 04:26:21] "POST /neutron/subnet HTTP/1.1" 200 690 0.009819 10.0.0.27 - - [2026-03-23 04:26:23] "POST /neutron/port HTTP/1.1" 200 1123 0.016849 10.0.0.27 - - [2026-03-23 04:26:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.033617 10.0.0.27 - - [2026-03-23 04:26:34] "POST /neutron/port HTTP/1.1" 200 1123 0.017983 10.0.0.27 - - [2026-03-23 04:26:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007409 10.0.0.27 - - [2026-03-23 04:26:39] "POST /neutron/port HTTP/1.1" 200 1123 0.018785 10.0.0.27 - - [2026-03-23 04:26:39] "GET /virtual-machine/66b61710-fb4a-475e-891a-d151c66dbd84 HTTP/1.1" 200 1292 0.006666 10.0.0.27 - - [2026-03-23 04:26:39] "GET /virtual-machine-interface/d546366b-40c3-431a-b492-e54db2b3eadc HTTP/1.1" 200 2949 0.005770 10.0.0.27 - - [2026-03-23 04:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.27 - - [2026-03-23 04:26:41] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003803 10.0.0.27 - - [2026-03-23 04:26:41] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002919 10.0.0.27 - - [2026-03-23 04:26:42] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005535 10.0.0.27 - - [2026-03-23 04:26:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008946 10.0.0.27 - - [2026-03-23 04:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.27 - - [2026-03-23 04:26:43] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004310 10.0.0.27 - - [2026-03-23 04:26:43] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002721 10.0.0.27 - - [2026-03-23 04:26:43] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005743 10.0.0.27 - - [2026-03-23 04:26:52] "POST /neutron/port HTTP/1.1" 200 1123 0.018947 10.0.0.27 - - [2026-03-23 04:26:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007756 10.0.0.27 - - [2026-03-23 04:27:03] "POST /neutron/port HTTP/1.1" 200 1123 0.019303 10.0.0.27 - - [2026-03-23 04:27:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007306 10.0.0.27 - - [2026-03-23 04:27:13] "POST /neutron/network HTTP/1.1" 200 835 0.006529 10.0.0.27 - - [2026-03-23 04:27:13] "POST /neutron/port HTTP/1.1" 200 117 0.001001 10.0.0.27 - - [2026-03-23 04:27:14] "POST /neutron/port HTTP/1.1" 200 1123 0.023399 10.0.0.23 - - [2026-03-23 04:27:18] "GET /obj-perms HTTP/1.1" 200 5056 0.071075 10.0.0.27 - - [2026-03-23 04:27:19] "POST /neutron/port HTTP/1.1" 200 1123 0.017079 10.0.0.27 - - [2026-03-23 04:27:23] "POST /neutron/port HTTP/1.1" 200 1123 0.049400 10.0.0.27 - - [2026-03-23 04:27:23] "POST /neutron/subnet HTTP/1.1" 200 690 0.008837 10.0.0.27 - - [2026-03-23 04:28:14] "POST /neutron/port HTTP/1.1" 200 1123 0.017729 10.0.0.27 - - [2026-03-23 04:28:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003713 10.0.0.27 - - [2026-03-23 04:28:14] "POST /neutron/network HTTP/1.1" 200 825 0.006455 10.0.0.27 - - [2026-03-23 04:28:19] "GET /obj-perms HTTP/1.1" 200 5056 0.060977 10.0.0.50 - - [2026-03-23 04:28:19] "GET /obj-perms HTTP/1.1" 200 5056 0.069191 10.0.0.27 - - [2026-03-23 04:28:25] "POST /neutron/network HTTP/1.1" 200 835 0.009909 10.0.0.27 - - [2026-03-23 04:28:25] "POST /neutron/port HTTP/1.1" 200 117 0.001753 10.0.0.27 - - [2026-03-23 04:29:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007138 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-machine/8810c406-dbb4-49e2-9adb-065042ff5d8b HTTP/1.1" 200 1293 0.003539 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-machine-interface/4ac51bf2-0efe-4e37-8b6d-38010782e1d3 HTTP/1.1" 200 2948 0.005699 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-machine/8810c406-dbb4-49e2-9adb-065042ff5d8b HTTP/1.1" 200 1293 0.004862 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-machine-interface/4ac51bf2-0efe-4e37-8b6d-38010782e1d3 HTTP/1.1" 200 2948 0.005467 10.0.0.27 - - [2026-03-23 04:29:11] "GET /instance-ip/9e1a4576-151f-4d58-86a4-78c97d909df7 HTTP/1.1" 200 1621 0.005819 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-machine/8810c406-dbb4-49e2-9adb-065042ff5d8b HTTP/1.1" 200 1293 0.003389 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-machine-interface/4ac51bf2-0efe-4e37-8b6d-38010782e1d3 HTTP/1.1" 200 2948 0.005907 10.0.0.27 - - [2026-03-23 04:29:11] "GET /instance-ip/9e1a4576-151f-4d58-86a4-78c97d909df7 HTTP/1.1" 200 1621 0.004143 10.0.0.27 - - [2026-03-23 04:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.27 - - [2026-03-23 04:29:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004545 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003248 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007383 10.0.0.27 - - [2026-03-23 04:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005432 10.0.0.27 - - [2026-03-23 04:29:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005620 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003097 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005595 10.0.0.27 - - [2026-03-23 04:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.27 - - [2026-03-23 04:29:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004397 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002603 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006473 10.0.0.27 - - [2026-03-23 04:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.27 - - [2026-03-23 04:29:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004248 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003465 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005642 10.0.0.27 - - [2026-03-23 04:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.27 - - [2026-03-23 04:29:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005472 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004449 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007886 10.0.0.27 - - [2026-03-23 04:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005299 10.0.0.27 - - [2026-03-23 04:29:11] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006274 10.0.0.27 - - [2026-03-23 04:29:11] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006103 10.0.0.27 - - [2026-03-23 04:29:12] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007581 10.0.0.27 - - [2026-03-23 04:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.27 - - [2026-03-23 04:29:12] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004705 10.0.0.27 - - [2026-03-23 04:29:12] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003446 10.0.0.27 - - [2026-03-23 04:29:12] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006584 10.0.0.27 - - [2026-03-23 04:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.27 - - [2026-03-23 04:29:12] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003481 10.0.0.27 - - [2026-03-23 04:29:12] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002742 10.0.0.27 - - [2026-03-23 04:29:12] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005036 10.0.0.27 - - [2026-03-23 04:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.27 - - [2026-03-23 04:29:12] "GET /routing-instance/17973f9b-c6aa-4a8f-98c9-9e4edefec96f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005148 10.0.0.27 - - [2026-03-23 04:29:12] "GET /route-target/1534cdd2-b0ad-4b8a-abb1-f4c2d8727cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004795 10.0.0.27 - - [2026-03-23 04:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.27 - - [2026-03-23 04:29:12] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003871 10.0.0.27 - - [2026-03-23 04:29:12] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002614 10.0.0.27 - - [2026-03-23 04:29:12] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005971 10.0.0.27 - - [2026-03-23 04:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.27 - - [2026-03-23 04:29:12] "GET /routing-instance/17973f9b-c6aa-4a8f-98c9-9e4edefec96f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.003966 10.0.0.27 - - [2026-03-23 04:29:12] "GET /route-target/1534cdd2-b0ad-4b8a-abb1-f4c2d8727cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004504 10.0.0.27 - - [2026-03-23 04:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.27 - - [2026-03-23 04:29:12] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004462 10.0.0.27 - - [2026-03-23 04:29:12] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003038 10.0.0.27 - - [2026-03-23 04:29:13] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005186 10.0.0.27 - - [2026-03-23 04:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.27 - - [2026-03-23 04:29:13] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004263 10.0.0.27 - - [2026-03-23 04:29:13] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003000 10.0.0.27 - - [2026-03-23 04:29:13] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005193 10.0.0.27 - - [2026-03-23 04:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.27 - - [2026-03-23 04:29:13] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004140 10.0.0.27 - - [2026-03-23 04:29:13] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002908 10.0.0.27 - - [2026-03-23 04:29:13] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005517 10.0.0.27 - - [2026-03-23 04:29:13] "GET /obj-perms HTTP/1.1" 200 5032 0.066869 10.0.0.23 - - [2026-03-23 04:29:13] "GET /obj-perms HTTP/1.1" 200 5032 0.083330 10.0.0.27 - - [2026-03-23 04:29:13] "GET /obj-perms HTTP/1.1" 200 5032 0.004328 10.0.0.50 - - [2026-03-23 04:29:14] "GET /obj-perms HTTP/1.1" 200 5032 0.071339 10.0.0.27 - - [2026-03-23 04:29:14] "GET /virtual-machine/66b61710-fb4a-475e-891a-d151c66dbd84 HTTP/1.1" 200 1292 0.003905 10.0.0.27 - - [2026-03-23 04:29:14] "GET /virtual-machine-interface/d546366b-40c3-431a-b492-e54db2b3eadc HTTP/1.1" 200 2949 0.006189 10.0.0.27 - - [2026-03-23 04:29:14] "GET /virtual-machine/66b61710-fb4a-475e-891a-d151c66dbd84 HTTP/1.1" 200 1292 0.003695 10.0.0.27 - - [2026-03-23 04:29:14] "GET /virtual-machine-interface/d546366b-40c3-431a-b492-e54db2b3eadc HTTP/1.1" 200 2949 0.004742 10.0.0.27 - - [2026-03-23 04:29:14] "GET /instance-ip/744076d8-40d3-40e7-9322-839b712a2abf HTTP/1.1" 200 1621 0.005992 10.0.0.27 - - [2026-03-23 04:29:14] "GET /virtual-machine/66b61710-fb4a-475e-891a-d151c66dbd84 HTTP/1.1" 200 1292 0.004642 10.0.0.27 - - [2026-03-23 04:29:14] "GET /virtual-machine-interface/d546366b-40c3-431a-b492-e54db2b3eadc HTTP/1.1" 200 2949 0.005411 10.0.0.27 - - [2026-03-23 04:29:14] "GET /instance-ip/744076d8-40d3-40e7-9322-839b712a2abf HTTP/1.1" 200 1621 0.003797 10.0.0.27 - - [2026-03-23 04:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.27 - - [2026-03-23 04:29:14] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003869 10.0.0.27 - - [2026-03-23 04:29:14] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003101 10.0.0.27 - - [2026-03-23 04:29:14] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005192 10.0.0.27 - - [2026-03-23 04:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.27 - - [2026-03-23 04:29:14] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004171 10.0.0.27 - - [2026-03-23 04:29:14] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003248 10.0.0.27 - - [2026-03-23 04:29:14] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005960 10.0.0.27 - - [2026-03-23 04:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.27 - - [2026-03-23 04:29:14] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004115 10.0.0.27 - - [2026-03-23 04:29:14] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003597 10.0.0.27 - - [2026-03-23 04:29:14] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005818 10.0.0.27 - - [2026-03-23 04:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2026-03-23 04:29:14] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004315 10.0.0.27 - - [2026-03-23 04:29:14] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003627 10.0.0.27 - - [2026-03-23 04:29:14] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005837 10.0.0.27 - - [2026-03-23 04:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.27 - - [2026-03-23 04:29:14] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004246 10.0.0.27 - - [2026-03-23 04:29:14] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003318 10.0.0.27 - - [2026-03-23 04:29:14] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005742 10.0.0.27 - - [2026-03-23 04:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.27 - - [2026-03-23 04:29:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004563 10.0.0.27 - - [2026-03-23 04:29:15] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003739 10.0.0.27 - - [2026-03-23 04:29:15] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006770 10.0.0.27 - - [2026-03-23 04:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005441 10.0.0.27 - - [2026-03-23 04:29:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004068 10.0.0.27 - - [2026-03-23 04:29:15] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003785 10.0.0.27 - - [2026-03-23 04:29:15] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006086 10.0.0.27 - - [2026-03-23 04:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.27 - - [2026-03-23 04:29:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003561 10.0.0.27 - - [2026-03-23 04:29:15] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002622 10.0.0.27 - - [2026-03-23 04:29:15] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007066 10.0.0.27 - - [2026-03-23 04:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.27 - - [2026-03-23 04:29:15] "GET /routing-instance/17973f9b-c6aa-4a8f-98c9-9e4edefec96f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004347 10.0.0.27 - - [2026-03-23 04:29:15] "GET /route-target/1534cdd2-b0ad-4b8a-abb1-f4c2d8727cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005512 10.0.0.27 - - [2026-03-23 04:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.27 - - [2026-03-23 04:29:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004079 10.0.0.27 - - [2026-03-23 04:29:15] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003942 10.0.0.27 - - [2026-03-23 04:29:15] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006454 10.0.0.27 - - [2026-03-23 04:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.27 - - [2026-03-23 04:29:15] "GET /routing-instance/17973f9b-c6aa-4a8f-98c9-9e4edefec96f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004659 10.0.0.27 - - [2026-03-23 04:29:16] "GET /route-target/1534cdd2-b0ad-4b8a-abb1-f4c2d8727cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004378 10.0.0.27 - - [2026-03-23 04:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.27 - - [2026-03-23 04:29:16] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004100 10.0.0.27 - - [2026-03-23 04:29:16] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003062 10.0.0.27 - - [2026-03-23 04:29:16] "POST /neutron/port HTTP/1.1" 200 1123 0.017061 10.0.0.27 - - [2026-03-23 04:29:16] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.012260 10.0.0.27 - - [2026-03-23 04:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.27 - - [2026-03-23 04:29:16] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003386 10.0.0.27 - - [2026-03-23 04:29:16] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003059 10.0.0.27 - - [2026-03-23 04:29:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003888 10.0.0.27 - - [2026-03-23 04:29:16] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005661 10.0.0.27 - - [2026-03-23 04:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.27 - - [2026-03-23 04:29:16] "POST /neutron/network HTTP/1.1" 200 825 0.007209 10.0.0.27 - - [2026-03-23 04:29:16] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004078 10.0.0.27 - - [2026-03-23 04:29:16] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003263 10.0.0.27 - - [2026-03-23 04:29:16] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006700 10.0.0.27 - - [2026-03-23 04:29:16] "GET /obj-perms HTTP/1.1" 200 5032 0.005192 10.0.0.23 - - [2026-03-23 04:29:16] "GET /obj-perms HTTP/1.1" 200 5032 0.004619 10.0.0.27 - - [2026-03-23 04:29:16] "GET /obj-perms HTTP/1.1" 200 5032 0.003483 10.0.0.50 - - [2026-03-23 04:29:16] "GET /obj-perms HTTP/1.1" 200 5032 0.003884 10.0.0.23 - - [2026-03-23 04:29:20] "GET /obj-perms HTTP/1.1" 200 5056 0.071458 10.0.0.27 - - [2026-03-23 04:29:20] "GET /obj-perms HTTP/1.1" 200 5056 0.066302 10.0.0.27 - - [2026-03-23 04:29:22] "GET /virtual-machine/66b61710-fb4a-475e-891a-d151c66dbd84 HTTP/1.1" 200 1292 0.005296 10.0.0.27 - - [2026-03-23 04:29:22] "POST /neutron/port HTTP/1.1" 200 151 0.181565 10.0.0.27 - - [2026-03-23 04:29:24] "GET /virtual-machine/66b61710-fb4a-475e-891a-d151c66dbd84 HTTP/1.1" 404 171 0.003410 10.0.0.27 - - [2026-03-23 04:29:24] "GET /virtual-machine/66b61710-fb4a-475e-891a-d151c66dbd84 HTTP/1.1" 404 171 0.003024 10.0.0.27 - - [2026-03-23 04:29:24] "GET /virtual-machine/66b61710-fb4a-475e-891a-d151c66dbd84 HTTP/1.1" 404 171 0.002633 10.0.0.27 - - [2026-03-23 04:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.27 - - [2026-03-23 04:29:24] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004133 10.0.0.27 - - [2026-03-23 04:29:24] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002670 10.0.0.27 - - [2026-03-23 04:29:24] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006168 10.0.0.27 - - [2026-03-23 04:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.27 - - [2026-03-23 04:29:24] "GET /routing-instance/17973f9b-c6aa-4a8f-98c9-9e4edefec96f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004395 10.0.0.27 - - [2026-03-23 04:29:24] "GET /route-target/1534cdd2-b0ad-4b8a-abb1-f4c2d8727cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004357 10.0.0.27 - - [2026-03-23 04:29:30] "GET /obj-perms HTTP/1.1" 200 5032 0.003995 10.0.0.50 - - [2026-03-23 04:29:30] "GET /obj-perms HTTP/1.1" 200 5032 0.003496 10.0.0.27 - - [2026-03-23 04:29:40] "GET /obj-perms HTTP/1.1" 200 5032 0.004840 10.0.0.50 - - [2026-03-23 04:29:40] "GET /obj-perms HTTP/1.1" 200 5032 0.003655 10.0.0.27 - - [2026-03-23 04:29:49] "GET /obj-perms HTTP/1.1" 200 5032 0.003958 10.0.0.50 - - [2026-03-23 04:29:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004461 10.0.0.27 - - [2026-03-23 04:29:49] "GET /virtual-machine/8810c406-dbb4-49e2-9adb-065042ff5d8b HTTP/1.1" 200 1293 0.004543 10.0.0.27 - - [2026-03-23 04:29:50] "POST /neutron/port HTTP/1.1" 200 151 0.162115 10.0.0.27 - - [2026-03-23 04:29:51] "GET /virtual-machine/8810c406-dbb4-49e2-9adb-065042ff5d8b HTTP/1.1" 404 171 0.003078 10.0.0.27 - - [2026-03-23 04:29:51] "GET /virtual-machine/8810c406-dbb4-49e2-9adb-065042ff5d8b HTTP/1.1" 404 171 0.002441 10.0.0.27 - - [2026-03-23 04:29:51] "GET /virtual-machine/8810c406-dbb4-49e2-9adb-065042ff5d8b HTTP/1.1" 404 171 0.002923 10.0.0.27 - - [2026-03-23 04:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.27 - - [2026-03-23 04:29:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003366 10.0.0.27 - - [2026-03-23 04:29:51] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002952 10.0.0.27 - - [2026-03-23 04:29:52] "GET /virtual-network/85170818-fdb6-4ffe-97b2-b69ec42fae4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005933 10.0.0.27 - - [2026-03-23 04:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.27 - - [2026-03-23 04:29:52] "GET /routing-instance/17973f9b-c6aa-4a8f-98c9-9e4edefec96f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.003960 10.0.0.27 - - [2026-03-23 04:29:52] "GET /route-target/1534cdd2-b0ad-4b8a-abb1-f4c2d8727cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003706 10.0.0.27 - - [2026-03-23 04:29:52] "GET /obj-perms HTTP/1.1" 200 5032 0.003726 10.0.0.50 - - [2026-03-23 04:29:52] "GET /obj-perms HTTP/1.1" 200 5032 0.003978 10.0.0.23 - - [2026-03-23 04:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005287 10.0.0.27 - - [2026-03-23 04:29:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.003760 10.0.0.27 - - [2026-03-23 04:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.23 - - [2026-03-23 04:29:55] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.040377 10.0.0.27 - - [2026-03-23 04:29:55] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.085778 10.0.0.27 - - [2026-03-23 04:29:55] "POST /network-policys HTTP/1.1" 200 522 0.030384 10.0.0.27 - - [2026-03-23 04:29:55] "GET /network-policy/28976e12-e9bf-4db3-814f-994758b21f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006538 10.0.0.27 - - [2026-03-23 04:29:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.002464 10.0.0.27 - - [2026-03-23 04:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.23 - - [2026-03-23 04:29:55] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000883 10.0.0.27 - - [2026-03-23 04:29:55] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057585 10.0.0.27 - - [2026-03-23 04:29:55] "POST /network-policys HTTP/1.1" 200 522 0.031099 10.0.0.27 - - [2026-03-23 04:29:55] "GET /network-policy/c5a3ab37-2e92-4a92-bdc6-a118532fb4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005895 10.0.0.27 - - [2026-03-23 04:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.23 - - [2026-03-23 04:29:55] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001433 10.0.0.27 - - [2026-03-23 04:29:55] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045138 10.0.0.27 - - [2026-03-23 04:29:56] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004034 10.0.0.27 - - [2026-03-23 04:29:56] "POST /virtual-networks HTTP/1.1" 200 546 0.099134 10.0.0.27 - - [2026-03-23 04:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.23 - - [2026-03-23 04:29:56] "POST /ref-update HTTP/1.1" 200 156 0.022281 10.0.0.27 - - [2026-03-23 04:29:56] "GET /network-ipam/141559c4-7adc-412c-913d-e02e7f43b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005381 10.0.0.23 - - [2026-03-23 04:29:56] "POST /useragent-kv HTTP/1.1" 200 115 0.008779 10.0.0.27 - - [2026-03-23 04:29:56] "POST /ref-update HTTP/1.1" 200 156 0.068161 10.0.0.27 - - [2026-03-23 04:29:56] "POST /neutron/network HTTP/1.1" 200 809 0.007257 10.0.0.27 - - [2026-03-23 04:29:56] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006419 10.0.0.27 - - [2026-03-23 04:29:56] "POST /neutron/subnet HTTP/1.1" 200 672 0.016101 10.0.0.27 - - [2026-03-23 04:29:56] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006296 10.0.0.27 - - [2026-03-23 04:29:57] "GET /obj-perms HTTP/1.1" 200 5032 0.003312 10.0.0.23 - - [2026-03-23 04:29:57] "GET /obj-perms HTTP/1.1" 200 5032 0.003953 10.0.0.27 - - [2026-03-23 04:29:57] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006803 10.0.0.27 - - [2026-03-23 04:29:57] "PUT /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238 HTTP/1.1" 200 264 0.045459 10.0.0.27 - - [2026-03-23 04:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.27 - - [2026-03-23 04:29:57] "GET /network-policy/28976e12-e9bf-4db3-814f-994758b21f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004805 10.0.0.27 - - [2026-03-23 04:29:57] "POST /ref-update HTTP/1.1" 200 156 0.047944 10.0.0.27 - - [2026-03-23 04:29:57] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005634 10.0.0.27 - - [2026-03-23 04:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.27 - - [2026-03-23 04:29:57] "GET /network-policy/28976e12-e9bf-4db3-814f-994758b21f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.003745 10.0.0.27 - - [2026-03-23 04:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.23 - - [2026-03-23 04:29:57] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000877 10.0.0.27 - - [2026-03-23 04:29:57] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.035019 10.0.0.27 - - [2026-03-23 04:29:57] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003078 10.0.0.27 - - [2026-03-23 04:29:57] "POST /virtual-networks HTTP/1.1" 200 546 0.086262 10.0.0.27 - - [2026-03-23 04:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.23 - - [2026-03-23 04:29:57] "POST /route-targets HTTP/1.1" 200 327 0.014398 10.0.0.27 - - [2026-03-23 04:29:57] "GET /network-ipam/141559c4-7adc-412c-913d-e02e7f43b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.006860 10.0.0.23 - - [2026-03-23 04:29:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005873 10.0.0.27 - - [2026-03-23 04:29:57] "POST /ref-update HTTP/1.1" 200 156 0.073738 10.0.0.27 - - [2026-03-23 04:29:58] "POST /neutron/network HTTP/1.1" 200 809 0.006491 10.0.0.27 - - [2026-03-23 04:29:58] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005171 10.0.0.27 - - [2026-03-23 04:29:58] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006401 10.0.0.27 - - [2026-03-23 04:29:58] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005480 10.0.0.27 - - [2026-03-23 04:29:58] "PUT /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c HTTP/1.1" 200 264 0.046170 10.0.0.27 - - [2026-03-23 04:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.27 - - [2026-03-23 04:29:58] "GET /network-policy/c5a3ab37-2e92-4a92-bdc6-a118532fb4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004443 10.0.0.27 - - [2026-03-23 04:29:58] "POST /ref-update HTTP/1.1" 200 156 0.069480 10.0.0.23 - - [2026-03-23 04:29:58] "POST /access-control-lists HTTP/1.1" 200 592 0.041272 10.0.0.27 - - [2026-03-23 04:29:59] "POST /neutron/network HTTP/1.1" 200 886 0.024445 10.0.0.27 - - [2026-03-23 04:29:59] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006555 10.0.0.27 - - [2026-03-23 04:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005119 10.0.0.27 - - [2026-03-23 04:29:59] "GET /network-policy/c5a3ab37-2e92-4a92-bdc6-a118532fb4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004945 10.0.0.27 - - [2026-03-23 04:29:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001081 10.0.0.23 - - [2026-03-23 04:30:00] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001312 10.0.0.27 - - [2026-03-23 04:30:00] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.071051 10.0.0.27 - - [2026-03-23 04:30:00] "POST /neutron/port HTTP/1.1" 200 117 0.007837 10.0.0.27 - - [2026-03-23 04:30:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001311 10.0.0.27 - - [2026-03-23 04:30:00] "POST /neutron/network HTTP/1.1" 200 896 0.007097 10.0.0.27 - - [2026-03-23 04:30:01] "POST /neutron/port HTTP/1.1" 200 1061 0.021596 10.0.0.23 - - [2026-03-23 04:30:01] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001103 10.0.0.27 - - [2026-03-23 04:30:01] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.174642 10.0.0.27 - - [2026-03-23 04:30:01] "POST /neutron/port HTTP/1.1" 200 1125 0.026119 10.0.0.27 - - [2026-03-23 04:30:01] "POST /neutron/subnet HTTP/1.1" 200 646 0.008703 10.0.0.27 - - [2026-03-23 04:30:02] "POST /neutron/port HTTP/1.1" 200 1125 0.025561 10.0.0.27 - - [2026-03-23 04:30:02] "POST /neutron/port HTTP/1.1" 200 1125 0.021828 10.0.0.23 - - [2026-03-23 04:30:02] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001260 10.0.0.23 - - [2026-03-23 04:30:02] "PUT /access-control-list/3162d0d1-b6f3-496a-b189-66bea0f43840 HTTP/1.1" 200 272 0.061531 10.0.0.27 - - [2026-03-23 04:30:02] "POST /neutron/port HTTP/1.1" 200 1061 0.381889 10.0.0.27 - - [2026-03-23 04:30:03] "POST /neutron/port HTTP/1.1" 200 1115 0.120042 10.0.0.27 - - [2026-03-23 04:30:03] "POST /neutron/subnet HTTP/1.1" 200 646 0.012008 10.0.0.27 - - [2026-03-23 04:30:07] "POST /neutron/port HTTP/1.1" 200 1125 0.026113 10.0.0.27 - - [2026-03-23 04:30:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009523 10.0.0.27 - - [2026-03-23 04:30:07] "GET /virtual-machine/91e652d8-37f4-498c-95d3-b9901e41ee32 HTTP/1.1" 200 1294 0.005983 10.0.0.27 - - [2026-03-23 04:30:07] "GET /virtual-machine-interface/b4e4e56d-5a12-4e50-8592-a87ecd35a758 HTTP/1.1" 200 2948 0.006980 10.0.0.27 - - [2026-03-23 04:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.27 - - [2026-03-23 04:30:07] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005486 10.0.0.27 - - [2026-03-23 04:30:07] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003787 10.0.0.27 - - [2026-03-23 04:30:07] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007545 10.0.0.27 - - [2026-03-23 04:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.27 - - [2026-03-23 04:30:10] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005207 10.0.0.27 - - [2026-03-23 04:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.27 - - [2026-03-23 04:30:14] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004743 10.0.0.27 - - [2026-03-23 04:30:17] "POST /neutron/port HTTP/1.1" 200 1125 0.019261 10.0.0.27 - - [2026-03-23 04:30:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003761 10.0.0.27 - - [2026-03-23 04:30:17] "POST /neutron/network HTTP/1.1" 200 886 0.008266 10.0.0.27 - - [2026-03-23 04:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.27 - - [2026-03-23 04:30:18] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005550 10.0.0.50 - - [2026-03-23 04:30:20] "GET /obj-perms HTTP/1.1" 200 5056 0.083268 10.0.0.27 - - [2026-03-23 04:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.27 - - [2026-03-23 04:30:23] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007115 10.0.0.27 - - [2026-03-23 04:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.27 - - [2026-03-23 04:30:27] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004746 10.0.0.27 - - [2026-03-23 04:30:27] "POST /neutron/network HTTP/1.1" 200 896 0.006866 10.0.0.27 - - [2026-03-23 04:30:27] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.27 - - [2026-03-23 04:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.041402 10.0.0.27 - - [2026-03-23 04:30:31] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005159 10.0.0.50 - - [2026-03-23 04:30:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.50 - - [2026-03-23 04:30:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.27 - - [2026-03-23 04:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.27 - - [2026-03-23 04:30:35] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006310 10.0.0.23 - - [2026-03-23 04:30:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2026-03-23 04:30:35] "GET /global-system-configs HTTP/1.1" 401 292 0.001191 10.0.0.23 - - [2026-03-23 04:30:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2026-03-23 04:30:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.50 - - [2026-03-23 04:30:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.50 - - [2026-03-23 04:30:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2026-03-23 04:30:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.27 - - [2026-03-23 04:30:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.27 - - [2026-03-23 04:30:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.27 - - [2026-03-23 04:30:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.27 - - [2026-03-23 04:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.27 - - [2026-03-23 04:30:39] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006489 10.0.0.27 - - [2026-03-23 04:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.27 - - [2026-03-23 04:30:43] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005623 10.0.0.27 - - [2026-03-23 04:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.27 - - [2026-03-23 04:30:45] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004173 10.0.0.27 - - [2026-03-23 04:30:45] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003194 10.0.0.27 - - [2026-03-23 04:30:45] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005734 10.0.0.27 - - [2026-03-23 04:30:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.046057 10.0.0.27 - - [2026-03-23 04:30:54] "POST /neutron/port HTTP/1.1" 200 1125 0.018556 10.0.0.27 - - [2026-03-23 04:30:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006591 10.0.0.27 - - [2026-03-23 04:31:02] "POST /neutron/port HTTP/1.1" 200 1125 0.032690 10.0.0.27 - - [2026-03-23 04:31:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007467 10.0.0.27 - - [2026-03-23 04:31:07] "POST /neutron/port HTTP/1.1" 200 1125 0.017574 10.0.0.27 - - [2026-03-23 04:31:07] "GET /virtual-machine/972096c0-ac28-48c1-978c-55fda1fd771c HTTP/1.1" 200 1294 0.049898 10.0.0.27 - - [2026-03-23 04:31:07] "GET /virtual-machine-interface/a55f5f87-b72c-4ad4-839d-777c18d186d2 HTTP/1.1" 200 2948 0.005993 10.0.0.27 - - [2026-03-23 04:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.27 - - [2026-03-23 04:31:08] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003483 10.0.0.27 - - [2026-03-23 04:31:08] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003209 10.0.0.27 - - [2026-03-23 04:31:08] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005601 10.0.0.27 - - [2026-03-23 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.27 - - [2026-03-23 04:31:09] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004023 10.0.0.27 - - [2026-03-23 04:31:09] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003028 10.0.0.27 - - [2026-03-23 04:31:09] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005799 10.0.0.27 - - [2026-03-23 04:31:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007269 10.0.0.27 - - [2026-03-23 04:31:19] "POST /neutron/port HTTP/1.1" 200 1125 0.058716 10.0.0.27 - - [2026-03-23 04:31:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004157 10.0.0.27 - - [2026-03-23 04:31:19] "POST /neutron/network HTTP/1.1" 200 886 0.006755 10.0.0.27 - - [2026-03-23 04:31:27] "POST /neutron/network HTTP/1.1" 200 896 0.008211 10.0.0.27 - - [2026-03-23 04:31:27] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.27 - - [2026-03-23 04:32:21] "POST /neutron/port HTTP/1.1" 200 1125 0.015226 10.0.0.27 - - [2026-03-23 04:32:21] "POST /neutron/subnet HTTP/1.1" 200 646 0.008351 10.0.0.23 - - [2026-03-23 04:32:22] "GET /obj-perms HTTP/1.1" 200 5056 0.094096 10.0.0.27 - - [2026-03-23 04:32:22] "GET /obj-perms HTTP/1.1" 200 5056 0.082735 10.0.0.50 - - [2026-03-23 04:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.27 - - [2026-03-23 04:32:27] "POST /neutron/port HTTP/1.1" 200 1125 0.059752 10.0.0.27 - - [2026-03-23 04:32:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003716 10.0.0.27 - - [2026-03-23 04:32:27] "POST /neutron/network HTTP/1.1" 200 886 0.006458 10.0.0.27 - - [2026-03-23 04:33:22] "POST /neutron/network HTTP/1.1" 200 896 0.007208 10.0.0.27 - - [2026-03-23 04:33:22] "POST /neutron/port HTTP/1.1" 200 117 0.001024 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Mar 23 04:33:25 AM UTC 2026 ===================' INFO: =================== Mon Mar 23 04:33:25 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.50:8081 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.50:8086 10.0.0.23: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.27,10.0.0.50,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.50:8082 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.50:9161 10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.50:9041 10.0.0.23: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.14,10.20.0.25,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14,10.20.0.25,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.50:2181,10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.50:5673,10.0.0.23: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.50:6379 10.0.0.23: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.27,10.0.0.50,10.0.0.23 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.50:9092 10.0.0.23: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.27 ++ 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.27,10.0.0.50,10.0.0.23 ++ 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.27,10.0.0.50,10.0.0.23 ++ 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.27,10.0.0.50,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.27 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.50,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.50,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ uniq ++++ grep -vi host ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + 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/23/2026 04:33:33.993 7fdadb3ee980 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/23/2026 04:33:34.125 7fdadb3ee980 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/23/2026 04:33:34.137 7fdadb3ee980 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/23/2026 04:33:34.137 7fdadb3ee980 [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.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2026-03-23 04:33:34] "GET / HTTP/1.1" 503 181 0.000281 10.0.0.23 - - [2026-03-23 04:33:34] "GET / HTTP/1.1" 503 181 0.000173 10.0.0.23 - - [2026-03-23 04:33:35] "GET / HTTP/1.1" 200 45871 0.001329 10.0.0.23 - - [2026-03-23 04:33:35] "GET / HTTP/1.1" 200 45871 0.000968 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.23 - - [2026-03-23 04:33:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000699 10.0.0.23 - - [2026-03-23 04:33:35] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000250 [Introspect:8084]10.0.0.27 - - [2026-03-23 04:33:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001398 10.0.0.23 - - [2026-03-23 04:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.670365 10.0.0.23 - - [2026-03-23 04:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.23 - - [2026-03-23 04:33:36] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.392167 10.0.0.23 - - [2026-03-23 04:33:36] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.003247 /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.23 - - [2026-03-23 04:33:37] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000865 10.0.0.23 - - [2026-03-23 04:33:37] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.047902 10.0.0.23 - - [2026-03-23 04:33:37] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001114 10.0.0.23 - - [2026-03-23 04:33:37] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?fields=security_groups HTTP/1.1" 200 1088 0.041700 10.0.0.23 - - [2026-03-23 04:33:37] "GET /projects?obj_uuids=d64f11f1-ed04-4516-a5b7-181e3ae23084&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001142 10.0.0.23 - - [2026-03-23 04:33:37] "GET /project/d64f11f1-ed04-4516-a5b7-181e3ae23084?fields=application_policy_sets HTTP/1.1" 200 1381 0.059671 10.0.0.23 - - [2026-03-23 04:33:37] "DELETE /project/d64f11f1-ed04-4516-a5b7-181e3ae23084 HTTP/1.1" 409 278 0.246841 [Introspect:8084]10.0.0.27 - - [2026-03-23 04:33:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001267 [Introspect:8084]10.0.0.27 - - [2026-03-23 04:33:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001035 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2026-03-23 04:33:42] "GET /obj-perms HTTP/1.1" 200 5032 0.452347 10.0.0.27 - - [2026-03-23 04:33:42] "GET /obj-perms HTTP/1.1" 200 5032 0.003456 10.0.0.27 - - [2026-03-23 04:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.045950 10.0.0.23 - - [2026-03-23 04:33:42] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000851 10.0.0.27 - - [2026-03-23 04:33:42] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056535 10.0.0.27 - - [2026-03-23 04:33:43] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004888 10.0.0.27 - - [2026-03-23 04:33:43] "POST /virtual-networks HTTP/1.1" 200 546 0.093287 10.0.0.27 - - [2026-03-23 04:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.27 - - [2026-03-23 04:33:43] "GET /network-ipam/141559c4-7adc-412c-913d-e02e7f43b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005472 10.0.0.23 - - [2026-03-23 04:33:43] "POST /useragent-kv HTTP/1.1" 200 115 0.012188 10.0.0.27 - - [2026-03-23 04:33:43] "POST /ref-update HTTP/1.1" 200 156 0.087603 10.0.0.27 - - [2026-03-23 04:33:43] "POST /neutron/network HTTP/1.1" 200 809 0.048383 10.0.0.27 - - [2026-03-23 04:33:43] "GET /virtual-network/2beceb16-5205-4fc4-af27-95539c2b7c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1930 0.005925 10.0.0.27 - - [2026-03-23 04:33:43] "POST /neutron/subnet HTTP/1.1" 200 672 0.012192 10.0.0.27 - - [2026-03-23 04:33:44] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006258 10.0.0.50 - - [2026-03-23 04:33:44] "GET /obj-perms HTTP/1.1" 200 5032 0.074498 10.0.0.27 - - [2026-03-23 04:33:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001164 10.0.0.27 - - [2026-03-23 04:33:44] "POST /neutron/network HTTP/1.1" 200 896 0.007344 10.0.0.23 - - [2026-03-23 04:33:45] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000943 10.0.0.27 - - [2026-03-23 04:33:45] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.079202 10.0.0.27 - - [2026-03-23 04:33:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007301 10.0.0.27 - - [2026-03-23 04:33:46] "POST /neutron/network HTTP/1.1" 200 896 0.007859 10.0.0.27 - - [2026-03-23 04:33:46] "POST /neutron/port HTTP/1.1" 200 1061 0.064160 10.0.0.27 - - [2026-03-23 04:33:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003541 10.0.0.27 - - [2026-03-23 04:33:47] "POST /neutron/network HTTP/1.1" 200 886 0.008072 10.0.0.27 - - [2026-03-23 04:33:51] "POST /neutron/port HTTP/1.1" 200 1125 0.018883 10.0.0.27 - - [2026-03-23 04:33:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007585 10.0.0.27 - - [2026-03-23 04:33:51] "GET /virtual-machine/6ad7964d-b8c4-449b-ac63-05c4a9545bff HTTP/1.1" 200 1293 0.037403 10.0.0.27 - - [2026-03-23 04:33:51] "GET /virtual-machine/6ad7964d-b8c4-449b-ac63-05c4a9545bff HTTP/1.1" 200 1293 0.004491 10.0.0.27 - - [2026-03-23 04:33:51] "GET /virtual-machine-interface/e2168f2b-ca31-4c57-abcd-f5fd407f422f HTTP/1.1" 200 2949 0.007517 10.0.0.27 - - [2026-03-23 04:33:51] "GET /virtual-machine/6ad7964d-b8c4-449b-ac63-05c4a9545bff HTTP/1.1" 200 1293 0.003694 10.0.0.27 - - [2026-03-23 04:33:51] "GET /virtual-machine-interface/e2168f2b-ca31-4c57-abcd-f5fd407f422f HTTP/1.1" 200 2949 0.004969 10.0.0.27 - - [2026-03-23 04:33:51] "GET /instance-ip/cdf59f4b-e86b-45f8-af5f-a6702f36ecbf HTTP/1.1" 200 1624 0.005743 10.0.0.27 - - [2026-03-23 04:33:51] "GET /virtual-machine/6ad7964d-b8c4-449b-ac63-05c4a9545bff HTTP/1.1" 200 1293 0.003649 10.0.0.27 - - [2026-03-23 04:33:51] "GET /virtual-machine-interface/e2168f2b-ca31-4c57-abcd-f5fd407f422f HTTP/1.1" 200 2949 0.005496 10.0.0.27 - - [2026-03-23 04:33:51] "GET /instance-ip/cdf59f4b-e86b-45f8-af5f-a6702f36ecbf HTTP/1.1" 200 1624 0.004489 10.0.0.27 - - [2026-03-23 04:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.27 - - [2026-03-23 04:33:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003412 10.0.0.27 - - [2026-03-23 04:33:51] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002864 10.0.0.27 - - [2026-03-23 04:33:51] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005567 10.0.0.27 - - [2026-03-23 04:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.27 - - [2026-03-23 04:33:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004371 10.0.0.27 - - [2026-03-23 04:33:51] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002757 10.0.0.27 - - [2026-03-23 04:33:51] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006042 10.0.0.27 - - [2026-03-23 04:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.27 - - [2026-03-23 04:33:51] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003648 10.0.0.27 - - [2026-03-23 04:33:51] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003252 10.0.0.27 - - [2026-03-23 04:33:52] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005804 10.0.0.27 - - [2026-03-23 04:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.27 - - [2026-03-23 04:33:52] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004428 10.0.0.27 - - [2026-03-23 04:33:52] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004062 10.0.0.27 - - [2026-03-23 04:33:52] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006126 10.0.0.27 - - [2026-03-23 04:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.27 - - [2026-03-23 04:33:52] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004716 10.0.0.27 - - [2026-03-23 04:33:52] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003723 10.0.0.27 - - [2026-03-23 04:33:52] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005653 10.0.0.27 - - [2026-03-23 04:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.27 - - [2026-03-23 04:33:55] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006084 10.0.0.27 - - [2026-03-23 04:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.27 - - [2026-03-23 04:33:59] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005724 10.0.0.27 - - [2026-03-23 04:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.27 - - [2026-03-23 04:34:03] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004871 10.0.0.27 - - [2026-03-23 04:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.27 - - [2026-03-23 04:34:07] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005352 10.0.0.27 - - [2026-03-23 04:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.27 - - [2026-03-23 04:34:11] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005709 10.0.0.27 - - [2026-03-23 04:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.27 - - [2026-03-23 04:34:15] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005249 10.0.0.27 - - [2026-03-23 04:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.27 - - [2026-03-23 04:34:19] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005332 10.0.0.27 - - [2026-03-23 04:34:22] "POST /neutron/port HTTP/1.1" 200 1125 0.017085 10.0.0.27 - - [2026-03-23 04:34:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004578 10.0.0.27 - - [2026-03-23 04:34:22] "POST /neutron/network HTTP/1.1" 200 886 0.006557 10.0.0.27 - - [2026-03-23 04:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.27 - - [2026-03-23 04:34:24] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005492 10.0.0.27 - - [2026-03-23 04:34:25] "GET /obj-perms HTTP/1.1" 200 5056 0.066482 10.0.0.27 - - [2026-03-23 04:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.27 - - [2026-03-23 04:34:28] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006955 10.0.0.27 - - [2026-03-23 04:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.27 - - [2026-03-23 04:34:30] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004095 10.0.0.27 - - [2026-03-23 04:34:30] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003043 10.0.0.27 - - [2026-03-23 04:34:30] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005711 10.0.0.27 - - [2026-03-23 04:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.27 - - [2026-03-23 04:34:30] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003870 10.0.0.27 - - [2026-03-23 04:34:30] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002966 10.0.0.27 - - [2026-03-23 04:34:30] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005971 10.0.0.27 - - [2026-03-23 04:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.27 - - [2026-03-23 04:34:30] "GET /routing-instance/38abe83a-48fc-48ae-ad52-170aca7450e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004444 10.0.0.27 - - [2026-03-23 04:34:30] "GET /route-target/a1b9913a-8fde-46bf-a64d-c334cb8c7e90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004243 10.0.0.27 - - [2026-03-23 04:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.27 - - [2026-03-23 04:34:30] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003998 10.0.0.27 - - [2026-03-23 04:34:30] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003128 10.0.0.27 - - [2026-03-23 04:34:30] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007003 10.0.0.27 - - [2026-03-23 04:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.27 - - [2026-03-23 04:34:30] "GET /routing-instance/38abe83a-48fc-48ae-ad52-170aca7450e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004436 10.0.0.27 - - [2026-03-23 04:34:30] "GET /route-target/a1b9913a-8fde-46bf-a64d-c334cb8c7e90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003891 10.0.0.27 - - [2026-03-23 04:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.27 - - [2026-03-23 04:34:30] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004289 10.0.0.27 - - [2026-03-23 04:34:30] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003442 10.0.0.27 - - [2026-03-23 04:34:31] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005232 10.0.0.27 - - [2026-03-23 04:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.27 - - [2026-03-23 04:34:31] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003988 10.0.0.27 - - [2026-03-23 04:34:31] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003466 10.0.0.27 - - [2026-03-23 04:34:31] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005941 10.0.0.23 - - [2026-03-23 04:34:31] "GET /obj-perms HTTP/1.1" 200 5032 0.073529 10.0.0.27 - - [2026-03-23 04:34:31] "POST /neutron/network HTTP/1.1" 200 896 0.062672 10.0.0.27 - - [2026-03-23 04:34:31] "GET /obj-perms HTTP/1.1" 200 5032 0.004222 10.0.0.27 - - [2026-03-23 04:34:31] "POST /neutron/port HTTP/1.1" 200 117 0.002347 10.0.0.23 - - [2026-03-23 04:34:31] "GET /obj-perms HTTP/1.1" 200 5032 0.004385 10.0.0.27 - - [2026-03-23 04:34:31] "GET /obj-perms HTTP/1.1" 200 5032 0.004636 10.0.0.27 - - [2026-03-23 04:34:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001117 10.0.0.27 - - [2026-03-23 04:34:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006673 10.0.0.23 - - [2026-03-23 04:34:32] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000917 10.0.0.27 - - [2026-03-23 04:34:32] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.077145 10.0.0.27 - - [2026-03-23 04:34:33] "POST /neutron/port HTTP/1.1" 200 3070 0.033684 10.0.0.27 - - [2026-03-23 04:34:33] "POST /neutron/port HTTP/1.1" 200 117 0.005502 10.0.0.27 - - [2026-03-23 04:34:34] "POST /neutron/port HTTP/1.1" 200 1061 0.016375 10.0.0.27 - - [2026-03-23 04:34:34] "POST /neutron/port HTTP/1.1" 200 1125 0.017887 10.0.0.27 - - [2026-03-23 04:34:34] "POST /neutron/port HTTP/1.1" 200 117 0.001332 10.0.0.27 - - [2026-03-23 04:34:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006755 10.0.0.27 - - [2026-03-23 04:34:38] "POST /neutron/port HTTP/1.1" 200 1125 0.017913 10.0.0.27 - - [2026-03-23 04:34:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007321 10.0.0.27 - - [2026-03-23 04:34:38] "GET /virtual-machine/d6aa0672-5952-4c6a-86ef-49496e016e7b HTTP/1.1" 200 1293 0.004921 10.0.0.27 - - [2026-03-23 04:34:38] "GET /virtual-machine/d6aa0672-5952-4c6a-86ef-49496e016e7b HTTP/1.1" 200 1293 0.004731 10.0.0.27 - - [2026-03-23 04:34:38] "GET /virtual-machine-interface/f28ff904-e721-42a6-a74f-5e7a574bee5d HTTP/1.1" 200 2949 0.004793 10.0.0.27 - - [2026-03-23 04:34:38] "GET /virtual-machine/d6aa0672-5952-4c6a-86ef-49496e016e7b HTTP/1.1" 200 1293 0.002864 10.0.0.27 - - [2026-03-23 04:34:38] "GET /virtual-machine-interface/f28ff904-e721-42a6-a74f-5e7a574bee5d HTTP/1.1" 200 2949 0.005594 10.0.0.27 - - [2026-03-23 04:34:38] "GET /instance-ip/26fbbfbe-2dd9-492c-9d3f-9caf548b2a71 HTTP/1.1" 200 1623 0.005187 10.0.0.27 - - [2026-03-23 04:34:38] "GET /virtual-machine/d6aa0672-5952-4c6a-86ef-49496e016e7b HTTP/1.1" 200 1293 0.003757 10.0.0.27 - - [2026-03-23 04:34:38] "GET /virtual-machine-interface/f28ff904-e721-42a6-a74f-5e7a574bee5d HTTP/1.1" 200 2949 0.004820 10.0.0.27 - - [2026-03-23 04:34:39] "GET /instance-ip/26fbbfbe-2dd9-492c-9d3f-9caf548b2a71 HTTP/1.1" 200 1623 0.003438 10.0.0.27 - - [2026-03-23 04:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.27 - - [2026-03-23 04:34:39] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003887 10.0.0.27 - - [2026-03-23 04:34:39] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003210 10.0.0.27 - - [2026-03-23 04:34:39] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005846 10.0.0.27 - - [2026-03-23 04:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.27 - - [2026-03-23 04:34:39] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003537 10.0.0.27 - - [2026-03-23 04:34:39] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003601 10.0.0.27 - - [2026-03-23 04:34:39] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005822 10.0.0.27 - - [2026-03-23 04:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.27 - - [2026-03-23 04:34:39] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004545 10.0.0.27 - - [2026-03-23 04:34:39] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003605 10.0.0.27 - - [2026-03-23 04:34:39] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005127 10.0.0.27 - - [2026-03-23 04:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.27 - - [2026-03-23 04:34:39] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004104 10.0.0.27 - - [2026-03-23 04:34:39] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003139 10.0.0.27 - - [2026-03-23 04:34:39] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005805 10.0.0.27 - - [2026-03-23 04:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.27 - - [2026-03-23 04:34:39] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003787 10.0.0.27 - - [2026-03-23 04:34:39] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004071 10.0.0.27 - - [2026-03-23 04:34:39] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006107 10.0.0.27 - - [2026-03-23 04:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.27 - - [2026-03-23 04:34:42] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005339 10.0.0.27 - - [2026-03-23 04:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.27 - - [2026-03-23 04:34:46] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004771 10.0.0.27 - - [2026-03-23 04:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005627 10.0.0.27 - - [2026-03-23 04:34:50] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005777 10.0.0.27 - - [2026-03-23 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.27 - - [2026-03-23 04:34:55] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004994 10.0.0.27 - - [2026-03-23 04:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.27 - - [2026-03-23 04:34:59] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004762 10.0.0.27 - - [2026-03-23 04:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.27 - - [2026-03-23 04:35:03] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.010700 10.0.0.27 - - [2026-03-23 04:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.27 - - [2026-03-23 04:35:07] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005492 10.0.0.27 - - [2026-03-23 04:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.27 - - [2026-03-23 04:35:11] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005235 10.0.0.27 - - [2026-03-23 04:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.27 - - [2026-03-23 04:35:15] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005305 10.0.0.27 - - [2026-03-23 04:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.27 - - [2026-03-23 04:35:19] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005358 10.0.0.27 - - [2026-03-23 04:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.27 - - [2026-03-23 04:35:21] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003195 10.0.0.27 - - [2026-03-23 04:35:21] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003374 10.0.0.27 - - [2026-03-23 04:35:21] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005082 10.0.0.27 - - [2026-03-23 04:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.27 - - [2026-03-23 04:35:21] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003436 10.0.0.27 - - [2026-03-23 04:35:21] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002849 10.0.0.27 - - [2026-03-23 04:35:22] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005181 10.0.0.27 - - [2026-03-23 04:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.27 - - [2026-03-23 04:35:22] "GET /routing-instance/11fada6e-e190-4f4a-9dec-871575530518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004701 10.0.0.27 - - [2026-03-23 04:35:22] "GET /route-target/f7aafe46-6120-4afa-a84d-1b8952337f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003063 10.0.0.27 - - [2026-03-23 04:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.27 - - [2026-03-23 04:35:22] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003478 10.0.0.27 - - [2026-03-23 04:35:22] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002454 10.0.0.27 - - [2026-03-23 04:35:22] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005835 10.0.0.27 - - [2026-03-23 04:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002551 10.0.0.27 - - [2026-03-23 04:35:22] "GET /routing-instance/11fada6e-e190-4f4a-9dec-871575530518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.003966 10.0.0.27 - - [2026-03-23 04:35:22] "GET /route-target/f7aafe46-6120-4afa-a84d-1b8952337f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003591 10.0.0.27 - - [2026-03-23 04:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.27 - - [2026-03-23 04:35:22] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004063 10.0.0.27 - - [2026-03-23 04:35:22] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003610 10.0.0.27 - - [2026-03-23 04:35:22] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005669 10.0.0.27 - - [2026-03-23 04:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.27 - - [2026-03-23 04:35:22] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.052826 10.0.0.27 - - [2026-03-23 04:35:22] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003012 10.0.0.27 - - [2026-03-23 04:35:22] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005660 10.0.0.23 - - [2026-03-23 04:35:22] "GET /obj-perms HTTP/1.1" 200 5032 0.004947 10.0.0.27 - - [2026-03-23 04:35:22] "GET /obj-perms HTTP/1.1" 200 5032 0.009578 10.0.0.27 - - [2026-03-23 04:35:22] "GET /obj-perms HTTP/1.1" 200 5032 0.003590 10.0.0.50 - - [2026-03-23 04:35:22] "GET /obj-perms HTTP/1.1" 200 5032 0.004281 10.0.0.27 - - [2026-03-23 04:35:23] "POST /neutron/port HTTP/1.1" 200 1125 0.015588 10.0.0.23 - - [2026-03-23 04:35:23] "GET /obj-perms HTTP/1.1" 200 5032 0.002798 10.0.0.27 - - [2026-03-23 04:35:23] "GET /virtual-machine/6ad7964d-b8c4-449b-ac63-05c4a9545bff HTTP/1.1" 200 1293 0.003541 10.0.0.27 - - [2026-03-23 04:35:23] "GET /virtual-machine-interface/e2168f2b-ca31-4c57-abcd-f5fd407f422f HTTP/1.1" 200 2949 0.005657 10.0.0.27 - - [2026-03-23 04:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.27 - - [2026-03-23 04:35:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003603 10.0.0.27 - - [2026-03-23 04:35:23] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003226 10.0.0.27 - - [2026-03-23 04:35:23] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007214 10.0.0.27 - - [2026-03-23 04:35:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003650 10.0.0.27 - - [2026-03-23 04:35:23] "POST /neutron/network HTTP/1.1" 200 886 0.006876 10.0.0.27 - - [2026-03-23 04:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.27 - - [2026-03-23 04:35:24] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004566 10.0.0.27 - - [2026-03-23 04:35:24] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002721 10.0.0.27 - - [2026-03-23 04:35:24] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005558 10.0.0.27 - - [2026-03-23 04:35:24] "GET /virtual-machine/d6aa0672-5952-4c6a-86ef-49496e016e7b HTTP/1.1" 200 1293 0.004808 10.0.0.27 - - [2026-03-23 04:35:24] "GET /virtual-machine-interface/f28ff904-e721-42a6-a74f-5e7a574bee5d HTTP/1.1" 200 2949 0.005778 10.0.0.27 - - [2026-03-23 04:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.27 - - [2026-03-23 04:35:24] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003209 10.0.0.27 - - [2026-03-23 04:35:24] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002614 10.0.0.27 - - [2026-03-23 04:35:24] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007368 10.0.0.27 - - [2026-03-23 04:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.27 - - [2026-03-23 04:35:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003271 10.0.0.27 - - [2026-03-23 04:35:25] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002996 10.0.0.27 - - [2026-03-23 04:35:25] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007701 10.0.0.27 - - [2026-03-23 04:35:26] "GET /obj-perms HTTP/1.1" 200 5056 0.061746 10.0.0.27 - - [2026-03-23 04:35:31] "POST /neutron/port HTTP/1.1" 200 1125 0.020025 10.0.0.27 - - [2026-03-23 04:35:31] "POST /neutron/port HTTP/1.1" 200 1125 0.018263 10.0.0.27 - - [2026-03-23 04:35:31] "POST /neutron/subnet HTTP/1.1" 200 646 0.009367 10.0.0.50 - - [2026-03-23 04:35:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.50 - - [2026-03-23 04:35:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.23 - - [2026-03-23 04:35:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000552 10.0.0.23 - - [2026-03-23 04:35:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000544 10.0.0.23 - - [2026-03-23 04:35:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.23 - - [2026-03-23 04:35:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.50 - - [2026-03-23 04:35:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.50 - - [2026-03-23 04:35:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.27 - - [2026-03-23 04:35:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000829 10.0.0.27 - - [2026-03-23 04:35:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2026-03-23 04:35:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.27 - - [2026-03-23 04:35:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.27 - - [2026-03-23 04:35:37] "POST /neutron/port HTTP/1.1" 200 1125 0.107047 10.0.0.27 - - [2026-03-23 04:35:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006442 10.0.0.27 - - [2026-03-23 04:36:23] "POST /neutron/port HTTP/1.1" 200 1125 0.024372 10.0.0.27 - - [2026-03-23 04:36:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003956 10.0.0.27 - - [2026-03-23 04:36:23] "POST /neutron/network HTTP/1.1" 200 886 0.007026 10.0.0.50 - - [2026-03-23 04:36:26] "GET /obj-perms HTTP/1.1" 200 5056 0.059946 10.0.0.27 - - [2026-03-23 04:36:31] "GET /virtual-machine/d6aa0672-5952-4c6a-86ef-49496e016e7b HTTP/1.1" 200 1293 0.004983 10.0.0.27 - - [2026-03-23 04:36:31] "POST /neutron/port HTTP/1.1" 200 151 0.191454 10.0.0.27 - - [2026-03-23 04:36:33] "GET /virtual-machine/d6aa0672-5952-4c6a-86ef-49496e016e7b HTTP/1.1" 404 171 0.004308 10.0.0.27 - - [2026-03-23 04:36:33] "GET /virtual-machine/d6aa0672-5952-4c6a-86ef-49496e016e7b HTTP/1.1" 404 171 0.003103 10.0.0.27 - - [2026-03-23 04:36:33] "GET /virtual-machine/d6aa0672-5952-4c6a-86ef-49496e016e7b HTTP/1.1" 404 171 0.004516 10.0.0.27 - - [2026-03-23 04:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.27 - - [2026-03-23 04:36:33] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004373 10.0.0.27 - - [2026-03-23 04:36:33] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003389 10.0.0.27 - - [2026-03-23 04:36:33] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006118 10.0.0.27 - - [2026-03-23 04:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.27 - - [2026-03-23 04:36:33] "GET /routing-instance/11fada6e-e190-4f4a-9dec-871575530518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.006905 10.0.0.27 - - [2026-03-23 04:36:33] "GET /route-target/f7aafe46-6120-4afa-a84d-1b8952337f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004328 10.0.0.27 - - [2026-03-23 04:36:40] "GET /obj-perms HTTP/1.1" 200 5032 0.003840 10.0.0.50 - - [2026-03-23 04:36:40] "GET /obj-perms HTTP/1.1" 200 5032 0.003989 10.0.0.27 - - [2026-03-23 04:36:43] "GET /obj-perms HTTP/1.1" 200 5032 0.005025 10.0.0.23 - - [2026-03-23 04:36:43] "GET /obj-perms HTTP/1.1" 200 5032 0.003749 10.0.0.27 - - [2026-03-23 04:36:43] "GET /virtual-machine/6ad7964d-b8c4-449b-ac63-05c4a9545bff HTTP/1.1" 200 1293 0.004462 10.0.0.27 - - [2026-03-23 04:36:44] "POST /neutron/port HTTP/1.1" 200 151 0.196775 10.0.0.27 - - [2026-03-23 04:36:45] "GET /virtual-machine/6ad7964d-b8c4-449b-ac63-05c4a9545bff HTTP/1.1" 404 171 0.003931 10.0.0.27 - - [2026-03-23 04:36:45] "GET /virtual-machine/6ad7964d-b8c4-449b-ac63-05c4a9545bff HTTP/1.1" 404 171 0.003520 10.0.0.27 - - [2026-03-23 04:36:45] "GET /virtual-machine/6ad7964d-b8c4-449b-ac63-05c4a9545bff HTTP/1.1" 404 171 0.002590 10.0.0.27 - - [2026-03-23 04:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.27 - - [2026-03-23 04:36:45] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004232 10.0.0.27 - - [2026-03-23 04:36:45] "GET /virtual-networks?parent_id=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002579 10.0.0.27 - - [2026-03-23 04:36:45] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005337 10.0.0.27 - - [2026-03-23 04:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.27 - - [2026-03-23 04:36:45] "GET /routing-instance/38abe83a-48fc-48ae-ad52-170aca7450e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005041 10.0.0.27 - - [2026-03-23 04:36:45] "GET /route-target/a1b9913a-8fde-46bf-a64d-c334cb8c7e90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004903 10.0.0.27 - - [2026-03-23 04:36:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004011 10.0.0.23 - - [2026-03-23 04:36:52] "GET /obj-perms HTTP/1.1" 200 5032 0.003879 10.0.0.27 - - [2026-03-23 04:37:01] "GET /obj-perms HTTP/1.1" 200 5032 0.004591 10.0.0.23 - - [2026-03-23 04:37:01] "GET /obj-perms HTTP/1.1" 200 5032 0.006421 10.0.0.50 - - [2026-03-23 04:37:01] "GET /obj-perms HTTP/1.1" 200 5032 0.004825 10.0.0.23 - - [2026-03-23 04:37:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005180 10.0.0.23 - - [2026-03-23 04:37:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002984 10.0.0.27 - - [2026-03-23 04:37:01] "DELETE /virtual-network/2beceb16-5205-4fc4-af27-95539c2b7c3a HTTP/1.1" 200 115 0.137244 10.0.0.23 - - [2026-03-23 04:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.050647 10.0.0.27 - - [2026-03-23 04:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.27 - - [2026-03-23 04:37:02] "GET /network-policy/c5a3ab37-2e92-4a92-bdc6-a118532fb4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005516 10.0.0.27 - - [2026-03-23 04:37:02] "POST /ref-update HTTP/1.1" 200 156 0.065460 10.0.0.23 - - [2026-03-23 04:37:02] "POST /ref-update HTTP/1.1" 200 156 0.067869 10.0.0.27 - - [2026-03-23 04:37:02] "GET /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.036617 10.0.0.27 - - [2026-03-23 04:37:02] "DELETE /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c HTTP/1.1" 409 248 0.027443 10.0.0.27 - - [2026-03-23 04:37:02] "POST /neutron/port HTTP/1.1" 200 1125 0.021690 10.0.0.27 - - [2026-03-23 04:37:02] "POST /neutron/port HTTP/1.1" 200 151 0.274031 10.0.0.23 - - [2026-03-23 04:37:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003507 10.0.0.23 - - [2026-03-23 04:37:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002216 10.0.0.27 - - [2026-03-23 04:37:04] "DELETE /virtual-network/4d9c728e-7915-4670-9c49-79024f2c614c HTTP/1.1" 200 115 0.102967 10.0.0.27 - - [2026-03-23 04:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.27 - - [2026-03-23 04:37:04] "GET /network-policy/28976e12-e9bf-4db3-814f-994758b21f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.003834 10.0.0.27 - - [2026-03-23 04:37:04] "POST /ref-update HTTP/1.1" 200 156 0.068386 10.0.0.23 - - [2026-03-23 04:37:04] "DELETE /access-control-list/015aa01d-e167-4991-9326-9f0894d11816 HTTP/1.1" 200 115 0.064373 10.0.0.27 - - [2026-03-23 04:37:04] "GET /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.007205 10.0.0.23 - - [2026-03-23 04:37:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003540 10.0.0.23 - - [2026-03-23 04:37:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004327 10.0.0.27 - - [2026-03-23 04:37:05] "DELETE /virtual-network/3bd95fd3-bf08-4424-9610-ec574d9aa238 HTTP/1.1" 200 115 0.139184 10.0.0.27 - - [2026-03-23 04:37:05] "DELETE /network-policy/c5a3ab37-2e92-4a92-bdc6-a118532fb4ef HTTP/1.1" 200 115 0.033953 10.0.0.27 - - [2026-03-23 04:37:05] "DELETE /network-policy/28976e12-e9bf-4db3-814f-994758b21f56 HTTP/1.1" 200 115 0.038629 10.0.0.27 - - [2026-03-23 04:37:27] "GET /obj-perms HTTP/1.1" 200 5056 0.065629 10.0.0.23 - - [2026-03-23 04:37:33] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001216 10.0.0.27 - - [2026-03-23 04:37:33] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.095247 10.0.0.23 - - [2026-03-23 04:37:33] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001225 10.0.0.27 - - [2026-03-23 04:37:33] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?fields=virtual_networks HTTP/1.1" 200 1034 0.059459 10.0.0.23 - - [2026-03-23 04:37:33] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.27 - - [2026-03-23 04:37:33] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.035836 10.0.0.23 - - [2026-03-23 04:37:33] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000879 10.0.0.27 - - [2026-03-23 04:37:34] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?fields=security_groups HTTP/1.1" 200 1261 0.056129 10.0.0.27 - - [2026-03-23 04:37:35] "POST /fqname-to-id HTTP/1.1" 404 188 0.041795 10.0.0.23 - - [2026-03-23 04:37:35] "GET /projects?obj_uuids=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002870 10.0.0.23 - - [2026-03-23 04:37:35] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.23 - - [2026-03-23 04:37:35] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007549 10.0.0.23 - - [2026-03-23 04:37:35] "POST /id-to-fqname HTTP/1.1" 200 190 0.005512 10.0.0.23 - - [2026-03-23 04:37:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.006056 10.0.0.23 - - [2026-03-23 04:37:35] "POST /security-groups HTTP/1.1" 200 591 0.074550 10.0.0.23 - - [2026-03-23 04:37:35] "POST /fqname-to-id HTTP/1.1" 404 234 0.004210 10.0.0.23 - - [2026-03-23 04:37:35] "POST /projects HTTP/1.1" 200 585 0.286555 10.0.0.23 - - [2026-03-23 04:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.323832 10.0.0.27 - - [2026-03-23 04:37:35] "GET /project/f97e6ba0-642c-4c21-aed3-d17985b260d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.501508 10.0.0.23 - - [2026-03-23 04:37:35] "POST /access-control-lists HTTP/1.1" 200 594 0.051739 10.0.0.27 - - [2026-03-23 04:37:37] "GET / HTTP/1.1" 200 35931 0.004771 10.0.0.23 - - [2026-03-23 04:37:37] "DELETE /project/f97e6ba0642c4c21aed3d17985b260d2 HTTP/1.1" 404 173 0.003130 10.0.0.23 - - [2026-03-23 04:37:37] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000722 10.0.0.23 - - [2026-03-23 04:37:37] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.042536 10.0.0.23 - - [2026-03-23 04:37:37] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000912 10.0.0.23 - - [2026-03-23 04:37:38] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?fields=security_groups HTTP/1.1" 200 1366 0.036191 10.0.0.23 - - [2026-03-23 04:37:38] "DELETE /security-group/42966352-7ed2-4211-baec-acac6f7d89b2 HTTP/1.1" 200 115 0.054451 10.0.0.23 - - [2026-03-23 04:37:38] "GET /projects?obj_uuids=c818fea2-bb8c-4dc4-8c5c-a693e3a97287&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001194 10.0.0.23 - - [2026-03-23 04:37:38] "GET /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287?fields=application_policy_sets HTTP/1.1" 200 1405 0.062839 10.0.0.23 - - [2026-03-23 04:37:38] "DELETE /project/c818fea2-bb8c-4dc4-8c5c-a693e3a97287 HTTP/1.1" 200 115 0.399910 10.0.0.27 - - [2026-03-23 04:37:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.27 - - [2026-03-23 04:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.041227 10.0.0.23 - - [2026-03-23 04:37:39] "GET /projects?obj_uuids=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.27 - - [2026-03-23 04:37:39] "GET /project/f97e6ba0-642c-4c21-aed3-d17985b260d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.035084 10.0.0.27 - - [2026-03-23 04:37:39] "POST /neutron/network HTTP/1.1" 200 117 0.049421 10.0.0.23 - - [2026-03-23 04:37:39] "POST /route-targets HTTP/1.1" 200 327 0.013531 10.0.0.27 - - [2026-03-23 04:37:40] "POST /neutron/network HTTP/1.1" 200 825 0.009213 10.0.0.27 - - [2026-03-23 04:37:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001072 10.0.0.27 - - [2026-03-23 04:37:40] "GET /virtual-network/14754ea9-666e-44d7-9045-dc614ca2fc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006634 10.0.0.27 - - [2026-03-23 04:37:40] "GET /virtual-network/14754ea9-666e-44d7-9045-dc614ca2fc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006466 10.0.0.27 - - [2026-03-23 04:37:40] "POST /neutron/subnet HTTP/1.1" 200 730 0.009168 10.0.0.27 - - [2026-03-23 04:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.23 - - [2026-03-23 04:37:40] "GET /projects?obj_uuids=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001243 10.0.0.27 - - [2026-03-23 04:37:40] "GET /project/f97e6ba0-642c-4c21-aed3-d17985b260d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.058826 10.0.0.23 - - [2026-03-23 04:37:40] "POST /ref-update HTTP/1.1" 200 156 0.028095 10.0.0.23 - - [2026-03-23 04:37:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005519 10.0.0.27 - - [2026-03-23 04:37:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.206965 10.0.0.27 - - [2026-03-23 04:37:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001162 10.0.0.27 - - [2026-03-23 04:37:40] "GET /virtual-network/d43d885b-a343-4dcc-bd13-8237544d3382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007530 10.0.0.27 - - [2026-03-23 04:37:40] "GET /virtual-network/d43d885b-a343-4dcc-bd13-8237544d3382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006671 10.0.0.27 - - [2026-03-23 04:37:40] "POST /neutron/network HTTP/1.1" 200 822 0.007508 10.0.0.27 - - [2026-03-23 04:37:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001188 10.0.0.23 - - [2026-03-23 04:37:41] "GET /projects?obj_uuids=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.27 - - [2026-03-23 04:37:41] "GET /project/f97e6ba0-642c-4c21-aed3-d17985b260d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.082574 10.0.0.27 - - [2026-03-23 04:37:42] "POST /neutron/network HTTP/1.1" 200 825 0.048365 10.0.0.27 - - [2026-03-23 04:37:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001213 10.0.0.27 - - [2026-03-23 04:37:42] "POST /neutron/port HTTP/1.1" 200 117 0.005943 10.0.0.23 - - [2026-03-23 04:37:43] "GET /projects?obj_uuids=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001535 10.0.0.27 - - [2026-03-23 04:37:43] "POST /neutron/port HTTP/1.1" 200 1061 0.296799 10.0.0.27 - - [2026-03-23 04:37:43] "POST /neutron/port HTTP/1.1" 200 1115 0.112905 10.0.0.23 - - [2026-03-23 04:37:43] "GET /projects?obj_uuids=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001207 10.0.0.27 - - [2026-03-23 04:37:43] "GET /project/f97e6ba0-642c-4c21-aed3-d17985b260d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.100015 10.0.0.27 - - [2026-03-23 04:37:43] "POST /neutron/network HTTP/1.1" 200 822 0.009522 10.0.0.27 - - [2026-03-23 04:37:43] "POST /neutron/network HTTP/1.1" 200 825 0.006850 10.0.0.27 - - [2026-03-23 04:37:44] "POST /neutron/port HTTP/1.1" 200 117 0.005863 10.0.0.27 - - [2026-03-23 04:37:44] "POST /neutron/network HTTP/1.1" 200 832 0.006253 10.0.0.27 - - [2026-03-23 04:37:45] "POST /neutron/port HTTP/1.1" 200 1058 0.016213 10.0.0.27 - - [2026-03-23 04:37:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004683 10.0.0.27 - - [2026-03-23 04:37:45] "POST /neutron/network HTTP/1.1" 200 822 0.006736 10.0.0.27 - - [2026-03-23 04:37:49] "POST /neutron/port HTTP/1.1" 200 1125 0.020401 10.0.0.27 - - [2026-03-23 04:37:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008817 10.0.0.27 - - [2026-03-23 04:37:49] "GET /virtual-machine/9ca64f9d-476d-4b77-afa1-bf79a38fa9d2 HTTP/1.1" 401 292 0.000403 10.0.0.27 - - [2026-03-23 04:37:49] "GET /virtual-machine/9ca64f9d-476d-4b77-afa1-bf79a38fa9d2 HTTP/1.1" 200 1293 0.035501 10.0.0.27 - - [2026-03-23 04:37:49] "GET /virtual-machine-interface/4da5e148-bf92-4be0-bd3e-f2454dd1d47c HTTP/1.1" 200 2940 0.005146 10.0.0.27 - - [2026-03-23 04:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.27 - - [2026-03-23 04:37:50] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003068 10.0.0.27 - - [2026-03-23 04:37:50] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003037 10.0.0.27 - - [2026-03-23 04:37:50] "GET /virtual-network/14754ea9-666e-44d7-9045-dc614ca2fc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005593 10.0.0.27 - - [2026-03-23 04:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.27 - - [2026-03-23 04:37:53] "GET /virtual-network/14754ea9-666e-44d7-9045-dc614ca2fc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004936 10.0.0.27 - - [2026-03-23 04:37:54] "POST /neutron/port HTTP/1.1" 200 1122 0.020169 10.0.0.27 - - [2026-03-23 04:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.27 - - [2026-03-23 04:37:55] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003508 10.0.0.27 - - [2026-03-23 04:37:55] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002686 10.0.0.27 - - [2026-03-23 04:37:55] "GET /virtual-network/14754ea9-666e-44d7-9045-dc614ca2fc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005611 10.0.0.27 - - [2026-03-23 04:37:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008859 10.0.0.27 - - [2026-03-23 04:38:00] "POST /neutron/port HTTP/1.1" 200 1122 0.021442 10.0.0.27 - - [2026-03-23 04:38:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010765 10.0.0.27 - - [2026-03-23 04:38:01] "GET /virtual-machine/a2c6b9db-f570-471d-b4db-5f53dd2ded34 HTTP/1.1" 200 1293 0.006147 10.0.0.27 - - [2026-03-23 04:38:01] "GET /virtual-machine-interface/69c3eb77-fb80-4ca3-bc51-9484f5dfc324 HTTP/1.1" 200 2940 0.004941 10.0.0.27 - - [2026-03-23 04:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.27 - - [2026-03-23 04:38:01] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003589 10.0.0.27 - - [2026-03-23 04:38:01] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002951 10.0.0.27 - - [2026-03-23 04:38:01] "GET /virtual-network/d43d885b-a343-4dcc-bd13-8237544d3382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005833 10.0.0.27 - - [2026-03-23 04:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.013254 10.0.0.27 - - [2026-03-23 04:38:02] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004355 10.0.0.27 - - [2026-03-23 04:38:02] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004713 10.0.0.27 - - [2026-03-23 04:38:02] "GET /virtual-network/d43d885b-a343-4dcc-bd13-8237544d3382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007445 10.0.0.27 - - [2026-03-23 04:38:02] "GET /virtual-machine/9ca64f9d-476d-4b77-afa1-bf79a38fa9d2 HTTP/1.1" 200 1293 0.003607 10.0.0.27 - - [2026-03-23 04:38:02] "GET /virtual-machine-interface/4da5e148-bf92-4be0-bd3e-f2454dd1d47c HTTP/1.1" 200 2940 0.005062 10.0.0.27 - - [2026-03-23 04:38:02] "GET /virtual-machine/9ca64f9d-476d-4b77-afa1-bf79a38fa9d2 HTTP/1.1" 200 1293 0.003718 10.0.0.27 - - [2026-03-23 04:38:02] "GET /virtual-machine-interface/4da5e148-bf92-4be0-bd3e-f2454dd1d47c HTTP/1.1" 200 2940 0.004893 10.0.0.27 - - [2026-03-23 04:38:02] "GET /instance-ip/285f38ab-e1df-4480-891e-e9c8310096d8 HTTP/1.1" 200 1620 0.006305 10.0.0.27 - - [2026-03-23 04:38:02] "GET /virtual-machine/9ca64f9d-476d-4b77-afa1-bf79a38fa9d2 HTTP/1.1" 200 1293 0.003081 10.0.0.27 - - [2026-03-23 04:38:02] "GET /virtual-machine-interface/4da5e148-bf92-4be0-bd3e-f2454dd1d47c HTTP/1.1" 200 2940 0.004898 10.0.0.27 - - [2026-03-23 04:38:02] "GET /instance-ip/285f38ab-e1df-4480-891e-e9c8310096d8 HTTP/1.1" 200 1620 0.003769 10.0.0.27 - - [2026-03-23 04:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.27 - - [2026-03-23 04:38:02] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004762 10.0.0.27 - - [2026-03-23 04:38:02] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003146 10.0.0.27 - - [2026-03-23 04:38:02] "GET /virtual-network/14754ea9-666e-44d7-9045-dc614ca2fc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006647 10.0.0.27 - - [2026-03-23 04:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.27 - - [2026-03-23 04:38:02] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004471 10.0.0.27 - - [2026-03-23 04:38:02] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002637 10.0.0.27 - - [2026-03-23 04:38:02] "GET /virtual-network/14754ea9-666e-44d7-9045-dc614ca2fc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005485 10.0.0.27 - - [2026-03-23 04:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.27 - - [2026-03-23 04:38:03] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003683 10.0.0.27 - - [2026-03-23 04:38:03] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003276 10.0.0.27 - - [2026-03-23 04:38:03] "GET /virtual-network/14754ea9-666e-44d7-9045-dc614ca2fc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005436 10.0.0.27 - - [2026-03-23 04:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.27 - - [2026-03-23 04:38:03] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004431 10.0.0.27 - - [2026-03-23 04:38:03] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003443 10.0.0.27 - - [2026-03-23 04:38:03] "GET /virtual-network/14754ea9-666e-44d7-9045-dc614ca2fc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005038 10.0.0.27 - - [2026-03-23 04:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.27 - - [2026-03-23 04:38:03] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007148 10.0.0.27 - - [2026-03-23 04:38:03] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002940 10.0.0.27 - - [2026-03-23 04:38:03] "GET /virtual-network/14754ea9-666e-44d7-9045-dc614ca2fc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007087 10.0.0.27 - - [2026-03-23 04:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.27 - - [2026-03-23 04:38:03] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003317 10.0.0.27 - - [2026-03-23 04:38:03] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003213 10.0.0.27 - - [2026-03-23 04:38:03] "GET /virtual-network/14754ea9-666e-44d7-9045-dc614ca2fc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.010091 10.0.0.27 - - [2026-03-23 04:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.27 - - [2026-03-23 04:38:03] "GET /routing-instance/8cdd798e-5004-4144-b0d7-369e84bf3dce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.006673 10.0.0.27 - - [2026-03-23 04:38:03] "GET /route-target/aadc5c14-101f-4718-b94d-f6ef490be15d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003918 10.0.0.27 - - [2026-03-23 04:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.27 - - [2026-03-23 04:38:03] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003824 10.0.0.27 - - [2026-03-23 04:38:03] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003303 10.0.0.27 - - [2026-03-23 04:38:03] "GET /virtual-network/14754ea9-666e-44d7-9045-dc614ca2fc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007554 10.0.0.27 - - [2026-03-23 04:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.27 - - [2026-03-23 04:38:03] "GET /routing-instance/8cdd798e-5004-4144-b0d7-369e84bf3dce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005774 10.0.0.27 - - [2026-03-23 04:38:03] "GET /route-target/aadc5c14-101f-4718-b94d-f6ef490be15d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006681 10.0.0.27 - - [2026-03-23 04:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.27 - - [2026-03-23 04:38:04] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004664 10.0.0.27 - - [2026-03-23 04:38:04] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003487 10.0.0.27 - - [2026-03-23 04:38:04] "GET /virtual-network/14754ea9-666e-44d7-9045-dc614ca2fc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005779 10.0.0.27 - - [2026-03-23 04:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.27 - - [2026-03-23 04:38:04] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.027293 10.0.0.27 - - [2026-03-23 04:38:04] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003899 10.0.0.27 - - [2026-03-23 04:38:04] "GET /virtual-network/14754ea9-666e-44d7-9045-dc614ca2fc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006688 10.0.0.23 - - [2026-03-23 04:38:06] "GET /obj-perms HTTP/1.1" 200 5030 0.104241 10.0.0.23 - - [2026-03-23 04:38:13] "GET /obj-perms HTTP/1.1" 200 5030 0.003562 10.0.0.27 - - [2026-03-23 04:38:13] "GET /obj-perms HTTP/1.1" 200 5030 0.067447 10.0.0.27 - - [2026-03-23 04:38:14] "GET /obj-perms HTTP/1.1" 200 5030 0.004079 10.0.0.50 - - [2026-03-23 04:38:14] "GET /obj-perms HTTP/1.1" 200 5030 0.066455 10.0.0.23 - - [2026-03-23 04:38:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003640 10.0.0.27 - - [2026-03-23 04:38:14] "POST /neutron/port HTTP/1.1" 200 1122 0.016978 10.0.0.27 - - [2026-03-23 04:38:14] "GET /virtual-machine/a2c6b9db-f570-471d-b4db-5f53dd2ded34 HTTP/1.1" 200 1293 0.003759 10.0.0.27 - - [2026-03-23 04:38:14] "GET /virtual-machine-interface/69c3eb77-fb80-4ca3-bc51-9484f5dfc324 HTTP/1.1" 200 2940 0.005239 10.0.0.27 - - [2026-03-23 04:38:14] "GET /virtual-machine/a2c6b9db-f570-471d-b4db-5f53dd2ded34 HTTP/1.1" 200 1293 0.003955 10.0.0.27 - - [2026-03-23 04:38:14] "GET /virtual-machine-interface/69c3eb77-fb80-4ca3-bc51-9484f5dfc324 HTTP/1.1" 200 2940 0.004724 10.0.0.27 - - [2026-03-23 04:38:14] "GET /instance-ip/44a0b98a-ead1-432e-b39b-fe7a7d76c5e0 HTTP/1.1" 200 1618 0.006124 10.0.0.27 - - [2026-03-23 04:38:14] "GET /virtual-machine/a2c6b9db-f570-471d-b4db-5f53dd2ded34 HTTP/1.1" 200 1293 0.003469 10.0.0.27 - - [2026-03-23 04:38:14] "GET /virtual-machine-interface/69c3eb77-fb80-4ca3-bc51-9484f5dfc324 HTTP/1.1" 200 2940 0.004692 10.0.0.27 - - [2026-03-23 04:38:14] "GET /instance-ip/44a0b98a-ead1-432e-b39b-fe7a7d76c5e0 HTTP/1.1" 200 1618 0.004379 10.0.0.27 - - [2026-03-23 04:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.27 - - [2026-03-23 04:38:14] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003737 10.0.0.27 - - [2026-03-23 04:38:14] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003125 10.0.0.27 - - [2026-03-23 04:38:14] "GET /virtual-network/d43d885b-a343-4dcc-bd13-8237544d3382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006512 10.0.0.27 - - [2026-03-23 04:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.27 - - [2026-03-23 04:38:14] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004405 10.0.0.27 - - [2026-03-23 04:38:14] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003029 10.0.0.27 - - [2026-03-23 04:38:14] "GET /virtual-network/d43d885b-a343-4dcc-bd13-8237544d3382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005446 10.0.0.27 - - [2026-03-23 04:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.27 - - [2026-03-23 04:38:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003660 10.0.0.27 - - [2026-03-23 04:38:15] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002531 10.0.0.27 - - [2026-03-23 04:38:15] "GET /virtual-network/d43d885b-a343-4dcc-bd13-8237544d3382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005577 10.0.0.27 - - [2026-03-23 04:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.27 - - [2026-03-23 04:38:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003704 10.0.0.27 - - [2026-03-23 04:38:15] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003642 10.0.0.27 - - [2026-03-23 04:38:15] "GET /virtual-network/d43d885b-a343-4dcc-bd13-8237544d3382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006055 10.0.0.27 - - [2026-03-23 04:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.27 - - [2026-03-23 04:38:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005492 10.0.0.27 - - [2026-03-23 04:38:15] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002854 10.0.0.27 - - [2026-03-23 04:38:15] "GET /virtual-network/d43d885b-a343-4dcc-bd13-8237544d3382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005914 10.0.0.27 - - [2026-03-23 04:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.27 - - [2026-03-23 04:38:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003433 10.0.0.27 - - [2026-03-23 04:38:15] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006071 10.0.0.27 - - [2026-03-23 04:38:15] "GET /virtual-network/d43d885b-a343-4dcc-bd13-8237544d3382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006306 10.0.0.27 - - [2026-03-23 04:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.27 - - [2026-03-23 04:38:15] "GET /routing-instance/a110a794-7462-4603-a1b3-64c601365075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004213 10.0.0.27 - - [2026-03-23 04:38:15] "GET /route-target/dec1bc71-f617-4a9c-8bdf-549215f21f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005474 10.0.0.27 - - [2026-03-23 04:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.27 - - [2026-03-23 04:38:15] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004705 10.0.0.27 - - [2026-03-23 04:38:15] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004118 10.0.0.27 - - [2026-03-23 04:38:15] "GET /virtual-network/d43d885b-a343-4dcc-bd13-8237544d3382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007863 10.0.0.27 - - [2026-03-23 04:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006531 10.0.0.27 - - [2026-03-23 04:38:15] "GET /routing-instance/a110a794-7462-4603-a1b3-64c601365075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005859 10.0.0.27 - - [2026-03-23 04:38:15] "GET /route-target/dec1bc71-f617-4a9c-8bdf-549215f21f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004424 10.0.0.27 - - [2026-03-23 04:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.27 - - [2026-03-23 04:38:16] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005131 10.0.0.27 - - [2026-03-23 04:38:16] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003052 10.0.0.27 - - [2026-03-23 04:38:16] "GET /virtual-network/d43d885b-a343-4dcc-bd13-8237544d3382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006462 10.0.0.27 - - [2026-03-23 04:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.27 - - [2026-03-23 04:38:16] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005181 10.0.0.27 - - [2026-03-23 04:38:16] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002879 10.0.0.27 - - [2026-03-23 04:38:16] "GET /virtual-network/d43d885b-a343-4dcc-bd13-8237544d3382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006423 10.0.0.27 - - [2026-03-23 04:38:16] "GET /obj-perms HTTP/1.1" 200 5030 0.003732 10.0.0.23 - - [2026-03-23 04:38:16] "GET /obj-perms HTTP/1.1" 200 5030 0.003829 10.0.0.27 - - [2026-03-23 04:38:16] "GET /obj-perms HTTP/1.1" 200 5030 0.003926 10.0.0.23 - - [2026-03-23 04:38:16] "GET /obj-perms HTTP/1.1" 200 5030 0.003539 10.0.0.27 - - [2026-03-23 04:38:25] "POST /neutron/port HTTP/1.1" 200 1122 0.016461 10.0.0.27 - - [2026-03-23 04:38:25] "POST /neutron/subnet HTTP/1.1" 200 689 0.009752 10.0.0.27 - - [2026-03-23 04:38:28] "GET /obj-perms HTTP/1.1" 200 5056 0.066194 10.0.0.27 - - [2026-03-23 04:38:34] "POST /neutron/port HTTP/1.1" 200 1125 0.017770 10.0.0.27 - - [2026-03-23 04:38:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003522 10.0.0.27 - - [2026-03-23 04:38:34] "POST /neutron/network HTTP/1.1" 200 825 0.006897 10.0.0.27 - - [2026-03-23 04:38:43] "GET /virtual-machine/a2c6b9db-f570-471d-b4db-5f53dd2ded34 HTTP/1.1" 200 1293 0.004398 10.0.0.27 - - [2026-03-23 04:38:43] "POST /neutron/port HTTP/1.1" 200 151 0.147896 10.0.0.27 - - [2026-03-23 04:38:45] "GET /virtual-machine/a2c6b9db-f570-471d-b4db-5f53dd2ded34 HTTP/1.1" 404 171 0.003095 10.0.0.27 - - [2026-03-23 04:38:45] "GET /virtual-machine/a2c6b9db-f570-471d-b4db-5f53dd2ded34 HTTP/1.1" 404 171 0.002718 10.0.0.27 - - [2026-03-23 04:38:45] "GET /virtual-machine/a2c6b9db-f570-471d-b4db-5f53dd2ded34 HTTP/1.1" 404 171 0.003599 10.0.0.27 - - [2026-03-23 04:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.27 - - [2026-03-23 04:38:45] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004441 10.0.0.27 - - [2026-03-23 04:38:45] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003277 10.0.0.27 - - [2026-03-23 04:38:45] "GET /virtual-network/d43d885b-a343-4dcc-bd13-8237544d3382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005495 10.0.0.27 - - [2026-03-23 04:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.27 - - [2026-03-23 04:38:45] "GET /routing-instance/a110a794-7462-4603-a1b3-64c601365075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004935 10.0.0.27 - - [2026-03-23 04:38:45] "GET /route-target/dec1bc71-f617-4a9c-8bdf-549215f21f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.008137 10.0.0.23 - - [2026-03-23 04:38:48] "GET /obj-perms HTTP/1.1" 200 5030 0.005061 10.0.0.27 - - [2026-03-23 04:38:51] "GET /obj-perms HTTP/1.1" 200 5030 0.005775 10.0.0.23 - - [2026-03-23 04:38:58] "GET /obj-perms HTTP/1.1" 200 5030 0.003701 10.0.0.27 - - [2026-03-23 04:39:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004773 10.0.0.27 - - [2026-03-23 04:39:04] "GET /obj-perms HTTP/1.1" 200 5030 0.003727 10.0.0.50 - - [2026-03-23 04:39:04] "GET /obj-perms HTTP/1.1" 200 5030 0.004213 10.0.0.23 - - [2026-03-23 04:39:04] "GET /obj-perms HTTP/1.1" 200 5030 0.003866 10.0.0.27 - - [2026-03-23 04:39:04] "GET /virtual-machine/9ca64f9d-476d-4b77-afa1-bf79a38fa9d2 HTTP/1.1" 200 1293 0.004866 10.0.0.27 - - [2026-03-23 04:39:05] "POST /neutron/port HTTP/1.1" 200 151 0.206989 10.0.0.27 - - [2026-03-23 04:39:06] "GET /virtual-machine/9ca64f9d-476d-4b77-afa1-bf79a38fa9d2 HTTP/1.1" 404 171 0.003658 10.0.0.27 - - [2026-03-23 04:39:06] "GET /virtual-machine/9ca64f9d-476d-4b77-afa1-bf79a38fa9d2 HTTP/1.1" 404 171 0.003661 10.0.0.27 - - [2026-03-23 04:39:06] "GET /virtual-machine/9ca64f9d-476d-4b77-afa1-bf79a38fa9d2 HTTP/1.1" 404 171 0.002942 10.0.0.27 - - [2026-03-23 04:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.27 - - [2026-03-23 04:39:06] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003425 10.0.0.27 - - [2026-03-23 04:39:06] "GET /virtual-networks?parent_id=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003382 10.0.0.27 - - [2026-03-23 04:39:06] "GET /virtual-network/14754ea9-666e-44d7-9045-dc614ca2fc9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005666 10.0.0.27 - - [2026-03-23 04:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.27 - - [2026-03-23 04:39:06] "GET /routing-instance/8cdd798e-5004-4144-b0d7-369e84bf3dce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.006128 10.0.0.27 - - [2026-03-23 04:39:06] "GET /route-target/aadc5c14-101f-4718-b94d-f6ef490be15d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.012639 10.0.0.27 - - [2026-03-23 04:39:13] "GET /obj-perms HTTP/1.1" 200 5030 0.004589 10.0.0.50 - - [2026-03-23 04:39:13] "GET /obj-perms HTTP/1.1" 200 5030 0.004539 10.0.0.27 - - [2026-03-23 04:39:13] "POST /neutron/network HTTP/1.1" 200 825 0.006322 10.0.0.23 - - [2026-03-23 04:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.23 - - [2026-03-23 04:39:15] "GET /projects?obj_uuids=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.046081 10.0.0.27 - - [2026-03-23 04:39:15] "GET /project/f97e6ba0-642c-4c21-aed3-d17985b260d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.080723 10.0.0.23 - - [2026-03-23 04:39:15] "GET /projects?obj_uuids=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000907 10.0.0.27 - - [2026-03-23 04:39:15] "GET /project/f97e6ba0-642c-4c21-aed3-d17985b260d2?fields=virtual_networks HTTP/1.1" 200 1032 0.084807 10.0.0.23 - - [2026-03-23 04:39:15] "GET /projects?obj_uuids=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.27 - - [2026-03-23 04:39:15] "GET /project/f97e6ba0-642c-4c21-aed3-d17985b260d2?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.038250 10.0.0.23 - - [2026-03-23 04:39:15] "GET /projects?obj_uuids=f97e6ba0-642c-4c21-aed3-d17985b260d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000885 10.0.0.27 - - [2026-03-23 04:39:15] "GET /project/f97e6ba0-642c-4c21-aed3-d17985b260d2?fields=security_groups HTTP/1.1" 200 1258 0.036815 10.0.0.27 - - [2026-03-23 04:39:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.049122 10.0.0.23 - - [2026-03-23 04:39:16] "GET /projects?obj_uuids=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003176 10.0.0.23 - - [2026-03-23 04:39:16] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.23 - - [2026-03-23 04:39:16] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.043241 10.0.0.23 - - [2026-03-23 04:39:16] "POST /id-to-fqname HTTP/1.1" 200 198 0.001026 10.0.0.23 - - [2026-03-23 04:39:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.009187 10.0.0.23 - - [2026-03-23 04:39:17] "POST /security-groups HTTP/1.1" 200 599 0.075165 10.0.0.23 - - [2026-03-23 04:39:17] "POST /projects HTTP/1.1" 200 601 0.296743 10.0.0.23 - - [2026-03-23 04:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.338694 10.0.0.23 - - [2026-03-23 04:39:17] "POST /access-control-lists HTTP/1.1" 200 604 0.027513 10.0.0.27 - - [2026-03-23 04:39:17] "GET /project/44cc7df7-6abb-48a1-85f0-af1f30ef339b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.550708 10.0.0.27 - - [2026-03-23 04:39:18] "GET / HTTP/1.1" 200 35931 0.002060 10.0.0.27 - - [2026-03-23 04:39:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.27 - - [2026-03-23 04:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.076554 10.0.0.23 - - [2026-03-23 04:39:22] "GET /projects?obj_uuids=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.27 - - [2026-03-23 04:39:22] "GET /project/44cc7df7-6abb-48a1-85f0-af1f30ef339b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.071794 10.0.0.23 - - [2026-03-23 04:39:22] "GET /projects?obj_uuids=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001447 10.0.0.27 - - [2026-03-23 04:39:22] "POST /neutron/network HTTP/1.1" 200 613 0.208788 10.0.0.23 - - [2026-03-23 04:39:22] "POST /route-targets HTTP/1.1" 200 327 0.019331 10.0.0.23 - - [2026-03-23 04:39:22] "DELETE /access-control-list/343d7827-f46b-47af-8171-75e171b66efb HTTP/1.1" 200 115 0.077443 10.0.0.27 - - [2026-03-23 04:39:23] "POST /neutron/network HTTP/1.1" 200 1006 0.011281 10.0.0.27 - - [2026-03-23 04:39:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001030 10.0.0.27 - - [2026-03-23 04:39:23] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005982 10.0.0.27 - - [2026-03-23 04:39:23] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006082 10.0.0.27 - - [2026-03-23 04:39:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.008320 10.0.0.27 - - [2026-03-23 04:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.23 - - [2026-03-23 04:39:23] "GET /projects?obj_uuids=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.27 - - [2026-03-23 04:39:23] "GET /project/44cc7df7-6abb-48a1-85f0-af1f30ef339b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.044164 10.0.0.23 - - [2026-03-23 04:39:23] "GET /projects?obj_uuids=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000915 10.0.0.27 - - [2026-03-23 04:39:23] "POST /neutron/network HTTP/1.1" 200 613 0.120050 10.0.0.23 - - [2026-03-23 04:39:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.051105 10.0.0.27 - - [2026-03-23 04:39:24] "POST /neutron/network HTTP/1.1" 200 1008 0.011712 10.0.0.27 - - [2026-03-23 04:39:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001034 10.0.0.27 - - [2026-03-23 04:39:24] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005100 10.0.0.27 - - [2026-03-23 04:39:24] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.013178 10.0.0.27 - - [2026-03-23 04:39:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.008369 10.0.0.27 - - [2026-03-23 04:39:24] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005213 10.0.0.27 - - [2026-03-23 04:39:25] "GET /obj-perms HTTP/1.1" 200 5046 0.068458 10.0.0.27 - - [2026-03-23 04:39:26] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007106 10.0.0.50 - - [2026-03-23 04:39:27] "GET /obj-perms HTTP/1.1" 200 5046 0.067417 10.0.0.23 - - [2026-03-23 04:39:27] "GET /obj-perms HTTP/1.1" 200 5046 0.070397 10.0.0.27 - - [2026-03-23 04:39:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.009731 10.0.0.27 - - [2026-03-23 04:39:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001186 10.0.0.23 - - [2026-03-23 04:39:28] "GET /projects?obj_uuids=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000938 10.0.0.27 - - [2026-03-23 04:39:28] "GET /project/44cc7df7-6abb-48a1-85f0-af1f30ef339b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.064278 10.0.0.27 - - [2026-03-23 04:39:28] "POST /neutron/network HTTP/1.1" 200 1006 0.008521 10.0.0.27 - - [2026-03-23 04:39:28] "POST /neutron/port HTTP/1.1" 200 117 0.006122 10.0.0.27 - - [2026-03-23 04:39:29] "POST /neutron/port HTTP/1.1" 200 1175 0.068714 10.0.0.27 - - [2026-03-23 04:39:29] "POST /neutron/port HTTP/1.1" 200 1239 0.020700 10.0.0.27 - - [2026-03-23 04:39:30] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014829 10.0.0.27 - - [2026-03-23 04:39:30] "POST /neutron/network HTTP/1.1" 200 1006 0.008739 10.0.0.27 - - [2026-03-23 04:39:33] "POST /neutron/port HTTP/1.1" 200 1239 0.018844 10.0.0.27 - - [2026-03-23 04:39:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008761 10.0.0.27 - - [2026-03-23 04:39:34] "GET /virtual-machine/79f591d2-b388-42ca-afbb-93d6e42038a2 HTTP/1.1" 401 292 0.000579 10.0.0.27 - - [2026-03-23 04:39:34] "GET /virtual-machine/79f591d2-b388-42ca-afbb-93d6e42038a2 HTTP/1.1" 200 1300 0.038874 10.0.0.27 - - [2026-03-23 04:39:34] "GET /virtual-machine-interface/d4ee5beb-6b1d-422f-b323-58605da9716d HTTP/1.1" 200 3175 0.005057 10.0.0.27 - - [2026-03-23 04:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.27 - - [2026-03-23 04:39:34] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004320 10.0.0.27 - - [2026-03-23 04:39:34] "GET /virtual-networks?parent_id=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003870 10.0.0.27 - - [2026-03-23 04:39:34] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005628 10.0.0.27 - - [2026-03-23 04:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.27 - - [2026-03-23 04:39:37] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005605 10.0.0.23 - - [2026-03-23 04:39:38] "DELETE /project/44cc7df76abb48a185f0af1f30ef339b HTTP/1.1" 404 173 0.003908 10.0.0.23 - - [2026-03-23 04:39:38] "DELETE /project/f97e6ba0-642c-4c21-aed3-d17985b260d2 HTTP/1.1" 404 177 0.003908 10.0.0.27 - - [2026-03-23 04:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.27 - - [2026-03-23 04:39:41] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005224 10.0.0.27 - - [2026-03-23 04:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.27 - - [2026-03-23 04:39:45] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005080 10.0.0.27 - - [2026-03-23 04:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.27 - - [2026-03-23 04:39:50] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006008 10.0.0.27 - - [2026-03-23 04:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.27 - - [2026-03-23 04:39:54] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005969 10.0.0.27 - - [2026-03-23 04:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.27 - - [2026-03-23 04:39:58] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006415 10.0.0.27 - - [2026-03-23 04:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.27 - - [2026-03-23 04:40:02] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008159 10.0.0.27 - - [2026-03-23 04:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.27 - - [2026-03-23 04:40:06] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004591 10.0.0.27 - - [2026-03-23 04:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.27 - - [2026-03-23 04:40:10] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005504 10.0.0.27 - - [2026-03-23 04:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.27 - - [2026-03-23 04:40:12] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003584 10.0.0.27 - - [2026-03-23 04:40:12] "GET /virtual-networks?parent_id=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002797 10.0.0.27 - - [2026-03-23 04:40:12] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005107 10.0.0.27 - - [2026-03-23 04:40:17] "POST /neutron/port HTTP/1.1" 200 1239 0.017564 10.0.0.27 - - [2026-03-23 04:40:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006979 10.0.0.27 - - [2026-03-23 04:40:28] "POST /neutron/port HTTP/1.1" 200 1239 0.016378 10.0.0.27 - - [2026-03-23 04:40:28] "POST /neutron/port HTTP/1.1" 200 1239 0.020258 10.0.0.27 - - [2026-03-23 04:40:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006739 10.0.0.27 - - [2026-03-23 04:40:28] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.27 - - [2026-03-23 04:40:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007837 10.0.0.27 - - [2026-03-23 04:40:33] "POST /neutron/port HTTP/1.1" 200 1239 0.018069 10.0.0.27 - - [2026-03-23 04:40:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006613 10.0.0.27 - - [2026-03-23 04:40:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001228 10.0.0.27 - - [2026-03-23 04:40:34] "GET /virtual-machine/79f591d2-b388-42ca-afbb-93d6e42038a2 HTTP/1.1" 200 1300 0.003629 10.0.0.27 - - [2026-03-23 04:40:34] "GET /virtual-machine-interface/d4ee5beb-6b1d-422f-b323-58605da9716d HTTP/1.1" 200 3175 0.004812 10.0.0.27 - - [2026-03-23 04:40:34] "GET /instance-ip/5c26a8da-38bb-47c2-8dda-be2457ee65e3 HTTP/1.1" 200 1636 0.005955 10.0.0.27 - - [2026-03-23 04:40:34] "GET /instance-ip/5e38715e-595d-4d6b-bc57-17235ef3eeb4 HTTP/1.1" 200 1656 0.005862 10.0.0.27 - - [2026-03-23 04:40:34] "POST /fqname-to-id HTTP/1.1" 404 218 0.002668 10.0.0.27 - - [2026-03-23 04:40:34] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005032 10.0.0.23 - - [2026-03-23 04:40:34] "GET /projects?obj_uuids=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000872 10.0.0.27 - - [2026-03-23 04:40:34] "GET /project/44cc7df7-6abb-48a1-85f0-af1f30ef339b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.046667 10.0.0.27 - - [2026-03-23 04:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.27 - - [2026-03-23 04:40:34] "GET /security-group/9da5c144-c217-4c04-8e11-3a6710da30d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.005172 10.0.0.27 - - [2026-03-23 04:40:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.082168 10.0.0.27 - - [2026-03-23 04:40:34] "POST /instance-ips HTTP/1.1" 200 357 0.039256 10.0.0.27 - - [2026-03-23 04:40:34] "GET /instance-ip/7bacf27e-9e4a-4716-837e-76fe213a7e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.006761 10.0.0.27 - - [2026-03-23 04:40:34] "POST /instance-ips HTTP/1.1" 200 357 0.032431 10.0.0.27 - - [2026-03-23 04:40:34] "GET /instance-ip/07cebe5a-c5ab-462e-8487-50391e0de820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.005497 10.0.0.27 - - [2026-03-23 04:40:34] "GET /virtual-machine-interface/caa03f99-96f7-450d-b966-ef7959151efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.005447 10.0.0.27 - - [2026-03-23 04:40:34] "GET /virtual-machine-interface/caa03f99-96f7-450d-b966-ef7959151efa?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.006572 10.0.0.27 - - [2026-03-23 04:40:34] "GET /instance-ip/07cebe5a-c5ab-462e-8487-50391e0de820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.004152 10.0.0.27 - - [2026-03-23 04:40:34] "GET /instance-ip/7bacf27e-9e4a-4716-837e-76fe213a7e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.003785 10.0.0.27 - - [2026-03-23 04:40:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001189 10.0.0.27 - - [2026-03-23 04:40:34] "POST /neutron/port HTTP/1.1" 200 1239 0.016684 10.0.0.27 - - [2026-03-23 04:40:35] "POST /neutron/port HTTP/1.1" 200 1081 0.015026 10.0.0.50 - - [2026-03-23 04:40:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.50 - - [2026-03-23 04:40:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.27 - - [2026-03-23 04:40:35] "POST /neutron/port HTTP/1.1" 200 1081 0.013412 10.0.0.27 - - [2026-03-23 04:40:35] "POST /neutron/port HTTP/1.1" 200 117 0.007332 10.0.0.23 - - [2026-03-23 04:40:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2026-03-23 04:40:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.23 - - [2026-03-23 04:40:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.27 - - [2026-03-23 04:40:36] "POST /neutron/network HTTP/1.1" 200 1016 0.007857 10.0.0.23 - - [2026-03-23 04:40:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.27 - - [2026-03-23 04:40:36] "POST /neutron/port HTTP/1.1" 200 1174 0.139349 10.0.0.50 - - [2026-03-23 04:40:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.27 - - [2026-03-23 04:40:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005412 10.0.0.50 - - [2026-03-23 04:40:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.27 - - [2026-03-23 04:40:36] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.27 - - [2026-03-23 04:40:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.27 - - [2026-03-23 04:40:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.27 - - [2026-03-23 04:40:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.27 - - [2026-03-23 04:40:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000325 10.0.0.27 - - [2026-03-23 04:40:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007396 10.0.0.27 - - [2026-03-23 04:40:40] "POST /neutron/port HTTP/1.1" 200 1184 0.023015 10.0.0.27 - - [2026-03-23 04:40:40] "GET /virtual-machine/4eb20b11-419d-4c4a-ac2b-05c9854c4cc4 HTTP/1.1" 200 1278 0.006323 10.0.0.27 - - [2026-03-23 04:40:40] "GET /virtual-machine-interface/caa03f99-96f7-450d-b966-ef7959151efa HTTP/1.1" 200 3225 0.005625 10.0.0.27 - - [2026-03-23 04:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.27 - - [2026-03-23 04:40:41] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003845 10.0.0.27 - - [2026-03-23 04:40:41] "GET /virtual-networks?parent_id=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004627 10.0.0.27 - - [2026-03-23 04:40:41] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005532 10.0.0.27 - - [2026-03-23 04:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.27 - - [2026-03-23 04:40:44] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005581 10.0.0.27 - - [2026-03-23 04:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.27 - - [2026-03-23 04:40:48] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005641 10.0.0.27 - - [2026-03-23 04:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.27 - - [2026-03-23 04:40:52] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004859 10.0.0.27 - - [2026-03-23 04:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.27 - - [2026-03-23 04:40:56] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004910 10.0.0.27 - - [2026-03-23 04:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.27 - - [2026-03-23 04:41:00] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005347 10.0.0.27 - - [2026-03-23 04:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.27 - - [2026-03-23 04:41:04] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005103 10.0.0.27 - - [2026-03-23 04:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.27 - - [2026-03-23 04:41:08] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005759 10.0.0.27 - - [2026-03-23 04:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.27 - - [2026-03-23 04:41:12] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005232 10.0.0.27 - - [2026-03-23 04:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.27 - - [2026-03-23 04:41:16] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005502 10.0.0.27 - - [2026-03-23 04:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.27 - - [2026-03-23 04:41:21] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007190 10.0.0.27 - - [2026-03-23 04:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.27 - - [2026-03-23 04:41:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003882 10.0.0.27 - - [2026-03-23 04:41:23] "GET /virtual-networks?parent_id=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003022 10.0.0.27 - - [2026-03-23 04:41:23] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005427 10.0.0.27 - - [2026-03-23 04:41:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007527 10.0.0.27 - - [2026-03-23 04:41:28] "POST /neutron/network HTTP/1.1" 200 1016 0.007045 10.0.0.27 - - [2026-03-23 04:41:28] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014348 10.0.0.27 - - [2026-03-23 04:41:28] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.27 - - [2026-03-23 04:41:31] "GET /obj-perms HTTP/1.1" 200 5056 0.068808 10.0.0.27 - - [2026-03-23 04:41:33] "POST /neutron/port HTTP/1.1" 200 1184 0.019303 10.0.0.27 - - [2026-03-23 04:41:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.035385 10.0.0.27 - - [2026-03-23 04:41:44] "POST /neutron/port HTTP/1.1" 200 1184 0.020813 10.0.0.27 - - [2026-03-23 04:41:49] "POST /id-to-fqname HTTP/1.1" 200 228 0.001700 10.0.0.27 - - [2026-03-23 04:41:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007707 10.0.0.23 - - [2026-03-23 04:41:50] "GET /projects?obj_uuids=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001267 10.0.0.27 - - [2026-03-23 04:41:50] "GET /project/44cc7df7-6abb-48a1-85f0-af1f30ef339b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.083944 10.0.0.27 - - [2026-03-23 04:41:50] "POST /neutron/port HTTP/1.1" 200 2269 0.024976 10.0.0.27 - - [2026-03-23 04:41:50] "POST /neutron/port HTTP/1.1" 200 117 0.005861 10.0.0.27 - - [2026-03-23 04:41:51] "POST /neutron/port HTTP/1.1" 200 1177 0.055909 10.0.0.27 - - [2026-03-23 04:41:51] "POST /neutron/port HTTP/1.1" 200 1241 0.020173 10.0.0.27 - - [2026-03-23 04:41:51] "POST /neutron/subnet HTTP/1.1" 200 1394 0.024280 10.0.0.27 - - [2026-03-23 04:41:51] "POST /neutron/network HTTP/1.1" 200 1008 0.008897 10.0.0.27 - - [2026-03-23 04:41:55] "POST /neutron/port HTTP/1.1" 200 1241 0.017115 10.0.0.27 - - [2026-03-23 04:41:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008103 10.0.0.27 - - [2026-03-23 04:41:56] "GET /virtual-machine/f3ba832a-89fe-4b77-8569-d5f2c430bd64 HTTP/1.1" 200 1300 0.005610 10.0.0.27 - - [2026-03-23 04:41:56] "GET /virtual-machine-interface/b74026c0-fa11-452c-9c25-a3fa3f8fb039 HTTP/1.1" 200 3175 0.006094 10.0.0.27 - - [2026-03-23 04:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.27 - - [2026-03-23 04:41:56] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004535 10.0.0.27 - - [2026-03-23 04:41:56] "GET /virtual-networks?parent_id=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004090 10.0.0.27 - - [2026-03-23 04:41:56] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007933 10.0.0.27 - - [2026-03-23 04:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.27 - - [2026-03-23 04:41:59] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.004687 10.0.0.27 - - [2026-03-23 04:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.27 - - [2026-03-23 04:42:03] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005072 10.0.0.27 - - [2026-03-23 04:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.27 - - [2026-03-23 04:42:07] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006283 10.0.0.27 - - [2026-03-23 04:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.27 - - [2026-03-23 04:42:11] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005260 10.0.0.27 - - [2026-03-23 04:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.27 - - [2026-03-23 04:42:15] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005277 10.0.0.27 - - [2026-03-23 04:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.27 - - [2026-03-23 04:42:19] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005375 10.0.0.27 - - [2026-03-23 04:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.27 - - [2026-03-23 04:42:23] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006398 10.0.0.27 - - [2026-03-23 04:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.27 - - [2026-03-23 04:42:27] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.004941 10.0.0.27 - - [2026-03-23 04:42:30] "POST /neutron/network HTTP/1.1" 200 1016 0.006932 10.0.0.27 - - [2026-03-23 04:42:30] "POST /neutron/subnet HTTP/1.1" 200 1384 0.017702 10.0.0.27 - - [2026-03-23 04:42:30] "POST /neutron/network HTTP/1.1" 200 1006 0.009369 10.0.0.50 - - [2026-03-23 04:42:31] "GET /obj-perms HTTP/1.1" 200 5056 0.070869 10.0.0.27 - - [2026-03-23 04:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.27 - - [2026-03-23 04:42:32] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.004963 10.0.0.23 - - [2026-03-23 04:42:32] "GET /obj-perms HTTP/1.1" 200 5056 0.058861 10.0.0.27 - - [2026-03-23 04:42:35] "POST /neutron/network HTTP/1.1" 200 1018 0.006738 10.0.0.27 - - [2026-03-23 04:42:35] "POST /neutron/subnet HTTP/1.1" 200 1394 0.014320 10.0.0.27 - - [2026-03-23 04:42:35] "POST /neutron/network HTTP/1.1" 200 1008 0.010730 10.0.0.27 - - [2026-03-23 04:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.27 - - [2026-03-23 04:42:36] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005975 10.0.0.27 - - [2026-03-23 04:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.27 - - [2026-03-23 04:42:38] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003684 10.0.0.27 - - [2026-03-23 04:42:38] "GET /virtual-networks?parent_id=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003784 10.0.0.27 - - [2026-03-23 04:42:38] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007563 10.0.0.27 - - [2026-03-23 04:42:43] "POST /neutron/port HTTP/1.1" 200 1241 0.019710 10.0.0.27 - - [2026-03-23 04:42:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008921 10.0.0.27 - - [2026-03-23 04:42:56] "POST /neutron/port HTTP/1.1" 200 1241 0.017400 10.0.0.27 - - [2026-03-23 04:43:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009111 10.0.0.27 - - [2026-03-23 04:43:07] "POST /neutron/port HTTP/1.1" 200 1241 0.016793 10.0.0.27 - - [2026-03-23 04:43:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006933 10.0.0.27 - - [2026-03-23 04:43:23] "POST /neutron/port HTTP/1.1" 200 1241 0.018691 10.0.0.27 - - [2026-03-23 04:43:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007312 10.0.0.27 - - [2026-03-23 04:43:24] "POST /neutron/port HTTP/1.1" 200 1241 0.021004 10.0.0.27 - - [2026-03-23 04:43:24] "POST /neutron/network HTTP/1.1" 200 1008 0.008665 10.0.0.27 - - [2026-03-23 04:43:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001548 10.0.0.27 - - [2026-03-23 04:43:24] "GET /virtual-machine/f3ba832a-89fe-4b77-8569-d5f2c430bd64 HTTP/1.1" 200 1300 0.004707 10.0.0.27 - - [2026-03-23 04:43:24] "GET /virtual-machine-interface/b74026c0-fa11-452c-9c25-a3fa3f8fb039 HTTP/1.1" 200 3175 0.005254 10.0.0.27 - - [2026-03-23 04:43:24] "GET /instance-ip/12fb31a0-9130-495e-ad52-80d680a4938f HTTP/1.1" 200 1638 0.005811 10.0.0.27 - - [2026-03-23 04:43:24] "GET /instance-ip/cd0df3ea-e042-41e1-bf82-7047e726d498 HTTP/1.1" 200 1657 0.005877 10.0.0.27 - - [2026-03-23 04:43:24] "POST /fqname-to-id HTTP/1.1" 404 230 0.003058 10.0.0.27 - - [2026-03-23 04:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.23 - - [2026-03-23 04:43:24] "GET /projects?obj_uuids=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001259 10.0.0.27 - - [2026-03-23 04:43:24] "GET /project/44cc7df7-6abb-48a1-85f0-af1f30ef339b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.045203 10.0.0.27 - - [2026-03-23 04:43:24] "POST /network-policys HTTP/1.1" 200 569 0.030459 10.0.0.27 - - [2026-03-23 04:43:24] "GET /network-policy/d80b8a29-52b0-40de-b2f7-def3e7c16652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006491 10.0.0.27 - - [2026-03-23 04:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.27 - - [2026-03-23 04:43:24] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006361 10.0.0.27 - - [2026-03-23 04:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.27 - - [2026-03-23 04:43:24] "GET /network-policy/d80b8a29-52b0-40de-b2f7-def3e7c16652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.007101 10.0.0.27 - - [2026-03-23 04:43:24] "POST /ref-update HTTP/1.1" 200 156 0.061588 10.0.0.27 - - [2026-03-23 04:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.27 - - [2026-03-23 04:43:24] "GET /network-policy/d80b8a29-52b0-40de-b2f7-def3e7c16652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003848 10.0.0.27 - - [2026-03-23 04:43:24] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.007420 10.0.0.27 - - [2026-03-23 04:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.27 - - [2026-03-23 04:43:24] "GET /network-policy/d80b8a29-52b0-40de-b2f7-def3e7c16652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004264 10.0.0.27 - - [2026-03-23 04:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.27 - - [2026-03-23 04:43:24] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006031 10.0.0.27 - - [2026-03-23 04:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.27 - - [2026-03-23 04:43:24] "GET /network-policy/d80b8a29-52b0-40de-b2f7-def3e7c16652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006840 10.0.0.23 - - [2026-03-23 04:43:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.077150 10.0.0.27 - - [2026-03-23 04:43:24] "POST /ref-update HTTP/1.1" 200 156 0.061836 10.0.0.27 - - [2026-03-23 04:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.27 - - [2026-03-23 04:43:25] "GET /network-policy/d80b8a29-52b0-40de-b2f7-def3e7c16652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003768 10.0.0.23 - - [2026-03-23 04:43:25] "POST /access-control-lists HTTP/1.1" 200 596 0.035828 10.0.0.27 - - [2026-03-23 04:43:25] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.009873 10.0.0.27 - - [2026-03-23 04:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006893 10.0.0.27 - - [2026-03-23 04:43:25] "GET /network-policy/d80b8a29-52b0-40de-b2f7-def3e7c16652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.007642 10.0.0.27 - - [2026-03-23 04:43:25] "GET /virtual-machine-interface/b74026c0-fa11-452c-9c25-a3fa3f8fb039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.013341 10.0.0.27 - - [2026-03-23 04:43:25] "PUT /virtual-machine-interface/b74026c0-fa11-452c-9c25-a3fa3f8fb039 HTTP/1.1" 200 284 0.018929 10.0.0.27 - - [2026-03-23 04:43:25] "GET /virtual-machine-interface/b74026c0-fa11-452c-9c25-a3fa3f8fb039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3071 0.008935 10.0.0.27 - - [2026-03-23 04:43:25] "PUT /virtual-machine-interface/b74026c0-fa11-452c-9c25-a3fa3f8fb039 HTTP/1.1" 200 284 0.016508 10.0.0.27 - - [2026-03-23 04:43:31] "POST /neutron/port HTTP/1.1" 200 1239 0.017745 10.0.0.27 - - [2026-03-23 04:43:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004512 10.0.0.27 - - [2026-03-23 04:43:31] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.27 - - [2026-03-23 04:43:35] "POST /neutron/port HTTP/1.1" 200 1241 0.019519 10.0.0.27 - - [2026-03-23 04:43:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005178 10.0.0.27 - - [2026-03-23 04:43:35] "POST /neutron/port HTTP/1.1" 200 117 0.001405 10.0.0.27 - - [2026-03-23 04:44:32] "POST /neutron/port HTTP/1.1" 200 1184 0.062077 10.0.0.27 - - [2026-03-23 04:44:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003807 10.0.0.27 - - [2026-03-23 04:44:32] "POST /neutron/port HTTP/1.1" 200 117 0.001971 10.0.0.27 - - [2026-03-23 04:44:35] "POST /neutron/port HTTP/1.1" 200 1241 0.022487 10.0.0.27 - - [2026-03-23 04:44:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005747 10.0.0.27 - - [2026-03-23 04:44:35] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.27 - - [2026-03-23 04:45:32] "POST /neutron/port HTTP/1.1" 200 1239 0.019443 10.0.0.27 - - [2026-03-23 04:45:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004178 10.0.0.27 - - [2026-03-23 04:45:32] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.50 - - [2026-03-23 04:45:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.50 - - [2026-03-23 04:45:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.23 - - [2026-03-23 04:45:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.23 - - [2026-03-23 04:45:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.23 - - [2026-03-23 04:45:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.23 - - [2026-03-23 04:45:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.50 - - [2026-03-23 04:45:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.50 - - [2026-03-23 04:45:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.27 - - [2026-03-23 04:45:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2026-03-23 04:45:37] "POST /neutron/port HTTP/1.1" 200 1241 0.020947 10.0.0.27 - - [2026-03-23 04:45:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.27 - - [2026-03-23 04:45:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004774 10.0.0.27 - - [2026-03-23 04:45:37] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.27 - - [2026-03-23 04:45:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.27 - - [2026-03-23 04:45:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.27 - - [2026-03-23 04:45:40] "POST /ref-update HTTP/1.1" 200 156 0.092307 10.0.0.23 - - [2026-03-23 04:45:40] "DELETE /access-control-list/ef251a6c-b54e-4258-90c1-09b975a504c3 HTTP/1.1" 200 115 0.048895 10.0.0.23 - - [2026-03-23 04:45:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.061619 10.0.0.27 - - [2026-03-23 04:45:40] "POST /neutron/network HTTP/1.1" 200 1008 0.119475 10.0.0.27 - - [2026-03-23 04:45:40] "GET /virtual-network/27e67f2c-e132-48d3-a70a-1840fa56a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007900 10.0.0.27 - - [2026-03-23 04:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.27 - - [2026-03-23 04:45:40] "GET /network-policy/d80b8a29-52b0-40de-b2f7-def3e7c16652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003645 10.0.0.27 - - [2026-03-23 04:45:40] "POST /ref-update HTTP/1.1" 200 156 0.052480 10.0.0.27 - - [2026-03-23 04:45:40] "GET /virtual-network/c7422ec7-ea13-4477-90a2-67e2796aaf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007965 10.0.0.27 - - [2026-03-23 04:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002457 10.0.0.27 - - [2026-03-23 04:45:40] "GET /network-policy/d80b8a29-52b0-40de-b2f7-def3e7c16652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004129 10.0.0.27 - - [2026-03-23 04:45:40] "DELETE /network-policy/d80b8a29-52b0-40de-b2f7-def3e7c16652 HTTP/1.1" 200 115 0.045391 10.0.0.23 - - [2026-03-23 04:45:41] "POST /ref-update HTTP/1.1" 200 156 0.019779 10.0.0.27 - - [2026-03-23 04:45:41] "DELETE /instance-ip/07cebe5a-c5ab-462e-8487-50391e0de820 HTTP/1.1" 200 115 0.058048 10.0.0.27 - - [2026-03-23 04:45:41] "DELETE /instance-ip/7bacf27e-9e4a-4716-837e-76fe213a7e7f HTTP/1.1" 200 115 0.043363 10.0.0.27 - - [2026-03-23 04:45:41] "DELETE /virtual-machine-interface/caa03f99-96f7-450d-b966-ef7959151efa HTTP/1.1" 200 115 0.099095 10.0.0.27 - - [2026-03-23 04:45:41] "POST /neutron/port HTTP/1.1" 200 1241 0.027941 10.0.0.27 - - [2026-03-23 04:45:41] "POST /neutron/port HTTP/1.1" 200 151 0.257643 10.0.0.27 - - [2026-03-23 04:45:42] "POST /neutron/port HTTP/1.1" 200 151 0.247325 10.0.0.27 - - [2026-03-23 04:45:44] "POST /neutron/network HTTP/1.1" 200 1006 0.008937 10.0.0.23 - - [2026-03-23 04:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005994 10.0.0.27 - - [2026-03-23 04:45:46] "POST /neutron/port HTTP/1.1" 400 205 0.005340 10.0.0.23 - - [2026-03-23 04:45:47] "GET /projects?obj_uuids=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.043540 10.0.0.27 - - [2026-03-23 04:45:47] "GET /project/44cc7df7-6abb-48a1-85f0-af1f30ef339b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.120025 10.0.0.23 - - [2026-03-23 04:45:47] "GET /projects?obj_uuids=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001322 10.0.0.27 - - [2026-03-23 04:45:47] "GET /project/44cc7df7-6abb-48a1-85f0-af1f30ef339b?fields=virtual_networks HTTP/1.1" 200 1046 0.035100 10.0.0.23 - - [2026-03-23 04:45:47] "GET /projects?obj_uuids=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001165 10.0.0.27 - - [2026-03-23 04:45:47] "GET /project/44cc7df7-6abb-48a1-85f0-af1f30ef339b?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.039336 10.0.0.23 - - [2026-03-23 04:45:47] "GET /projects?obj_uuids=44cc7df7-6abb-48a1-85f0-af1f30ef339b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000877 10.0.0.27 - - [2026-03-23 04:45:47] "GET /project/44cc7df7-6abb-48a1-85f0-af1f30ef339b?fields=security_groups HTTP/1.1" 200 1280 0.052827 10.0.0.27 - - [2026-03-23 04:45:48] "POST /fqname-to-id HTTP/1.1" 404 192 0.034046 10.0.0.23 - - [2026-03-23 04:45:48] "GET /projects?obj_uuids=53ad559a-20fb-44c2-a348-a5b12c059a2f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003186 10.0.0.23 - - [2026-03-23 04:45:48] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.23 - - [2026-03-23 04:45:48] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.043799 10.0.0.23 - - [2026-03-23 04:45:49] "POST /id-to-fqname HTTP/1.1" 200 194 0.001119 10.0.0.23 - - [2026-03-23 04:45:49] "POST /fqname-to-id HTTP/1.1" 404 203 0.006439 10.0.0.23 - - [2026-03-23 04:45:49] "POST /security-groups HTTP/1.1" 200 595 0.073257 10.0.0.23 - - [2026-03-23 04:45:49] "POST /projects HTTP/1.1" 200 593 0.260370 10.0.0.23 - - [2026-03-23 04:45:49] "POST /access-control-lists HTTP/1.1" 200 600 0.026454 10.0.0.23 - - [2026-03-23 04:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.344801 10.0.0.27 - - [2026-03-23 04:45:49] "GET /project/53ad559a-20fb-44c2-a348-a5b12c059a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.526306 10.0.0.27 - - [2026-03-23 04:45:50] "GET / HTTP/1.1" 200 35931 0.001393 10.0.0.27 - - [2026-03-23 04:45:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2026-03-23 04:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.076066 10.0.0.23 - - [2026-03-23 04:45:52] "GET /projects?obj_uuids=53ad559a-20fb-44c2-a348-a5b12c059a2f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000845 10.0.0.27 - - [2026-03-23 04:45:52] "GET /project/53ad559a-20fb-44c2-a348-a5b12c059a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.037064 10.0.0.23 - - [2026-03-23 04:45:53] "POST /route-targets HTTP/1.1" 200 327 0.023026 10.0.0.23 - - [2026-03-23 04:45:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008698 10.0.0.27 - - [2026-03-23 04:45:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.293688 10.0.0.27 - - [2026-03-23 04:45:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001222 10.0.0.27 - - [2026-03-23 04:45:53] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007196 10.0.0.27 - - [2026-03-23 04:45:53] "POST /neutron/network HTTP/1.1" 200 1004 0.009856 10.0.0.27 - - [2026-03-23 04:45:53] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004969 10.0.0.27 - - [2026-03-23 04:45:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.009433 10.0.0.27 - - [2026-03-23 04:45:54] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005750 10.0.0.27 - - [2026-03-23 04:45:55] "GET /obj-perms HTTP/1.1" 200 5038 0.072018 10.0.0.50 - - [2026-03-23 04:45:55] "GET /obj-perms HTTP/1.1" 200 5038 0.074125 10.0.0.23 - - [2026-03-23 04:45:55] "GET /obj-perms HTTP/1.1" 200 5038 0.065918 10.0.0.27 - - [2026-03-23 04:45:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001264 10.0.0.23 - - [2026-03-23 04:45:57] "GET /projects?obj_uuids=53ad559a-20fb-44c2-a348-a5b12c059a2f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000970 10.0.0.27 - - [2026-03-23 04:45:57] "GET /project/53ad559a-20fb-44c2-a348-a5b12c059a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.073453 10.0.0.27 - - [2026-03-23 04:45:57] "POST /neutron/port HTTP/1.1" 200 117 0.006588 10.0.0.27 - - [2026-03-23 04:45:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001197 10.0.0.27 - - [2026-03-23 04:45:57] "POST /neutron/network HTTP/1.1" 200 1014 0.006680 10.0.0.27 - - [2026-03-23 04:45:58] "POST /neutron/port HTTP/1.1" 200 1173 0.020077 10.0.0.23 - - [2026-03-23 04:45:58] "GET /projects?obj_uuids=53ad559a-20fb-44c2-a348-a5b12c059a2f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001450 10.0.0.27 - - [2026-03-23 04:45:58] "GET /project/53ad559a-20fb-44c2-a348-a5b12c059a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.117446 10.0.0.27 - - [2026-03-23 04:45:58] "POST /neutron/network HTTP/1.1" 200 1004 0.060342 10.0.0.27 - - [2026-03-23 04:45:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003514 10.0.0.27 - - [2026-03-23 04:45:58] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.27 - - [2026-03-23 04:45:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007982 10.0.0.27 - - [2026-03-23 04:45:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.001180 10.0.0.27 - - [2026-03-23 04:45:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008993 10.0.0.23 - - [2026-03-23 04:45:59] "GET /projects?obj_uuids=53ad559a-20fb-44c2-a348-a5b12c059a2f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001142 10.0.0.27 - - [2026-03-23 04:45:59] "POST /neutron/port HTTP/1.1" 200 1173 0.376790 10.0.0.27 - - [2026-03-23 04:46:00] "POST /neutron/port HTTP/1.1" 200 1227 0.163931 10.0.0.23 - - [2026-03-23 04:46:00] "GET /projects?obj_uuids=53ad559a-20fb-44c2-a348-a5b12c059a2f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000884 10.0.0.27 - - [2026-03-23 04:46:00] "GET /project/53ad559a-20fb-44c2-a348-a5b12c059a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.076170 10.0.0.27 - - [2026-03-23 04:46:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003822 10.0.0.27 - - [2026-03-23 04:46:00] "POST /neutron/port HTTP/1.1" 200 117 0.001146 10.0.0.27 - - [2026-03-23 04:46:00] "POST /neutron/network HTTP/1.1" 200 1004 0.009661 10.0.0.27 - - [2026-03-23 04:46:00] "POST /neutron/port HTTP/1.1" 200 1237 0.019663 10.0.0.27 - - [2026-03-23 04:46:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010864 10.0.0.27 - - [2026-03-23 04:46:01] "GET /virtual-machine/58836ae8-b5f0-4856-8846-a70b2cc5cb26 HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2026-03-23 04:46:01] "POST /neutron/network HTTP/1.1" 200 1014 0.006408 10.0.0.27 - - [2026-03-23 04:46:01] "GET /virtual-machine/58836ae8-b5f0-4856-8846-a70b2cc5cb26 HTTP/1.1" 200 1295 0.078755 10.0.0.27 - - [2026-03-23 04:46:01] "GET /virtual-machine-interface/74ffeb50-6187-49a7-a09b-b43bfb2de977 HTTP/1.1" 200 3154 0.006624 10.0.0.27 - - [2026-03-23 04:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.27 - - [2026-03-23 04:46:01] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004246 10.0.0.27 - - [2026-03-23 04:46:01] "POST /neutron/port HTTP/1.1" 200 1173 0.038728 10.0.0.27 - - [2026-03-23 04:46:01] "GET /virtual-networks?parent_id=53ad559a-20fb-44c2-a348-a5b12c059a2f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003061 10.0.0.27 - - [2026-03-23 04:46:01] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007872 10.0.0.27 - - [2026-03-23 04:46:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003711 10.0.0.27 - - [2026-03-23 04:46:02] "POST /neutron/port HTTP/1.1" 200 117 0.001022 10.0.0.27 - - [2026-03-23 04:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.27 - - [2026-03-23 04:46:05] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.011123 10.0.0.23 - - [2026-03-23 04:46:07] "DELETE /access-control-list/3f0cd3ee-3bc9-447e-8b5c-ce90fdd09b0a HTTP/1.1" 200 115 0.041817 10.0.0.27 - - [2026-03-23 04:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.27 - - [2026-03-23 04:46:09] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005639 10.0.0.27 - - [2026-03-23 04:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.27 - - [2026-03-23 04:46:13] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006965 10.0.0.27 - - [2026-03-23 04:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.27 - - [2026-03-23 04:46:17] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005091 10.0.0.27 - - [2026-03-23 04:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005331 10.0.0.27 - - [2026-03-23 04:46:21] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007325 10.0.0.27 - - [2026-03-23 04:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.27 - - [2026-03-23 04:46:25] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007914 10.0.0.27 - - [2026-03-23 04:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.27 - - [2026-03-23 04:46:29] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004849 10.0.0.27 - - [2026-03-23 04:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.27 - - [2026-03-23 04:46:33] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005569 10.0.0.27 - - [2026-03-23 04:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.27 - - [2026-03-23 04:46:37] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005823 10.0.0.23 - - [2026-03-23 04:46:38] "DELETE /project/44cc7df7-6abb-48a1-85f0-af1f30ef339b HTTP/1.1" 404 177 0.002803 10.0.0.23 - - [2026-03-23 04:46:38] "DELETE /project/53ad559a20fb44c2a348a5b12c059a2f HTTP/1.1" 404 173 0.004818 10.0.0.27 - - [2026-03-23 04:46:39] "POST /neutron/port HTTP/1.1" 200 1237 0.024649 10.0.0.27 - - [2026-03-23 04:46:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003981 10.0.0.27 - - [2026-03-23 04:46:39] "POST /neutron/port HTTP/1.1" 200 117 0.001010 10.0.0.27 - - [2026-03-23 04:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.27 - - [2026-03-23 04:46:41] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005559 10.0.0.27 - - [2026-03-23 04:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005447 10.0.0.27 - - [2026-03-23 04:46:46] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008283 10.0.0.27 - - [2026-03-23 04:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.27 - - [2026-03-23 04:46:50] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006158 10.0.0.27 - - [2026-03-23 04:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.27 - - [2026-03-23 04:46:54] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005232 10.0.0.27 - - [2026-03-23 04:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.27 - - [2026-03-23 04:46:56] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004222 10.0.0.27 - - [2026-03-23 04:46:56] "GET /virtual-networks?parent_id=53ad559a-20fb-44c2-a348-a5b12c059a2f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002786 10.0.0.27 - - [2026-03-23 04:46:56] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007065 10.0.0.27 - - [2026-03-23 04:46:56] "POST /neutron/port HTTP/1.1" 200 1237 0.017280 10.0.0.27 - - [2026-03-23 04:46:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.043591 10.0.0.27 - - [2026-03-23 04:47:06] "POST /neutron/port HTTP/1.1" 200 1237 0.016536 10.0.0.27 - - [2026-03-23 04:47:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007017 10.0.0.27 - - [2026-03-23 04:47:12] "POST /neutron/port HTTP/1.1" 200 1237 0.021581 10.0.0.27 - - [2026-03-23 04:47:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006972 10.0.0.27 - - [2026-03-23 04:47:22] "POST /neutron/port HTTP/1.1" 200 1237 0.016299 10.0.0.27 - - [2026-03-23 04:47:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008456 10.0.0.27 - - [2026-03-23 04:47:22] "GET /virtual-machine/40b579bc-8ead-4411-9e32-a34d25ddb7b6 HTTP/1.1" 200 1296 0.006223 10.0.0.27 - - [2026-03-23 04:47:22] "GET /virtual-machine-interface/da3b39aa-3360-4d74-ba05-eee59df8adf8 HTTP/1.1" 200 3155 0.005340 10.0.0.27 - - [2026-03-23 04:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.27 - - [2026-03-23 04:47:22] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004668 10.0.0.27 - - [2026-03-23 04:47:22] "GET /virtual-networks?parent_id=53ad559a-20fb-44c2-a348-a5b12c059a2f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003408 10.0.0.27 - - [2026-03-23 04:47:22] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005529 10.0.0.27 - - [2026-03-23 04:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.27 - - [2026-03-23 04:47:23] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003748 10.0.0.27 - - [2026-03-23 04:47:23] "GET /virtual-networks?parent_id=53ad559a-20fb-44c2-a348-a5b12c059a2f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002812 10.0.0.27 - - [2026-03-23 04:47:24] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007351 10.0.0.27 - - [2026-03-23 04:47:24] "POST /neutron/port HTTP/1.1" 200 1237 0.020263 10.0.0.27 - - [2026-03-23 04:47:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007330 10.0.0.27 - - [2026-03-23 04:47:24] "GET /virtual-machine/67c14bbb-a33b-431d-ab93-57d69fbb8daf HTTP/1.1" 200 1296 0.005486 10.0.0.27 - - [2026-03-23 04:47:24] "GET /virtual-machine-interface/75fea855-f209-4668-8e2c-cd8a6d94bd3a HTTP/1.1" 200 3154 0.004933 10.0.0.27 - - [2026-03-23 04:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.27 - - [2026-03-23 04:47:24] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003833 10.0.0.27 - - [2026-03-23 04:47:24] "GET /virtual-networks?parent_id=53ad559a-20fb-44c2-a348-a5b12c059a2f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002686 10.0.0.27 - - [2026-03-23 04:47:24] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005304 10.0.0.27 - - [2026-03-23 04:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.27 - - [2026-03-23 04:47:25] "GET /global-vrouter-config/d583e697-4730-4219-a54e-d6523f325044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004518 10.0.0.27 - - [2026-03-23 04:47:25] "GET /virtual-networks?parent_id=53ad559a-20fb-44c2-a348-a5b12c059a2f&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002536 10.0.0.27 - - [2026-03-23 04:47:25] "GET /virtual-network/8b3542df-f174-4d23-afcb-d12c48da5ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006145 10.0.0.27 - - [2026-03-23 04:47:25] "GET /virtual-machine-interface/75fea855-f209-4668-8e2c-cd8a6d94bd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.007731 10.0.0.27 - - [2026-03-23 04:47:26] "PUT /virtual-machine-interface/75fea855-f209-4668-8e2c-cd8a6d94bd3a HTTP/1.1" 200 284 0.015343 10.0.0.27 - - [2026-03-23 04:47:34] "POST /neutron/network HTTP/1.1" 200 1014 0.006973 10.0.0.27 - - [2026-03-23 04:47:34] "POST /neutron/subnet HTTP/1.1" 200 1394 0.014115 10.0.0.27 - - [2026-03-23 04:47:34] "POST /neutron/network HTTP/1.1" 200 1004 0.008552 10.0.0.27 - - [2026-03-23 04:47:40] "POST /neutron/network HTTP/1.1" 200 1014 0.044920 10.0.0.27 - - [2026-03-23 04:47:40] "POST /neutron/subnet HTTP/1.1" 200 1394 0.016579 10.0.0.27 - - [2026-03-23 04:47:40] "POST /neutron/network HTTP/1.1" 200 1004 0.008764 10.0.0.27 - - [2026-03-23 04:48:34] "POST /neutron/network HTTP/1.1" 200 1014 0.007313 10.0.0.27 - - [2026-03-23 04:48:34] "POST /neutron/subnet HTTP/1.1" 200 1394 0.012925 10.0.0.27 - - [2026-03-23 04:48:34] "POST /neutron/network HTTP/1.1" 200 1004 0.008816 10.0.0.27 - - [2026-03-23 04:48:42] "POST /neutron/network HTTP/1.1" 200 1014 0.007501 10.0.0.27 - - [2026-03-23 04:48:42] "POST /neutron/subnet HTTP/1.1" 200 1394 0.014348 10.0.0.27 - - [2026-03-23 04:48:42] "POST /neutron/network HTTP/1.1" 200 1004 0.011211 10.0.0.27 - - [2026-03-23 04:49:35] "POST /neutron/network HTTP/1.1" 200 1014 0.053054 10.0.0.27 - - [2026-03-23 04:49:35] "POST /neutron/subnet HTTP/1.1" 200 1394 0.014299 10.0.0.27 - - [2026-03-23 04:49:35] "POST /neutron/network HTTP/1.1" 200 1004 0.009435 10.0.0.27 - - [2026-03-23 04:49:37] "GET /obj-perms HTTP/1.1" 200 5056 0.078044 10.0.0.50 - - [2026-03-23 04:49:38] "GET /obj-perms HTTP/1.1" 200 5056 0.066270 10.0.0.27 - - [2026-03-23 04:49:40] "POST /neutron/port HTTP/1.1" 200 1237 0.017807 10.0.0.27 - - [2026-03-23 04:49:41] "POST /neutron/port HTTP/1.1" 200 1237 0.024609 10.0.0.27 - - [2026-03-23 04:49:41] "POST /neutron/port HTTP/1.1" 200 151 0.308864 10.0.0.27 - - [2026-03-23 04:49:42] "POST /neutron/network HTTP/1.1" 200 1004 0.008524 10.0.0.23 - - [2026-03-23 04:49:44] "GET /projects?obj_uuids=53ad559a-20fb-44c2-a348-a5b12c059a2f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001253 10.0.0.27 - - [2026-03-23 04:49:44] "GET /project/53ad559a-20fb-44c2-a348-a5b12c059a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.052538 10.0.0.23 - - [2026-03-23 04:49:44] "GET /projects?obj_uuids=53ad559a-20fb-44c2-a348-a5b12c059a2f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001256 10.0.0.27 - - [2026-03-23 04:49:44] "GET /project/53ad559a-20fb-44c2-a348-a5b12c059a2f?fields=virtual_networks HTTP/1.1" 200 1039 0.057914 10.0.0.23 - - [2026-03-23 04:49:44] "GET /projects?obj_uuids=53ad559a-20fb-44c2-a348-a5b12c059a2f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000896 10.0.0.27 - - [2026-03-23 04:49:44] "GET /project/53ad559a-20fb-44c2-a348-a5b12c059a2f?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.043937 10.0.0.23 - - [2026-03-23 04:49:44] "GET /projects?obj_uuids=53ad559a-20fb-44c2-a348-a5b12c059a2f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000940 10.0.0.27 - - [2026-03-23 04:49:44] "GET /project/53ad559a-20fb-44c2-a348-a5b12c059a2f?fields=security_groups HTTP/1.1" 200 1269 0.053932 10.0.0.27 - - [2026-03-23 04:49:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.045101 10.0.0.23 - - [2026-03-23 04:49:45] "GET /projects?obj_uuids=183fb74c-5b47-436e-96d6-361ee2743e7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003113 10.0.0.23 - - [2026-03-23 04:49:45] "GET /domains?obj_uuids=54adab80-1c58-45eb-8fc6-565ee3803789&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.23 - - [2026-03-23 04:49:45] "GET /domain/54adab80-1c58-45eb-8fc6-565ee3803789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007475 10.0.0.23 - - [2026-03-23 04:49:46] "POST /id-to-fqname HTTP/1.1" 200 190 0.001012 10.0.0.23 - - [2026-03-23 04:49:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.002810 10.0.0.23 - - [2026-03-23 04:49:46] "POST /security-groups HTTP/1.1" 200 591 0.073982 10.0.0.23 - - [2026-03-23 04:49:46] "POST /projects HTTP/1.1" 200 585 0.279105 10.0.0.23 - - [2026-03-23 04:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.317660 10.0.0.23 - - [2026-03-23 04:49:46] "POST /fqname-to-id HTTP/1.1" 404 234 0.058320 10.0.0.27 - - [2026-03-23 04:49:46] "GET /project/183fb74c-5b47-436e-96d6-361ee2743e7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.470886 10.0.0.23 - - [2026-03-23 04:49:46] "POST /access-control-lists HTTP/1.1" 200 594 0.047374 10.0.0.27 - - [2026-03-23 04:49:47] "GET / HTTP/1.1" 200 35931 0.001717 10.0.0.23 - - [2026-03-23 04:49:53] "GET /projects?obj_uuids=183fb74c-5b47-436e-96d6-361ee2743e7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001443 10.0.0.27 - - [2026-03-23 04:49:53] "GET /project/183fb74c-5b47-436e-96d6-361ee2743e7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.040609 10.0.0.23 - - [2026-03-23 04:49:53] "GET /projects?obj_uuids=183fb74c-5b47-436e-96d6-361ee2743e7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.27 - - [2026-03-23 04:49:53] "GET /project/183fb74c-5b47-436e-96d6-361ee2743e7a?fields=virtual_networks HTTP/1.1" 200 1031 0.063284 10.0.0.23 - - [2026-03-23 04:49:53] "GET /projects?obj_uuids=183fb74c-5b47-436e-96d6-361ee2743e7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001265 10.0.0.27 - - [2026-03-23 04:49:53] "GET /project/183fb74c-5b47-436e-96d6-361ee2743e7a?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.052025 10.0.0.23 - - [2026-03-23 04:49:53] "GET /projects?obj_uuids=183fb74c-5b47-436e-96d6-361ee2743e7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000898 10.0.0.27 - - [2026-03-23 04:49:53] "GET /project/183fb74c-5b47-436e-96d6-361ee2743e7a?fields=security_groups HTTP/1.1" 200 1257 0.039835 10.0.0.50 - - [2026-03-23 04:50:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.50 - - [2026-03-23 04:50:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.23 - - [2026-03-23 04:50:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.23 - - [2026-03-23 04:50:35] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.23 - - [2026-03-23 04:50:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.23 - - [2026-03-23 04:50:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.50 - - [2026-03-23 04:50:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.50 - - [2026-03-23 04:50:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.27 - - [2026-03-23 04:50:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.27 - - [2026-03-23 04:50:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.27 - - [2026-03-23 04:50:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.27 - - [2026-03-23 04:50:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.23 - - [2026-03-23 04:50:38] "GET /obj-perms HTTP/1.1" 200 5056 0.079406 10.0.0.23 - - [2026-03-23 04:50:39] "DELETE /project/53ad559a-20fb-44c2-a348-a5b12c059a2f HTTP/1.1" 404 177 0.006527 10.0.0.23 - - [2026-03-23 04:50:39] "GET /projects?obj_uuids=183fb74c-5b47-436e-96d6-361ee2743e7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000819 10.0.0.23 - - [2026-03-23 04:50:39] "DELETE /project/183fb74c5b47436e96d6361ee2743e7a HTTP/1.1" 404 173 0.004318 10.0.0.23 - - [2026-03-23 04:50:39] "GET /project/183fb74c-5b47-436e-96d6-361ee2743e7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.048402 10.0.0.23 - - [2026-03-23 04:50:39] "GET /projects?obj_uuids=183fb74c-5b47-436e-96d6-361ee2743e7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.23 - - [2026-03-23 04:50:39] "GET /project/183fb74c-5b47-436e-96d6-361ee2743e7a?fields=security_groups HTTP/1.1" 200 1362 0.045575 10.0.0.23 - - [2026-03-23 04:50:39] "DELETE /security-group/a77816db-90d2-4ff3-b911-a75d583012af HTTP/1.1" 200 115 0.052831 10.0.0.23 - - [2026-03-23 04:50:39] "GET /projects?obj_uuids=183fb74c-5b47-436e-96d6-361ee2743e7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000851 10.0.0.23 - - [2026-03-23 04:50:39] "DELETE /access-control-list/2c5f756f-bc93-42fa-8ae4-c372428f2eb9 HTTP/1.1" 200 115 0.035175 10.0.0.23 - - [2026-03-23 04:50:39] "GET /project/183fb74c-5b47-436e-96d6-361ee2743e7a?fields=application_policy_sets HTTP/1.1" 200 1401 0.050976 10.0.0.23 - - [2026-03-23 04:50:39] "DELETE /project/183fb74c-5b47-436e-96d6-361ee2743e7a HTTP/1.1" 200 115 0.405189 [Introspect:8084]10.0.0.23 - - [2026-03-23 04:51:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000861 [Introspect:8084]10.0.0.23 - - [2026-03-23 04:51:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000844